Greetings,

I am getting the following build error when I try to build file-roller that gnome
depends on.  Any clues on how to fix this?

thanks



if [ -f "C/file-roller.xml" ]; then d="../"; else d="d/"; fi; \
(cd de/ && \
  `which xml2po` -e -p \
    "${d}de/de.po" \
    "${d}C/file-roller.xml" > file-roller.xml.tmp && \
    cp file-roller.xml.tmp file-roller.xml && rm -f file-roller.xml.tmp)
Traceback (most recent call last):
  File "/usr/bin/xml2po", line 34, in ?
    import libxml2
  File "/usr/lib/python2.4/site-packages/libxml2.py", line 1, in ?
    import libxml2mod
ImportError: /usr/lib/python2.4/site-packages/libxml2mod.so: undefined symbol: xmlTextReaderGetParserColumnNumber
make[2]: *** [de/file-roller.xml] Error 1
make[2]: Leaving directory `/var/tmp/portage/file-roller-2.12.2/work/file-roller-2.12.2/help'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/file-roller-2.12.2/work/file-roller-2.12.2'
make: *** [all] Error 2


--
Darryl Wagoner - WA1GON

"Evil triumphs when good men do nothing."  - Edmund Burke [1729-1797]

Reply via email to