Summary: | aqbanking 1.6.0_beta build problems | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Thorsten Roggendorf <thorsten.roggendorf> |
Component: | Current packages | Assignee: | Hanno Böck <hanno> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | amd64 |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Thorsten Roggendorf
2005-10-09 13:57:25 UTC
Looks like a problem with the paths on amd64 Similar problem here on my amd64, however it cannot finds libaqbanking.la when building the aqhbci plugin. Last output: x86_64-pc-linux-gnu-gcc -shared .libs/aqhbci-plugin.o -Wl,--rpath -Wl,/var/tmp/portage/aqbanking-1.6.0_beta/work/aqbanking-1.6.0beta/src/libs/aqbanking/.libs -L/var/tmp/portage/aqbanking-1.6.0_beta/work/aqbanking-1.6.0beta/src/plugins/backends/aqhbci/plugin /usr/lib64/libaqhbci.so -L/var/tmp/portage/aqbanking-1.6.0_beta/work/aqbanking-1.6.0beta/src/libs/aqbanking /var/tmp/portage/aqbanking-1.6.0_beta/work/aqbanking-1.6.0beta/src/libs/aqbanking/.libs/libaqbanking.so -L/usr/lib64 /usr/lib64/libgwenhywfar.so -march=athlon64 -Wl,-soname -Wl,aqhbci.so.8 -o .libs/aqhbci.so.8.0.1 (cd .libs && rm -f aqhbci.so.8 && ln -s aqhbci.so.8.0.1 aqhbci.so.8) (cd .libs && rm -f aqhbci.so && ln -s aqhbci.so.8.0.1 aqhbci.so) creating aqhbci.la /bin/sed: can't read /usr/lib64/libaqbanking.la: No such file or directory libtool: link: `/usr/lib64/libaqbanking.la' is not a valid libtool archive make[8]: *** [aqhbci.la] Fehler 1 It is quite nice here now. just change "ebuild || die" to "ebuild -j1 || die" and it will compile fine. Also you will have to add FEARUTES="-sandbox" but then it rus quite nice Hope i helped you indeed MAKEOPT="-j2" in /etc/make.conf caused the issue. After removing that temporarily everything compiled fine. I think the first problem I described is a dupe of bug #65722 I've added MAKEOPTS="-j1", so one problem should be fixed, as noted, the other one is probably a dupe of 65722. If any problems (beside the qt-linking-one) are still there, please re-open or create a new bug. |