<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - Add support for no documentation builds to support Coverity analysis"
href="https://bugs.freedesktop.org/show_bug.cgi?id=63111">63111</a>
</td>
</tr>
<tr>
<th>Assignee</th>
<td>systemd-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Summary</th>
<td>Add support for no documentation builds to support Coverity analysis
</td>
</tr>
<tr>
<th>QA Contact</th>
<td>systemd-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Severity</th>
<td>minor
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux (All)
</td>
</tr>
<tr>
<th>Reporter</th>
<td>david@davidstrauss.net
</td>
</tr>
<tr>
<th>Hardware</th>
<td>x86-64 (AMD64)
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Component</th>
<td>general
</td>
</tr>
<tr>
<th>Product</th>
<td>systemd
</td>
</tr></table>
<p>
<div>
<pre>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
<a href="http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl">http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl</a>
warning: failed to load external entity
"<a href="http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl">http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl</a>"
compilation error: file ./man/custom-man.xsl line 27 element import
xsl:import : unable to load
<a href="http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl">http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl</a>
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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>