Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 117082 - net-analyzer/ntop-3.1 fails to build on embedded/uclibc
Summary: net-analyzer/ntop-3.1 fails to build on embedded/uclibc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-29 06:09 UTC by Natanael Copa
Modified: 2005-12-29 19:56 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 Natanael Copa 2005-12-29 06:09:31 UTC
i386-gentoo-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../myrrd -Os -pipe -g -march=i386 -Os -pipe -fomit-frame-pointer -I/usr/include/libxml2/libxml -I/usr/include/glib-1.2 -I/usr/include/libgdome -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fPIC -MT xmldumpPlugin.lo -MD -MP -MF .deps/xmldumpPlugin.Tpo -c xmldumpPlugin.c -o xmldumpPlugin.o
xmldumpPlugin.c:50:2: warning: #warning
xmldumpPlugin.c:51:2: warning: #warning ===========================================================
xmldumpPlugin.c:52:2: warning: #warning
xmldumpPlugin.c:53:2: warning: #warning Missing header files, disabling xmldump plugin
xmldumpPlugin.c:54:2: warning: #warning
xmldumpPlugin.c:55:2: warning: #warning FOR MOST USERS THIS IS NOT A PROBLEM
xmldumpPlugin.c:56:2: warning: #warning ntop will build and run just fine...
xmldumpPlugin.c:57:2: warning: #warning
xmldumpPlugin.c:58:2: warning: #warning Why?
xmldumpPlugin.c:59:2: warning: #warning
xmldumpPlugin.c:61:2: warning: #warning glibconfig.h unavailable
xmldumpPlugin.c:64:2: warning: #warning glib.h unavailable
xmldumpPlugin.c:67:2: warning: #warning gdome.h unavailable
xmldumpPlugin.c:70:2: warning: #warning xmlversion.h unavailable
xmldumpPlugin.c:75:2: warning: #warning
xmldumpPlugin.c:76:2: warning: #warning ===========================================================
xmldumpPlugin.c:77:2: warning: #warning
echo timestamp > xmldumpPlugin.lo
/bin/sh ../libtool --mode=link i386-gentoo-linux-uclibc-gcc  -g -march=i386 -Os -pipe -fomit-frame-pointer -I/usr/include/libxml2/libxml -I/usr/include/glib-1.2 -I/usr/include/libgdome -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs  -fPIC  -L/usr/local/lib -o libxmldumpPlugin.la -rpath /usr/lib -shared -release 3.1  xmldumpPlugin.lo  -lxml2 -lglib -lpthread -lresolv -lnsl -lc -lcrypt -lssl -lcrypto -lpcap -lgdbm -lgd -lpng -lz
rm -fr .libs/libxmldumpPlugin.la .libs/libxmldumpPlugin.* .libs/libxmldumpPlugin-3.1.*
ar cru .libs/libxmldumpPlugin.a  xmldumpPlugin.o
i386-gentoo-linux-uclibc-ranlib .libs/libxmldumpPlugin.a
creating libxmldumpPlugin.la
(cd .libs && rm -f libxmldumpPlugin.la && ln -s ../libxmldumpPlugin.la libxmldumpPlugin.la)
i386-gentoo-linux-uclibc-gcc -bundle -flat_namespace -undefined suppress -o .libs/libicmpPlugin.so icmpPlugin.o
i386-gentoo-linux-uclibc-gcc: couldn't run `/usr/i386-gentoo-linux-uclibc/gcc-bin/3.4.4/undle-gcc-3.4.4': No such file or directory
make[3]: *** [.libs/libicmpPlugin.so] Error 1
make[3]: Leaving directory `/var/tmp/portage/ntop-3.1/work/ntop-3.1/plugins'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/ntop-3.1/work/ntop-3.1/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/ntop-3.1/work/ntop-3.1'
make: *** [all] Error 2

Ths happens with various USE flags and both on 0.9.27 and 0.9.28.

undle-gcc-3.4.4? what that?
Comment 1 SpanKY gentoo-dev 2005-12-29 19:56:33 UTC
added ntop-3.2 which seems to resolve this for me