SA Bugzilla – Bug 988
Make breaks do to backup directory
Last modified: 2002-09-17 17:28:29 UTC
When trying to do a make, I get this error before it stops: /usr/bin/perl build/preprocessor -Mconditional -Mvars -DVERSION=2.50 -DPREFIX=/usr <lib/Mail/bak/SMTP/SmartHost.pm >blib/lib/Mail/bak/SMTP/SmartHost.pm Package Mail::SpamAssassin::SMTP::SmartHost (Mail/SpamAssassin/SMTP/SmartHost.pm) does not match filename blib/lib/Mail/bak/SMTP/SmartHost.pm at /usr/lib/perl5/5.6.1/AutoSplit.pm line 261, <IN> line 637. make: *** [pm_to_blib] Error 255 Hmmm, shouldn't Bugzilla have a component for the build system?
Ooops, looks like the make failed do to me putting a backup directory, "bak", of lib/Mail/Spamassassin in lib/Mail. Is this something that should be fixed?
Subject: Re: [SAdev] Make breaks do to backup directory bugzilla-daemon@hughes-family.org wrote: > Ooops, looks like the make failed do to me putting a backup directory, "bak", > of lib/Mail/Spamassassin in lib/Mail. Is this something that should be fixed? No. It's just how MakeMaker works. You just need to put your backup directory elsewhere. Matt.
Marking bug invalid.