[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/163: gnu: Update tcc-boot: mescc char cast truncate bug.
From: |
Jan Nieuwenhuizen |
Subject: |
31/163: gnu: Update tcc-boot: mescc char cast truncate bug. |
Date: |
Thu, 30 Aug 2018 01:03:17 -0400 (EDT) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit e7f75510a8f1453f54c984ab8dbb7dfbab701046
Author: Jan Nieuwenhuizen <address@hidden>
Date: Sun Dec 3 23:52:37 2017 +0100
gnu: Update tcc-boot: mescc char cast truncate bug.
* gnu/packages/mes.scm (tcc-boot): bootstrappable: mescc char cast truncate
bug.
---
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 81e60eb..3309824 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 "dbd25db7508e4535865f3d778941557a3696fc09"))
+ (commit "1dd08b7c1a624c59e3b7b764aa0eed5d9199e148"))
(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
- "12hdzkif4dmi8738rnkapg3vna2ywalpk9kq6xgkivqldrymczm6"))))
+ "0arrd87j9pyfqi97yv4db020fbrjf23lnjd2kbp7c5sbvyc2zqjn"))))
(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: 8/65 tests fail
+ ;; check: 6/65 tests fail
(zero? (system* "sh" "-ex" "test.sh" "01-return-0"))
(or (zero? (system* "sh" "check.sh")) #t)
- 18/163: gnu: mescc-tools-boot: Use bootstrap Guile and simplify., (continued)
- 18/163: gnu: mescc-tools-boot: Use bootstrap Guile and simplify., Jan Nieuwenhuizen, 2018/08/30
- 30/163: gnu: Update tcc-boot: mescc has no long long., Jan Nieuwenhuizen, 2018/08/30
- 34/163: gnu: Update tcc-boot: qsort., Jan Nieuwenhuizen, 2018/08/30
- 38/163: gnu: mes-boot: Update to 0.12., Jan Nieuwenhuizen, 2018/08/30
- 42/163: gnu: mescc-tools-boot: Remove stage0 dependency., Jan Nieuwenhuizen, 2018/08/30
- 43/163: gnu: stage0-boot: Update to new gitlab url scheme., Jan Nieuwenhuizen, 2018/08/30
- 12/163: bump mes-boot: mlibc: GNU Gcc support: setjmp, longjmp., Jan Nieuwenhuizen, 2018/08/30
- 11/163: tcc-boot: bump tinycc-seed: GNU Gcc support: Add ferror., Jan Nieuwenhuizen, 2018/08/30
- 17/163: bump: mlibc: Mescc-tools support: chmod., Jan Nieuwenhuizen, 2018/08/30
- 23/163: gnu: mescc-tools-boot: Update to bootstrap from M1 binaries., Jan Nieuwenhuizen, 2018/08/30
- 31/163: gnu: Update tcc-boot: mescc char cast truncate bug.,
Jan Nieuwenhuizen <=
- 33/163: gnu: Update mes-boot: Add qsort., Jan Nieuwenhuizen, 2018/08/30
- 41/163: gnu: %mescc-tools-seed: Update to new gitlab url scheme., Jan Nieuwenhuizen, 2018/08/30
- 45/163: gnu: %mes-seed: Update for mes 0.13., Jan Nieuwenhuizen, 2018/08/30
- 44/163: gnu: nyacc-boot: Update to new gitlab url scheme., Jan Nieuwenhuizen, 2018/08/30
- 25/163: gnu: Update mescc-tools-boot: Binaries with function debug info., Jan Nieuwenhuizen, 2018/08/30
- 27/163: gnu: Update tcc-boot: avoid mescc bug struct foo bar = *baz ()., Jan Nieuwenhuizen, 2018/08/30
- 22/163: gnu: Update mescc-tools-boot: bootstrap from .M1 sources: remove MORTAL SIN., Jan Nieuwenhuizen, 2018/08/30
- 36/163: gnu: nyacc-boot: Update to 0.80.42., Jan Nieuwenhuizen, 2018/08/30
- 37/163: gnu: %mes-seed: Update for mes-0.12., Jan Nieuwenhuizen, 2018/08/30
- 20/163: gnu: mes-boot: Update mes-boot, mes-seed: Mescc-tools support., Jan Nieuwenhuizen, 2018/08/30