Bug 1805 - Make reports t/data/nice/mailman_reminder.txt is missing
Summary: Make reports t/data/nice/mailman_reminder.txt is missing
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: spamassassin (show other bugs)
Version: SVN Trunk (Latest Devel Version)
Hardware: Other other
: P5 normal
Target Milestone: 2.60
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-19 13:48 UTC by Sidney Markowitz
Modified: 2003-04-21 15:59 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status

Note You need to log in before you can comment on or make changes to this bug.
Description Sidney Markowitz 2003-04-19 13:48:57 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.
$
Comment 1 Sidney Markowitz 2003-04-19 14:21:59 UTC
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
Comment 2 Sidney Markowitz 2003-04-19 14:30:46 UTC
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 :-)
Comment 3 Justin Mason 2003-04-21 23:59:46 UTC
ok, now fixed ;)