From owner-svn-src-all@FreeBSD.ORG Mon Mar 23 14:44:46 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7FE788A2; Mon, 23 Mar 2015 14:44:46 +0000 (UTC) Received: from borg.macktronics.com (borg.macktronics.com [209.181.253.68]) (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 002E880E; Mon, 23 Mar 2015 14:44:46 +0000 (UTC) Received: from olive.macktronics.com (olive.macktronics.com [209.181.253.67]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by borg.macktronics.com (Postfix) with ESMTPS id 2DA4B551; Mon, 23 Mar 2015 09:44:45 -0500 (CDT) Date: Mon, 23 Mar 2015 09:44:45 -0500 (CDT) From: Dan Mack To: Alexander Motin Subject: Re: svn commit: r280363 - stable/10/usr.sbin/bhyve In-Reply-To: <55102697.8030903@FreeBSD.org> Message-ID: References: <201503231148.t2NBmQ7o024956@svn.freebsd.org> <55102697.8030903@FreeBSD.org> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-10@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Mar 2015 14:44:46 -0000 On Mon, 23 Mar 2015, Alexander Motin wrote: > On 23.03.2015 16:35, Dan Mack wrote: >> I just tried to build 280369 and got this: >> >> --- all_subdir_bhyve --- >> /usr/src/usr.sbin/bhyve/pci_ahci.c:1512:8: error: use of undeclared >> identifier 'dsm' >> ncq = dsm = 0; >> ^ >> 1 error generated. >> *** [pci_ahci.o] Error code 1 >> >> This is on 10.1-Stable > > Yes, it was my fault. Should be fixed by r280370. Sorry. Okies, thanks. Usually not in a hurry but tyring to build with the openssl fixes now :-) Take care, dan -- Dan Mack