[Bug 437675] ppc64 pangox.pc contains unneeded rpath linkage

bugzilla at redhat.com bugzilla at redhat.com
Mon Mar 17 01:25:03 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: ppc64 pangox.pc contains unneeded rpath linkage


https://bugzilla.redhat.com/show_bug.cgi?id=437675





------- Additional Comments From mtasaka at ioa.s.u-tokyo.ac.jp  2008-03-16 21:25 EST -------
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- at 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
-----------------------------------------------------------------------------


-- 
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.




More information about the fonts-bugs mailing list