Skip to content
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

macports: broken pkg-config symlinks #434

Open
stefantalpalaru opened this issue Oct 19, 2024 · 0 comments
Open

macports: broken pkg-config symlinks #434

stefantalpalaru opened this issue Oct 19, 2024 · 0 comments

Comments

@stefantalpalaru
Copy link

These symbolic links target absolute paths, so they are broken in an osxcross prefix:

# find /opt/osxcross/macports/pkgs/opt/local/lib/pkgconfig -type l -exec test ! -e {} \; -exec ls -l {} \;
lrwxrwxrwx 1 root root 52 Oct 19 11:26 /opt/osxcross/macports/pkgs/opt/local/lib/pkgconfig/openssl.pc -> /opt/local/libexec/openssl3/lib/pkgconfig/openssl.pc
lrwxrwxrwx 1 root root 95 Oct 19 11:26 /opt/osxcross/macports/pkgs/opt/local/lib/pkgconfig/python-3.12-embed.pc -> /opt/local/Library/Frameworks/Python.framework/Versions/3.12/lib/pkgconfig/python-3.12-embed.pc
lrwxrwxrwx 1 root root 54 Oct 19 11:26 /opt/osxcross/macports/pkgs/opt/local/lib/pkgconfig/libcrypto.pc -> /opt/local/libexec/openssl3/lib/pkgconfig/libcrypto.pc
lrwxrwxrwx 1 root root 51 Oct 19 11:26 /opt/osxcross/macports/pkgs/opt/local/lib/pkgconfig/libssl.pc -> /opt/local/libexec/openssl3/lib/pkgconfig/libssl.pc
lrwxrwxrwx 1 root root 89 Oct 19 11:26 /opt/osxcross/macports/pkgs/opt/local/lib/pkgconfig/python-3.12.pc -> /opt/local/Library/Frameworks/Python.framework/Versions/3.12/lib/pkgconfig/python-3.12.pc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant