Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 284429 - sys-apps/devicekit-003 failed to build with "compile failure"
Summary: sys-apps/devicekit-003 failed to build with "compile failure"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High minor (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-10 08:38 UTC by Rachel Greenham
Modified: 2009-09-12 10:09 UTC (History)
0 users

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 Rachel Greenham 2009-09-10 08:38:00 UTC
sys-apps/devicekit-003 failed to build because at one point this happens:

/usr/bin/xsltproc -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl devkit.xml
/usr/bin/xsltproc -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl devkit-daemon.xml
/usr/bin/xsltproc -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl DeviceKit.xml
I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"
cannot parse http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"
cannot parse http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"
cannot parse http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl

... which looks like I suffered a network failure overnight at this point. But surely all files it needs to build should be downloaded beforehand, at the fetch stage? And that should include any xsl files that some xml files are going to be validated against?

Reproducible: Didn't try

Steps to Reproduce:
1. put ACCEPT_KEYWORDS="~amd64" in /etc/make.conf
2. emerge gnome (has devicekit as a dependency)

Actual Results:  
Build failed during build of devicekit

Expected Results:  
build completes, I have gnome installed. :-)

I noted that app-text/docbook-xsl-stylesheets was also being pulled in, but not until after devicekit. So I tried:

emerge -av1 docbook-xsl-stylesheets devicekit

And all was well. Perhaps docbook-xsl-stylesheets needs to be a dependency of devicekit?
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-09-10 23:42:39 UTC
probably missing dtd in DEPEND
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-09-12 10:09:26 UTC
Fixed without a bump. Thanks for reporting and next time, please add emerge
--info and full build.log.