https://bugs.freedesktop.org/show_bug.cgi?id=52435
--- Comment #3 from Laurent carlier <lordhea...@gmail.com> 2012-07-24 14:20:37 PDT --- (In reply to comment #1) > Um, error might be correct. > > For some reason, libtool has determined it needs to relink these driver > libraries when installing them, so you need have an installed libdricore as > well. > > So why not 'make -C src/mesa/dricore DESTDIR="${pkgdir}" install' first? > > (Presumably, if you used the top-level install target, we would do all these > things in the correct order for you) I've tried also that and it raise the error: cd ${srcdir}/mesa-git ./autogen.sh --prefix=/usr --sysconfdir=/etc \ --with-dri-driverdir=/usr/lib/xorg/modules/dri \ --with-gallium-drivers=r300,r600,nouveau,swrast,svga \ --with-egl-platforms=drm,x11 \ --enable-gallium-llvm \ --enable-gallium-egl \ --enable-glx-tls \ --enable-glx \ --enable-gles1 \ --enable-gles2 \ --enable-egl \ --enable-r600-llvm-compiler \ --enable-shared-glapi \ --enable-texture-float \ --enable-xa \ --enable-gbm \ --enable-osmesa \ --enable-vdpau make make -C src/mesa/drivers/dri/radeon DESTDIR="${pkgdir}" install --> error The fix i've found is to add -L$(top_builddir)\/$(LIB_DIR) in the Makefile.am files for radeon,r200,i915,i965,nouveau drivers (see patch provided) You can find various forum thread about libtool and relinking problems. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev