From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Gmp test failure on armhf Date: Fri, 26 Jun 2015 11:32:15 +0200 Message-ID: <20150626093215.GA3593@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34560) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8Pzj-0008U6-3c for guix-devel@gnu.org; Fri, 26 Jun 2015 05:32:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z8Pzf-0001NV-TI for guix-devel@gnu.org; Fri, 26 Jun 2015 05:32:23 -0400 Received: from mout.kundenserver.de ([212.227.17.24]:62329) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8Pzf-0001N7-L3 for guix-devel@gnu.org; Fri, 26 Jun 2015 05:32:19 -0400 Content-Disposition: inline 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org Hello, I installed guix via the binary tarball on my novena, then built a toolchain with guix and rebuilt the guix from git with it. So far, I am still using the binary tarball daemon. When running ./pre-inst-env guix build hello the build fails with a test failure in gmp. Before investigating further, I wonder if anybody else has had a similar problem? Or am I the only one using a recent git checkout of guix after the switch to a newer gcc version? Andreas