The verification of this Stable Release Update has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression using the package from -updates please report a new bug using ubuntu-bug and tag the bug report regression-update so we can easily find any regresssions.
-- You received this bug notification because you are a member of Desktop Packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/1130974 Title: mesa_8.0.4-0ubuntu0.3 fails to build on 12.04.2 Status in “mesa” package in Ubuntu: Invalid Status in “xserver-xorg-video-nouveau” package in Ubuntu: Invalid Status in “mesa” source package in Precise: Fix Released Status in “xserver-xorg-video-nouveau” source package in Precise: Fix Released Bug description: [Impact] * Building mesa and xserver-xorg-video-nouveau from source with the updates pocket enabled will not work correctly. [Test Case] * Build and run those affected packages, they should build correctly and still link against libdrm_nouveau.so.1 [Regression Potential] * Theoretically just a rebuild, so when I initially pushed the libdrm update I didn't want to risk pushing the updates to those packages since theoretically they should otherwise be identical. I never broke abi compability, so this would just be a rebuild. * Build logs should be looked over to ensure that no strange things pop up. [Other Info] * libdrm moved to a new abi, but retained the same soname with a small bump. This means that the old mesa and xxv-nouveau packages need to look for libdrm-nouveau1's package config now, which contains the correct information. * libdrm_nouveau.so.1 -> old abi, link against it with -ldrm_nouveau1, and use libdrm-nouveau1 pkg-config * libdrm_nouveau.so.2 -> new abi, libdrm-nouveau pkg-config and -ldrm-nouveau should be used. [Original bug report] It looks like the libdrm_nouveau library has split into version 1 and version 2, but the mesa package shipped with Ubuntu precise hasn't been updated to build with the updated packages. apt-get source mesa pbuilder-dist precise build mesa_8.0.4-0ubuntu0.3.dsc This fails with: mklib: Making Linux shared library: nouveau_vieux_dri.so.tmp g++ -D_FORTIFY_SOURCE=2 -Wall -g -O2 -Wall -Wmissing-prototypes -std=c99 -fno-st rict-aliasing -fno-builtin-memcmp -Wall -g -O2 -fPIC -DUSE_X86_64_ASM -D_GNU_SOURCE -DPTHREADS -DTEXTURE_FLOAT_ENABLED -DHAVE_POSIX_MEMALIGN -DUSE_XCB -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_TLS -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DHAVE_ALIAS -DHAVE_MINCORE -DHAVE_LIBUDEV -DHAVE_XCB_DRI2 -D__STDC_CONSTANT_MACROS -DHAVE_LLVM=0x0300 -fvisibility=hidden -o nouveau_vieux_dri.so.test ../../../../../src/mesa/drivers/dri/common/dri_test.o nouveau_vieux_dri.so.tmp -L../../../../../x86_64-linux-gnu -Wl,-R/usr/lib/x86_64-linux-gnu/dri -ldricore -lglsl -ldrm -lexpat -lm -lpthread -ldl -ldrm_nouveau nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_pushbuf_flush' nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_bo_pending' nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_pushbuf_marker_undo' nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_grobj_autobind' nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_pushbuf_marker_emit' nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_bo_unmap' nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_channel_free' nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_grobj_free' nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_pushbuf_emit_reloc' nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_device_close' nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_channel_alloc' nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_bo_handle_get' nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_bo_handle_ref' nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_notifier_alloc' nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_bo_new_tile' nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_grobj_alloc' nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_notifier_free' collect2: ld returned 1 exit status make[7]: *** [nouveau_vieux_dri.so] Error 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1130974/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp

