[MacPorts] #71152: perl5.38 @5.38.2 fails to build, actually 'test', on PPC Leopard, Mac OS X 10.5.8, because of ld not being able handle -rpath?
MacPorts
noreply at macports.org
Wed Oct 23 12:08:37 UTC 2024
#71152: perl5.38 @5.38.2 fails to build, actually 'test', on PPC Leopard, Mac OS X
10.5.8, because of ld not being able handle -rpath?
------------------------+-------------------------
Reporter: ballapete | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.10.2
Resolution: | Keywords: leopard ppc
Port: perl5.38 |
------------------------+-------------------------
Comment (by ballapete):
There is a `patch file,
/opt/local/var/macports/sources/nue.de.rsync.macports.org/macports/release/tarballs/ports/lang/perl5/files/5.38
/avoid-no-cpp-precomp-PR38913.patch`:
{{{
1 --- hints/darwin.sh.orig
2 +++ hints/darwin.sh
3 @@ -130,7 +130,7 @@ esac
4
5 # Avoid Apple's cpp precompiler, better for extensions
6 if [ "X`echo | ${cc} -no-cpp-precomp -E - 2>&1 >/dev/null`" = "X" ];
then
7 - cppflags="${cppflags} -no-cpp-precomp"
8 +
9
10 # This is necessary because perl's build system doesn't
11 # apply cppflags to cc compile lines as it should.
}}}
So it would need an enhancement?
--
Ticket URL: <https://trac.macports.org/ticket/71152#comment:3>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list