From owner-freebsd-current@freebsd.org Fri Jul 22 02:39:31 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06AEFBA13F9 for ; Fri, 22 Jul 2016 02:39:31 +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 C6B791355; Fri, 22 Jul 2016 02:39:30 +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-type :content-type:in-reply-to:mime-version:user-agent:date:date :message-id:from:from:references:subject:subject; s=201508; t= 1469155167; bh=7dRB3xK4qZJ4rLVvDZylXbx8BpaExgt+KFUYcMmut2k=; b=h jYNNcAWbbTHXVZWWthEsbL8QAprFVkiF4oEL7KhEWrKuAoEH8qrPFEoRpVGEhV9a Zide+mBNcZGV2z3pJMgcvPmCvzJ1JrwggtmP3I334AvvsQX6MVLFgWo4G+SUz9g1 gMbqxyJPWk0k0iBXnDA9hAxiCwLtTOTJ1rqR0XfXLo= 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 11FCA1C401; Thu, 21 Jul 2016 22:39:27 -0400 (EDT) Subject: Re: kernel no longer builds without nvme To: Warner Losh , "Ngie Cooper (yaneurabeya)" References: <8b4650e7-81b1-be1e-0de5-dc94a32801c4@protected-networks.net> <4FF3E583-1B86-4F98-B591-A4DE6570B394@gmail.com> Cc: freebsd-current , Scott Long , Warner Losh From: Michael Butler Message-ID: Date: Thu, 21 Jul 2016 22:39:26 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 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 Jul 2016 02:39:31 -0000 On 07/21/16 21:46, Warner Losh wrote: >> On Jul 21, 2016, at 11:53 AM, Ngie Cooper (yaneurabeya) wrote: >>> On Jul 21, 2016, at 06:45, Michael Butler wrote: >>> >>> For those of us who build "minimal" kernels: >>> >>> Building /usr/obj/usr/src/sys/VM02/vers.c >>> Building /usr/obj/usr/src/sys/VM02/vers.o >>> Building /usr/obj/usr/src/sys/VM02/kernel >>> --- kernel --- >>> linking kernel >>> cam_xpt.o: In function `xpt_announce_periph': >>> /usr/src/sys/cam/cam_xpt.c:(.text+0xcd2): undefined reference to >>> `nvme_print_ident' [ .. snip .. ] >> CCing Scott and Warner. This is one of many reports I’ve seen related to this issue. > > Fixed in https://svnweb.freebsd.org/changeset/base/303165 . Sorry about the mixup. > I didn’t even think to test this case. Thanks - it wasn't a big deal; I knew what I could do to work around it, imb