From owner-freebsd-current@freebsd.org Fri Jun 22 02:43:48 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B775D100B048 for ; Fri, 22 Jun 2018 02:43:48 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from vps-mail.nomadlogic.org (mail.nomadlogic.org [IPv6:2607:f2f8:a098::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 333DF7A529 for ; Fri, 22 Jun 2018 02:43:47 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from [IPv6:2605:e000:1313:89:223:24ff:fea8:4fb5] (2605:e000:1313:89:223:24ff:fea8:4fb5 [IPv6:2605:e000:1313:89:223:24ff:fea8:4fb5]) by vps-mail.nomadlogic.org (OpenSMTPD) with ESMTPSA id 397fdcc1 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO for ; Thu, 21 Jun 2018 19:43:45 -0700 (PDT) To: FreeBSD-current From: Pete Wright Subject: buildkernel broken on if_ixl when EVDEV is enabled Message-ID: <3d9cffa3-8ee1-96e2-6edd-d3bf27fd88a5@nomadlogic.org> Date: Thu, 21 Jun 2018 19:43:44 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jun 2018 02:43:48 -0000 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/sys/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/sys/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/sys/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/sys/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