Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 Mar 2018 18:51:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 226428] Buildkernel fails after applying patch for FreeBSD-SA-18:01.ipsec
Message-ID:  <bug-226428-8@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 226428
           Summary: Buildkernel fails after applying patch for
                    FreeBSD-SA-18:01.ipsec
           Product: Base System
           Version: 10.4-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: freebsdlists@permissiondenied.org

make buildkernel fails after applying patch for FreeBSD-SA-18:01.ipsec. Ker=
nel
config is GENERIC with 'options IPSEC' added. The last output is below:

/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 =3D EACCES;
                ^
/usr/src/sys/netipsec/xform_ah.c:626:8: error: use of undeclared label 'bad'
                goto bad;
                     ^
3 errors generated.
*** Error code 1

Stop.

--=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-226428-8>