[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
32/211: gnu: Update tcc-boot: mescc char cast truncate bug #2.
From: |
Jan Nieuwenhuizen |
Subject: |
32/211: gnu: Update tcc-boot: mescc char cast truncate bug #2. |
Date: |
Sat, 8 Sep 2018 11:09:21 -0400 (EDT) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 7b5c86dbd1fd74f9de56369fddd3e29e0dba33c8
Author: Jan Nieuwenhuizen <address@hidden>
Date: Mon Dec 4 07:50:20 2017 +0100
gnu: Update tcc-boot: mescc char cast truncate bug #2.
* gnu/packages/mes.scm (tcc-boot): bootstrappable: mescc char cast truncate
bug #2. Test update: 3/65 tests fail.
---
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 3309824..e1d698a 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 "1dd08b7c1a624c59e3b7b764aa0eed5d9199e148"))
+ (commit "1883809dff21005daf3cb42992ffe329925fd436"))
(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
- "0arrd87j9pyfqi97yv4db020fbrjf23lnjd2kbp7c5sbvyc2zqjn"))))
+ "0ygsy1llxc33gqa7vpnlz3ls0zrsydsiqr7rjs7l3lzayvdmvl3g"))))
(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: 6/65 tests fail
+ ;; check: 3/65 tests fail
(zero? (system* "sh" "-ex" "test.sh" "01-return-0"))
(or (zero? (system* "sh" "check.sh")) #t)
- 49/211: gnu: %mes-seed: Update for mes 0.14., (continued)
- 49/211: gnu: %mes-seed: Update for mes 0.14., Jan Nieuwenhuizen, 2018/09/08
- 43/211: gnu: stage0-boot: Update to new gitlab url scheme., Jan Nieuwenhuizen, 2018/09/08
- 36/211: gnu: nyacc-boot: Update to 0.80.42., Jan Nieuwenhuizen, 2018/09/08
- 38/211: gnu: mes-boot: Update to 0.12., Jan Nieuwenhuizen, 2018/09/08
- 39/211: gnu: %tinycc-seed: Update for mes-0.12., Jan Nieuwenhuizen, 2018/09/08
- 34/211: gnu: Update tcc-boot: qsort., Jan Nieuwenhuizen, 2018/09/08
- 40/211: gnu: tinycc-boot: Update for mes-0.12., Jan Nieuwenhuizen, 2018/09/08
- 35/211: gnu: Update mes-boot: M4 support: robustify headers., Jan Nieuwenhuizen, 2018/09/08
- 30/211: gnu: Update tcc-boot: mescc has no long long., Jan Nieuwenhuizen, 2018/09/08
- 33/211: gnu: Update mes-boot: Add qsort., Jan Nieuwenhuizen, 2018/09/08
- 32/211: gnu: Update tcc-boot: mescc char cast truncate bug #2.,
Jan Nieuwenhuizen <=
- 26/211: gnu: Update mescc-tools-boot, mes-boot, tcc-boot., Jan Nieuwenhuizen, 2018/09/08
- 28/211: gnu: Update mes-boot, tcc-boot: __udivdi3, __umoddi3., Jan Nieuwenhuizen, 2018/09/08
- 25/211: gnu: Update mescc-tools-boot: Binaries with function debug info., Jan Nieuwenhuizen, 2018/09/08
- 21/211: gnu: Update mes-boot: Mescc-tools support: char foo[BAR] = {'a', 'b', 'c'}., Jan Nieuwenhuizen, 2018/09/08
- 22/211: gnu: Update mescc-tools-boot: bootstrap from .M1 sources: remove MORTAL SIN., Jan Nieuwenhuizen, 2018/09/08
- 20/211: gnu: mes-boot: Update mes-boot, mes-seed: Mescc-tools support., Jan Nieuwenhuizen, 2018/09/08
- 07/211: Revert "use %bootstrap-guile -- still guile-2.2 in bag-with-origins :-(", Jan Nieuwenhuizen, 2018/09/08
- 03/211: gnu: Add mes-boot., Jan Nieuwenhuizen, 2018/09/08
- 18/211: gnu: mescc-tools-boot: Use bootstrap Guile and simplify., Jan Nieuwenhuizen, 2018/09/08
- 11/211: tcc-boot: bump tinycc-seed: GNU Gcc support: Add ferror., Jan Nieuwenhuizen, 2018/09/08