[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
27/210: gnu: Update tcc-boot: avoid mescc bug struct foo bar = *baz ().
From: |
Jan Nieuwenhuizen |
Subject: |
27/210: gnu: Update tcc-boot: avoid mescc bug struct foo bar = *baz (). |
Date: |
Sat, 8 Sep 2018 10:36:00 -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/210: gnu: mes-boot: Update to 0.15., (continued)
- 58/210: gnu: mes-boot: Update to 0.15., Jan Nieuwenhuizen, 2018/09/08
- 54/210: gnu: mescc-tools-boot: Update to 0.4., Jan Nieuwenhuizen, 2018/09/08
- 50/210: gnu: mes-boot: Update to 0.14., Jan Nieuwenhuizen, 2018/09/08
- 49/210: gnu: %mes-seed: Update for mes 0.14., Jan Nieuwenhuizen, 2018/09/08
- 45/210: gnu: %mes-seed: Update for mes 0.13., Jan Nieuwenhuizen, 2018/09/08
- 48/210: gnu: tcc-boot: Build with mes-boot., Jan Nieuwenhuizen, 2018/09/08
- 42/210: gnu: mescc-tools-boot: Remove stage0 dependency., Jan Nieuwenhuizen, 2018/09/08
- 43/210: gnu: stage0-boot: Update to new gitlab url scheme., Jan Nieuwenhuizen, 2018/09/08
- 36/210: gnu: nyacc-boot: Update to 0.80.42., Jan Nieuwenhuizen, 2018/09/08
- 33/210: gnu: Update mes-boot: Add qsort., Jan Nieuwenhuizen, 2018/09/08
- 27/210: gnu: Update tcc-boot: avoid mescc bug struct foo bar = *baz ().,
Jan Nieuwenhuizen <=
- 38/210: gnu: mes-boot: Update to 0.12., Jan Nieuwenhuizen, 2018/09/08
- 90/210: gnu: glibc-boot: Install all headers. WIP plus more, Jan Nieuwenhuizen, 2018/09/08
- 92/210: gnu: Add binutils-boot 2.20.1, built with gcc+glibc., Jan Nieuwenhuizen, 2018/09/08
- 22/210: gnu: Update mescc-tools-boot: bootstrap from .M1 sources: remove MORTAL SIN., Jan Nieuwenhuizen, 2018/09/08
- 21/210: gnu: Update mes-boot: Mescc-tools support: char foo[BAR] = {'a', 'b', 'c'}., Jan Nieuwenhuizen, 2018/09/08
- 14/210: bump tcc-boot: mlibc: GNU Gcc support: setjmp, longjmp., Jan Nieuwenhuizen, 2018/09/08
- 13/210: bump mes-seed: mlibc: GNU Gcc support: setjmp, longjmp., Jan Nieuwenhuizen, 2018/09/08
- 130/210: gnu: %tinycc-seed: Update for mes 0.17., Jan Nieuwenhuizen, 2018/09/08
- 132/210: gnu: tcc-boot0: Update for mes 0.17., Jan Nieuwenhuizen, 2018/09/08
- 112/210: gnu: tcc-boot: Package with bootstrap-guile., Jan Nieuwenhuizen, 2018/09/08