From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49677) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ekG8P-0003nq-LD for guix-patches@gnu.org; Fri, 09 Feb 2018 16:23:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ekG8M-0007Z6-FU for guix-patches@gnu.org; Fri, 09 Feb 2018 16:23:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:56097) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ekG8M-0007Z1-BY for guix-patches@gnu.org; Fri, 09 Feb 2018 16:23:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ekG8M-0007Kv-5X for guix-patches@gnu.org; Fri, 09 Feb 2018 16:23:02 -0500 Subject: [bug#30406] [PATCH 0/2] gnu: tome4: Add fix to getself.c. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49622) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ekG7m-0003bS-Fh for guix-patches@gnu.org; Fri, 09 Feb 2018 16:22:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ekG7j-00071n-Bd for guix-patches@gnu.org; Fri, 09 Feb 2018 16:22:26 -0500 Received: from mail-lf0-x242.google.com ([2a00:1450:4010:c07::242]:36995) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ekG7j-0006zs-42 for guix-patches@gnu.org; Fri, 09 Feb 2018 16:22:23 -0500 Received: by mail-lf0-x242.google.com with SMTP id f137so13040576lfe.4 for ; Fri, 09 Feb 2018 13:22:23 -0800 (PST) From: Oleg Pykhalov Date: Sat, 10 Feb 2018 00:21:45 +0300 Message-Id: <20180209212145.6478-1-go.wigust@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 30406@debbugs.gnu.org Hello Guix, I've noticed tome4 sometimes failes: - https://hydra.gnu.org/build/2488652 - https://hydra.gnu.org/build/2329898 First patch is an attempt to fix a getself.c error. Second patch replaces 'system*' with 'invoke' Guile functions. Oleg Pykhalov (2): gnu: tome4: Add fix to getself.c. gnu: tome4: Replace system* with invoke. gnu/local.mk | 1 + gnu/packages/games.scm | 14 ++++++------- .../patches/tome4-patch-src-getself-c.patch | 24 ++++++++++++++++++++++ 3 files changed, 32 insertions(+), 7 deletions(-) create mode 100644 gnu/packages/patches/tome4-patch-src-getself-c.patch -- 2.15.1