From owner-freebsd-stable@freebsd.org Thu Aug 9 23:11:27 2018 Return-Path: Delivered-To: freebsd-stable@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 9C5F010762F8 for ; Thu, 9 Aug 2018 23:11:27 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 459938C67E; Thu, 9 Aug 2018 23:11:27 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from mousie.catspoiler.org (unknown [76.212.85.177]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: truckman) by smtp.freebsd.org (Postfix) with ESMTPSA id A1BDF298C9; Thu, 9 Aug 2018 23:11:26 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Date: Thu, 9 Aug 2018 16:11:24 -0700 (PDT) From: Don Lewis Subject: Re: building 11.2-STABLE on CURRENT is broken To: Kyle Evans cc: FreeBSD-STABLE Mailing List In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=us-ascii Content-Disposition: INLINE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Aug 2018 23:11:27 -0000 On 9 Aug, Kyle Evans wrote: > On Thu, Aug 9, 2018 at 12:48 PM, Kyle Evans wrote: >> On Thu, Aug 9, 2018 at 12:32 PM, Don Lewis wrote: >>> My poudriere machine is running fairly recent 12.0-CURRENT, r336859. >>> >>> I just tried upgrading my 11.2-STABLE poudriere jail from r336040 to >>> r337508 and got the errors below. Universe builds are also affected. >>> I just started a universe build of r336040 and it looks likely to work, >>> so the problem appears to be with the stable/11 branch sometime after >>> r336040. >>> >> >> Hi, >> >> This is almost-certainly my fault... taking a look now. >> > > Hi Don, > > Can you try with this small patch [1] to remove -I${SRCTOP}/sys from > libnv's include paths? I should have done this back when I added it to > legacy, I think, but it seems to fix this for me. > > Thanks, > > Kyle Evans > > [1] https://people.freebsd.org/~kevans/libnv-nosys.diff That works for me as well.