From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OBsmk-0000hc-HS for garchives@archives.gentoo.org; Tue, 11 May 2010 16:58:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4301CE092D; Tue, 11 May 2010 16:58:19 +0000 (UTC) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by pigeon.gentoo.org (Postfix) with ESMTP id 30082E092B for ; Tue, 11 May 2010 16:57:58 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id 16so1042688fgg.10 for ; Tue, 11 May 2010 09:57:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=uUl23EShVGTfqzw9cnSMnXlkbftZkehHdqG2QySlRJY=; b=pa6aXPtI9USLjy1GT9R2DdYCYnwg00dQdhyWNcw2nkwBO/jzLC6NDxMHX/oSldC9w2 zQ5rpfsXggt9z1AqLdI5NLQuXJJgfDYZd1bVsgYo5C54/cLUpoaNOJ1CHCqEib00/Skd UHCEYHXtB6oEj0inbrYKMCL16DiyBRcWv62+k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=eNrZWrkkZESCo6GLH7A+MWXoEsWLtJHEoT7uarcGrtzRDuKcdu2QvrlZzYXcojwXy3 dmuDuNOV0JLQfug/L6sfkTYhVkvtQlh5OiGIoaxcaQmtPFfvTVHQlhWrFna9JRtmTGTC 2hbyVyyiiT6BnLAi/mLIn4q1HBIyvm+U+2Uxo= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Received: by 10.204.6.212 with SMTP id a20mr2835036bka.22.1273597077466; Tue, 11 May 2010 09:57:57 -0700 (PDT) Received: by 10.204.54.5 with HTTP; Tue, 11 May 2010 09:57:57 -0700 (PDT) In-Reply-To: <87y6fq76sr.fsf@newton.gmurray.org.uk> References: <1273511472.21605.12.camel@gdartigu.lan.rep.sj> <4BE867F2.4030809@gentoo.org> <201005110610.49241.hwoarang@gentoo.org> <201005102352.21751.vapier@gentoo.org> <4BE9560F.2090402@gmail.com> <87y6fq76sr.fsf@newton.gmurray.org.uk> Date: Tue, 11 May 2010 18:57:57 +0200 Message-ID: Subject: Re: [gentoo-dev] About libpng-1.4 handling From: Francesco R To: gentoo-dev@lists.gentoo.org Content-Type: multipart/alternative; boundary=0015175884f663b08d0486546dc3 X-Archives-Salt: 53adc86a-0126-4921-9f1e-4d3a99aab6b3 X-Archives-Hash: 455dfbc814460bfc2916424251dbc0a1 --0015175884f663b08d0486546dc3 Content-Type: text/plain; charset=ISO-8859-1 2010/5/11 Graham Murray > George Prowse writes: > > > I have run revdep-rebuild about 30 times and I still can't fix > > it. revdep-rebuild does not fix it and libpng needs to have some > > serious action before it goes stable because I booted into, basically > > a completely broken machine because I had to stop a large upgrade on > > the previous emerge (~300 packages) in the middle. > > Are the failures during a gtk-doc scan? If so then try unmerging the > affected package and then manually re-emerging it. > > For me not, possibly it's a problem with la files, steps done by me follow: revdep-rebuild -- --keep-going lafilefixer --justfixit # this does not work `revdep-rebuild -- --keep-going` export PKGLIST="$(qfile --slots --quiet --nocolor $(grep -l png12 /usr/lib64/*.la))" # PKGLIST="gnome-base/libgnomecanvas:0 gnome-base/libbonoboui:0 gnome-base/libgnomeui:0 gnome-base/gnome-keyring:0 # gnome-base/libglade:2.0 dev-cpp/gtkmm:2.4 dev-cpp/gtkmm:2.4 gnome-extra/evolution-data-server:0" sudo rm $(grep -l png12 /usr/lib64/*.la) gnome-extra/evolution-data-server:0" sudo emerge -1av $PKGLIST revdep-rebuild -- --keep-going # should do --0015175884f663b08d0486546dc3 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

2010/5/11 Graham Murray <graham@gmurray.org.uk>= ;
George Prowse <george.prowse@gmail.com> writes:

> I have run revdep-rebuild about 30 times and I still can't fix
> it. revdep-rebuild does not fix it and libpng needs to have some
> serious action before it goes stable because I booted into, basically<= br> > a completely broken machine because I had to stop a large upgrade on > the previous emerge (~300 packages) in the middle.

Are the failures during a gtk-doc scan? If so then try unmerging the<= br> affected package and then manually re-emerging it.

For me not, possibly it's a problem with la files, s= teps done by me follow:

revdep-rebuild -- --keep-go= ing
lafilefixer --justfixit
# this does not work `revde= p-rebuild -- --keep-going`

export PKGLIST=3D"$(qfile --slots =A0--quiet =A0--= nocolor $(grep -l png12 =A0/usr/lib64/*.la))"
#=A0PKGLIST=3D= "gnome-base/libgnomecanvas:0 gnome-base/libbonoboui:0 gnome-base/libgn= omeui:0 gnome-base/gnome-keyring:0=A0
# =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 gnome-base/libglade:2.0 dev-cpp/gtkm= m:2.4 dev-cpp/gtkmm:2.4 gnome-extra/evolution-data-server:0"
sudo rm $(grep -l png12 =A0/usr/lib64/*.la)
gnome-extra/evolutio= n-data-server:0"
sudo emerge -1av $PKGLIST

revdep-rebuild -- -= -keep-going

# should do
--0015175884f663b08d0486546dc3--