[gentoo-user] File-roller build bug

2006-02-22 Thread Darryl Wagoner
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 - WA1GONEvil triumphs when good men do nothing.- Edmund Burke [1729-1797]


Re: [gentoo-user] File-roller build bug

2006-02-22 Thread Bruno Lustosa
On 2/22/06, Darryl Wagoner [EMAIL PROTECTED] wrote:
  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?

  import libxml2mod
  ImportError:
 /usr/lib/python2.4/site-packages/libxml2mod.so: undefined
 symbol: xmlTextReaderGetParserColumnNumber

Darryl, I remember getting this error some time ago.
It was caused by building some of its dependencies with -xml, IIRC.
Check your use flags, and its direct dependencies (libxml2? others?).

--
Bruno Lustosa [EMAIL PROTECTED]
http://www.lustosa.net/

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] File-roller build bug

2006-02-22 Thread Richard Fish
On 2/22/06, Darryl Wagoner [EMAIL PROTECTED] wrote:
 /usr/lib/python2.4/site-packages/libxml2mod.so: undefined
 symbol: xmlTextReaderGetParserColumnNumber

Looks like you need to run python-updater and/or revdep-rebuild.

-Richard

-- 
gentoo-user@gentoo.org mailing list