Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
When i try and emerge dev-libs/libxslt-1.1.8 make fails and i get this message: "grep: /var/tmp/portage/libgpg-error-0.6/image//usr/lib/libgpg-error.la: No suchfile or directory" I guess it want's /usr/lib/libgpg-error.la, but i don't know how to change that. Reproducible: Always Steps to Reproduce: 1. emerge libxslt 2. 3. Actual Results: grep: /var/tmp/portage/libgpg-error-0.6/image//usr/lib/libgpg-error.la: No suchfile or directory /bin/sed: can't read /var/tmp/portage/libgpg-error-0.6/image//usr/lib/libgpg-error.la: No such file or directory libtool: link: `/var/tmp/portage/libgpg-error-0.6/image//usr/lib/libgpg-error.la' is not a valid libtool archive make[2]: *** [libexslt.la] Error 1 make[2]: Leaving directory `/var/tmp/portage/libxslt-1.1.8/work/libxslt-1.1.8/libexslt' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/libxslt-1.1.8/work/libxslt-1.1.8' make: *** [all] Error 2 !!! ERROR: dev-libs/libxslt-1.1.8 failed. !!! Function src_compile, Line 22, Exitcode 2 !!! make failed Expected Results: It should have used /usr/lib/libgpg-error.la instead of /var/tmp/portage/libgpg-error-0.6/image//usr/lib/libgpg-error.la Portage 2.0.50-r11 (default-x86-1.4, gcc-3.3.4, glibc-2.3.3.20040420-r1, 2.6.8-gentoo-r3) ================================================================= System uname: 2.6.8-gentoo-r3 i686 AMD Athlon(tm) XP 1700+ Gentoo Base System version 1.4.16 ccache version 2.3 [enabled] Autoconf: sys-devel/autoconf-2.59-r4 Automake: sys-devel/automake-1.8.5-r1 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CFLAGS="-O3 -march=athlon-xp -pipe" CHOST="i686-pc-linux-gnu" COMPILER="" CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.1/share/config /usr/kde/3.2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/share/config /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-O3 -march=athlon-xp -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs ccache sandbox" GENTOO_MIRRORS="http://ds.thn.htu.se/linux/gentoo http://mirror.pudas.net/gentoo ftp://mirror.pudas.net/gentoo" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X aalib alsa apache2 apm arts avi berkdb bitmap-fonts cdr crypt cups dvd encode esd foomaticdb gd gd-external gdbm gif gnome gpm gtk gtk2 imlib java jpeg jpg kde libg++ libwww mad mikmod motif mpeg mysql ncurses nls oggvorbis opengl oss pam pdflib perl php png python qt quicktime readline sdl slang spell ssl svgatcltk tcpd truetype x86 xml2 xmms xprint xv zlib"
This is my first attempt to file a bug, and i have really tried to make sure that its actually a bug. I hope i didn't do anything wrong.
this is not a gnome issue quite clearly.. some lib has set the wrong path in its la file, probably because it uses einstall. @ reporter : do 'grep "/var/tmp/portage" /usr/lib/*.la' & post the result you will need to remerge libgpg-error & this will go away .. version 1.0 correctly uses DESTDIR .
Henrik, You've done good. Bug fixed. foser thanks for the quick and easy solution.