From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Krxz5-0001R1-Ts for garchives@archives.gentoo.org; Mon, 20 Oct 2008 16:52:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3903BE032F; Mon, 20 Oct 2008 16:51:59 +0000 (UTC) Received: from prattle.redback.com (prattle.redback.com [155.53.12.9]) by pigeon.gentoo.org (Postfix) with ESMTP id E1934E032F for ; Mon, 20 Oct 2008 16:51:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by prattle.redback.com (Postfix) with ESMTP id 74E1BD06228 for ; Mon, 20 Oct 2008 09:51:57 -0700 (PDT) Received: from prattle.redback.com ([127.0.0.1]) by localhost (prattle [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26361-09 for ; Mon, 20 Oct 2008 09:51:57 -0700 (PDT) Received: from rbsjx.ad.redback.com (rbsjxh2.redback.com [155.53.14.106]) by prattle.redback.com (Postfix) with ESMTP id 46DB6D06227 for ; Mon, 20 Oct 2008 09:51:57 -0700 (PDT) Received: from RBSJX.ad.redback.com ([155.53.14.103]) by rbsjxh2.ad.redback.com ([155.53.14.106]) with mapi; Mon, 20 Oct 2008 09:51:56 -0700 From: Brian Wince To: "gentoo-user@lists.gentoo.org" Date: Mon, 20 Oct 2008 09:51:56 -0700 Subject: [gentoo-user] emerge world failing with No module name libxml2 Thread-Topic: emerge world failing with No module name libxml2 Thread-Index: Acky1Ck/q35ClAx1TliH+0r6VmOeoQ== Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: multipart/alternative; boundary="_000_B701736AA609BA4AB6555D5E7BC490FB8BBCE935DARBSJXadredbac_" 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 X-Virus-Scanned: by amavisd-new at redback.com X-Archives-Salt: 09b6def8-b84f-439f-9dce-103e9ddcd59a X-Archives-Hash: 7b4ee3842b8fb13b74a5df76badad64e --_000_B701736AA609BA4AB6555D5E7BC490FB8BBCE935DARBSJXadredbac_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable All, I am trying to use "emerge -uDN world" to upgrade from an older snapshot t= o 20081008 and I cannot seem to get past the issues with module libxml2. I have tried running python-updater -p and it complains about blocked packa= ges which are older packages that I have not yet been able to get updated v= ia the emerge world. Is it possible to do an emerge -uDN to the latest snapshot on a system that= was built a year or two ago or do I have to do it in stages? If so what is the correct procedure? The following is a snipit of the failure and it does not only happen with e= piphany. if [ -f "C/epiphany.xml" ]; then d=3D"../"; else d=3D"/var/tmp/portage/www-= client/ep iphany-2.22.3/work/epiphany-2.22.3/help/"; fi; \ (cd es/ && \ `which xml2po` -e -p \ "${d}es/es.po" \ "${d}C/epiphany.xml" > epiphany.xml.tmp && \ cp epiphany.xml.tmp epiphany.xml && rm -f epiphany.xml.tmp) Traceback (most recent call last): File "/usr/bin/xml2po", line 35, in import libxml2 ImportError: No module named libxml2 make[2]: *** [bg/epiphany.xml] Error 1 make[2]: *** Waiting for unfinished jobs.... Traceback (most recent call last): Traceback (most recent call last): File "/usr/bin/xml2po", line 35, in import libxml2 ImportError: No module named libxml2 Traceback (most recent call last): File "/usr/bin/xml2po", line 35, in import libxml2 ImportError: No module named libxml2 make[2]: *** [el/epiphany.xml] Error 1 File "/usr/bin/xml2po", line 35, in import libxml2 ImportError: No module named libxml2 make[2]: *** [ca/epiphany.xml] Error 1 make[2]: *** [de/epiphany.xml] Error 1 Traceback (most recent call last): File "/usr/bin/xml2po", line 35, in import libxml2 ImportError: No module named libxml2 make[2]: *** [en_GB/epiphany.xml] Error 1 Traceback (most recent call last): File "/usr/bin/xml2po", line 35, in import libxml2 ImportError: No module named libxml2 make[2]: *** [es/epiphany.xml] Error 1 make[2]: Leaving directory `/var/tmp/portage/www-client/epiphany-2.22.3/wor= k/epiphany-2.22.3/help' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/www-client/epiphany-2.22.3/wor= k/epiphany-2.22.3' make: *** [all] Error 2 * * ERROR: www-client/epiphany-2.22.3 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2604: Called gnome2_src_compile * environment, line 1968: Called die * The specific snippet of code: * emake || die "compile failure" * The die message: * compile failure * * If you need support, post the topmost build error, and the call stack if= relevant. * A complete build log is located at '/var/tmp/portage/www-client/epiphany= -2.22.3/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/www-client/e= piphany-2.22.3/temp/environment'. * Brian Wince Lab Unix System Administrator bwince@redback.com 408.750.8437 Lab Services Website: http://eng.redback.com/display/labsvc/Home --_000_B701736AA609BA4AB6555D5E7BC490FB8BBCE935DARBSJXadredbac_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

All,

I am trying to use “emerge –uDN world̶= 1;  to upgrade from an older snapshot to 20081008 and I cannot seem to get past th= e issues with module libxml2.

I have tried running python-updater –p and it complains about blocked packages which are older packages that I have not y= et been able to get updated via the  emerge world.

Is it possible to do an emerge –uDN to the lates= t snapshot on a system that was built a year or two ago or do I have to do it= in stages?

If so what is the correct procedure?

The following is a snipit of the failure and it does n= ot only happen with epiphany.

 

 

if [ -f "C/epiphany.xml" ]; then d=3D"../"; else d=3D"/var/tmp/portage/www-client/ep

iphany-2.22.3/work/epiphany-2.22.3/help/"; fi; \<= o:p>

        (cd es/ && \

          `which xml2po` -e -p \

         =    "${d}es/es.po" \

         =    "${d}C/epiphany.xml" > epiphany.xml.tmp && \

         =    cp epiphany.xml.tmp epiphany.xml && rm -f epiphany.xml.tmp)

Traceback (most recent call last):

  File "/usr/bin/xml2po", line 35, in <module>

    import libxml2

ImportError: No module named libxml2

make[2]: *** [bg/epiphany.xml] Error 1

make[2]: *** Waiting for unfinished jobs....

Traceback (most recent call last):

Traceback (most recent call last):

  File "/usr/bin/xml2po", line 35, in <module>

    import libxml2

ImportError: No module named libxml2

Traceback (most recent call last):

  File "/usr/bin/xml2po", line 35, in <module>

    import libxml2

ImportError: No module named libxml2

make[2]: *** [el/epiphany.xml] Error 1

  File "/usr/bin/xml2po", line 35, in &= lt;module>

    import libxml2

ImportError: No module named libxml2

make[2]: *** [ca/epiphany.xml] Error 1

make[2]: *** [de/epiphany.xml] Error 1

Traceback (most recent call last):

  File "/usr/bin/xml2po", line 35, in <module>

    import libxml2

ImportError: No module named libxml2

make[2]: *** [en_GB/epiphany.xml] Error 1

Traceback (most recent call last):

  File "/usr/bin/xml2po", line 35, in <module>

    import libxml2

ImportError: No module named libxml2

make[2]: *** [es/epiphany.xml] Error 1

make[2]: Leaving directory `/var/tmp/portage/www-client/epiphany-2.22.3/work/epiphany-2.22.3/help'

make[1]: *** [all-recursive] Error 1

make[1]: Leaving directory `/var/tmp/portage/www-client/epiphany-2.22.3/work/epiphany-2.22.3'

make: *** [all] Error 2

 *

 * ERROR: www-client/epiphany-2.22.3 failed.=

 * Call stack:

 *        = ;       ebuild.sh, line   49:  Called src_compile

 *        = ;     environment, line 2604:  Called gnome2_src_compile

 *        = ;     environment, line 1968:  Called die

 * The specific snippet of code:

 *       emake || d= ie "compile failure"

 *  The die message:

 *   compile failure

 *

 * If you need support, post the topmost build er= ror, and the call stack if relevant.

 * A complete build log is located at '/var/tmp/portage/www-client/epiphany-2.22.3/temp/build.log'.

 * The ebuild environment file is located at '/var/tmp/portage/www-client/epiphany-2.22.3/temp/environment'.<= /p>

 *

 

 

 

 

 

 

Brian Wince

Lab Unix System Administrator

bwince@redback.com

408.750.8437

 

= Lab Services Website:

= http://eng.redback.com/= display/labsvc/Home

 

--_000_B701736AA609BA4AB6555D5E7BC490FB8BBCE935DARBSJXadredbac_--