You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by David Bayle <da...@zerospam.ca> on 2010/01/05 22:00:17 UTC

Compiling error on Snapshots from svn.spamassassin.org

Hy,

Our setup is:
- Ubuntu 8.04 ( 2.6.26 )
- Trying to setup snapshots from 
http://svn.apache.org/snapshots/spamassassin/
- Tested:

 spamassassin_20100104211200.tar.gz <http://svn.apache.org/snapshots/spamassassin/spamassassin_20100104211200.tar.gz> 
 spamassassin_20100105031200.tar.gz <http://svn.apache.org/snapshots/spamassassin/spamassassin_20100105031200.tar.gz> 
 spamassassin_20100105091200.tar.gz <http://svn.apache.org/snapshots/spamassassin/spamassassin_20100105091200.tar.gz> 
 spamassassin_20100105151200.tar.gz <http://svn.apache.org/snapshots/spamassassin/spamassassin_20100105151200.tar.gz>


We are trying to install SA snapshot from the svn.apache.org, but we got 
this error with all snapshots:

config.status: creating config.h
/usr/bin/make -f spamc/Makefile spamc/spamc
make[2]: Entering directory `/home/dbayle/spamassassin'
gcc  -g -O2 spamc/spamc.c spamc/getopt.c spamc/libspamc.c spamc/utils.c \
        -o spamc/spamc -L/usr/local/lib  -ldl -lz
make[2]: Leaving directory `/home/dbayle/spamassassin'
cp spamc/spamc blib/script/spamc
/usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/spamc
/usr/bin/perl build/preprocessor  -Mvars -DVERSION="3.003000" 
-DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin" 
-DLOCAL_RULES_DIR="/etc/mail/spamassassin" 
-DLOCAL_STATE_DIR="/var/lib/spamassassin" 
-DINSTALLSITELIB="/usr/share/perl5" -DCONTACT_ADDRESS="the administrator 
of that system" -Msharpbang -Mconditional -DPERL_BIN="/usr/bin/perl" 
-DPERL_WARN="" -DPERL_TAINT="" -m755 -isa-learn.raw -osa-learn
cp sa-learn blib/script/sa-learn
/usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/sa-learn
make[1]: *** No rule to make target `sa-awl.raw', needed by `sa-awl'.  Stop.
make[1]: Leaving directory `/home/dbayle/spamassassin'
make: *** [build-stamp] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2


May you help us  ?
Best regards,
ZEROSPAM technical support

-- 
ZEROSPAM Sécurité Inc. - http://www.zerospam.ca
Tél :	(514) 527 3232	#210
Fax :	(514) 527 1201



--
Ce courriel a été filtré par ZEROSPAM pour votre sécurité.
This email has been scanned by ZEROSPAM for your security.
http://zerospam.ca/

Re: Compiling error on Snapshots from svn.spamassassin.org

Posted by Mark Martinec <Ma...@ijs.si>.
On Tuesday January 12 2010 11:54:55 Justin Mason wrote:
> hi -- is this still occurring with latest snapshots?  If so, could you
> open a ticket at our bugzilla?
> 
> On Tue, Jan 5, 2010 at 21:00, David Bayle <da...@zerospam.ca> wrote:
> > - Trying to setup snapshots from
> > http://svn.apache.org/snapshots/spamassassin/
> > make[1]: *** No rule to make target `sa-awl.raw', needed by `sa-awl'. 

Yes it does. The snapshot tarballs are missing the file sa-awl.raw.

The file however _is_ present in the svn checkout,
and in -rc1 and -rc2 tarballs.


  Mark

Re: Compiling error on Snapshots from svn.spamassassin.org

Posted by Justin Mason <jm...@jmason.org>.
hi -- is this still occurring with latest snapshots?  If so, could you
open a ticket at our bugzilla?

On Tue, Jan 5, 2010 at 21:00, David Bayle <da...@zerospam.ca> wrote:
> Hy,
>
> Our setup is:
> - Ubuntu 8.04 ( 2.6.26 )
> - Trying to setup snapshots from
> http://svn.apache.org/snapshots/spamassassin/
> - Tested:
>
>  spamassassin_20100104211200.tar.gz
>  spamassassin_20100105031200.tar.gz
>  spamassassin_20100105091200.tar.gz
>  spamassassin_20100105151200.tar.gz
>
> We are trying to install SA snapshot from the svn.apache.org, but we got
> this error with all snapshots:
>
> config.status: creating config.h
> /usr/bin/make -f spamc/Makefile spamc/spamc
> make[2]: Entering directory `/home/dbayle/spamassassin'
> gcc  -g -O2 spamc/spamc.c spamc/getopt.c spamc/libspamc.c spamc/utils.c \
>         -o spamc/spamc -L/usr/local/lib  -ldl -lz
> make[2]: Leaving directory `/home/dbayle/spamassassin'
> cp spamc/spamc blib/script/spamc
> /usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/spamc
> /usr/bin/perl build/preprocessor  -Mvars -DVERSION="3.003000"
> -DPREFIX="/usr" -DDEF_RULES_DIR="/usr/share/spamassassin"
> -DLOCAL_RULES_DIR="/etc/mail/spamassassin"
> -DLOCAL_STATE_DIR="/var/lib/spamassassin"
> -DINSTALLSITELIB="/usr/share/perl5" -DCONTACT_ADDRESS="the administrator of
> that system" -Msharpbang -Mconditional -DPERL_BIN="/usr/bin/perl"
> -DPERL_WARN="" -DPERL_TAINT="" -m755 -isa-learn.raw -osa-learn
> cp sa-learn blib/script/sa-learn
> /usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/sa-learn
> make[1]: *** No rule to make target `sa-awl.raw', needed by `sa-awl'.  Stop.
> make[1]: Leaving directory `/home/dbayle/spamassassin'
> make: *** [build-stamp] Error 2
> dpkg-buildpackage: failure: debian/rules build gave error exit status 2
>
>
> May you help us  ?
> Best regards,
> ZEROSPAM technical support
>
> --
> ZEROSPAM Sécurité Inc. - http://www.zerospam.ca
> Tél :	(514) 527 3232	#210
> Fax :	(514) 527 1201
>
> Ce courriel a été filtré par ZEROSPAM pour votre sécurité. This email has
> been scanned by ZEROSPAM for your security. zerospam.ca/
>



-- 
--j.