Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=428568 --- Comment #23 from Nicolas Chauvet (kwizart) <kwizart@xxxxxxxxx> 2009-02-03 15:47:24 EDT --- this package defines rpath on x86_64 Fedora 10 system : ------------------ ERROR 0001: file '/usr/lib64/synfig/modules/libmod_gradient.so' contains a ... ERROR 0001: file '/usr/lib64/synfig/modules/libmod_ppm.so' contains a standard rpath '/usr/lib64' in [/usr/lib64] ERROR 0001: file '/usr/lib64/synfig/modules/liblyr_freetype.so' contains a standard rpath '/usr/lib64' in [/usr/lib64] ERROR 0001: file '/usr/bin/synfig' contains a standard rpath '/usr/lib64' in [/usr/lib64] ------------------ This is because of the generated configure script. This can be avoided with autoreconf -f -i or patching the internal libtool between configure and make with: --------------- # remove rpath from libtool sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool --------------- -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review