Hi, replying to myself.
I remembered two variables called WANT_AUTOMAKE and WANT_AUTOCONF. I unset them and got another error: ================ Making all in doc make[2]: Entering directory `/var/tmp/portage/libusb-0.1.10a/work/libusb-0.1.10a/doc' rm -rf html mkdir html jade -t sgml -d ./website.dsl\#html ./manual.sgml jade: error while loading shared libraries: libosp.so.3: cannot open shared object file: No suchfile or directory make[2]: *** [html/index.html] Fehler 127 make[2]: Leaving directory `/var/tmp/portage/libusb-0.1.10a/work/libusb-0.1.10a/doc' make[1]: *** [all-recursive] Fehler 1 make[1]: Leaving directory `/var/tmp/portage/libusb-0.1.10a/work/libusb-0.1.10a' make: *** [all] Fehler 2 !!! ERROR: dev-libs/libusb-0.1.10a failed. !!! Function src_compile, Line 36, Exitcode 2 !!! emake failed ============= /usr/lib/libosp.so.3 didn't exist: ============= ls -l /usr/lib/libosp* -rw-r--r-- 1 root root 4300782 11. Dez 19:30 /usr/lib/libosp.a -rw-r--r-- 1 root root 601376 29. Jun 2004 /usr/lib/libospgrove.a -rwxr-xr-x 1 root root 724 29. Jun 2004 /usr/lib/libospgrove.la lrwxrwxrwx 1 root root 20 5. Dez 2004 /usr/lib/libospgrove.so -> libospgrove.so.0.0.1 lrwxrwxrwx 1 root root 20 5. Dez 2004 /usr/lib/libospgrove.so.0 -> libospgrove.so.0.0.1 -rwxr-xr-x 1 root root 403784 29. Jun 2004 /usr/lib/libospgrove.so.0.0.1 -rwxr-xr-x 1 root root 709 11. Dez 19:30 /usr/lib/libosp.la lrwxrwxrwx 1 root root 15 11. Dez 19:30 /usr/lib/libosp.so -> libosp.so.4.0.0 lrwxrwxrwx 1 root root 15 11. Dez 19:30 /usr/lib/libosp.so.4 -> libosp.so.4.0.0 -rwxr-xr-x 1 root root 1954008 11. Dez 19:30 /usr/lib/libosp.so.4.0.0 ================= so I set a symlink: ln -s libosp.so.4.0.0 libosp.so.3 but now the build process seems to be in an endless loop: Making all in doc make[2]: Entering directory `/var/tmp/portage/libusb-0.1.10a/work/libusb-0.1.10a/doc' rm -rf html mkdir html jade -t sgml -d ./website.dsl\#html ./manual.sgml Should I install another version of libosp? If so, how can I do so (sorry for my ignorance)? But I get equery belongs libosp.so.4.0.0 [ Searching for file(s) libosp.so.4.0.0 in *... ] app-text/opensp-1.5.1 (/usr/lib/libosp.so.4.0.0) and 1.5.1 is the current and only version available (at least according to packages.gentoo.org). Thanks and best regards, ce -- gentoo-user@gentoo.org mailing list