Gentoo Archives: gentoo-user

From: Bill Longman <bill.longman@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] error compiling media-libs/netpbm-10.49.00
Date: Thu, 22 Jul 2010 13:08:56
Message-Id: AANLkTik4qOqGTksc4QcJQpZhGq35yMnf3-lDaZC5szc4@mail.gmail.com
In Reply to: Re: [gentoo-user] error compiling media-libs/netpbm-10.49.00 by Arnau Bria
1 On 7/22/10, Arnau Bria <arnau@×××××××××.net> wrote:
2 > On Thu, 22 Jul 2010 10:53:54 +0200
3 > Alan McKinnon wrote:
4 >
5 >> On Thursday 22 July 2010 10:04:46 Arnau Bria wrote:
6 >> > Hi all,
7 >> >
8 >> > long time since last update. I was trying to update my system and it
9 >> > failed at netpbm with this error:
10 >>
11 >> Yes, I can see it was a long time ago :-)
12 >
13 > I really don't care about "big" gentoo updates. Some years ago I did,
14 > but now it usually goes fine. minor issues :-)
15 >
16 >> You hit the jpeg issue and that was a while back. We've had the
17 >> linpng issue since then. Install jpeg:7 and try again.
18 >>
19 >> You can expect to use a lot of revdep-rebuild to get all this going
20 >> again.
21 > revdep-rebuild against libjpeg.so.7 solved the issue.
22 >
23 > So, I suppose it did rebuild some dep package (don't ask me which :-) )
24 > that solved the issue
25 >
26 > Arnau
27 >
28 >
29
30 Your CFLAGS:
31 CFLAGS="-O2 -mtune=i686 -pipe"
32
33 You might like
34 CFLAGS="-O2 -march=core2 -pipe"

Replies

Subject Author
Re: [gentoo-user] error compiling media-libs/netpbm-10.49.00 Mick <michaelkintzios@×××××.com>