Date: Fri, 22 Jun 2018 00:47:27 -0300 From: =?UTF-8?Q?Danilo_Eg=C3=AAa_Gondolfo?= <danilo@freebsd.org> To: Pete Wright <pete@nomadlogic.org> Cc: FreeBSD-current <freebsd-current@freebsd.org> Subject: Re: buildkernel broken on if_ixl when EVDEV is enabled Message-ID: <CAFU7VyP2EzK3x5nsJtk=AYw_B8sJCMu4CtdSGRMhE4VjXKAbLw@mail.gmail.com> In-Reply-To: <3d9cffa3-8ee1-96e2-6edd-d3bf27fd88a5@nomadlogic.org> References: <3d9cffa3-8ee1-96e2-6edd-d3bf27fd88a5@nomadlogic.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, check if you have 'options IXL_IW' in your kernel conf. It's removed from GENERIC. I had the same problem here with my customized conf. On Thu, Jun 21, 2018 at 11:43 PM, Pete Wright <pete@nomadlogic.org> wrote: > howdy - just ran into an issue with building a kernel that has EVDEV > enabled causing this error: > > --- kernel.full --- > linking kernel.full > ld: error: undefined symbol: ixl_iw_pf_init > >>> referenced by if_ixl.c:900 (/usr/home/pete/git/freebsd/sy > s/dev/ixl/if_ixl.c:900) > >>> if_ixl.o:(ixl_if_init) > > ld: error: undefined symbol: ixl_iw_pf_stop > >>> referenced by if_ixl.c:920 (/usr/home/pete/git/freebsd/sy > s/dev/ixl/if_ixl.c:920) > >>> if_ixl.o:(ixl_if_stop) > > ld: error: undefined symbol: ixl_iw_pf_attach > >>> referenced by if_ixl.c:669 (/usr/home/pete/git/freebsd/sy > s/dev/ixl/if_ixl.c:669) > >>> if_ixl.o:(ixl_if_attach_post) > > ld: error: undefined symbol: ixl_iw_pf_detach > >>> referenced by if_ixl.c:711 (/usr/home/pete/git/freebsd/sy > s/dev/ixl/if_ixl.c:711) > >>> if_ixl.o:(ixl_if_detach) > *** [kernel.full] Error code 1 > > > building a standard GENERIC kernel works without issue. my "EVDEV" kern > conf has the following two lines added: > > options EVDEV_SUPPORT # D10265 from phabricator > device evdev > > Not sure if anyone else has seen this? > > -pete > > -- > Pete Wright > pete@nomadlogic.org > @nomadlogicLA > > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFU7VyP2EzK3x5nsJtk=AYw_B8sJCMu4CtdSGRMhE4VjXKAbLw>