diff options
author | Don Lewis <truckman@FreeBSD.org> | 2025-08-18 21:50:01 -0700 |
---|---|---|
committer | Don Lewis <truckman@FreeBSD.org> | 2025-08-18 22:37:45 -0700 |
commit | 2469f57cdaaf285d1b29eb0495f3ee5690855698 (patch) | |
tree | e8cb4e01f7736d564c214cf2a59cf5c597be33f8 /x11/nwg-dock-hyprland/files/patch-go.mod | |
parent | devel/yyjson: update to 0.12.0 (diff) |
Another attempt at fixing the intermittent build failures on FreeBSD
13.X and 14.X. No failures are observed on 15.X. The failures depend
on system load and are not affected by MAKE_JOBS_UNSAFE=yes.
The failures are caused by nm failing with "Invalid argument".
nm --version reports "nm (elftoolchain r3769)" on 13.X and 14.X,
but
llvm-nm, compatible with GNU nm
LLVM (http://llvm.org/):
LLVM version 19.1.7
Optimized build with assertions.
on 15.X. llvm-nm is available on 13.X and 14.X, and does not exhibit
the failure. The root cause is unknown.
Switch many uses of nm to llvm-nm.
Re-enable parallel builds.
MFH: 2025Q3
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions