From owner-freebsd-stable@freebsd.org Thu Aug 9 20:06:28 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 186D91071FC1 for ; Thu, 9 Aug 2018 20:06:28 +0000 (UTC) (envelope-from kevans@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 B3929853DE; Thu, 9 Aug 2018 20:06:27 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-lj1-f175.google.com (mail-lj1-f175.google.com [209.85.208.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 521E8285A1; Thu, 9 Aug 2018 20:06:27 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-lj1-f175.google.com with SMTP id l15-v6so5423511lji.6; Thu, 09 Aug 2018 13:06:27 -0700 (PDT) X-Gm-Message-State: AOUpUlEWj2XvfwJEMau5OupXNS5IGgiAjpq6rZs0SEMmB2hQt65oCT1I JVITPBAb7Yt+iCCQALSb2CUxfBO3+tDhxGEYS1I= X-Google-Smtp-Source: AA+uWPxlDQHxkS7o+jCW61JmAc7OByWg2Bz6wQvrc0pVSMJc58a0qwxNhsZEadUqwD9phu/BsjaOyuncu4AbKYbsR1g= X-Received: by 2002:a2e:4055:: with SMTP id n82-v6mr2371870lja.99.1533845185755; Thu, 09 Aug 2018 13:06:25 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a2e:5742:0:0:0:0:0 with HTTP; Thu, 9 Aug 2018 13:06:05 -0700 (PDT) In-Reply-To: References: From: Kyle Evans Date: Thu, 9 Aug 2018 15:06:05 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: building 11.2-STABLE on CURRENT is broken To: Don Lewis Cc: FreeBSD-STABLE Mailing List Content-Type: text/plain; charset="UTF-8" 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 20:06:28 -0000 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