[systemd-bugs] [Bug 63111] New: Add support for no documentation builds to support Coverity analysis
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Apr 4 04:44:28 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=63111
Priority: medium
Bug ID: 63111
Assignee: systemd-bugs at lists.freedesktop.org
Summary: Add support for no documentation builds to support
Coverity analysis
QA Contact: systemd-bugs at lists.freedesktop.org
Severity: minor
Classification: Unclassified
OS: Linux (All)
Reporter: david at davidstrauss.net
Hardware: x86-64 (AMD64)
Status: NEW
Version: unspecified
Component: general
Product: systemd
Right now, the systemd build seems to always perform XSLT on documentation.
But, requesting the necessary external web resources breaks when running builds
under Coverity. Regardless of how this breaks some tools, I'd prefer that
systemd's default build not require network resources, or, at worst, warn when
they're unavailable rather than fully failing.
This is the part that fails:
XSLT man/bootup.7
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"
compilation error: file ./man/custom-man.xsl line 27 element import
xsl:import : unable to load
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
make[2]: *** [man/bootup.7] Error 5
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
[WARNING] Build command make exited with code 2. Please verify that the build
completed successfully.
I'm sure there's a simple workaround, but I haven't found it yet despite a few
experiments.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20130404/74697b36/attachment.html>
More information about the systemd-bugs
mailing list