Hi all,
> I'd do: > [*] emerge -vu portage > [*] emerge -vuDp world > [*] if everything went OK: emerge -vuD world > [*] revdep-rebuild --pretend > [*] revdep-rebuild so I did. Everything went fine, until it was libusb's turn. I still get: >>> Unpacking source... >>> Unpacking libusb-0.1.10a.tar.gz to /var/tmp/portage/libusb-0.1.10a/work * Applying 0.1.10a-fbsd.patch ... [ ok ] * Running eautoreconf in '/var/tmp/portage/libusb-0.1.10a/work/libusb-0.1.10a' ... * Running aclocal ... [ ok ] * Running libtoolize --copy --force --automake ... [ ok ] * Running aclocal ... [ ok ] * Running autoconf ... [ ok ] * Running autoheader ... [ ok ] * Running automake --add-missing --copy --foreign ... [ !! ] * Failed Running automake ! * * Include in your bugreport the contents of: * * /var/tmp/portage/libusb-0.1.10a/temp/automake-12138.out !!! ERROR: dev-libs/libusb-0.1.10a failed. !!! Function autotools_run_tool, Line 179, Exitcode 0 ============= When I look into /var/tmp/portage/libusb-0.1.10a/temp/automake-12138.out it contains: ***** automake ***** configure.in: installing `./mkinstalldirs' libusbpp_la_LDFLAGS: variable `QT_LDFLAGS' is used but `QT_LDFLAGS' is undefined ============= A further issue I had before was that kdelibs didn't compile properly. It complained: grep: /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libstdc++.la: No such file or directory /bin/sed: can't read /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libstdc++.la: No such file or directory libtool: link: `/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libstdc++.la' is not a valid libtool archive make[3]: *** [libkio.la] Fehler 1 make[3]: Leaving directory `/var/tmp/portage/kdelibs-3.4.3/work/kdelibs-3.4.3/kio' make[2]: *** [all-recursive] Fehler 1 make[2]: Leaving directory `/var/tmp/portage/kdelibs-3.4.3/work/kdelibs-3.4.3/kio' make[1]: *** [all-recursive] Fehler 1 make[1]: Leaving directory `/var/tmp/portage/kdelibs-3.4.3/work/kdelibs-3.4.3' make: *** [all] Fehler 2 !!! ERROR: kde-base/kdelibs-3.4.3 failed. !!! Function kde_src_compile, Line 173, Exitcode 2 !!! died running emake, kde_src_compile:make ================= I did notice that there was /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.3/ which pointed to /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/ but 3.3.4 didn't exist. Instead there was /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/ so I created a symlink to 3.3.6 called 3.3.4 I don't know if this also is related to the libusb error, but at least I wanted to annotate that. Any hint about the libusb error? Best regards ce -- gentoo-user@gentoo.org mailing list