<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - Build failure in GNOME Continuous"
href="https://bugs.freedesktop.org/show_bug.cgi?id=94360">94360</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Build failure in GNOME Continuous
</td>
</tr>
<tr>
<th>Product</th>
<td>poppler
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Other
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>general
</td>
</tr>
<tr>
<th>Assignee</th>
<td>poppler-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>ebassi@gmail.com
</td>
</tr></table>
<p>
<div>
<pre>Poppler fails to build from Git in the GNOME Continuous automated build with
this error:
In file included from ../../poppler/SignatureHandler.cc:16:0:
../../poppler/SignatureHandler.h:20:24: fatal error: nspr/prprf.h: No such file
or directory
#include <nspr/prprf.h>
^
compilation terminated.
Makefile:1100: recipe for target 'libpoppler_la-SignatureHandler.lo' failed
make[3]: *** [libpoppler_la-SignatureHandler.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
mv -f .deps/libpoppler_la-FontEncodingTables.Tpo
.deps/libpoppler_la-FontEncodingTables.Plo
In file included from ../../poppler/Form.cc:43:0:
../../poppler/SignatureHandler.h:20:24: fatal error: nspr/prprf.h: No such file
or directory
#include <nspr/prprf.h>
^
compilation terminated.
mv -f .deps/libpoppler_la-BuiltinFont.Tpo .deps/libpoppler_la-BuiltinFont.Plo
Makefile:1233: recipe for target 'libpoppler_la-Form.lo' failed
make[3]: *** [libpoppler_la-Form.lo] Error 1
The include path is wrong. NSS support is detected via pkg-config, which adds:
-I/usr/include/nss3 -I/usr/include/nspr4
to the inclusion paths. The prprf.h header is located under /usr/include/nspr4.
Ideally, you should *not* include prprf.h directly, and instead include
<nspr.h> instead, which includes the right headers.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>