Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 273143 - Fails to emerge: app-text/xmlto in Prefix Portage
Summary: Fails to emerge: app-text/xmlto in Prefix Portage
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-08 06:40 UTC by Rabbe Fogelholm
Modified: 2009-06-10 14:44 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rabbe Fogelholm 2009-06-08 06:40:16 UTC
Platform is Prefix Portage. The app-text/xmlto package, version 0.0.22, does not emerge. This package is needed when emerging media-gfx/gimp. Locally masking 0.0.22 causes 0.0.18 to be selected but that version fails too. A couple of days back (2009-06-01) this package was not needed by app-text/xmlto.

For reference, emerging 0.0.18 in regular Gentoo works fine.

Console output:

>>> Emerging (8 of 12) app-text/xmlto-0.0.22
[ snip ]
make -j3 
make  all-am
make[1]: Entering directory `/local/scratch/portage/app-text/xmlto-0.0.22/work/xmlto-0.0.22'
for xml in xmlif.xml xmlto.xml; do \
	  FORMAT_DIR=./format \
	   /bin/bash ./xmlto -o man/man1 man ./doc/$xml ; \
	done || ( RC=$?; exit $RC )
for xml in xmlif.xml xmlto.xml; do \
	  FORMAT_DIR=./format \
	   /bin/bash ./xmlto -o man/man1 man ./doc/$xml ; \
	done || ( RC=$?; exit $RC )
xmlto: /local/scratch/portage/app-text/xmlto-0.0.22/work/xmlto-0.0.22/./doc/xmlif.xml does not validate (status 3)
xmlto: /local/scratch/portage/app-text/xmlto-0.0.22/work/xmlto-0.0.22/./doc/xmlif.xml does not validate (status 3)
xmlto: Fix document syntax or use --skip-validation option
xmlto: Fix document syntax or use --skip-validation option
file:///local/tmp/a/etc/xml/catalog:1: parser error : Document is empty
[ snip ]
Document /local/scratch/portage/app-text/xmlto-0.0.22/work/xmlto-0.0.22/./doc/xmlto.xml does not validate
make[1]: *** [man/man1/xmlif.1] Error 13
make[1]: Leaving directory `/local/scratch/portage/app-text/xmlto-0.0.22/work/xmlto-0.0.22'
make: *** [all] Error 2
 * ERROR: app-text/xmlto-0.0.22 failed:
 *   emake failed
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-06-09 21:27:53 UTC
Confirmed on amd64-linux too.
Comment 2 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-06-09 21:31:27 UTC
Ah, lovely. parallel build problem.




*** This bug has been marked as a duplicate of bug 235998 ***
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-06-09 21:39:19 UTC
Reopening, will fix this first thing tomorrow morning (because I was just going to sleep, sorry..

[and yet it doesn't fail here so I'll have to test a few things]
Comment 4 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-06-10 13:57:04 UTC
Fixed in the main tree. Please note the change is GNU-make specific unfortunately :(
Comment 5 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-06-10 14:44:25 UTC
(In reply to comment #4)
> Fixed in the main tree. Please note the change is GNU-make specific
> unfortunately :(
> 

thx Diego.

Should be fixed in the prefix tree in a day or two, thx for reporting Rabbe.