[Bug 6478] install to a sudir failed

2011-06-23 Thread bugzilla-daemon
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6478

Kevin A. McGrail kmcgr...@pccc.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX

--- Comment #7 from Kevin A. McGrail kmcgr...@pccc.com 2011-06-23 19:09:39 
UTC ---
End user has a patch that works for his special situation and this doesn't
really apply to the project.  The patch breaks normal installations.  Closing
as a resolved/wontfix but happy to reconsider if more people need this.

-- 
Configure bugmail: 
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[Bug 6478] install to a sudir failed

2011-05-31 Thread bugzilla-daemon
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6478

s...@andreasschulze.de changed:

   What|Removed |Added

 CC||s...@andreasschulze.de
Version|3.3.1   |3.3.2

--- Comment #4 from s...@andreasschulze.de 2011-05-31 22:04:07 UTC ---
Kevin,

inserting $(I_PREFIX)/../ means here not to install in /usr/../ but
/tmp/buildd/foo/usr/../ 
This is essensial because the buildsystem cannot install in /usr.

/usr/bin/perl -MFile::Copy -e copy(q{rules/v320.pre},
q{/tmp/buildd/spamassassin-3.3.2-rc2/debian/spamassassin/usr/..//etc/mail/spamassassin/v320.pre})
unless -f
q{/tmp/buildd/spamassassin-3.3.2-rc2/debian/spamassassin/usr/..//etc/mail/spamassassin/v320.pre}

-- 
Configure bugmail: 
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[Bug 6478] install to a sudir failed

2011-05-31 Thread bugzilla-daemon
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6478

--- Comment #5 from Kevin A. McGrail kmcgr...@pccc.com 2011-05-31 22:06:40 
UTC ---
(In reply to comment #4)
 Kevin,
 
 inserting $(I_PREFIX)/../ means here not to install in /usr/../ but
 /tmp/buildd/foo/usr/../ 
 This is essensial because the buildsystem cannot install in /usr.
 
 /usr/bin/perl -MFile::Copy -e copy(q{rules/v320.pre},
 q{/tmp/buildd/spamassassin-3.3.2-rc2/debian/spamassassin/usr/..//etc/mail/spamassassin/v320.pre})
 unless -f
 q{/tmp/buildd/spamassassin-3.3.2-rc2/debian/spamassassin/usr/..//etc/mail/spamassassin/v320.pre}

Perhaps, but your patch doesn't work outside of a build system.  It tried to
install /etc/mail/spamassassin as /usr/etc/mail/spamassassin.

I can't disagree there isn't some bug in a buildenvironment but your patch
breaks a normal install as best I can tell.

-- 
Configure bugmail: 
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[Bug 6478] install to a sudir failed

2011-05-18 Thread bugzilla-daemon
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6478

Mark Martinec mark.marti...@ijs.si changed:

   What|Removed |Added

   Target Milestone|Undefined   |3.3.2

--- Comment #2 from Mark Martinec mark.marti...@ijs.si 2011-05-18 12:50:58 
UTC ---
Just bumping the target to 3.3.2 tentatively - for consideration.
I don't fully understand the issue, but if it solves it for the
affected environment and does not hurt the rest, it's fine by me.

-- 
Configure bugmail: 
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[Bug 6478] install to a sudir failed

2011-05-18 Thread bugzilla-daemon
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6478

Kevin A. McGrail kmcgr...@pccc.com changed:

   What|Removed |Added

 CC||kmcgr...@pccc.com

--- Comment #3 from Kevin A. McGrail kmcgr...@pccc.com 2011-05-18 14:48:54 
UTC ---
I'm testing this w/ 3.3.2rc1 and had to manually make the changes manually
since the patch doesn't work.

However, that aside, this patch is a -1 for me:

For example, here is the output of make conf__install for me with the patch
applied for the first two lines:

make conf__install
/usr/local/bin/perl -MExtUtils::Command -e mkpath
/usr/local/..//etc/mail/spamassassin
/usr/local/bin/perl -MFile::Copy -e copy(q{rules/local.cf},
q{/usr/local/..//etc/mail/spamassassin/local.cf}) unless -f
q{/usr/local/..//etc/mail/spamassassin/local.cf}

/usr/local/bin/perl -MFile::Copy -e copy(q{rules/init.pre},
q{/etc/mail/spamassassin/init.pre}) unless -f
q{/etc/mail/spamassassin/init.pre}

So instead of getting /etc/mail/spamassassin as the default, I now get a
directory /usr/etc/mail/spamassassin.

regards,
KAM

-- 
Configure bugmail: 
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[Bug 6478] install to a sudir failed

2010-08-08 Thread bugzilla-daemon
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6478

--- Comment #1 from s...@andreasschulze.de 2010-08-08 15:20:15 UTC ---
Created an attachment (id=4796)
 -- (https://issues.apache.org/SpamAssassin/attachment.cgi?id=4796)
patch to install configfiles in a buildenvironment

-- 
Configure bugmail: 
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.