Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 Apr 2024 08:08:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-arm@FreeBSD.org
Subject:   [Bug 278182] Kernel fails to build for arm64 on 14.0-STABLE
Message-ID:  <bug-278182-7@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D278182

            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=3Dkernel.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 up=
date
the issue is back again.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-278182-7>