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 1QDOx0-0005qp-KF for garchives@archives.gentoo.org; Fri, 22 Apr 2011 22:35:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 528961C010; Fri, 22 Apr 2011 22:34:15 +0000 (UTC) Received: from mail-yx0-f181.google.com (mail-yx0-f181.google.com [209.85.213.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 216021C010 for ; Fri, 22 Apr 2011 22:34:14 +0000 (UTC) Received: by yxm8 with SMTP id 8so328523yxm.40 for ; Fri, 22 Apr 2011 15:34:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=YqJQWEwDcGrndq8j0Sw6IVgUDl8ujB/CtE4HdIoNVZI=; b=V+eQQ4TmuYJHwmqtK8bnD180n6+r/rjaEzvehlRLA2kqTxJQpBGWMqJRICMnGRhWG2 yvbIfIHWGQjKWq2tqow7ByFWtJ/99ywPgLxQx0HPF2Xcj/bx/j7J5tKW4pfqA/rjdWdD rsa95u2LDFj+/A0Q69HxBP6O7LjX4yMzAgBUo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=VlqDiGk7vWe6DvmBPe2gTpPfrNb8f2FdgMLnb60iegPt+8fFlSmI9Zy1E38fQQ25Gh j13CN/2t3XOZb6OPSczWDRWg0usOVfJtuVav41zQM8YNp5etkUamMyqhNhLfqRRzPAfZ MGmjmJMjAhJvTbS3izZXRfuFvrOFVpHojIOlg= Received: by 10.236.76.131 with SMTP id b3mr1533436yhe.433.1303511654580; Fri, 22 Apr 2011 15:34:14 -0700 (PDT) Received: from [192.168.2.5] (adsl-0-93-52.jan.bellsouth.net [65.0.93.52]) by mx.google.com with ESMTPS id l74sm1399806yhn.96.2011.04.22.15.34.12 (version=SSLv3 cipher=OTHER); Fri, 22 Apr 2011 15:34:13 -0700 (PDT) Message-ID: <4DB20263.4070802@gmail.com> Date: Fri, 22 Apr 2011 17:34:11 -0500 From: Dale User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.18) Gecko/20110325 Gentoo/2.0.13 SeaMonkey/2.0.13 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Building pygtk-2.22.0-r1 fails. Help, please! References: <20110422180508.GA17715@acm.acm> In-Reply-To: <20110422180508.GA17715@acm.acm> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: 24d2828c5f277102b94675f1423020af Alan Mackenzie wrote: > Hi, Gentoo. > > In my attempt to 'emerge --update --deep xfce4-meta', one sole package > is refusing to build, namely pygtk. > > Its log file displays many (perhaps 100) error lines like: > > Could not write method AtkObject.get_attributes: No ArgType for AtkAttributeSet* > > . The command that caused all these errors was: > > 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=athlon64 -Wall -fno-strict-aliasing -std=c9x -MT pango_la-pangomodule.lo -MD -MP -MF .deps/pango_la-pangomodule.Tpo -c pangomodule.c -fPIC -DPIC -o .libs/pango_la-pangomodule.o > > . If anybody knows how to fix this, or a more appropriate place to ask > for help, please tell me. > > Thanks in advance! > > I did a bit of googling and found some things to try. Running etc-update was one and python-updater was another. I also saw a mention of running fixlibtool but I'm not sure that helped any. Maybe one of those will help. Maybe worth trying at least. Dale :-) :-)