[Bug 428568] Review Request: synfig - Synfig is a vector based 2D animation package

bugzilla at redhat.com bugzilla at redhat.com
Tue Feb 3 20:47:27 UTC 2009


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 at gmail.com>  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.




More information about the Fedora-package-review mailing list