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

When shipping a compiler environment, additional ld.so.conf.d/ files are ignored #638

Open
adriaandegroot opened this issue Jan 30, 2025 · 1 comment

Comments

@adriaandegroot
Copy link

When processing ld.so.conf, an @include statement is expanded and given a full path rather than a relative path. However, the included files are not shipped. I notice this primarily when /etc/ld.so.conf.d/ contains a configuration file for some installed package that provides libraries. If my compiler depends on those libraries, it gets shipped across with a path-adjusted ld.so.conf, but none of the additional files that would be included.

@adriaandegroot
Copy link
Author

(I have a patch, just no time right now to file a PR, that'll be next week)

@adriaandegroot adriaandegroot changed the title When shipping a compiuler environment, additional ld.so.conf.d/ files are ignored When shipping a compiler environment, additional ld.so.conf.d/ files are ignored Jan 31, 2025
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