[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/192: gnu: Update tcc-boot: qsort.
From: |
Jan Nieuwenhuizen |
Subject: |
34/192: gnu: Update tcc-boot: qsort. |
Date: |
Mon, 3 Sep 2018 16:24:47 -0400 (EDT) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 5bb988f0e30d2ddb1bfb035a6e8526af4f50baeb
Author: Jan Nieuwenhuizen <address@hidden>
Date: Mon Dec 4 23:39:37 2017 +0100
gnu: Update tcc-boot: qsort.
* gnu/packages/mes.scm (tcc-boot): Update: qsort.
---
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 84226af..da83b52 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 "1883809dff21005daf3cb42992ffe329925fd436"))
+ (commit "4dc14198a84576ffd36ba7c4b3d4ebb743f2e96f"))
(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
- "0ygsy1llxc33gqa7vpnlz3ls0zrsydsiqr7rjs7l3lzayvdmvl3g"))))
+ "1q6la34dch8bihw470zpdxdp5j08k2mijfiz77qm28aig79y0l1h"))))
(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: 3/65 tests fail
+ ;; check: 1/68 tests fail
(zero? (system* "sh" "-ex" "test.sh" "01-return-0"))
(or (zero? (system* "sh" "check.sh")) #t)
- 36/192: gnu: nyacc-boot: Update to 0.80.42., (continued)
- 36/192: gnu: nyacc-boot: Update to 0.80.42., Jan Nieuwenhuizen, 2018/09/03
- 37/192: gnu: %mes-seed: Update for mes-0.12., Jan Nieuwenhuizen, 2018/09/03
- 46/192: gnu: mes-boot: Update to 0.13., Jan Nieuwenhuizen, 2018/09/03
- 51/192: gnu: %tinycc-seed: Update for mes 0.14., Jan Nieuwenhuizen, 2018/09/03
- 49/192: gnu: %mes-seed: Update for mes 0.14., Jan Nieuwenhuizen, 2018/09/03
- 48/192: gnu: tcc-boot: Build with mes-boot., Jan Nieuwenhuizen, 2018/09/03
- 28/192: gnu: Update mes-boot, tcc-boot: __udivdi3, __umoddi3., Jan Nieuwenhuizen, 2018/09/03
- 35/192: gnu: Update mes-boot: M4 support: robustify headers., Jan Nieuwenhuizen, 2018/09/03
- 32/192: gnu: Update tcc-boot: mescc char cast truncate bug #2., Jan Nieuwenhuizen, 2018/09/03
- 42/192: gnu: mescc-tools-boot: Remove stage0 dependency., Jan Nieuwenhuizen, 2018/09/03
- 34/192: gnu: Update tcc-boot: qsort.,
Jan Nieuwenhuizen <=
- 45/192: gnu: %mes-seed: Update for mes 0.13., Jan Nieuwenhuizen, 2018/09/03
- 57/192: gnu: %mes-seed: Update for 0.15., Jan Nieuwenhuizen, 2018/09/03
- 59/192: gnu: %tinycc-seed: Update for mes 0.15., Jan Nieuwenhuizen, 2018/09/03
- 31/192: gnu: Update tcc-boot: mescc char cast truncate bug., Jan Nieuwenhuizen, 2018/09/03
- 33/192: gnu: Update mes-boot: Add qsort., Jan Nieuwenhuizen, 2018/09/03
- 44/192: gnu: nyacc-boot: Update to new gitlab url scheme., Jan Nieuwenhuizen, 2018/09/03
- 19/192: gnu: mes-boot: Use bootstrap Guile and simplify., Jan Nieuwenhuizen, 2018/09/03
- 39/192: gnu: %tinycc-seed: Update for mes-0.12., Jan Nieuwenhuizen, 2018/09/03
- 38/192: gnu: mes-boot: Update to 0.12., Jan Nieuwenhuizen, 2018/09/03
- 24/192: gnu: Update mescc-tools-boot, mes-boot, tcc-boot for blood-elf., Jan Nieuwenhuizen, 2018/09/03