Bug 988 - Make breaks do to backup directory
Summary: Make breaks do to backup directory
Status: RESOLVED INVALID
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: spamassassin (show other bugs)
Version: SVN Trunk (Latest Devel Version)
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-17 16:43 UTC by Matthew Cline
Modified: 2002-09-17 17:28 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 Matthew Cline 2002-09-17 16:43:19 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?
Comment 1 Matthew Cline 2002-09-17 16:45:55 UTC
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?
Comment 2 Matt Sergeant 2002-09-18 01:27:45 UTC
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.

Comment 3 Matt Sergeant 2002-09-18 01:28:29 UTC
Marking bug invalid.