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
/nix/store/nxk5pcwfv32hfg62klgbzq8gcfg7zjrj-x86_64-unknown-linux-musl-binutils-2.35.2/bin/x86_64-unknown-linux-musl-ld: /nix/store/g51rj8086vryr242nsn6hh7lfdlmf9mb-x86_64-unknown-linux-musl-stage-final-gcc-10.3.0/lib/gcc/x86_64-unknown-linux-musl/10.3.0/crtbeginT.o: relocation R_X86_64_32 against hidden symbol `__TMC_END__' can not be used when making a shared object
/nix/store/nxk5pcwfv32hfg62klgbzq8gcfg7zjrj-x86_64-unknown-linux-musl-binutils-2.35.2/bin/x86_64-unknown-linux-musl-ld: /nix/store/g51rj8086vryr242nsn6hh7lfdlmf9mb-x86_64-unknown-linux-musl-stage-final-gcc-10.3.0/lib/gcc/x86_64-unknown-linux-musl/10.3.0/crtend.o: relocation R_X86_64_32 against `.ctors' can not be used when making a shared object; recompile with -fPIC
heat: you're linking against a static crtbegin. that is not correct (in this case, you seem to be making a shared lib or a pie executable)
dalias: for some reason you're linking the wrong crt startfiles
heat: I would take a look at i.e alpine's PKGBUILD and see what they're doing, and compare that with nix
Describe the bug
Building pkgsStatic.openssl_3_0 fails.
Steps To Reproduce
nix-build '<nixpkgs>' -A pkgsStatic.openssl_3_0
After a while, it fails with:
Metadata
The text was updated successfully, but these errors were encountered: