[Bug 226428] Buildkernel fails after applying patch for FreeBSD-SA-18:01.ipsec

2018-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226428

Conrad Meyer  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|New |Closed
 CC||c...@freebsd.org

--- Comment #1 from Conrad Meyer  ---


*** This bug has been marked as a duplicate of bug 226423 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 226428] Buildkernel fails after applying patch for FreeBSD-SA-18:01.ipsec

2018-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226428

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: freebsdli...@permissiondenied.org

make buildkernel fails after applying patch for FreeBSD-SA-18:01.ipsec. Kernel
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(>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

Stop.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"