Gentoo Archives: gentoo-user

From: Brian Wince <bwince@×××××××.com>
To: "gentoo-user@l.g.o" <gentoo-user@l.g.o>
Subject: RE: [gentoo-user] emerge world failing with No module name libxml2
Date: Mon, 20 Oct 2008 17:19:33
Message-Id: B701736AA609BA4AB6555D5E7BC490FB8BBCE93652@RBSJX.ad.redback.com
In Reply to: Re: [gentoo-user] emerge world failing with No module name libxml2 by Joao Emanuel
1 >> Brian try to upgrade or merge again the libxml2 package.
2 >> After this, try again world update.
3 >>
4 >> --
5 >>
6 >> {}s
7 >>
8 >> Joao Emanuel
9
10 Thanks for the quick response.
11 I had already emerged libxml2 and still got this.
12
13 Brian
14
15 -----Original Message-----
16 From: Joao Emanuel [mailto:joaoemanuel1981@×××××.com]
17 Sent: Monday, October 20, 2008 10:06 AM
18 To: gentoo-user@l.g.o
19 Subject: Re: [gentoo-user] emerge world failing with No module name libxml2
20
21 2008/10/20 Brian Wince <bwince@×××××××.com>:
22 > All,
23 >
24 > I am trying to use "emerge -uDN world" to upgrade from an older snapshot to
25 > 20081008 and I cannot seem to get past the issues with module libxml2.
26 >
27 > I have tried running python-updater -p and it complains about blocked
28 > packages which are older packages that I have not yet been able to get
29 > updated via the emerge world.
30 >
31 > Is it possible to do an emerge -uDN to the latest snapshot on a system that
32 > was built a year or two ago or do I have to do it in stages?
33 >
34 > If so what is the correct procedure?
35 >
36 > The following is a snipit of the failure and it does not only happen with
37 > epiphany.
38 >
39 >
40 >
41 >
42 >
43 > if [ -f "C/epiphany.xml" ]; then d="../"; else
44 > d="/var/tmp/portage/www-client/ep
45 >
46 > iphany-2.22.3/work/epiphany-2.22.3/help/"; fi; \
47 >
48 > (cd es/ && \
49 >
50 > `which xml2po` -e -p \
51 >
52 > "${d}es/es.po" \
53 >
54 > "${d}C/epiphany.xml" > epiphany.xml.tmp && \
55 >
56 > cp epiphany.xml.tmp epiphany.xml && rm -f epiphany.xml.tmp)
57 >
58 > Traceback (most recent call last):
59 >
60 > File "/usr/bin/xml2po", line 35, in <module>
61 >
62 > import libxml2
63 >
64 > ImportError: No module named libxml2
65 >
66 > make[2]: *** [bg/epiphany.xml] Error 1
67 >
68 > make[2]: *** Waiting for unfinished jobs....
69 >
70 > Traceback (most recent call last):
71 >
72 > Traceback (most recent call last):
73 >
74 > File "/usr/bin/xml2po", line 35, in <module>
75 >
76 > import libxml2
77 >
78 > ImportError: No module named libxml2
79 >
80 > Traceback (most recent call last):
81 >
82 > File "/usr/bin/xml2po", line 35, in <module>
83 >
84 > import libxml2
85 >
86 > ImportError: No module named libxml2
87 >
88 > make[2]: *** [el/epiphany.xml] Error 1
89 >
90 > File "/usr/bin/xml2po", line 35, in <module>
91 >
92 > import libxml2
93 >
94 > ImportError: No module named libxml2
95 >
96 > make[2]: *** [ca/epiphany.xml] Error 1
97 >
98 > make[2]: *** [de/epiphany.xml] Error 1
99 >
100 > Traceback (most recent call last):
101 >
102 > File "/usr/bin/xml2po", line 35, in <module>
103 >
104 > import libxml2
105 >
106 > ImportError: No module named libxml2
107 >
108 > make[2]: *** [en_GB/epiphany.xml] Error 1
109 >
110 > Traceback (most recent call last):
111 >
112 > File "/usr/bin/xml2po", line 35, in <module>
113 >
114 > import libxml2
115 >
116 > ImportError: No module named libxml2
117 >
118 > make[2]: *** [es/epiphany.xml] Error 1
119 >
120 > make[2]: Leaving directory
121 > `/var/tmp/portage/www-client/epiphany-2.22.3/work/epiphany-2.22.3/help'
122 >
123 > make[1]: *** [all-recursive] Error 1
124 >
125 > make[1]: Leaving directory
126 > `/var/tmp/portage/www-client/epiphany-2.22.3/work/epiphany-2.22.3'
127 >
128 > make: *** [all] Error 2
129 >
130 > *
131 >
132 > * ERROR: www-client/epiphany-2.22.3 failed.
133 >
134 > * Call stack:
135 >
136 > * ebuild.sh, line 49: Called src_compile
137 >
138 > * environment, line 2604: Called gnome2_src_compile
139 >
140 > * environment, line 1968: Called die
141 >
142 > * The specific snippet of code:
143 >
144 > * emake || die "compile failure"
145 >
146 > * The die message:
147 >
148 > * compile failure
149 >
150 > *
151 >
152 > * If you need support, post the topmost build error, and the call stack if
153 > relevant.
154 >
155 > * A complete build log is located at
156 > '/var/tmp/portage/www-client/epiphany-2.22.3/temp/build.log'.
157 >
158 > * The ebuild environment file is located at
159 > '/var/tmp/portage/www-client/epiphany-2.22.3/temp/environment'.
160 >
161 > *
162 >
163 >
164 >
165 >
166 >
167 >
168 >
169 >
170 >
171 >
172 >
173 >
174 >
175 > Brian Wince
176 >
177 > Lab Unix System Administrator
178 >
179 > bwince@×××××××.com
180 >
181 > 408.750.8437
182 >
183 >
184 >
185 > Lab Services Website:
186 >
187 > http://eng.redback.com/display/labsvc/Home
188 >
189 >
190
191 Brian try to upgrade or merge again the libxml2 package.
192 After this, try again world update.
193
194 --
195
196 {}s
197
198 Joao Emanuel