Bug 437675
Summary: | ppc64 pangox.pc contains unneeded rpath linkage | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Mamoru TASAKA <mtasaka> |
Component: | pango | Assignee: | Behdad Esfahbod <behdad> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | fonts-bugs |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | ppc64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-08-28 15:35:05 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 433199 |
Description
Mamoru TASAKA
2008-03-16 06:57:53 UTC
Why does anjuta even use pangox? That's been obsolete for more than 5 years... On anjuta pangox is used via vte.pc. i.e. vte.pc (in vte-devel) has: ----------------------------------------------------------------------- Name: vte Description: Vte terminal widget. Version: 0.16.13 Requires: xft >= 2.0 glib-2.0 gobject-2.0 gtk+-2.0 fontconfig pangoxft >= 1.1.0 pangox ----------------------------------------------------------------------- Umm, can you also see if you can find out where the rpath is coming from in pango? Okay. I will try later. Well, x86_64: http://koji.fedoraproject.org/koji/taskinfo?taskID=518796 ppc64: http://koji.fedoraproject.org/koji/taskinfo?taskID=518785 (build intentionally exited with 1, just to catch some logs) pangox.pc.in contains ---------------------------------------------------------------------------- Libs: -L${libdir} -lpangox-@PANGO_API_VERSION@ @X_LIBS@ ---------------------------------------------------------------------------- so -R/usr/lib64 in ppc64 comes from X_LIBS. And in ppc64 -R/usr/lib64 is added to X_LIBS around lines 20580-20668 in configure. on ppc64: ----------------------------------------------------------------------------- checking whether -R must be followed by a space... no ----------------------------------------------------------------------------- Then -R/usr/lib64 is added to X_LIBS around the line 20620 in configure. On the other hand, in x86_64: ----------------------------------------------------------------------------- 205 checking whether -R must be followed by a space... neither works ----------------------------------------------------------------------------- Changing version to '9' as part of upcoming Fedora 9 GA. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping pango-1.21.5-1.fc10 does not have this issue. Once closing. |