[Mesa-dev] [Bug 73776] NameError: name 'libloader' is not defined:

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Jan 18 23:43:19 PST 2014


https://bugs.freedesktop.org/show_bug.cgi?id=73776

--- Comment #2 from Jos van Wolput <wolput at onsneteindhoven.nl> ---
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
-----

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20140119/24f1a098/attachment.html>


More information about the mesa-dev mailing list