tech-pkg archive

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

Re: rust 1.33.0 bootstrap fails on NetBSD/aarch64



> Bootstrap fails on NetBSD/aarch64 (built from -HEAD as of today):

Hmm, is this part active in your pkg Makefile?

# Getting RPATH with $ORIGIN into bootstrap may be troublesome, so
# uncommenting the LD_LIBRARY_PATH setting may be required to run
# the bootstrap
PKGSRC_MAKE_ENV+=       LD_LIBRARY_PATH=${RUST_BOOTSTRAP_PATH:Q}/lib

What happens if you set LD_LIBRARY_PATH accordingly, and do a new
ldd of the rustc bootstrap compiler?

Best regards,

- Havard


Home | Main Index | Thread Index | Old Index