From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: 01/02: gnu: libressl: Update to 2.5.3. Date: Wed, 12 Apr 2017 05:15:32 -0400 Message-ID: <87pogioukr.fsf@netris.org> References: <20170412011114.29557.46901@vcs0.savannah.gnu.org> <20170412011115.CE2FF220BE@vcs0.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42746) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cyENh-0002se-J4 for guix-devel@gnu.org; Wed, 12 Apr 2017 05:16:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cyENc-0001tY-Ls for guix-devel@gnu.org; Wed, 12 Apr 2017 05:16:05 -0400 Received: from world.peace.net ([50.252.239.5]:35023) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cyENc-0001lH-HQ for guix-devel@gnu.org; Wed, 12 Apr 2017 05:16:00 -0400 In-Reply-To: <20170412011115.CE2FF220BE@vcs0.savannah.gnu.org> (Leo Famulari's message of "Tue, 11 Apr 2017 21:11:15 -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: Leo Famulari Cc: guix-devel@gnu.org leo@famulari.name (Leo Famulari) writes: > lfam pushed a commit to branch master > in repository guix. > > commit 69121e95cd5568238a0f207dfab708501ec4a753 > Author: Leo Famulari > Date: Tue Apr 11 13:09:03 2017 -0400 > > gnu: libressl: Update to 2.5.3. > > * gnu/packages/tls.scm (libressl): Update to 2.5.3. This failed to build on Hydra on both x86_64 and i686 (the only builds that have been attempted so far): https://hydra.gnu.org/build/1976679 (x86_64) https://hydra.gnu.org/build/1976657 (i686) In both cases 26 out of 60 tests failed, and from a quick glance it seems to be the same set of failures in both cases, so this doesn't appear to be a non-deterministic problem. Could you take a look? Mark