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 1N0YxA-0003uB-BH for garchives@archives.gentoo.org; Wed, 21 Oct 2009 11:02:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBE30E070D; Wed, 21 Oct 2009 11:02:03 +0000 (UTC) Received: from chubut.fierro-soft.com.ar (190_0_162_121.srv.solunet.com.ar [190.0.162.121]) by pigeon.gentoo.org (Postfix) with ESMTP id 3C802E070D for ; Wed, 21 Oct 2009 11:02:03 +0000 (UTC) Received: (qmail 1574 invoked from network); 21 Oct 2009 11:01:56 -0000 Received: from unknown (HELO ?192.168.1.102?) (guillermo.narvaja@fierro-soft.com.ar@190.55.213.104) by 190?0?162?121.srv.solunet.com.ar with ESMTPA; 21 Oct 2009 11:01:56 -0000 Subject: [gentoo-catalyst] Building stage3: x11-libs/libxcb-1.4-r1 failed - No module named _elementtree From: "Guillermo M. Narvaja" To: gentoo-catalyst@lists.gentoo.org Content-Type: text/plain Organization: Lambda Sistemas S.R.L. Date: Wed, 21 Oct 2009 08:02:19 -0300 Message-Id: <1256122939.32086.19.camel@yapeyu.lambdasistemas.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 Content-Transfer-Encoding: 7bit X-Archives-Salt: 81833b45-63a1-4c00-8cdf-0a299145f4fb X-Archives-Hash: 4e198d61b34168db24b6d844b452c115 Hi, I'm stuck with an error building stage3. Compile of x11-libs/libxcb-1.4-r1 fails with this error: -------- Traceback (most recent call last): File "./c_client.py", line 2, in from xml.etree.cElementTree import * File "/usr/lib/python2.6/xml/etree/cElementTree.py", line 3, in from _elementtree import * ImportError: No module named _elementtree make[1]: *** [xc_misc.h] Error 1 -------- The problem it's related with python-2.6 package. When compiled with "build" use flag, it doesn't builds _elementtree module. -----> Relevant part in python-2.6.2-r1.ebuild <----- src_configure() { # Disable extraneous modules with extra dependencies. if use build; then export PYTHON_DISABLE_MODULES="dbm bsddb gdbm _curses _curses_panel readline _sqlite3 _tkinter _elementtree pyexpat" ... -----> END <----- I don't know if other package should provide the required _elementtree.so file. Or maybe python should be built without the "build" flag? Here is my current config: Catalyst version 2.0.6.905 >>>> stage1.spec <<<< subarch: x86 target: stage1 version_stamp: lambda-2009.0 rel_type: default profile: default/linux/x86/2008.0 snapshot: lambda-2009.0 source_subpath: default/stage3-i686-20090714 chost: i686-pc-linux-gnu >>>> stage2.spec <<<< subarch: pentium4 target: stage2 version_stamp: lambda-2009.0 rel_type: default profile: default/linux/x86/2008.0 snapshot: lambda-2009.0 source_subpath: default/stage1-x86-lambda-2009.0 chost: i686-pc-linux-gnu >>>> stage3-desktop.spec <<<< subarch: pentium4 target: stage3 version_stamp: lambda-2009.0 rel_type: default profile: default/linux/x86/2008.0/desktop snapshot: lambda-2009.0 source_subpath: default/stage2-pentium4-lambda-2009.0 -- Guillermo M. Narvaja Lambda Sistemas S.R.L. www.fierro-soft.com.ar Tel: (5411) 4857-6662 Cel: (5411) 15-6783-4435 Email: guillermo.narvaja@fierro-soft.com.ar MSN: guillermo_narvaja@hotmail.com Skype: guillermonarvaja Lavalleja 519 1er Piso - Ciudad de Buenos Aires - Argentina