You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2005/10/15 15:22:40 UTC

[Bug 4634] New: code-tied rules are not installed after a clean build

http://bugzilla.spamassassin.org/show_bug.cgi?id=4634

           Summary: code-tied rules are not installed after a clean build
           Product: Spamassassin
           Version: SVN Trunk (Latest Devel Version)
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: major
          Priority: P5
         Component: Building & Packaging
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: sidney@sidney.com


none of the rules in the rulescode directory are installed after doing:

make distclean ; perl Makefile.PL ; make ; make test ; make install

This breaks the installation in a clean build.

They are installed properly if you do an additional perl Makefile.PL after the make.

Discussion:
It appears that perl Makefile.PL creates a line in Makefile that starts with
 # macro =>
that contains all the files in the rules directory and which is used as a list
of the rule files to copy during make install. The files don't exist in the
rules directory until the build/mkrules step in the make, so a clean run of perl
Makefile.PL does not create that list properly.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

[Bug 4634] code-tied rules are not installed after a clean build

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4634





------- Additional Comments From openmacnews@speakeasy.net  2005-10-15 18:43 -------
just verifying.

w/ r321518 on OSX 10.4.2, seeing the same behavior ... no rules installed to my
specified DATADIR.

richard



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

[Bug 4634] code-tied rules are not installed after a clean build

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4634


sidney@sidney.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Additional Comments From sidney@sidney.com  2006-04-07 11:43 -------
r326272 and r371681 seem to have addressed this, even though this bug wasn't
mentioned in their checkin notices.





------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.