Bug 496794 - Hardcoded /lib in 64-bit multi-arch packages
Summary: Hardcoded /lib in 64-bit multi-arch packages
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: gupnp-vala
Version: 11
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Peter Robinson
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-04-21 08:24 UTC by Michael Schwendt
Modified: 2009-06-30 21:29 UTC (History)
1 user (show)

Fixed In Version: 0.5.4-2.fc11
Clone Of:
Environment:
Last Closed: 2009-06-30 21:29:00 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Michael Schwendt 2009-04-21 08:24:14 UTC
/usr/lib64/pkgconfig/gupnp-vala-1.0.pc  contains a hardcoded libdir which doesn't point to /usr/lib64.

Comment 1 Peter Robinson 2009-04-21 09:30:57 UTC
I don't see anything hardcoded in there that's any different to gtk/glib or any of the others I checked.

$ more /usr/lib64/pkgconfig/gupnp-vala-1.0.pc
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: gupnp-vala-1.0
Description: Vala bindings for GUPnP
Version: 0.5.3

Comment 2 Michael Schwendt 2009-04-21 13:20:12 UTC
$ pkg-config --variable=libdir gupnp-vala-1.0
/usr/lib

is wrong on 64-bit platforms.

> libdir=${exec_prefix}/lib

Ought to be: libdir=${exec_prefix}/lib64

It's a minor error only because ${libdir} is not reused anywhere in that file, for example there is no "Libs:" definition.

Comment 3 Peter Robinson 2009-04-22 10:02:53 UTC
Looking at the other gupnp packages it looks to be an issue with them all. I've reported it upstream so they can fix it properly there.

Comment 4 Peter Robinson 2009-04-29 12:53:09 UTC
this has been fixed upstream and there should be an official release shortly with the fix.

Comment 5 Bug Zapper 2009-06-09 14:16:34 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 11 development cycle.
Changing version to '11'.

More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 6 Fedora Update System 2009-06-21 16:51:18 UTC
gupnp-vala-0.5.4-2.fc11 has been submitted as an update for Fedora 11.
http://admin.fedoraproject.org/updates/gupnp-vala-0.5.4-2.fc11

Comment 7 Fedora Update System 2009-06-24 19:31:44 UTC
gupnp-vala-0.5.4-2.fc11 has been pushed to the Fedora 11 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update gupnp-vala'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-6879

Comment 8 Fedora Update System 2009-06-30 21:28:56 UTC
gupnp-vala-0.5.4-2.fc11 has been pushed to the Fedora 11 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.