From owner-freebsd-current@freebsd.org Thu Apr 25 20:49:39 2019 Return-Path: Delivered-To: freebsd-current@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 A589F15A220D for ; Thu, 25 Apr 2019 20:49:39 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D3BF6B1B0 for ; Thu, 25 Apr 2019 20:49:39 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-lf1-f47.google.com (mail-lf1-f47.google.com [209.85.167.47]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id E26748D4B for ; Thu, 25 Apr 2019 20:49:38 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-lf1-f47.google.com with SMTP id k18so653743lfj.13 for ; Thu, 25 Apr 2019 13:49:38 -0700 (PDT) X-Gm-Message-State: APjAAAXpdSS9FhDs0wOXiIs/sffpraV4w3lXceJ+Ch+XnSDJ1v3hdEPx hf/TV5smmdxjPfQr93a7dohePWNZb7jv/Km0sSE= X-Google-Smtp-Source: APXvYqz6PhIXuQQ13uFISohTQzgWMA9uOjfkVdNZ3Af6k0vJNCz8niqSjgDgoqsySUmiUELAX57mvjD/QcjKSOJQVxE= X-Received: by 2002:a19:20c8:: with SMTP id g191mr23418957lfg.122.1556225377660; Thu, 25 Apr 2019 13:49:37 -0700 (PDT) MIME-Version: 1.0 References: <63e2ed2f-79d2-c8b8-4379-67acb391b1c4@protected-networks.net> In-Reply-To: <63e2ed2f-79d2-c8b8-4379-67acb391b1c4@protected-networks.net> From: Kyle Evans Date: Thu, 25 Apr 2019 15:49:14 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: SVN r346700 breaks build To: Michael Butler Cc: FreeBSD Current Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4D3BF6B1B0 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.981,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 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: Thu, 25 Apr 2019 20:49:39 -0000 On Thu, Apr 25, 2019 at 3:33 PM Michael Butler wrote: > > Seems that the lib32 piece (on amd64) is now broken; as follows: > *sigh* Strike two of three for me today, it seems. Should be fixed in r346705... sorry about that, thanks for the report!