Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Nov 2020 09:57:13 +0100
From:      Peter Libassi <peter@libassi.se>
To:        freebsd-current@freebsd.org
Subject:   r367927 buildkernel stops on isp.o undeclared ATPDPSIZE
Message-ID:  <F22962BC-FFE5-4779-8C03-9E3FF38B9C50@libassi.se>

next in thread | raw e-mail | index | archive | help
svnlite info /usr/src

Path: .
Working Copy Root Path: /usr/src
URL: https://svn.freebsd.org/base/head
Relative URL: ^/head
Repository Root: https://svn.freebsd.org/base
Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Revision: 367927
Node Kind: directory
Schedule: normal
Last Changed Author: rew
Last Changed Rev: 367927
Last Changed Date: 2020-11-22 06:00:28 +0100 (Sun, 22 Nov 2020)

make -j4 buildkernel KERNCONF=3D"GENERIC-NODEBUG=E2=80=9D

--- isp.o ---
/usr/src/sys/dev/isp/isp.c:750:50: error: use of undeclared identifier =
'ATPDPSIZE'
                        icbp->icb_xchgcnt =3D MIN(isp->isp_maxcmds / 2, =
ATPDPSIZE);
                                                                      ^
/usr/src/sys/dev/isp/isp.c:750:50: error: use of undeclared identifier =
'ATPDPSIZE'
2 errors generated.
*** [isp.o] Error code 1

make[2]: stopped in /usr/obj/usr/src/amd64.amd64/sys/GENERIC-NODEBUG
--- modules-all ---
ctfconvert -L VERSION -g ar5212_eeprom.o
*** [modules-all] Error code 2

make[2]: stopped in /usr/obj/usr/src/amd64.amd64/sys/GENERIC-NODEBUG
--- isp_freebsd.o ---
ctfconvert -L VERSION -g isp_freebsd.o
--- if_ipw.o ---
ctfconvert -L VERSION -g if_ipw.o
2 errors

make[2]: stopped in /usr/obj/usr/src/amd64.amd64/sys/GENERIC-NODEBUG


/Peter=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F22962BC-FFE5-4779-8C03-9E3FF38B9C50>