svn commit: r368163 - in head: sbin/ifconfig sys/dev/if_wg sys/dev/if_wg/include sys/dev/if_wg/include/crypto sys/dev/if_wg/include/sys sys/dev/if_wg/include/zinc sys/dev/if_wg/module sys/dev/if_wg...

Hartmann, O. ohartmann at walstatt.org
Tue Dec 1 17:11:28 UTC 2020


On Tue, 1 Dec 2020 07:47:50 -0600
Kyle Evans <kevans at freebsd.org> wrote:

> On Tue, Dec 1, 2020 at 7:39 AM O. Hartmann <ohartmann at walstatt.org>
> wrote:
> >
> > On Sun, 29 Nov 2020 19:38:04 +0000 (UTC)
> > Matt Macy <mmacy at FreeBSD.org> wrote:
> >  
> > > Author: mmacy
> > > Date: Sun Nov 29 19:38:03 2020
> > > New Revision: 368163
> > > URL: https://svnweb.freebsd.org/changeset/base/368163
> > >
> > > Log:
> > >   Import kernel WireGuard support
> > >
> > >   Data path largely shared with the OpenBSD implementation by
> > >   Matt Dunwoodie <ncon at nconroy.net>
> > >
> > >   Reviewed by:        grehan at freebsd.org
> > >   MFC after:  1 month
> > >   Sponsored by:       Rubicon LLC, (Netgate)
> > >   Differential Revision:      https://reviews.freebsd.org/D26137
> > >
> > > [... snip ...]  
> >
> > "make installkernel" fails for me in a non-DEBUG environment with
> > the error shown below. Recent CURRENT source tree is r368226,
> > failing systems are running at r368055 or r368226.
> >
> > [...]
> >  
> > ===> i2c/cyapa (install)  
> > --- realinstall_subdir_if_wg ---
> > install -T dbg -o root -g wheel -m 555   if_wg.ko.debug
> > /usr/lib/debug/boot/kernel/ install: /usr/lib/debug/boot/kernel/:
> > No such file or directory --- realinstall_subdir_iflib ---
> > --- _kmodinstall ---
> > --- realinstall_subdir_if_wg ---
> > *** [_kmodinstall] Error code 71
> >
> > make[4]: stopped in /usr/src/sys/modules/if_wg
> > 1 error
> >
> > make[4]: stopped in /usr/src/sys/modules/if_wg
> > --- realinstall_subdir_iflib ---
> > install -T release -o root -g wheel -m 555   iflib.ko /boot/kernel/
> > --- realinstall_subdir_if_wg ---
> > --- realinstall_subdir_geom ---
> > --- realinstall_subdir_iflib ---
> > --- realinstall_subdir_i2c ---
> > *** [modules-install] Error code 2
> >
> > [...]  
> 
> Go to sys/modules/if_wg/Makefile and rip out the DEBUG_FLAGS line,
> this should fix it.

Thankyou very much,
that works as a workaround.

Kind regards,

oh
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 228 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20201201/60b71ee9/attachment.sig>


More information about the svn-src-all mailing list