From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: 02/05: gnu: nss, nss-certs: Update to 3.29.3. Date: Tue, 14 Mar 2017 02:24:59 -0400 Message-ID: <878to8qssk.fsf@netris.org> References: <20170313174039.25881.89989@vcs0.savannah.gnu.org> <20170313174040.C5C6B20CAB@vcs0.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43512) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cnftW-0006eT-6K for guix-devel@gnu.org; Tue, 14 Mar 2017 02:25:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cnftS-0003I5-0C for guix-devel@gnu.org; Tue, 14 Mar 2017 02:25:18 -0400 Received: from world.peace.net ([50.252.239.5]:45300) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cnftR-0003Gy-Rl for guix-devel@gnu.org; Tue, 14 Mar 2017 02:25:13 -0400 In-Reply-To: <20170313174040.C5C6B20CAB@vcs0.savannah.gnu.org> (Marius Bakke's message of "Mon, 13 Mar 2017 13:40:40 -0400 (EDT)") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Marius Bakke Cc: guix-devel@gnu.org Hi Marius, mbakke@fastmail.com (Marius Bakke) writes: > mbakke pushed a commit to branch master > in repository guix. > > commit 4f3dcdd99ba13ab3bdbf1e014afcd076cd95fac7 > Author: Marius Bakke > Date: Mon Mar 13 16:53:27 2017 +0100 > > gnu: nss, nss-certs: Update to 3.29.3. > > * gnu/packages/gnuzilla.scm (nss): Update to 3.29.3. Hydra has tried to build nss-3.29.3 on x86_64 twice, and the test suite failed both times. https://hydra.gnu.org/build/1905330 The first time, we got this: [ FAILED ] 1 test, listed below: [ FAILED ] DamageYDatagram/TlsDamageDHYTest.DamageClientY/8, where GetParam() = ("DTLS", 770, 4, true) and the second time, this: [ FAILED ] 1 test, listed below: [ FAILED ] ExtensionPre13Datagram/TlsExtensionTestPre13.AlpnReturnedBadNameLength/0, where GetParam() = ("TLS", 770) This is the first time I've ever seen NSS fail to build on x86_64. It's quite serious since it means around 230 dependency failures, including IceCat, GNOME and Qt/KDE. https://hydra.gnu.org/eval/109538#tabs-now-fail If this problem cannot be fixed very soon, we'll need to revert this update. Did it build successfully on your machine? If so, which architecture did you test it on? Mark