Snort mailing list archives

Re: Slackware 13.0 x86 / Snort 2.8.5.2 make error


From: Todd Wease <twease () sourcefire com>
Date: Wed, 06 Jan 2010 10:44:16 -0500

On 01/06/2010 10:28 AM, Randal T. Rioux wrote:
Indeed, the parallel make caused it to get angry. Todd Wease suggested the
single make off list as well, and I just tried it. Success.

I meant it to be on list, but must have clicked the wrong reply button.


I haven't tried the beta, but I guess as Steve mentioned your fix is in it
already.

Oh, and Todd - I'll try this latest release on AIX 6.1 again. Thanks for
your help on that platform, I'll let you&  the list know how that goes.

I'm crossing my fingers that AIX will cooperate... ;)


Thanks, all!

Randy


On Wed, January 6, 2010 9:32 am, Jason Wallace wrote:
make[7]: *** Waiting for unfinished jobs....

I believe using -j5 caused this. Try -j1.

For a while now the Snort source has not handled parallel building
very well. The following fixes the source up to make this work...

sed -i -e 's/^all-local:.*/all-local: $(LTLIBRARIES)/'
src/dynamic-preprocessors/*/Makefile.am

I was going to submit a patch for this but just hadn't gotten around to it
yet.

Wally



On Tue, Jan 5, 2010 at 8:39 PM, Randal T. Rioux<randy () procyonlabs com>
wrote:
Greetings. I get the following error when compiling the latest Snort on
the above mentioned platform (attached is the config.log). Any ideas?

# ./configure --enable-reload
...blah blah blah...

# make -j5
...blah blah blah...
make[8]: Entering directory
`/usr/src/snort-2.8.5.2/src/dynamic-preprocessors/ftptelnet'
/bin/sh ../../../libtool --tag=CC   --mode=link gcc  -g -O2
-fvisibility=hidden -fno-strict-aliasing -Wall -module -L/usr/lib -lpcre
-o libsf_ftptelnet_preproc.la -rpath
/usr/local/lib/snort_dynamicpreprocessor ftp_bounce_lookup.lo
ftp_cmd_lookup.lo ftpp_eo_log.lo ftpp_si.lo ftpp_ui_client_lookup.lo
ftpp_ui_config.lo ftpp_ui_server_lookup.lo hi_util_kmap.lo
hi_util_xmalloc.lo pp_ftp.lo pp_telnet.lo snort_ftptelnet.lo
spp_ftptelnet.lo sf_dynamic_preproc_lib.lo sf_ip.lo sfrt.lo sfrt_dir.lo
sfPolicyUserData.lo  -ldl -lpcre -lpcap -lnsl -lm -lm  -ldl -lpthread
libtool: link: `snort_ftptelnet.lo' is not a valid libtool object
make[7]: *** [libsf_ftptelnet_preproc.la] Error 1
make[7]: *** Waiting for unfinished jobs....
libtool: link: `snort_ftptelnet.lo' is not a valid libtool object
make[8]: *** [libsf_ftptelnet_preproc.la] Error 1
make[8]: Leaving directory
`/usr/src/snort-2.8.5.2/src/dynamic-preprocessors/ftptelnet'
make[7]: *** [all-local] Error 2
make[7]: Leaving directory
`/usr/src/snort-2.8.5.2/src/dynamic-preprocessors/ftptelnet'
make[6]: *** [all-recursive] Error 1
make[6]: Leaving directory
`/usr/src/snort-2.8.5.2/src/dynamic-preprocessors/ftptelnet'
make[5]: *** [all] Error 2
make[5]: Leaving directory
`/usr/src/snort-2.8.5.2/src/dynamic-preprocessors/ftptelnet'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory
`/usr/src/snort-2.8.5.2/src/dynamic-preprocessors'
make[3]: *** [all] Error 2
make[3]: Leaving directory
`/usr/src/snort-2.8.5.2/src/dynamic-preprocessors'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/snort-2.8.5.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/snort-2.8.5.2'
make: *** [all] Error 2


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and
easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________
Snort-devel mailing list
Snort-devel () lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/snort-devel



------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and
easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________
Snort-devel mailing list
Snort-devel () lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/snort-devel




------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________
Snort-devel mailing list
Snort-devel () lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/snort-devel

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Snort-devel mailing list
Snort-devel () lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/snort-devel


Current thread: