[Bug 226423] amd64 kernel build fails with errors in /usr/src/sys/netipsec/xform_ah.c

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Mar 7 16:10:31 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226423

            Bug ID: 226423
           Summary: amd64 kernel build fails with errors in
                    /usr/src/sys/netipsec/xform_ah.c
           Product: Base System
           Version: 10.4-RELEASE
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: kudzu at tenebras.com

Created attachment 191282
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=191282&action=edit
make kernel output

Updated sources via freebsd-update subsequent to 

FreeBSD-SA-18:01.ipsec

Cause kernel compile to fail.

make output attached, summary follows:


##########################################################

cc  -c -O2 -pipe -fno-strict-aliasing  -std=c99  -Wall -Wredundant-decls
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith
-Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions 
-Wmissing-include-dirs -fdiagnostics-show-option 
-Wno-error-tautological-compare -Wno-error-empty-body 
-Wno-error-parentheses-equality -Wno-error-unused-function   -nostdinc  -I.
-I/usr/src/sys -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/libfdt
-D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h 
-fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mno-avx
-mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float 
-fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror 
/usr/src/sys/netipsec/xform_ah.c
/usr/src/sys/netipsec/xform_ah.c:622:43: error: use of undeclared identifier
'buf'
                    ipsec_address(&sav->sah->saidx.dst, buf, sizeof(buf)),
                                                        ^
/usr/src/sys/netipsec/ipsec.h:323:51: note: expanded from macro 'DPRINTF'
#define DPRINTF(x)      do { if (V_ipsec_debug) printf x; } while (0)
                                                       ^
/usr/src/sys/netipsec/xform_ah.c:625:3: error: use of undeclared identifier
'error'
                error = EACCES;
                ^
/usr/src/sys/netipsec/xform_ah.c:626:8: error: use of undeclared label 'bad'
                goto bad;
                     ^
3 errors generated.
*** Error code 1

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


More information about the freebsd-bugs mailing list