the rust build fails on FreeBSD/amd64-14 due to not finding libzstd despite it being installed on the build host. #135503
Labels
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
I tried building rust (on FreeBSD/amd64 14.0) from today's clone (HEAD is 8c39ce5)
It ended unsuccessfully with the following:
Note that zstd is installed:
# pkg info | grep zstd zstd-1.5.6 Fast real-time compression algorithm
Obviously the build isn't looking in
/usr/local
for installed libraries, and I don't see any obvious option in the configure script to tell it either to look there generically by default, or even to look there explicitly for libzstd.Perhaps this is one of those intermediate library rpath problems, but anyway, how do I tell
x.py
to always look in/usr/local
for more libraries?System info:
The text was updated successfully, but these errors were encountered: