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 1ORQDq-0006Rx-Tf for garchives@archives.gentoo.org; Wed, 23 Jun 2010 13:42:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 844CFE07BB; Wed, 23 Jun 2010 13:42:24 +0000 (UTC) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.159]) by pigeon.gentoo.org (Postfix) with ESMTP id 410C0E07BB for ; Wed, 23 Jun 2010 13:42:24 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id l26so1346145fgb.10 for ; Wed, 23 Jun 2010 06:42:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=OLFjkwjYh+stEEFSx3dJab0F+Rn+byY6NHWDRxHS8s0=; b=feXF78KB1BQUihBdrnwWsw1tl7baGGjgl7/YKyjNdcdW7aqYIaYiYwFSgi/AOBTn3h nuujh+woI+yS/Y6YjUA4QK9H3MvAe23GZBkSJLTaEcFuhaUn44MCchM8wLCOy/Bwwhk1 cFBivCHzvduzHnChz1za5oLPelb9zerzqd4/w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=S3gJz61y9FBpRkdyPOJP0v6rLcFjuy4EyHFg2hqj/Vwxbhs6wyw1iZAztHgD5zxaNw h/+rn962uSbZyHKBsE+wWjX7zkh1j3+sYXZkRE1ydEy6JUayJ1k2w0yFwJqC8XWQC/Nq N+eEUNSVl3pHOgJCzCiZ2mezfF8HPSFIXy5js= Received: by 10.239.180.17 with SMTP id f17mr562634hbg.138.1277300543149; Wed, 23 Jun 2010 06:42:23 -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; Wed, 23 Jun 2010 06:41:53 -0700 (PDT) In-Reply-To: References: From: =?ISO-8859-1?Q?Juan_Luis_P=E9rez_P=E9rez?= Date: Wed, 23 Jun 2010 15:41:53 +0200 Message-ID: Subject: [gentoo-catalyst] Re: 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: 1b628795-2029-47f9-bc9e-e8416efeffe2 X-Archives-Hash: f24e98474eea2e07fcbce226a17f21e4 This error persists nowadays, does anybody know any clue about how to fix t= his? El d=EDa 18 de mayo de 2010 16:23, Juan Luis P=E9rez P=E9rez escribi=F3: > 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/= libxml2 > -2.7.7' > =A0* 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): > =A0File "./generator.py", line 1186, in > =A0 =A0buildStubs() > =A0File "./generator.py", line 517, in buildStubs > =A0 =A0(parser, target) =A0=3D getparser() > =A0File "./generator.py", line 34, in getparser > =A0 =A0parser =3D xml.sax.make_parser() > =A0File "/usr/lib/python2.6/xml/sax/__init__.py", line 93, in make_parser > =A0 =A0raise 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 > =A0* ERROR: dev-libs/libxml2-2.7.7 failed: > =A0* =A0 Building failed with CPython 2.6 in building() function > =A0* > =A0* Call stack: > =A0* =A0 =A0 ebuild.sh, line =A0 54: =A0Called src_compile > =A0* =A0 environment, line 4772: =A0Called python_execute_function '-s' > '--source-dir' 'python' 'building' > =A0* =A0 environment, line 3563: =A0Called die > =A0* The specific snippet of code: > =A0* =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 die "${failure_message}"= ; > =A0* > =A0* If you need support, post the output of 'emerge --info > =3Ddev-libs/libxml2-2.7.7', > =A0* the complete build log and the output of 'emerge -pqv > =3Ddev-libs/libxml2-2.7.7'. > =A0* The complete build log is located at > '/var/tmp/portage/dev-libs/libxml2-2.7.7/temp/build.log'. > =A0* The ebuild environment file is located at > '/var/tmp/portage/dev-libs/libxml2-2.7.7/temp/environment'. > =A0* 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. > > -- > 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 > --=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