Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Can't compile when react use flag is specified. Problem occurs when configure trying check -lnet - but should be checked -lnet-1.0 Reproducible: Always Steps to Reproduce: 1. USE="dynamicplugin flexresp2 prelude react timestats" emerge =net-analyzer/snort-2.6.1.2 Actual Results: checking for libnet_build_ip in -lnet... no ERROR! Libnet library not found, go get it from http://www.packetfactory.net/projects/libnet/ or use the --with-libnet-* options, if you have it installed in unusual place make: *** No targets specified and no makefile found. Stop. tested on 2 pc's (both amd64) net-libs/libnet first pc: Latest version installed: 1.0.2a-r3 second pc: Latest version installed: 1.1.2.1-r1
Created an attachment (id=107313) [details] configure should check -lnet-1.0 , not -lnet - this is fix
Created an attachment (id=107314) [details] patch for snort-2.6.1.2.ebuild After applying previous and this patch , all works fine.
Applied in CVS now, though changed it a bit to be done before autoreconf, we don't need to touch a fresh generated config. Thanks for the good work though :)