From owner-freebsd-stable@freebsd.org Thu Aug 9 17:49:06 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 183CC106E331 for ; Thu, 9 Aug 2018 17:49:06 +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 B1EF0805AA; Thu, 9 Aug 2018 17:49:05 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-lf1-f53.google.com (mail-lf1-f53.google.com [209.85.167.53]) (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 45DAA27792; Thu, 9 Aug 2018 17:49:05 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-lf1-f53.google.com with SMTP id j143-v6so4691286lfj.12; Thu, 09 Aug 2018 10:49:05 -0700 (PDT) X-Gm-Message-State: AOUpUlFn1scu2XmUYokJPuDjeSaEUL/Eq7ErEaYEiAQrZGK73DxMxeJs 8AYKX6uM9hC1azrL1ZxttcNe9fWuwX2E/nQnlu8= X-Google-Smtp-Source: AA+uWPySAjFZsc6Vo1WkVmL4U0YAIBojchofG2jswAQS5Z9yFj51MBdDvCD2WSr2B0JwhSFZdfFcO4oNrBqnrGuYrEs= X-Received: by 2002:a19:138b:: with SMTP id 11-v6mr2316072lft.74.1533836943447; Thu, 09 Aug 2018 10:49:03 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a2e:5742:0:0:0:0:0 with HTTP; Thu, 9 Aug 2018 10:48:42 -0700 (PDT) In-Reply-To: References: From: Kyle Evans Date: Thu, 9 Aug 2018 12:48:42 -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 17:49:06 -0000 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. Thanks, Kyle Evans