Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 149221 - net-analyzer/nessus-client-1.0.0_rc4 does not compile
Summary: net-analyzer/nessus-client-1.0.0_rc4 does not compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-26 12:59 UTC by Eero Volotinen
Modified: 2006-10-09 11:19 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eero Volotinen 2006-09-26 12:59:54 UTC
checking for pkg-config... /usr/bin/pkg-config
checking for gtk+-2.0 >= 2.0.0... yes
checking GTKCONFIG_CFLAGS... -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  
checking GTKCONFIG_LIBS... -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  
checking for ar... /usr/bin/ar
updating cache ./config.cache
creating ./config.status
creating nessus.tmpl
creating include/corevers.h
creating nessus-mkcert-client
creating doc/NessusClient.1
creating include/config.h
cd libnessus && make
cd nessus && make
make[1]: Entering directory `/var/tmp/portage/nessus-client-1.0.0_rc4/work/NessusClient-1.0.0.RC4/libnessus'
gcc -I../  -I. -I/var/tmp/portage/nessus-client-1.0.0_rc4/work/NessusClient-1.0.0.RC4/include    -O2 -march=i686 -pipe  -g -Wall -I. -I/var/tmp/portage/nessus-client-1.0.0_rc4/work/NessusClient-1.0.0.RC4/include   "-DNESSUSD_CONFDIR=\"/etc\"" "-DNESSUSD_STATEDIR=\"/var/lib/nessus\"" "-DNESSUSD_DATADIR=\"/etc/nessus\"" "-DNESSUSD_LIBDIR=\"/usr/lib/nessus\"" "-DNESSUSD_PLUGINS=\"/usr/lib/nessus/plugins\"" "-DNESSUSD_REPORTS=\"/usr/lib/nessus/reports\"" -DNESSUSD_SHAREDSTATEDIR=\"/usr/com/nessus\" -DNESSUSD_LOGDIR=\"/var/lib/nessus/logs\" -DNESSUS_DOCDIR=\"/usr/share/doc/nessus\" -DHAVE_SSL -I/usr/include/openssl -c system.c
make[1]: Entering directory `/var/tmp/portage/nessus-client-1.0.0_rc4/work/NessusClient-1.0.0.RC4/nessus'
make[1]: *** No rule to make target `../libnessus/libnessus-client.a', needed by `NessusClient'.  Stop.
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/var/tmp/portage/nessus-client-1.0.0_rc4/work/NessusClient-1.0.0.RC4/nessus'
make: *** [client] Error 2
make: *** Waiting for unfinished jobs....
gcc -I../  -I. -I/var/tmp/portage/nessus-client-1.0.0_rc4/work/NessusClient-1.0.0.RC4/include    -O2 -march=i686 -pipe  -g -Wall -I. -I/var/tmp/portage/nessus-client-1.0.0_rc4/work/NessusClient-1.0.0.RC4/include   "-DNESSUSD_CONFDIR=\"/etc\"" "-DNESSUSD_STATEDIR=\"/var/lib/nessus\"" "-DNESSUSD_DATADIR=\"/etc/nessus\"" "-DNESSUSD_LIBDIR=\"/usr/lib/nessus\"" "-DNESSUSD_PLUGINS=\"/usr/lib/nessus/plugins\"" "-DNESSUSD_REPORTS=\"/usr/lib/nessus/reports\"" -DNESSUSD_SHAREDSTATEDIR=\"/usr/com/nessus\" -DNESSUSD_LOGDIR=\"/var/lib/nessus/logs\" -DNESSUS_DOCDIR=\"/usr/share/doc/nessus\" -DHAVE_SSL -I/usr/include/openssl -c network.c
system.c: In function 'emalloc':
system.c:46: warning: format '%ld' expects type 'long int', but argument 4 has type 'size_t'
system.c:71: warning: format '%ld' expects type 'long int', but argument 4 has type 'size_t'
system.c: In function 'erealloc':
system.c:116: warning: format '%ld' expects type 'long int', but argument 3 has type 'size_t'
system.c:124: warning: format '%ld' expects type 'long int', but argument 3 has type 'size_t'
gcc -I../  -I. -I/var/tmp/portage/nessus-client-1.0.0_rc4/work/NessusClient-1.0.0.RC4/include
Comment 1 Markus Ullmann (RETIRED) gentoo-dev 2006-10-09 11:19:19 UTC
Fixed in CVS together with version bump to rc5, thanks for reporting it :)