Gentoo Archives: gentoo-user

From: Brian Wince <bwince@×××××××.com>
To: "gentoo-user@l.g.o" <gentoo-user@l.g.o>
Subject: [gentoo-user] emerge world failing with No module name libxml2
Date: Mon, 20 Oct 2008 16:52:00
Message-Id: B701736AA609BA4AB6555D5E7BC490FB8BBCE935DA@RBSJX.ad.redback.com
1 All,
2 I am trying to use "emerge -uDN world" to upgrade from an older snapshot to 20081008 and I cannot seem to get past the issues with module libxml2.
3 I have tried running python-updater -p and it complains about blocked packages which are older packages that I have not yet been able to get updated via the emerge world.
4 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?
5 If so what is the correct procedure?
6 The following is a snipit of the failure and it does not only happen with epiphany.
7
8
9 if [ -f "C/epiphany.xml" ]; then d="../"; else d="/var/tmp/portage/www-client/ep
10 iphany-2.22.3/work/epiphany-2.22.3/help/"; fi; \
11 (cd es/ && \
12 `which xml2po` -e -p \
13 "${d}es/es.po" \
14 "${d}C/epiphany.xml" > epiphany.xml.tmp && \
15 cp epiphany.xml.tmp epiphany.xml && rm -f epiphany.xml.tmp)
16 Traceback (most recent call last):
17 File "/usr/bin/xml2po", line 35, in <module>
18 import libxml2
19 ImportError: No module named libxml2
20 make[2]: *** [bg/epiphany.xml] Error 1
21 make[2]: *** Waiting for unfinished jobs....
22 Traceback (most recent call last):
23 Traceback (most recent call last):
24 File "/usr/bin/xml2po", line 35, in <module>
25 import libxml2
26 ImportError: No module named libxml2
27 Traceback (most recent call last):
28 File "/usr/bin/xml2po", line 35, in <module>
29 import libxml2
30 ImportError: No module named libxml2
31 make[2]: *** [el/epiphany.xml] Error 1
32 File "/usr/bin/xml2po", line 35, in <module>
33 import libxml2
34 ImportError: No module named libxml2
35 make[2]: *** [ca/epiphany.xml] Error 1
36 make[2]: *** [de/epiphany.xml] Error 1
37 Traceback (most recent call last):
38 File "/usr/bin/xml2po", line 35, in <module>
39 import libxml2
40 ImportError: No module named libxml2
41 make[2]: *** [en_GB/epiphany.xml] Error 1
42 Traceback (most recent call last):
43 File "/usr/bin/xml2po", line 35, in <module>
44 import libxml2
45 ImportError: No module named libxml2
46 make[2]: *** [es/epiphany.xml] Error 1
47 make[2]: Leaving directory `/var/tmp/portage/www-client/epiphany-2.22.3/work/epiphany-2.22.3/help'
48 make[1]: *** [all-recursive] Error 1
49 make[1]: Leaving directory `/var/tmp/portage/www-client/epiphany-2.22.3/work/epiphany-2.22.3'
50 make: *** [all] Error 2
51 *
52 * ERROR: www-client/epiphany-2.22.3 failed.
53 * Call stack:
54 * ebuild.sh, line 49: Called src_compile
55 * environment, line 2604: Called gnome2_src_compile
56 * environment, line 1968: Called die
57 * The specific snippet of code:
58 * emake || die "compile failure"
59 * The die message:
60 * compile failure
61 *
62 * If you need support, post the topmost build error, and the call stack if relevant.
63 * A complete build log is located at '/var/tmp/portage/www-client/epiphany-2.22.3/temp/build.log'.
64 * The ebuild environment file is located at '/var/tmp/portage/www-client/epiphany-2.22.3/temp/environment'.
65 *
66
67
68
69
70
71
72 Brian Wince
73 Lab Unix System Administrator
74 bwince@×××××××.com
75 408.750.8437
76
77 Lab Services Website:
78 http://eng.redback.com/display/labsvc/Home

Replies

Subject Author
Re: [gentoo-user] emerge world failing with No module name libxml2 Joao Emanuel <joaoemanuel1981@×××××.com>
Re: [gentoo-user] emerge world failing with No module name libxml2 "Arttu V." <arttuv69@×××××.com>