Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 01 Feb 2020 15:18:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 243778] Building 12.1-RELEASE-p2 GENERIC kernel fails with error
Message-ID:  <bug-243778-227@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 243778
           Summary: Building 12.1-RELEASE-p2 GENERIC kernel fails with
                    error
           Product: Base System
           Version: 12.1-RELEASE
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: sv@ulstu.ru

I updated the system from 12.1-RELEASE-p1 to 12.1-RELEASE-p2 using the next
commands:

freebsd-update fetch
freebsd-update install

After that, I started rebuilding the GENERIC kernel with next commands:

cd /usr/src/
make buildkernel KERNCONF=3DGENERIC

Kernel rebuild aborts with the following error:

In file included from /usr/src/sys/amd64/amd64/genassym.c:44:
In file included from /usr/src/sys/sys/systm.h:126:
In file included from /usr/src/sys/sys/kpilite.h:33:
./offset.inc:13:26: error: array is too large (18446744073709550697 element=
s)
        u_char  pad_td_epochnest[0xf9 - (0x48c + sizeof(u_int))];
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
*** Error code 1

Stop.
make[2]: stopped in /usr/obj/usr/src/amd64.amd64/sys/GENERIC
*** Error code 1

Stop.
make[1]: stopped in /usr/src
*** Error code 1

Stop.
make: stopped in /usr/src

What is it? And how to fix it?

--=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-243778-227>