From owner-freebsd-current@freebsd.org Thu Oct 11 20:47:06 2018 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 EAE2210C746E for ; Thu, 11 Oct 2018 20:47:05 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (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 69D4D81723; Thu, 11 Oct 2018 20:47:05 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from tom.home (kib@localhost [127.0.0.1]) by kib.kiev.ua (8.15.2/8.15.2) with ESMTPS id w9BKkV76038399 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 11 Oct 2018 23:46:34 +0300 (EEST) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.10.3 kib.kiev.ua w9BKkV76038399 Received: (from kostik@localhost) by tom.home (8.15.2/8.15.2/Submit) id w9BKkVwv038398; Thu, 11 Oct 2018 23:46:31 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Thu, 11 Oct 2018 23:46:31 +0300 From: Konstantin Belousov To: Glen Barber Cc: =?utf-8?B?UmHDumw=?= , freebsd-current@freebsd.org Subject: Re: r339289 buildworld stopped in /usr/src/secure/lib/libcrypto Message-ID: <20181011204631.GG5335@kib.kiev.ua> References: <82f64ae7-2e02-59a7-6058-01b33d594517@b2n.org> <20181011190745.GD53700@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20181011190745.GD53700@FreeBSD.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FORGED_GMAIL_RCVD,FREEMAIL_FROM, NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tom.home X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 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, 11 Oct 2018 20:47:06 -0000 On Thu, Oct 11, 2018 at 07:07:45PM +0000, Glen Barber wrote: > On Thu, Oct 11, 2018 at 09:05:52AM +0200, Raúl wrote: > > Maybe related to recent Glen's Heads-UP? > > > > https://lists.freebsd.org/pipermail/freebsd-current/2018-October/071581.html > > > > No, this is different, and more recent than the heads-up. I now see > failures on powerpc, powerpc64, powerpcspe, sparc64, and arm. > > I'm trying to track down what commit introduced this, but it was not the > final merge from the projects/openssl111 branch. The libcrypto library dependency on libpthread was introduced with the OpenSSL 1.1.1 import.