public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Can't emerge gnome-base/librsvg; missing /usr/lib/libglib-2.0.la
@ 2011-08-24  2:35 Walter Dnes
  2011-08-24  3:43 ` Philip Webb
  0 siblings, 1 reply; 3+ messages in thread
From: Walter Dnes @ 2011-08-24  2:35 UTC (permalink / raw
  To: Gentoo Users List

[-- Attachment #1: Type: text/plain, Size: 1449 bytes --]

  Doing an update on my backup (i.e. 32-bit) intel desktop PC.
Attempting to emerge gnome-base/librsvg-2.34.0 fails with...

/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
  CCLD   librsvg-2.la
/bin/grep: /usr/lib/libglib-2.0.la: No such file or directory
/bin/sed: can't read /usr/lib/libglib-2.0.la: No such file or directory
libtool: link: `/usr/lib/libglib-2.0.la' is not a valid libtool archive
make[2]: *** [librsvg-2.la] Error 1

  I've attached the full build log.  It's only 4K zipped.  I always
start my USE with "-*", and add stuff as needed, if that makes a
difference.  I have conservative compiler/build settings...

CFLAGS="-O2 -march=native -mfpmath=sse -fomit-frame-pointer -pipe"
CXXFLAGS="${CFLAGS}"
CHOST="i686-pc-linux-gnu"
MAKEOPTS="-j1"

  Any ideas?

-- 
Walter Dnes <waltdnes@waltdnes.org>

[-- Attachment #2: fail.zip --]
[-- Type: application/zip, Size: 4046 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-user] Can't emerge gnome-base/librsvg; missing /usr/lib/libglib-2.0.la
  2011-08-24  2:35 [gentoo-user] Can't emerge gnome-base/librsvg; missing /usr/lib/libglib-2.0.la Walter Dnes
@ 2011-08-24  3:43 ` Philip Webb
  2011-08-24  7:04   ` [gentoo-user] [SOLVED] " Walter Dnes
  0 siblings, 1 reply; 3+ messages in thread
From: Philip Webb @ 2011-08-24  3:43 UTC (permalink / raw
  To: gentoo-user

110823 Walter Dnes wrote:
> Doing an update on my backup (i.e. 32-bit) intel desktop PC.
> Attempting to emerge gnome-base/librsvg-2.34.0 fails with...
> /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
>   CCLD   librsvg-2.la
> /bin/grep: /usr/lib/libglib-2.0.la: No such file or directory
> /bin/sed: can't read /usr/lib/libglib-2.0.la: No such file or directory
> libtool: link: `/usr/lib/libglib-2.0.la' is not a valid libtool archive
> make[2]: *** [librsvg-2.la] Error 1

It looks like the problem I reported recently,
which was solved by remerging  gcc libtool , esp the latter.

-- 
========================,,============================================
SUPPORT     ___________//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT    `-O----------O---'   purslowatchassdotutorontodotca




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-user] [SOLVED] Can't emerge gnome-base/librsvg; missing /usr/lib/libglib-2.0.la
  2011-08-24  3:43 ` Philip Webb
@ 2011-08-24  7:04   ` Walter Dnes
  0 siblings, 0 replies; 3+ messages in thread
From: Walter Dnes @ 2011-08-24  7:04 UTC (permalink / raw
  To: gentoo-user

On Tue, Aug 23, 2011 at 11:43:23PM -0400, Philip Webb wrote

> It looks like the problem I reported recently,
> which was solved by remerging  gcc libtool , esp the latter.

  Thanks, that appears to have done it.  Still no .la file, but now the
build doesn't seem to require it.

-- 
Walter Dnes <waltdnes@waltdnes.org>



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-08-24  7:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-24  2:35 [gentoo-user] Can't emerge gnome-base/librsvg; missing /usr/lib/libglib-2.0.la Walter Dnes
2011-08-24  3:43 ` Philip Webb
2011-08-24  7:04   ` [gentoo-user] [SOLVED] " Walter Dnes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox