Bug 226428 - Buildkernel fails after applying patch for FreeBSD-SA-18:01.ipsec
Summary: Buildkernel fails after applying patch for FreeBSD-SA-18:01.ipsec
Status: Closed DUPLICATE of bug 226423
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 10.4-RELEASE
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-07 18:51 UTC by freebsdlists
Modified: 2018-03-07 18:56 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description freebsdlists 2018-03-07 18:51:13 UTC
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(&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

Stop.
Comment 1 Conrad Meyer freebsd_committer freebsd_triage 2018-03-07 18:56:39 UTC

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