<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - NameError: name 'libloader' is not defined:"
href="https://bugs.freedesktop.org/show_bug.cgi?id=73776#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - NameError: name 'libloader' is not defined:"
href="https://bugs.freedesktop.org/show_bug.cgi?id=73776">bug 73776</a>
from <span class="vcard"><a class="email" href="mailto:wolput@onsneteindhoven.nl" title="Jos van Wolput <wolput@onsneteindhoven.nl>"> <span class="fn">Jos van Wolput</span></a>
</span></b>
<pre>The latest git version of mesa fails to build:
-----
make[3]: Entering directory
`/home/jos/src/xorg/git/mesa/src/gallium/auxiliary/pipe-loader'
CC pipe_loader_drm.lo
pipe_loader_drm.c: In function 'pipe_loader_drm_probe_fd':
pipe_loader_drm.c:120:4: error: implicit declaration of function
'loader_get_pci_id_for_fd' [-Werror=implicit-function-declaration]
if (loader_get_pci_id_for_fd(fd, &vendor_id, &chip_id)) {
^
pipe_loader_drm.c:132:4: error: implicit declaration of function
'loader_get_driver_for_fd' [-Werror=implicit-function-declaration]
ddev->base.driver_name = loader_get_driver_for_fd(fd, _LOADER_GALLIUM);
^
pipe_loader_drm.c:132:58: error: '_LOADER_GALLIUM' undeclared (first use in
this function)
ddev->base.driver_name = loader_get_driver_for_fd(fd, _LOADER_GALLIUM);
^
pipe_loader_drm.c:132:58: note: each undeclared identifier is reported only
once for each function it appears in
cc1: some warnings being treated as errors
make[3]: *** [pipe_loader_drm.lo] Error 1
make[3]: Leaving directory
`/home/jos/src/xorg/git/mesa/src/gallium/auxiliary/pipe-loader'
make[2]: *** [all-recursive] Error 1
-----</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>