Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: glade3 - User Interface Designer for GTK+ and GNOME https://bugzilla.redhat.com/show_bug.cgi?id=369381 ------- Additional Comments From tim.lauridsen@xxxxxxxxxxxxxx 2007-11-07 07:35 EST ------- rpath error on a x86_64 system. $ rpmbuild --rebuild glade3-3.4.0-1.fc8.src.rpm <snip> ERROR 0001: file '/usr/lib64/glade3/modules/libgladegnome.so' contains a standard rpath '/usr/lib64' in [/usr/lib64] ERROR 0001: file '/usr/lib64/glade3/modules/libgladegtk.so' contains a standard rpath '/usr/lib64' in [/usr/lib64] ERROR 0001: file '/usr/bin/glade-3' contains a standard rpath '/usr/lib64' in [/usr/lib64] </snip> an be fixed by adding # remove rpath chrpath --delete $RPM_BUILD_ROOT%{_libdir}/glade3/modules/libgladegnome.so chrpath --delete $RPM_BUILD_ROOT%{_libdir}/glade3/modules/libgladegtk.so chrpath --delete $RPM_BUILD_ROOT%{_bindir}/glade-3 to %install and adding BuildRequires: chrpath http://fedoraproject.org/wiki/Packaging/Guidelines#head-7cea8c7aa96400a4687e843156354476434ff883 -- 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, or are watching someone who is. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review