pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: not a PIE errors with rust-bin



On 1/29/22 12:59 PM, Mayuresh wrote:
While trying to upgrade rust-bin I get these errors:

=> Checking for PIE in rust-bin-1.56.1
ERROR: lib/rustlib/x86_64-unknown-netbsd/bin/llc: not a PIE
ERROR: lib/rustlib/x86_64-unknown-netbsd/bin/llvm-ar: not a PIE
ERROR: lib/rustlib/x86_64-unknown-netbsd/bin/llvm-as: not a PIE
ERROR: lib/rustlib/x86_64-unknown-netbsd/bin/llvm-cov: not a PIE
ERROR: lib/rustlib/x86_64-unknown-netbsd/bin/llvm-dis: not a PIE
ERROR: lib/rustlib/x86_64-unknown-netbsd/bin/llvm-nm: not a PIE
ERROR: lib/rustlib/x86_64-unknown-netbsd/bin/llvm-objcopy: not a PIE
ERROR: lib/rustlib/x86_64-unknown-netbsd/bin/llvm-objdump: not a PIE
ERROR: lib/rustlib/x86_64-unknown-netbsd/bin/llvm-profdata: not a PIE
ERROR: lib/rustlib/x86_64-unknown-netbsd/bin/llvm-readobj: not a PIE
ERROR: lib/rustlib/x86_64-unknown-netbsd/bin/llvm-size: not a PIE
ERROR: lib/rustlib/x86_64-unknown-netbsd/bin/llvm-strip: not a PIE
ERROR: lib/rustlib/x86_64-unknown-netbsd/bin/opt: not a PIE

That's due to a post-build check I recently added to see if packages not explicitly declaring MKPIE_SUPPORTED=no really install position-independent executables. It should be fixed now.

Home | Main Index | Thread Index | Old Index