Summary: | Missing dependency: libglade (libglade-0.17-r6) doesn't compile | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Robert Jämmrich <mail> |
Component: | [OLD] GNOME | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
Status: | RESOLVED INVALID | ||
Severity: | minor | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Build Log |
Description
Robert Jämmrich
2003-06-14 09:37:10 UTC
hmm well you have to come with more proof or some output of it failing, cause libglade doesn't directly include db1 anywhere or even links to it afaics. This is the error message I get (HTH): gcc -shared glade-gnome.lo -L/usr/lib -L/usr/X11R6/lib /usr/lib/libgnomeui.so /usr/lib/libart_lgpl.so /usr/lib/libgdk_imlib.so -lSM -lICE /usr/lib/libgtk.so /usr/lib/libgdk.so /usr/lib/libgmodule.so -ldl -lXi -lXext -lX11 /usr/lib/libgnome.so /usr/lib/libgnomesupport.so /usr/lib/libesd.so /usr/lib/libaudiofile.so -lm -ldb1 /usr/lib/libglib.so /usr/lib/libxml.so -lz -Wl,-soname -Wl,libglade-gnome.so.0 -o .libs/libglade-gnome.so.0.4.2 /usr/bin/ld: cannot find -ldb1 collect2: ld returned 1 exit status make[2]: *** [libglade-gnome.la] Error 1 make[2]: Leaving directory `/var/tmp/portage/libglade-0.17-r6/work/libglade-0.17/glade' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/libglade-0.17-r6/work/libglade-0.17' make: *** [all] Error 2 !!! ERROR: gnome-base/libglade-0.17-r6 failed. !!! Function src_compile, Line 46, Exitcode 2 !!! (no error message) Created attachment 13272 [details]
Build Log
well that doesn't say much really.. did you remove db from your system at a certain point ? It could be any lib or even sublib it depends on that wants it. Fact is that 'USE="-*" emerge =libglade-0* -evp | grep db-1 | wc -l' gives 1. So it is most likely a problem on your side, db-1 is always installed. |