From owner-freebsd-current@freebsd.org Sun Aug 12 13:38:05 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 AB47010709B0 for ; Sun, 12 Aug 2018 13:38:05 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mail.protected-networks.net (mail.protected-networks.net [IPv6:2001:470:8d59:1::8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.protected-networks.net", Issuer "Protected Networks CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 50B8488AA5 for ; Sun, 12 Aug 2018 13:38:05 +0000 (UTC) (envelope-from imb@protected-networks.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d= protected-networks.net; h=content-transfer-encoding :content-language:content-type:content-type:mime-version :user-agent:date:date:message-id:subject:subject:from:from; s= 201508; t=1534081075; bh=mpDkQicmpRDJbOo2BJOy6Fh+DMQwnqECr6FHNLp /+7c=; b=bnuGg+aHUWsVn/HFBBzQm/iv4ogvaZWN1uRrZ0zNC6RZPkCIqaNe26z waosxiSU4KnPbZBdy7hNwPyD6Hk+YNtOybpYbpnoZ2tgzbvRO5zli0+YtEcFjU+Y yhBT5Zr/xwV+3R7rA0K5K6cf0tzkxLVhlFd6S/QjikVX14XBCoY0= Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [192.168.1.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: imb@mail.protected-networks.net) by mail.protected-networks.net (Postfix) with ESMTPSA id ADAA53B278; Sun, 12 Aug 2018 09:37:55 -0400 (EDT) To: FreeBSD Current , Matthew Macy From: Michael Butler Subject: kernel build failure Openpgp: preference=signencrypt Message-ID: <748179e1-72bd-99e3-2267-302274be3d32@protected-networks.net> Date: Sun, 12 Aug 2018 09:37:54 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 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: Sun, 12 Aug 2018 13:38:05 -0000 Is anyone else seeing this when building a new kernel with ZFS compiled in? Building /usr/obj/usr/src/amd64.amd64/sys/VM01/vers.o Building /usr/obj/usr/src/amd64.amd64/sys/VM01/kernel --- kernel --- linking kernel ld: error: undefined symbol: dbuf_stats_init >>> referenced by dbuf.c >>> dbuf.o:(dbuf_init) ld: error: undefined symbol: dbuf_stats_destroy >>> referenced by dbuf.c >>> dbuf.o:(dbuf_fini) *** [kernel] Error code 1 imb