[MacPorts] #56729: poppler @0.65.0 does not build on PPC Tiger, Mac OS X 10.4.11 due to -rpath issue in gobject-introspection
MacPorts
noreply at macports.org
Sun Aug 19 17:53:33 UTC 2018
#56729: poppler @0.65.0 does not build on PPC Tiger, Mac OS X 10.4.11 due to -rpath
issue in gobject-introspection
------------------------+----------------------
Reporter: ballapete | Owner: dbevans
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.5.2
Resolution: | Keywords: tiger
Port: poppler |
------------------------+----------------------
Comment (by kencu):
FWIW, here are the edits I used, to compare. Looks quite similar to what
you found:
{{{
$ port -v installed gobject-introspection
The following ports are currently installed:
gobject-introspection @1.56.1_1 (active) platform='darwin 8' archs='ppc'
date='2018-04-25T18:41:02-0700'
$ pwd
/opt/local/lib/gobject-introspection
$ ag KEN .
giscanner/ccompiler.py
129: #KEN args.append('-Wl,-rpath,.')
155: #KEN if os.path.isabs(library_path):
156: #KEN if libtool:
157: #KEN args.append('-rpath')
158: #KEN args.append(library_path)
159: #KEN else:
160: #KEN args.append('-Wl,-rpath,' + library_path)
}}}
--
Ticket URL: <https://trac.macports.org/ticket/56729#comment:13>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list