From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julian Graham Subject: Re: [PATCH] gnu: gzochi: Update to 0.10. Date: Mon, 22 Aug 2016 08:59:16 -0400 Message-ID: References: <874m6dsa5l.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50373) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bboox-00041O-D7 for guix-devel@gnu.org; Mon, 22 Aug 2016 08:59:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bboov-0000IM-F3 for guix-devel@gnu.org; Mon, 22 Aug 2016 08:59:18 -0400 Received: from mail-io0-x241.google.com ([2607:f8b0:4001:c06::241]:35055) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bboov-0000IH-A0 for guix-devel@gnu.org; Mon, 22 Aug 2016 08:59:17 -0400 Received: by mail-io0-x241.google.com with SMTP id q83so8882283iod.2 for ; Mon, 22 Aug 2016 05:59:17 -0700 (PDT) In-Reply-To: <874m6dsa5l.fsf@netris.org> 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: Mark H Weaver Cc: guix-devel Hi Mark, On Mon, Aug 22, 2016 at 12:24 AM, Mark H Weaver wrote: > This update seems to have broken gzochi on i686 and armhf. Segfaults > and aborts occur during the test suite. Oh dear, that's embarrassing. > https://hydra.gnu.org/build/1444785 (i686) > https://hydra.gnu.org/build/1444781 (armhf) > > Build logs are available from those pages. As I write this, our > continuous integration system has not yet attempted the build on > mips64el, but when it does the results will be available here: > > https://hydra.gnu.org/build/1444727 (mips64el) > > Any idea what's going wrong here? It's almost certainly some sloppy handling of 64-bit types on 32-bit platforms. (The mips64el build succeeded.) Sorry for the inconvenience! What are my options for addressing this? It may take me a few days to get this patched.