Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: libpng12 is missing
Date: Fri, 14 May 2010 21:58:54
Message-Id: 201005142257.24335.michaelkintzios@gmail.com
In Reply to: Re: [gentoo-user] Re: libpng12 is missing by Mick
1 On Friday 14 May 2010 20:28:39 you wrote:
2 > On Tuesday 11 May 2010 13:11:50 Peter Humphrey wrote:
3 > > On Tuesday 11 May 2010 11:15:06 Neil Bothwick wrote:
4 > > > This worked for me
5 > > >
6 > > > lafilefixer --justfixit
7 > > > emerge --oneshot --jobs 1 --keep-going $(qfile -qC $(find /usr/lib64
8 > > > \ -name '*.la' | xargs grep -- -lpng12 | awk -F: '{print $1}'))
9 > > >
10 > > > You may need to run it more than once before it completes without
11 > > > errors.
12 > >
13 > > # /usr/bin/emerge --oneshot --jobs 1 --keep-going $(qfile -qC $(find
14 > > /usr/lib64 -name '*.la' | xargs grep -- -lpng12 | awk -F: '{print $1}'))
15 > > Usage: emerge [options]
16 > >
17 > > emerge: error: no such option: -[
18 > >
19 > > (Academic anyway, in my case, as I too resorted to emerge -e world. It
20 > > took virtually a whole day.)
21 >
22 > Same error here, which forced me to emerge -e world too. Unfortunately,
23 > just as I was about half way there it failed on dev-libs/xmlrpc-c-1.18.02:
24 >
25 > ===============================================
26 [snip ...]
27 > c-1.18.02/work/xmlrpc-c-1.18.02/include'
28 > * ERROR: dev-libs/xmlrpc-c-1.18.02 failed:
29 > * died running make install, base_src_install:make
30 > *
31 > * Call stack:
32 > * ebuild.sh, line 54: Called src_install
33 > * environment, line 2450: Called base_src_install
34 > * environment, line 242: Called die
35 > * The specific snippet of code:
36 > * emake DESTDIR="${D}" $@ install || die "died running make install,
37 > $FUNCNAME:make";
38 > ===============================================
39 >
40 > What now?
41
42 Bug#: 291881
43
44 It needed MAKEOPTS="-j1".
45 --
46 Regards,
47 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Re: libpng12 is missing Roy Wright <roy@××××××.org>