[Bug 278182] Kernel fails to build for arm64 on 14.0-STABLE
Date: Fri, 05 Apr 2024 08:08:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278182 Bug ID: 278182 Summary: Kernel fails to build for arm64 on 14.0-STABLE Product: Base System Version: 14.0-STABLE Hardware: arm64 OS: Any Status: New Severity: Affects Many People Priority: --- Component: arm Assignee: freebsd-arm@FreeBSD.org Reporter: e@dementyev.me The same symptoms as here bug #257127 $cd /usr/src $make buildkernel objcopy --only-keep-debug kernel.full kernel.debug objcopy --strip-debug --add-gnu-debuglink=kernel.debug kernel.full kernel arm_kernel_boothdr.awk: missing kernbase/_start/_end symbol(s) *** Error code 1 Stop. make[2]: stopped in /usr/obj/usr/src/arm64.aarch64/sys/GENERIC 5793.39 real 5472.17 user 343.03 sys *** Error code 1 Stop. make[1]: stopped in /usr/src *** Error code 1 Originally caused by the upstream issue https://github.com/onetrueawk/awk/issues/126 Which was hotfixed in 'contrib/one-true-awk/lib.c', and after the latest update the issue is back again. -- You are receiving this mail because: You are the assignee for the bug.