Gentoo Archives: gentoo-user

From: Peter Humphrey <peter@××××××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: libpng12 is missing
Date: Tue, 11 May 2010 12:12:35
Message-Id: 201005111311.50405.peter@humphrey.ukfsn.org
In Reply to: Re: [gentoo-user] Re: libpng12 is missing by Neil Bothwick
1 On Tuesday 11 May 2010 11:15:06 Neil Bothwick wrote:
2
3 > This worked for me
4 >
5 > lafilefixer --justfixit
6 > emerge --oneshot --jobs 1 --keep-going $(qfile -qC $(find /usr/lib64
7 > \ -name '*.la' | xargs grep -- -lpng12 | awk -F: '{print $1}'))
8 >
9 > You may need to run it more than once before it completes without
10 > errors.
11
12 # /usr/bin/emerge --oneshot --jobs 1 --keep-going $(qfile -qC $(find
13 /usr/lib64 -name '*.la' | xargs grep -- -lpng12 | awk -F: '{print $1}'))
14 Usage: emerge [options]
15
16 emerge: error: no such option: -[
17
18 (Academic anyway, in my case, as I too resorted to emerge -e world. It
19 took virtually a whole day.)
20
21 --
22 Rgds
23 Peter.

Replies

Subject Author
Re: [gentoo-user] Re: libpng12 is missing Mick <michaelkintzios@×××××.com>