Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: Gentoo Users List <gentoo-user@l.g.o>
Subject: [gentoo-user] Can't emerge gnome-base/librsvg; missing /usr/lib/libglib-2.0.la
Date: Wed, 24 Aug 2011 02:37:02
Message-Id: 20110824023541.GA5044@waltdnes.org
1 Doing an update on my backup (i.e. 32-bit) intel desktop PC.
2 Attempting to emerge gnome-base/librsvg-2.34.0 fails with...
3
4 /bin/sh ./libtool --silent --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=\"librsvg\" -DLIBRSVG_DATADIR="\"/usr/share\"" -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng14 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/libcroco-0.6 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DHAVE_LIBCROCO=1 -O2 -march=native -mfpmath=sse -fomit-frame-pointer -pipe -c -o librsvg_2_la-rsvg-xml.lo `test -f 'rsvg-xml.c' || echo './'`rsvg-xml.c
5 CCLD librsvg-2.la
6 /bin/grep: /usr/lib/libglib-2.0.la: No such file or directory
7 /bin/sed: can't read /usr/lib/libglib-2.0.la: No such file or directory
8 libtool: link: `/usr/lib/libglib-2.0.la' is not a valid libtool archive
9 make[2]: *** [librsvg-2.la] Error 1
10
11 I've attached the full build log. It's only 4K zipped. I always
12 start my USE with "-*", and add stuff as needed, if that makes a
13 difference. I have conservative compiler/build settings...
14
15 CFLAGS="-O2 -march=native -mfpmath=sse -fomit-frame-pointer -pipe"
16 CXXFLAGS="${CFLAGS}"
17 CHOST="i686-pc-linux-gnu"
18 MAKEOPTS="-j1"
19
20 Any ideas?
21
22 --
23 Walter Dnes <waltdnes@××××××××.org>

Attachments

File name MIME type
fail.zip application/zip

Replies

Subject Author
Re: [gentoo-user] Can't emerge gnome-base/librsvg; missing /usr/lib/libglib-2.0.la Philip Webb <purslow@××××××××.net>