Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 166902 - gnucash-2.0.4-r1 fails compile with guile-1.8.1-r1
Summary: gnucash-2.0.4-r1 fails compile with guile-1.8.1-r1
Status: RESOLVED DUPLICATE of bug 163647
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-14 20:38 UTC by Chris Bainbridge (RETIRED)
Modified: 2007-02-14 20:59 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 Chris Bainbridge (RETIRED) gentoo-dev 2007-02-14 20:38:29 UTC
Seems to be looking for the file /usr/lib/libguile-ltdl.la which is installed by  guile-1.6.8 but not 1.8.1-r1 (possibly it depends on a new USE flag in guile?):

 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../.. -std=gnu99 -pthread -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -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 -O2 -march=pentium-m -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wno-pointer-sign -D_FORTIFY_SOURCE=2 -MT gw-core-utils.lo -MD -MP -MF .deps/gw-core-utils.Tpo -c gw-core-utils.c  -fPIC -DPIC -o .libs/gw-core-utils.o
/bin/sh ../../libtool --tag=CC --mode=link i686-pc-linux-gnu-gcc -std=gnu99   -pthread -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -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 -O2 -march=pentium-m -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations   -Wdeclaration-after-statement -Wno-pointer-sign -D_FORTIFY_SOURCE=2  -g -o libgw-core-utils.la -rpath /usr/lib -lgwrap-guile-runtime -lgwrap-core-runtime -lguile -lguile-ltdl -lqthreads -lpthread -lcrypt -lm -lffi gw-core-utils.lo libcore-utils.la -pthread -Wl,--export-dynamic -lgthread-2.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -pthread -lguile -lltdl  -lgmp -lcrypt -lm -lltdl -lpopt -lm  -lm
grep: /usr/lib/libguile-ltdl.la: No such file or directory
/bin/sed: can't read /usr/lib/libguile-ltdl.la: No such file or directory
libtool: link: `/usr/lib/libguile-ltdl.la' is not a valid libtool archive

USE flags:
dev-scheme/guile-1.8.1-r1  USE="deprecated discouraged nls regex threads -debug -debug-freelist -debug-malloc -elisp -networking"
app-office/gnucash-2.0.4-r1  USE="nls ofx -chipcard -debug -doc -hbci -quotes"
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-02-14 20:59:12 UTC

*** This bug has been marked as a duplicate of bug 163647 ***