Gentoo Archives: gentoo-user

From: Darryl Wagoner <darryl-prv@××××××××.net>
To: gentoo-user@l.g.o
Subject: [gentoo-user] File-roller build bug
Date: Wed, 22 Feb 2006 13:02:03
Message-Id: 3cc642bc0602220456p6c557e24q812f289248b362ca@mail.gmail.com
1 Greetings,
2
3 I am getting the following build error when I try to build file-roller that
4 gnome
5 depends on. Any clues on how to fix this?
6
7 thanks
8
9
10
11 if [ -f "C/file-roller.xml" ]; then d="../"; else d="d/"; fi; \
12 (cd de/ && \
13 `which xml2po` -e -p \
14 "${d}de/de.po" \
15 "${d}C/file-roller.xml" > file-roller.xml.tmp && \
16 cp file-roller.xml.tmp file-roller.xml && rm -f file-roller.xml.tmp)
17 Traceback (most recent call last):
18 File "/usr/bin/xml2po", line 34, in ?
19 import libxml2
20 File "/usr/lib/python2.4/site-packages/libxml2.py", line 1, in ?
21 import libxml2mod
22 ImportError: /usr/lib/python2.4/site-packages/libxml2mod.so: undefined
23 symbol: xmlTextReaderGetParserColumnNumber
24 make[2]: *** [de/file-roller.xml] Error 1
25 make[2]: Leaving directory `/var/tmp/portage/file-roller-2.12.2/work/file-
26 roller-2.12.2/help'
27 make[1]: *** [all-recursive] Error 1
28 make[1]: Leaving directory `/var/tmp/portage/file-roller-2.12.2/work/file-
29 roller-2.12.2'
30 make: *** [all] Error 2
31
32
33 --
34 Darryl Wagoner - WA1GON
35
36 "Evil triumphs when good men do nothing." - Edmund Burke [1729-1797]

Replies

Subject Author
Re: [gentoo-user] File-roller build bug Bruno Lustosa <bruno.lists@×××××.com>
Re: [gentoo-user] File-roller build bug Richard Fish <bigfish@××××××××××.org>