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 1QDioB-00071I-Aw for garchives@archives.gentoo.org; Sat, 23 Apr 2011 19:48:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 019051C002; Sat, 23 Apr 2011 19:46:11 +0000 (UTC) Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com [74.125.82.181]) by pigeon.gentoo.org (Postfix) with ESMTP id A7D341C002 for ; Sat, 23 Apr 2011 19:46:11 +0000 (UTC) Received: by wyi11 with SMTP id 11so1347368wyi.40 for ; Sat, 23 Apr 2011 12:46:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:reply-to:to:subject:date:user-agent :references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=pQOxZonU0sepIbABLCtsjO3sQBBcE6NWKZQVY10TMKc=; b=v5Y7+cJRIArGegLS4z8IaG2LzmDWmfNtuae0oqC3FKovlJoAuLvV+ul2lhIUMKEwwI LbJ6zJCqJ8RQHAJQpxQFbD/0YXRGjHLg25m/PqK3FWqL9lLeWUMujzExHqBZAXsWTdTg 27h8gvQ2Ehf+Ag1k+rQF9huM7dSvetcwZVeWw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:reply-to:to:subject:date:user-agent:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; b=cRZ+nEY8PsQFOHoEQ4HJzFTZ98cjxIrit0JQaVECGF+PEWV7Ip4po3F7PtdZHX4y8t InWhEhxyiHuRVCbs297bWgq+sQk/uA5BSKfCPoiQSThGh6ABaNpVdm40uPPBUr4PTNTg MqdHOozSxCSojgNZoVz1vbEysa9NichkV4hMM= Received: by 10.227.172.193 with SMTP id m1mr2236277wbz.201.1303587970712; Sat, 23 Apr 2011 12:46:10 -0700 (PDT) Received: from dell_xps.localnet (230.3.169.217.in-addr.arpa [217.169.3.230]) by mx.google.com with ESMTPS id y29sm2407874wbd.55.2011.04.23.12.46.08 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 23 Apr 2011 12:46:09 -0700 (PDT) From: Mick To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Building pygtk-2.22.0-r1 fails. Help, please! Date: Sat, 23 Apr 2011 20:46:30 +0100 User-Agent: KMail/1.13.5 (Linux/2.6.37-gentoo-r4; KDE/4.4.5; x86_64; ; ) References: <20110422180508.GA17715@acm.acm> <201104230043.45952.alan.mckinnon@gmail.com> <20110423163544.GA18788@acm.acm> In-Reply-To: <20110423163544.GA18788@acm.acm> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2616698.U3AT4QQ7hg"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201104232046.40140.michaelkintzios@gmail.com> X-Archives-Salt: X-Archives-Hash: 869a2fdb34eaa81a1f3104a37decf296 --nextPart2616698.U3AT4QQ7hg Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable On Saturday 23 April 2011 17:35:44 Alan Mackenzie wrote: > Hi, Alan. >=20 > On Sat, Apr 23, 2011 at 12:43:45AM +0200, Alan McKinnon wrote: > > Apparently, though unproven, at 20:05 on Friday 22 April 2011, Alan > > Mackenzie > >=20 > > did opine thusly: > > > Hi, Gentoo. > > >=20 > > > In my attempt to 'emerge --update --deep xfce4-meta', one sole > > > package is refusing to build, namely pygtk. > > >=20 > > > Its log file displays many (perhaps 100) error lines like: > > > Could not write method AtkObject.get_attributes: No ArgType for > > >=20 > > > AtkAttributeSet* > > >=20 > > > . The command that caused all these errors was: > > >=20 > > > libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. > > > -I/usr/include/python2.6 -I/usr/include/python2.6 -pthread > > > -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 > > > -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 > > > -I/usr/lib64/glib-2.0/include -I./gtk > > > -I/usr/lib64/python2.6/site-packages/numpy/core/include -pthread > > > -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 > > > -I/usr/lib64/glib-2.0/include -O2 -pipe -march=3Dathlon64 -Wall > > > -fno-strict-aliasing -std=3Dc9x -MT pango_la-pangomodule.lo -MD -MP -= MF > > > .deps/pango_la-pangomodule.Tpo -c pangomodule.c -fPIC -DPIC -o > > > .libs/pango_la-pangomodule.o > > >=20 > > > . If anybody knows how to fix this, or a more appropriate place to > > > ask for help, please tell me. > > >=20 > > > Thanks in advance! > >=20 > > This one might be tricky. Here's a tip: include version numbers of > > packages that are giving trouble, and whether you run stable, testing > > or (god forbid!) a mixture - this can be rather important in guiding > > one to what to do next (a process mostly defined by instinct rather > > than by say reason) >=20 > OK. As a relative newbie, I only run "stable". My system is giving me > enough headaches as it is. >=20 > > The error looks like an API break between pygtk and whatever provides > > AtkObject. That is part of the gtk accessibility toolkit, and the > > relevant files come out of a package called atk. > >=20 > > My first guess is that pygtk and atk are now out of sync on your machin= e. > > Try this: > >=20 > > emerge -av1 atk > > emerge -av1 pygtk > >=20 > > Post back if that doesn't work. >=20 > Sadly, it didn't work. >=20 > > Another tip: search bugs.gentoo.org first before posting - oftentimes > > the problem is already known and reported on. In this specific case > > however, I didn't find anything. >=20 > OK. I managed to get the problem fixed, basically by trying everything, > though I don't really understand what I did. This was my recipe: >=20 > emerge --sync > emerge --update --deep --newuse xfce4-meta >=20 > , which updated libglade-2.6.4 and pygtk-2.22.0-r1 successfully. So > thanks! What do you get when you run: # eselect python list =2D-=20 Regards, Mick --nextPart2616698.U3AT4QQ7hg Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) iEYEABECAAYFAk2zLKAACgkQVTDTR3kpaLYNVQCeJlri+Z9Yv45ETDuLAdvgVcSc JPoAnRs2CAgzaqYNBd5uDpCivBD9KlpV =plMH -----END PGP SIGNATURE----- --nextPart2616698.U3AT4QQ7hg--