See https://github.com/JuliaStats/Rmath-julia/issues/44#issuecomment-2278257244. A reproducer is this recipe, built for x86_64-apple-darwin. The library erroneously link to libgcc_s (but that's not the issue discussed here), but with full absolute path /workspace/destdir/x86_64-apple-darwin14/lib/libgcc_s.1.dylib, which doesn't get sanitized by the auditor.
See https://github.com/JuliaStats/Rmath-julia/issues/44#issuecomment-2278257244. A reproducer is this recipe, built for x86_64-apple-darwin. The library erroneously link to libgcc_s (but that's not the issue discussed here), but with full absolute path
/workspace/destdir/x86_64-apple-darwin14/lib/libgcc_s.1.dylib
, which doesn't get sanitized by the auditor.