SA Bugzilla – Bug 1805
Make reports t/data/nice/mailman_reminder.txt is missing
Last modified: 2003-04-21 15:59:46 UTC
I just pulled from CVS and ran a make. Here is the pasted output from that: $ perl Makefile.PL PREFIX=~/sidney SYSCONFDIR=~/sidney Your version of ExtUtils::MakeMaker does not support PM_FILTER. We need to include a nasty workaround to make it work with our make routines. You will get loads of warnings and it is very likely to break at various places. *Please* consider updating to a version later than 5.45. It's available on CPAN <http://search.cpan.org/search?module=ExtUtils::MakeMaker>. Hint: Perl 5.6.1 and later ship good versions of ExtUtils::MakeMaker by default. If anything breaks while building Mail::SpamAssassin, please file a bug at <http://bugzilla.spamassassin.org>. Checking if your kit is complete... Warning: the following files are missing in your kit: t/data/nice/mailman_reminder.txt Please inform the author. Writing Makefile for Mail::SpamAssassin Use of uninitialized value at Makefile.PL line 200. $
Whoops, I just noticed I specified the wrong directory prefixes in the perl Makefile.PL command. Making them properly differnt eliminated the error message. Marking INVALID
Whoops again, after doing a make distclean and pulling from cvs again just to make sure that I was starting from scratch, even with the directory prefixes specified correctly I get the same error message. Reopening :-)
ok, now fixed ;)