[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
121/163: gnu: tcc-boot0: Revise dependencies.
From: |
Jan Nieuwenhuizen |
Subject: |
121/163: gnu: tcc-boot0: Revise dependencies. |
Date: |
Thu, 30 Aug 2018 01:03:34 -0400 (EDT) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 56a6a44391cab5204b3853550ea5f5e589264c19
Author: Jan Nieuwenhuizen <address@hidden>
Date: Thu Jul 12 08:54:00 2018 +0200
gnu: tcc-boot0: Revise dependencies.
* gnu/packages/mes.scm (tcc-boot0): Revise dependencies.
---
gnu/packages/mes.scm | 18 ++++++------------
1 file changed, 6 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index 59f4e5a..21a3ca9 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -381,9 +381,7 @@ extensive examples, including parsers for the Javascript
and C99 languages.")
(build-system trivial-build-system)
(supported-systems '("i686-linux" "x86_64-linux"))
(native-inputs
- `(("static-bash" ,@(assoc-ref %bootstrap-inputs "bash"))
- ("tar" ,(search-bootstrap-binary "tar" (%current-system)))
- ("xz" ,(search-bootstrap-binary "xz" (%current-system)))
+ `(("coreutils" , %bootstrap-coreutils&co)
("mes" ,mes-boot)
("mes-seed" ,%mes-seed)
("mescc-tools" ,mescc-tools-boot)
@@ -398,13 +396,11 @@ extensive examples, including parsers for the Javascript
and C99 languages.")
#:builder
(begin
(use-modules (guix build utils))
- (let* ((bash (assoc-ref %build-inputs "static-bash"))
+ (let* ((coreutils (assoc-ref %build-inputs "coreutils"))
(mes (assoc-ref %build-inputs "mes"))
(guile (assoc-ref %build-inputs "guile"))
(srfi-43 (assoc-ref %build-inputs "srfi-43"))
(mescc-tools (assoc-ref %build-inputs "mescc-tools"))
- (tar (assoc-ref %build-inputs "tar"))
- (xz (assoc-ref %build-inputs "xz"))
(source (assoc-ref %build-inputs "source"))
(nyacc-source (assoc-ref %build-inputs "nyacc-source"))
(mes-seed (assoc-ref %build-inputs "mes-seed"))
@@ -417,13 +413,11 @@ extensive examples, including parsers for the Javascript
and C99 languages.")
(dir (getcwd)))
;; unpack
(setenv "PATH" (string-append
- bash "/bin:"
- mes "/bin:"
- (if guile (string-append guile "/bin:")
+ coreutils "/bin"
+ ":" mes "/bin"
+ (if guile (string-append ":" guile "/bin")
"")
- mescc-tools "/bin:"
- tar "/bin:"
- xz "/bin"))
+ ":" mescc-tools "/bin"))
(format (current-error-port) "PATH=~s\n" (getenv "PATH"))
(mkdir-p "source")
(system* "tar" "--strip=1" "-C" "source" "-xvf" source)
- 73/163: gnu: gcc-boot: Update to 3.2., (continued)
- 73/163: gnu: gcc-boot: Update to 3.2., Jan Nieuwenhuizen, 2018/08/30
- 80/163: gnu: Add gcc-core-boot 2.95.3., Jan Nieuwenhuizen, 2018/08/30
- 69/163: gnu: gcc-boot: Update to 2.6.3., Jan Nieuwenhuizen, 2018/08/30
- 101/163: gnu: binutils-mesboot0: Rename from binutils-boot0., Jan Nieuwenhuizen, 2018/08/30
- 106/163: Revert: gnu: binutils-boot0: Inject AR, LD from bootstrap-binaries., Jan Nieuwenhuizen, 2018/08/30
- 105/163: gnu: binutils-mesboot: Rename from binutils-boot., Jan Nieuwenhuizen, 2018/08/30
- 97/163: gnu: gcc-boot: build with %cheat-binutils?, Jan Nieuwenhuizen, 2018/08/30
- 111/163: gnu: m4-mesboot: Package with boostrap-guile., Jan Nieuwenhuizen, 2018/08/30
- 107/163: gnu: Add gcc-mesboot 4.1.0., Jan Nieuwenhuizen, 2018/08/30
- 122/163: gnu: tcc-boot: Revise dependencies., Jan Nieuwenhuizen, 2018/08/30
- 121/163: gnu: tcc-boot0: Revise dependencies.,
Jan Nieuwenhuizen <=
- 125/163: gnu: glibc-mesboot: Revise dependencies., Jan Nieuwenhuizen, 2018/08/30
- 84/163: gnu: mescc-tools-boot: Update for linux-4.17 elf32-header fix., Jan Nieuwenhuizen, 2018/08/30
- 96/163: gnu: Add binutils-boot0-cheat., Jan Nieuwenhuizen, 2018/08/30
- 71/163: gnu: gcc-boot: Update to 2.95.3., Jan Nieuwenhuizen, 2018/08/30
- 103/163: gnu: glibc-mesboot: Rename from glibc-boot., Jan Nieuwenhuizen, 2018/08/30
- 102/163: gnu: gcc-core-mesboot: Rename from gcc-core-boot., Jan Nieuwenhuizen, 2018/08/30
- 99/163: gnu: Remove binutils-boot0-cheat., Jan Nieuwenhuizen, 2018/08/30
- 91/163: gnu: gcc-core-boot: Install libgcc2.a too., Jan Nieuwenhuizen, 2018/08/30
- 104/163: gnu: gcc-mesboot: Rename from gcc-boot., Jan Nieuwenhuizen, 2018/08/30
- 90/163: gnu: glibc-boot: Install all headers. WIP plus more, Jan Nieuwenhuizen, 2018/08/30