You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
(I have a patch, just no time right now to file a PR, that'll be next week)
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
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.The text was updated successfully, but these errors were encountered: