Mesa master branch is failing to build in the GNOME Continuous build service: libtool: link: ( cd ".libs" && rm -f "libnouveau.la" && ln -s "../libnouveau.la" "libnouveau.la" ) /bin/sh ../../../../libtool --tag=CXX --mode=link x86_64-gnomeostree-linux-g++ -g -m64 -mtune=generic -Wall -fno-math-errno -fno-trapping-math -o nouveau_compiler nouveau_compiler.o libnouveau.la ../../../../src/gallium/auxiliary/libgallium.la ../../../../src/util/libmesautil.la -lm -lpthread -ldl -ldrm libtool: link: x86_64-gnomeostree-linux-g++ -g -m64 -mtune=generic -Wall -fno-math-errno -fno-trapping-math -o nouveau_compiler nouveau_compiler.o ./.libs/libnouveau.a ../../../../src/gallium/auxiliary/.libs/libgallium.a ../../../../src/util/.libs/libmesautil.a -lz -lm -lpthread -ldl -ldrm ../../../../src/gallium/auxiliary/.libs/libgallium.a(tgsi_scan.o): In function `scan_instruction': /ostbuild/source/mesa/_build/src/gallium/auxiliary/../../../../src/gallium/auxiliary/tgsi/tgsi_scan.c:402: undefined reference to `tgsi_is_bindless_image_file' /ostbuild/source/mesa/_build/src/gallium/auxiliary/../../../../src/gallium/auxiliary/tgsi/tgsi_scan.c:406: undefined reference to `tgsi_is_bindless_image_file' collect2: error: ld returned 1 exit status Makefile:1128: recipe for target 'nouveau_compiler' failed make[4]: *** [nouveau_compiler] Error 1
Does this help ? https://lists.freedesktop.org/archives/mesa-dev/2017-June/159245.html
Helps here (rawhide, configuration along the line of the continuous setup)
Fix pushed. https://cgit.freedesktop.org/mesa/mesa/commit/?id=5f8b654b47af12f8e583df7911581379eba549e2 Closing.
Nope, the build is still bust: /ostbuild/source/mesa/_build/src/gallium/auxiliary/../../../../src/gallium/auxiliary/tgsi/tgsi_scan.c:402: undefined reference to `tgsi_is_bindless_image_file' /ostbuild/source/mesa/_build/src/gallium/auxiliary/../../../../src/gallium/auxiliary/tgsi/tgsi_scan.c:406: undefined reference to `tgsi_is_bindless_image_file' Full log: http://build.gnome.org/continuous/buildmaster/builds/2017/06/14/21/build/log-mesa.txt This is a linker issue, not a static inline one.
Turns out the buildbot got stuck and it didn't check out the updated master branch. Closing.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.