Skip to content

-Wl,-rpath not supported on Mac OS X 10.4 #410

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
evanmiller opened this issue Dec 29, 2021 · 4 comments
Closed

-Wl,-rpath not supported on Mac OS X 10.4 #410

evanmiller opened this issue Dec 29, 2021 · 4 comments

Comments

@evanmiller
Copy link

#403 has broken Makefile generation on Mac OS X 10.4 and earlier, whose linkers do not support -rpath. A proposed patch can be found here (taken from macports/macports-ports#13529):

https://raw.githubusercontent.com/macports/macports-ports/8ea194cdc747dfb772b6f968d8e561da80440e58/perl/p5-extutils-makemaker/files/patch-extutils-makemaker-rpath.diff

@hakonhagland
Copy link
Contributor

@evanmiller Thanks for the report and patch!

@maintainers: I can create a pull request from the patch if needed? What is common practice with patches?

@Leont
Copy link
Member

Leont commented Dec 29, 2021

Yeah, a pull request is appreciated.

hakonhagland added a commit to hakonhagland/ExtUtils-MakeMaker that referenced this issue Dec 29, 2021
Mac OS X 10.4 and earlier do not support -rpath. Fixes issue Perl-Toolchain-Gang#410 by
including patch given in

macports/macports-ports#13529
@hakonhagland
Copy link
Contributor

@Leont Ok, I have added a PR, see #412

bingos pushed a commit that referenced this issue Jul 22, 2022
Mac OS X 10.4 and earlier do not support -rpath. Fixes issue #410 by
including patch given in

macports/macports-ports#13529
@sevan
Copy link
Contributor

sevan commented Apr 18, 2023

The test suite also needs to be handled. I have a smoke test on Tiger in flight at the moment and I see

[2023-04-18 02:53:17-0400]     ../cpan/ExtUtils-MakeMaker/t/04-xs-rpath-darwin.t...........FAILED
[2023-04-18 02:53:17-0400]         Non-zero exit status: 255
[2023-04-18 02:53:17-0400]     ../cpan/ExtUtils-MakeMaker/t/04-xs-rpath-darwin.t...........FAILED
[2023-04-18 02:53:17-0400]         Bad plan.  You planned 1 tests but ran 0.

sevan added a commit to sevan/ExtUtils-MakeMaker that referenced this issue Apr 27, 2023
-rpath is not support on toolchain of older Darwin versions.
Fix for test part of issue Perl-Toolchain-Gang#410
sevan added a commit to sevan/ExtUtils-MakeMaker that referenced this issue Apr 27, 2023
-rpath is not support on toolchain of older Darwin versions.
Fix for test part of issue Perl-Toolchain-Gang#410
bingos pushed a commit that referenced this issue Nov 22, 2024
-rpath is not support on toolchain of older Darwin versions.
Fix for test part of issue #410
@mohawk2 mohawk2 closed this as completed Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants