<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 --- - libxcb (git version) fails to build on linux (bisected)"
href="https://bugs.freedesktop.org/show_bug.cgi?id=76557">76557</a>
</td>
</tr>
<tr>
<th>Assignee</th>
<td>xcb@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Summary</th>
<td>libxcb (git version) fails to build on linux (bisected)
</td>
</tr>
<tr>
<th>QA Contact</th>
<td>xcb@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux (All)
</td>
</tr>
<tr>
<th>Reporter</th>
<td>wolput@onsneteindhoven.nl
</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>Library
</td>
</tr>
<tr>
<th>Product</th>
<td>XCB
</td>
</tr></table>
<p>
<div>
<pre>After bisection, the first libxcb that fails to build is
libxcb-1f6cd9f1fcd3c07d323b678292c9cb00ae1f7504, Only #include directly
referenced module header files, by Keith Packard, 2014-03-22.
Make shows the following error:
-----
Making all in src
make[1]: Entering directory
`~/src/xorg/libxcb-1f6cd9f1fcd3c07d323b678292c9cb00ae1f7504/src'
GEN xproto.c
GEN bigreq.c
Traceback (most recent call last):
File "./c_client.py", line 3031, in <module>
module.generate()
File "/usr/lib/python2.7/dist-packages/xcbgen/state.py", line 100, in
generate
self.open()
File "./c_client.py", line 193, in c_open
for (n, h) in self.direct_imports:
AttributeError: 'Module' object has no attribute 'direct_imports'
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 64, in
apport_excepthook
from apport.fileutils import likely_packaged, get_recent_crashes
File "/usr/lib/python2.7/dist-packages/apport/__init__.py", line 5, in
<module>
from apport.report import Report
File "/usr/lib/python2.7/dist-packages/apport/report.py", line 30, in
<module>
import apport.fileutils
File "/usr/lib/python2.7/dist-packages/apport/fileutils.py", line 23, in
<module>
from apport.packaging_impl import impl as packaging
File "/usr/lib/python2.7/dist-packages/apport/packaging_impl.py", line 20, in
<module>
import apt
File "/usr/lib/python2.7/dist-packages/apt/__init__.py", line 34, in <module>
apt_pkg.init_config()
SystemError: E:Opening configuration file /etc/apt/apt.conf.d/triggers -
ifstream::ifstream (13: Permission denied)
Original exception was:
Traceback (most recent call last):
File "./c_client.py", line 3031, in <module>
module.generate()
File "/usr/lib/python2.7/dist-packages/xcbgen/state.py", line 100, in
generate
self.open()
File "./c_client.py", line 193, in c_open
for (n, h) in self.direct_imports:
AttributeError: 'Module' object has no attribute 'direct_imports'
make[1]: *** [bigreq.c] Error 1
make[1]: Leaving directory
`~/src/xorg/libxcb-1f6cd9f1fcd3c07d323b678292c9cb00ae1f7504/src'
make: *** [all-recursive] Error 1
-----</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>