Re: version.h.pl show stopper

2016-12-01 Thread Dan Jacobson
It turns out that spamassassin is depending on risky behavior, https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1238 I have submitted a patch, https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7367 .

Re: version.h.pl show stopper

2016-11-21 Thread Dan Jacobson
You people were right about $ mount|grep noexec And the tests really should check for that. I'll submit a bug. That apparently was the problem on one of my machines. But for all the rest, this still fails: env - HOME=$HOME LOGNAME=$LOGNAME PATH=/usr/bin:/bin USER=$USER sh -uxe

Re: version.h.pl show stopper

2016-11-18 Thread Bill Cole
On 18 Nov 2016, at 20:30, Dan Jacobson wrote: $ svn checkout http://svn.apache.org/repos/asf/spamassassin/trunk /tmp/ee $ cd /tmp/ee $ echo|perl Makefile.PL PREFIX=/tmp/g $ make In the end you will see cd spamc /usr/bin/perl version.h.pl spamc/configure.pl: Can't exec `version.h.pl': No such

Re: version.h.pl show stopper

2016-11-18 Thread Benny Pedersen
RW skrev den 2016-11-19 03:58: spamc/configure.pl: Can't exec `version.h.pl': No such file or directory at spamc/configure.pl line 74. Makefile:1812: recipe for target 'spamc/Makefile' failed make: *** [spamc/Makefile] Error 2 If your /tmp is mounted with noexec, try it elsewhere. and if bui

Re: version.h.pl show stopper

2016-11-18 Thread RW
On Sat, 19 Nov 2016 09:30:17 +0800 Dan Jacobson wrote: > $ svn checkout > http://svn.apache.org/repos/asf/spamassassin/trunk /tmp/ee $ > cd /tmp/ee $ echo|perl Makefile.PL PREFIX=/tmp/g > $ make > > In the end you will see > > cd spamc > /usr/bin/perl version.h.pl > spamc/configure.pl: Can't exe

Re: version.h.pl show stopper

2016-11-18 Thread David B Funk
On Sat, 19 Nov 2016, Dan Jacobson wrote: $ svn checkout http://svn.apache.org/repos/asf/spamassassin/trunk /tmp/ee $ cd /tmp/ee $ echo|perl Makefile.PL PREFIX=/tmp/g $ make In the end you will see cd spamc /usr/bin/perl version.h.pl spamc/configure.pl: Can't exec `version.h.pl': No such file o

Re: version.h.pl show stopper

2016-11-18 Thread Dan Jacobson
Sure, it exists $ find -name version.h.pl -ls 432321 4 -rwxr-xr-x 1 jidanni jidanni 1107 Nov 19 09:19 ./spamc/version.h.pl but that doesn't help anything.