Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 22820 - Missing dependency: libglade (libglade-0.17-r6) doesn't compile
Summary: Missing dependency: libglade (libglade-0.17-r6) doesn't compile
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-14 09:37 UTC by Robert Jämmrich
Modified: 2003-06-14 19:16 UTC (History)
0 users

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


Attachments
Build Log (build.txt,19.74 KB, text/plain)
2003-06-14 13:18 UTC, Robert Jämmrich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Jämmrich 2003-06-14 09:37:10 UTC
libglade-0.17-r6 doesn't compile until db-1.85-r1 gets emerged (manually). 

Reproducible: Always
Steps to Reproduce:
Try to compile libglade-0.17 without db-1.85 beeing installed before. 



Could you please add a depend to the libglade ebuild? Thank you!
Comment 1 foser (RETIRED) gentoo-dev 2003-06-14 12:08:36 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.
Comment 2 Robert Jämmrich 2003-06-14 13:10:03 UTC
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)

Comment 3 Robert Jämmrich 2003-06-14 13:18:31 UTC
Created attachment 13272 [details]
Build Log
Comment 4 foser (RETIRED) gentoo-dev 2003-06-14 19:16:48 UTC
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.