janneke pushed a commit to branch wip-bootstrap in repository guix. commit 29a45856396ba9765c7637427014a6ae6f89101e Author: Jan Nieuwenhuizen <jann...@gnu.org> Date: Sun Dec 3 19:37:42 2017 +0100
gnu: Update tcc-boot: avoid mescc bug struct foo bar = *baz (). * gnu/packages/mes.scm (tcc-boot): Update bootstrappable: avoid mescc bug struct foo bar = *baz (). New test status: --- gnu/packages/mes.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm index 201d0d9..ea229ea 100644 --- a/gnu/packages/mes.scm +++ b/gnu/packages/mes.scm @@ -340,7 +340,7 @@ extensive examples, including parsers for the Javascript and C99 languages.") (define-public tcc-boot (let ((version "0.9.26") (revision "0") - (commit "b034ea761756184ef99b0c461542f0cc6793d09f")) + (commit "e9afdce3f8294ec132dbd7f98c9e9f6f22922ac4")) (package-with-bootstrap-guile (package (name "tcc-boot") @@ -354,7 +354,7 @@ extensive examples, including parsers for the Javascript and C99 languages.") (file-name (string-append name "-" version ".tar.xz")) (sha256 (base32 - "1b71ag205d8zja7haa06ypdy6k8vq9092n7hxv7c6pkwl3w18dk7")))) + "0cc1z49rf3w8ivx2zkm5rybgh1ymrpvhvrl968v4gbl5knhhyicq")))) (build-system trivial-build-system) (supported-systems '("i686-linux" "x86_64-linux")) (native-inputs @@ -427,7 +427,7 @@ extensive examples, including parsers for the Javascript and C99 languages.") ;; build (zero? (system* "sh" "build.sh")) - ;; check: 26/65 tests fail + ;; check: 17/65 tests fail (zero? (system* "sh" "-ex" "test.sh" "01-return-0")) (or (zero? (system* "sh" "check.sh")) #t)