Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4678 - emerge ntop-2.0.99_rc2 fails
Summary: emerge ntop-2.0.99_rc2 fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Maik Schreiber
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-08 04:16 UTC by Maik Schreiber
Modified: 2002-07-09 23:13 UTC (History)
1 user (show)

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 Maik Schreiber 2002-07-08 04:16:10 UTC
emerge ntop-2.0.99_rc2 fails with the following error:

gcc -g -march=i686 -O3 -fomit-frame-pointer -pipe -I/usr/include/openssl -o
.libs/ntop main.o admin.o .libs/libntopreport.so -L/usr/lib/mysql -lmysqlclient
-lcrypt -lm -lwrap -lz -L/var/tmp/portage/ntop-2.0.99_rc2/work/RC2/gdchart0.94c
-lgdchart -L/var/tmp/portage/ntop-2.0.99_rc2/work/RC2/gdchart0.94c/gd-1.8.3 -lgd
-L/var/tmp/portage/ntop-2.0.99_rc2/work/RC2/gdchart0.94c/gd-1.8.3/libpng-1.2.1
-lpng -L/var/tmp/portage/ntop-2.0.99_rc2/work/RC2/gdchart0.94c/zlib-1.1.4 -lz
-L/usr/lib -lssl -lcrypto -lpthread -lresolv -lnsl -ldl -lmysqlclient -lcrypt
-lm -lwrap -lz -lgdchart -lgd -lpng -lz -lssl -lcrypto .libs/libntop.so -lpcap
-lgdbm -lpthread -lresolv -lnsl -ldl -lmysqlclient -lcrypt -lm -lwrap -lz
-lgdchart -lgd -lpng -lz -lssl -lcrypto -lpthread -lresolv -lnsl -ldl
-L/usr/lib/mysql -lmysqlclient -lcrypt -lm -lwrap -lz
-L/var/tmp/portage/ntop-2.0.99_rc2/work/RC2/gdchart0.94c -lgdchart
-L/var/tmp/portage/ntop-2.0.99_rc2/work/RC2/gdchart0.94c/gd-1.8.3 -lgd
-L/var/tmp/portage/ntop-2.0.99_rc2/work/RC2/gdchart0.94c/gd-1.8.3/libpng-1.2.1
-lpng -L/var/tmp/portage/ntop-2.0.99_rc2/work/RC2/gdchart0.94c/zlib-1.1.4 -lz
-L/usr/lib -lssl -lcrypto
.libs/libntopreport.so: undefined reference to `allow_severity'
.libs/libntopreport.so: undefined reference to `deny_severity'
collect2: ld returned 1 exit status
make[2]: *** [ntop] Error 1
make[2]: Leaving directory `/var/tmp/portage/ntop-2.0.99_rc2/work/RC2/ntop'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/ntop-2.0.99_rc2/work/RC2/ntop'
make: *** [all-recursive-am] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line -97, Exitcode 2
!!! (no error message)

!!! emerge aborting on  /usr/portage/net-analyzer/ntop/ntop-2.0.99_rc2.ebuild .
Comment 1 Maik Schreiber 2002-07-09 10:42:21 UTC
It seems like ntop 2.0.99_rc2 doesn't like tcp-wrappers to be disabled (by
USE="-tcpd"), so I made this a requirement for now.
Comment 2 SpanKY gentoo-dev 2002-07-09 23:13:57 UTC
even by setting --enable-tcpwrap, it doesnt work for me ;) ... same old error