Date: Tue, 1 Dec 2020 18:11:15 +0100 From: "Hartmann, O." <ohartmann@walstatt.org> To: Kyle Evans <kevans@freebsd.org> Cc: "O. Hartmann" <ohartmann@walstatt.org>, Matt Macy <mmacy@freebsd.org>, src-committers <src-committers@freebsd.org>, svn-src-all <svn-src-all@freebsd.org>, svn-src-head <svn-src-head@freebsd.org> Subject: Re: 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... Message-ID: <20201201181115.4f799e4a@hermann.fritz.box> In-Reply-To: <CACNAnaGAReUcOtHRquv0mmQhmgg%2BmzGd64SfZRvogja42HU9oQ@mail.gmail.com> References: <202011291938.0ATJc4Z3081193@repo.freebsd.org> <20201201143901.72e74311@freyja> <CACNAnaGAReUcOtHRquv0mmQhmgg%2BmzGd64SfZRvogja42HU9oQ@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--Sig_/KETrf1QMtADqrPF5IM2W=ZJ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Tue, 1 Dec 2020 07:47:50 -0600 Kyle Evans <kevans@freebsd.org> wrote: > On Tue, Dec 1, 2020 at 7:39 AM O. Hartmann <ohartmann@walstatt.org> > wrote: > > > > On Sun, 29 Nov 2020 19:38:04 +0000 (UTC) > > Matt Macy <mmacy@FreeBSD.org> wrote: > > =20 > > > 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@nconroy.net> > > > > > > Reviewed by: grehan@freebsd.org > > > MFC after: 1 month > > > Sponsored by: Rubicon LLC, (Netgate) > > > Differential Revision: https://reviews.freebsd.org/D26137 > > > > > > [... snip ...] =20 > > > > "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. > > > > [...] > > =20 > > =3D=3D=3D> i2c/cyapa (install) =20 > > --- 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 > > > > [...] =20 >=20 > 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 --Sig_/KETrf1QMtADqrPF5IM2W=ZJ Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iHUEARYIAB0WIQSy8IBxAPDkqVBaTJ44N1ZZPba5RwUCX8Z5MwAKCRA4N1ZZPba5 R7dqAQC81RGKjazV2vdFLnv8YECxRAk5hGejmmbRz3cNRci4+AEAq/x+0+ac/fbM fP7/pqXMG680DA+PiL0+pqXyl35nHw4= =ilUN -----END PGP SIGNATURE----- --Sig_/KETrf1QMtADqrPF5IM2W=ZJ--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20201201181115.4f799e4a>