| Summary: | iso-codes-0.49-r1 failed | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Charles W. Barbour II <cbarbour> |
| Component: | [OLD] GNOME | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | 2006.0 | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Charles W. Barbour II
2006-08-09 08:24:14 UTC
Here is an output of the lines that seem to indicate problems.
Traceback (most recent call last):
File "./iso639tab.py", line 70, in ?
p = make_parser()
File "/usr/lib64/python2.4/site-packages/_xmlplus/sax/sax2exts.py", line 37, in make_parser
return XMLParserFactory.make_parser(parser_list)
File "/usr/lib64/python2.4/site-packages/_xmlplus/sax/saxexts.py", line 77, in make_parser
raise _exceptions.SAXReaderNotAvailable("No parsers found", None)
xml.sax._exceptions.SAXReaderNotAvailable: No parsers found
make[1]: *** [iso_639.tab] Error 1
make[1]: *** Waiting for unfinished jobs....
Traceback (most recent call last):
File "../iso2pot.py", line 100, in ?
p = make_parser()
File "/usr/lib64/python2.4/site-packages/_xmlplus/sax/sax2exts.py", line 37, in make_parser
return XMLParserFactory.make_parser(parser_list)
File "/usr/lib64/python2.4/site-packages/_xmlplus/sax/saxexts.py", line 77, in make_parser
raise _exceptions.SAXReaderNotAvailable("No parsers found", None)
xml.sax._exceptions.SAXReaderNotAvailable: No parsers found
make[1]: *** [iso_639.pot] Error 1
make[1]: Leaving directory `/var/tmp/portage/iso-codes-0.49-r1/work/iso-codes-0.49/iso_639'
make: *** [all-recursive] Error 1
!!! ERROR: app-text/iso-codes-0.49-r1 failed.
Call stack:
ebuild.sh, line 1543: Called dyn_compile
ebuild.sh, line 938: Called src_compile
ebuild.sh, line 607: Called die
!!! emake failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
2 things First i 'emerge pyxml' to get the parser, then I ran in to "ACCESS VIOLATION SUMMARY" error, where the package would simply stop. To fix that I used tge following: 'FEATURES="-sandbox" emerge iso-code' as suggested here (http://forum.beep-media-player.org/viewthread.php?tid=203 and http://forums.gentoo.org/viewtopic-p-3182504.html#3182504) |