[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
27/211: gnu: Update tcc-boot: avoid mescc bug struct foo bar = *baz ().
From: |
Jan Nieuwenhuizen |
Subject: |
27/211: gnu: Update tcc-boot: avoid mescc bug struct foo bar = *baz (). |
Date: |
Sat, 8 Sep 2018 11:09:21 -0400 (EDT) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 29a45856396ba9765c7637427014a6ae6f89101e
Author: Jan Nieuwenhuizen <address@hidden>
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)
- 58/211: gnu: mes-boot: Update to 0.15., (continued)
- 58/211: gnu: mes-boot: Update to 0.15., Jan Nieuwenhuizen, 2018/09/08
- 51/211: gnu: %tinycc-seed: Update for mes 0.14., Jan Nieuwenhuizen, 2018/09/08
- 67/211: Revert "gnu: binutils-boot: Update to 2.30.", Jan Nieuwenhuizen, 2018/09/08
- 46/211: gnu: mes-boot: Update to 0.13., Jan Nieuwenhuizen, 2018/09/08
- 48/211: gnu: tcc-boot: Build with mes-boot., Jan Nieuwenhuizen, 2018/09/08
- 45/211: gnu: %mes-seed: Update for mes 0.13., Jan Nieuwenhuizen, 2018/09/08
- 44/211: gnu: nyacc-boot: Update to new gitlab url scheme., Jan Nieuwenhuizen, 2018/09/08
- 37/211: gnu: %mes-seed: Update for mes-0.12., Jan Nieuwenhuizen, 2018/09/08
- 42/211: gnu: mescc-tools-boot: Remove stage0 dependency., Jan Nieuwenhuizen, 2018/09/08
- 31/211: gnu: Update tcc-boot: mescc char cast truncate bug., Jan Nieuwenhuizen, 2018/09/08
- 27/211: gnu: Update tcc-boot: avoid mescc bug struct foo bar = *baz ().,
Jan Nieuwenhuizen <=
- 04/211: gnu: Add nyacc-boot., Jan Nieuwenhuizen, 2018/09/08
- 15/211: gnu: tcc-boot: Use bootstrap Guile and simplify., Jan Nieuwenhuizen, 2018/09/08
- 13/211: bump mes-seed: mlibc: GNU Gcc support: setjmp, longjmp., Jan Nieuwenhuizen, 2018/09/08
- 24/211: gnu: Update mescc-tools-boot, mes-boot, tcc-boot for blood-elf., Jan Nieuwenhuizen, 2018/09/08
- 19/211: gnu: mes-boot: Use bootstrap Guile and simplify., Jan Nieuwenhuizen, 2018/09/08
- 10/211: bump: mes-tools: add ferror for [m4] configure, Jan Nieuwenhuizen, 2018/09/08
- 09/211: bump tcc-boot: add sysinclude path for [m4] configure., Jan Nieuwenhuizen, 2018/09/08
- 01/211: gnu: Add stage0-boot., Jan Nieuwenhuizen, 2018/09/08
- 72/211: gnu: gcc-boot: Update to 3.0., Jan Nieuwenhuizen, 2018/09/08
- 109/211: REMOVEME: %fake-bootstrap => #t., Jan Nieuwenhuizen, 2018/09/08