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 1OENiP-0006ro-4v for garchives@archives.gentoo.org; Tue, 18 May 2010 14:24:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC2CCE08BD; Tue, 18 May 2010 14:23:49 +0000 (UTC) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by pigeon.gentoo.org (Postfix) with ESMTP id 8F0B0E08BD for ; Tue, 18 May 2010 14:23:49 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id 16so1713317fgg.10 for ; Tue, 18 May 2010 07:23:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type:content-transfer-encoding; bh=78kLwNEHhkHHDCD+EUcuISft7ZWvxqPfufk9/eOBdwY=; b=n4SpYrkpEzJ4V6i+R0aHD3wvelRwlka9XTXBgodfKPWhIQTcc7Hyd7CB/r11Rb6ScS 2ACYQfiCXvWcQw0ANXPSisfbK6poFsUp2HZ9ORxJd/4CCxUeFVgbdIW5WrpGAUp29n9r hZAwPcDHkg5O2kRmsLggm3zpYqKa45yoC5NIw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type :content-transfer-encoding; b=mWfsG2pnx6F0gdr2DRKYx/b9qMLK22dFS/sRMCNYhqN/OROfSJOgOu25YLE3ZFtJTz tgAgleSv33qf8sV/dpyOXARwXsv6YLGO9l1w2NQJ/YjC6l6uwFVAS0RGuzgYfeJg6r+4 0oPQ3wAu4Y0xYAIJVvSt80zcuoCnlhokA0RKs= Received: by 10.239.187.211 with SMTP id m19mr668773hbh.56.1274192627035; Tue, 18 May 2010 07:23:47 -0700 (PDT) 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 Received: by 10.239.130.207 with HTTP; Tue, 18 May 2010 07:23:26 -0700 (PDT) From: =?ISO-8859-1?Q?Juan_Luis_P=E9rez_P=E9rez?= Date: Tue, 18 May 2010 16:23:26 +0200 Message-ID: Subject: [gentoo-catalyst] libxml2 does not build in stage3. To: gentoo-catalyst@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 0d872f1e-1608-4236-b518-5598e31c1d45 X-Archives-Hash: cef0d21f2698588a1bcec935ac64f818 I got an error building stage3 while emerging libxml2-2.7.7: make[1]: Leaving directory `/var/tmp/portage/dev-libs/libxml2-2.7.7/work/li= bxml2 -2.7.7' * Building of dev-libs/libxml2-2.7.7 with CPython 2.6... Making all in . make[1]: Entering directory `/var/tmp/portage/dev-libs/libxml2-2.7.7/work/libxml2-2.7.7/python-2.6' /usr/bin/python ./generator.py . Traceback (most recent call last): File "./generator.py", line 1186, in buildStubs() File "./generator.py", line 517, in buildStubs (parser, target) =3D getparser() File "./generator.py", line 34, in getparser parser =3D xml.sax.make_parser() File "/usr/lib/python2.6/xml/sax/__init__.py", line 93, in make_parser raise SAXReaderNotAvailable("No parsers found", None) xml.sax._exceptions.SAXReaderNotAvailable: No parsers found make[1]: *** [gen_prog] Error 1 make[1]: Leaving directory `/var/tmp/portage/dev-libs/libxml2-2.7.7/work/libxml2-2.7.7/python-2.6' make: *** [all-recursive] Error 1 * ERROR: dev-libs/libxml2-2.7.7 failed: * Building failed with CPython 2.6 in building() function * * Call stack: * ebuild.sh, line 54: Called src_compile * environment, line 4772: Called python_execute_function '-s' '--source-dir' 'python' 'building' * environment, line 3563: Called die * The specific snippet of code: * die "${failure_message}"; * * If you need support, post the output of 'emerge --info =3Ddev-libs/libxml2-2.7.7', * the complete build log and the output of 'emerge -pqv =3Ddev-libs/libxml2-2.7.7'. * The complete build log is located at '/var/tmp/portage/dev-libs/libxml2-2.7.7/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-libs/libxml2-2.7.7/temp/environment'. * S: '/var/tmp/portage/dev-libs/libxml2-2.7.7/work/libxml2-2.7.7' My stage*.spec: Stage1: subarch: i686 target: stage1 version_stamp: kmdevelop-20100514 rel_type: default profile: default/linux/x86/10.0/desktop snapshot: 20100514 source_subpath: default/stage3-i686-20100511 Stage2: subarch: i686 target: stage2 version_stamp: kmdevelop-20100514 rel_type: default profile: default/linux/x86/10.0/desktop snapshot: 20100514 source_subpath: default/stage1-i686-kmdevelop-20100514 Stage3: subarch: i686 target: stage3 version_stamp: kmdevelop-20100514 rel_type: default profile: default/linux/x86/10.0/desktop snapshot: 20100514 source_subpath: default/stage2-i686-kmdevelop-20100514 Firstly I though It could be that I was building stage1 with no desktop profile, so xml USE flag wasn't active, but after building again with desktop profile this error stays. --=20 Juan Luis P=E9rez P=E9rez Website: http://www.juanluperez.com Registered GNU/Linux user #408294 according to counter.li.org -- Por favor, no adjunte documentos en formatos "doc", "ppt", sino en alg=FAn formato est=E1ndar como "html", "pdf", "rtf", "odt" o "txt". Gracias. Cf: http://www.gnu.org/philosophy/no-word-attachments.es.html