summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Expand)AuthorAgeFilesLines
* gnu: bootstrap-mes-rewired: Do not import the host's (srfi srfi-26).•••* gnu/packages/commencement.scm (%bootstrap-mes-rewired): Remove (srfi srfi-26) from #:modules. Ludovic Courtès2020-02-181-2/+3
* gnu: commencement: Fix '%boot-mesboot1-inputs'.•••* gnu/packages/commencement.scm (%boot-mesboot1-inputs): In the list of elements to delete from '%boot-mesboot0-inputs', remove a duplicate 'bash', add 'bootar', and remove an extra space at the end of 'grep'. Timothy Sample2020-02-171-2/+2
* gnu: commencement: Remove %bootstrap-guile+guild.•••* gnu/packages/commencement.scm (%bootstrap-guile+guild): Remove variable. Timothy Sample2020-02-171-58/+0
* gnu: commencement: Simplify Gash and Gash-Utils.•••This change does three things. First Gash-Utils is updated to 0.1.0. Then, the bootstrap Gash and Gash-Utils packages are arranged to be built without using 'guild'. Finally, instead of using a binary 'tar' via 'bootstrap-executable' to extract Gash and Gash-Utils, a self-extracting Scheme implementation of 'tar' and 'gzip' is used instead. These three changes need to happen in concert to avoid breaking the bootstrap process. * gnu/packages/shells.scm (gash-utils): Update to 0.1.0; remove 'autoconf' and 'automake' from 'native-inputs'; delete 'arguments'; update the home-page, synopsis, and description. * gnu/packages/commencement.scm (bootar): New variable. (gash-boot): Replace 'tar', and 'xz' with 'bootar'; remove 'bash' and 'guile-source'; do not use 'guile-build-system' but rather 'gnu-build-system' with some modified phases; disable tests. (gash-utils-boot): Likewise. (%boot-gash-inputs): Add 'bootar'; replace '%bootstrap-guile+guild' with '%bootstrap-guile'. (mes-boot): In the configure phase, do not reference 'GUILE_LOAD_PATH' as it is no longer set. Timothy Sample2020-02-171-230/+148
* gnu: Rename 'gash-core-utils' to 'gash-utils'.•••* gnu/packages/shells.scm (gash-core-utils): Rename this... (gash-utils): ...to this. * gnu/packages/commencement.scm (gash-core-utils): Rename this... (gash-utils): ...to this and update the parent package reference. (%boot-gash-inputs): Update reference. Timothy Sample2020-02-172-37/+5
* gnu: commencement: glibc-boot0: Remove gash, use bash-mesboot0 only.•••* gnu/packages/commencement.scm (glibc-mesboot0): Use bash-mesboot0 only. Jan Nieuwenhuizen2020-02-171-6/+0
* gnu: commencement: mes-boot: Update to 0.22.•••* gnu/packages/commencement.scm (mes-boot): Update to 0.22. Jan Nieuwenhuizen2020-02-171-3/+3
* gnu: commencement: glibc-mesboot: Use gash only, instead of bash/gash mix.•••While this works and is much cleaner, it is also much slower. * gnu/packages/commencement.scm (glibc-mesboot0): Use gash only, instead of bash/gash mix. Jan Nieuwenhuizen2020-02-171-29/+20
* gnu: commencement: gash-core-utils-boot: Update to 0.0.214-fc1b.•••* gnu/packages/commencement.scm (gash-core-utils-boot): Update to 0.0.214-fc1b. Jan Nieuwenhuizen2020-02-171-2/+2
* gnu: commencement: gnu-make-mesboot: Rename from make-mesboot.•••* gnu/packages/commencement.scm (gnu-make-mesboot): Rename from. make-mesboot. Update users. Jan Nieuwenhuizen2020-02-171-2/+2
* gnu: commencement: gnu-make-mesboot0: Rename from make-mesboot0.•••* gnu/packages/commencement.scm (gnu-make-mesboot0): Rename from make-mesboot0. Update users. Jan Nieuwenhuizen2020-02-171-2/+2
* gnu: bootstrap: Remove %bootstrap-coreutils&co, %bootstrap-bash.•••* gnu/packages/bootstrap.scm (%bootstrap-inputs)[i686-linux,x86-linux]: Remove %bootstrap-coreutils&co, %bootstrap-bash. Jan Nieuwenhuizen2020-02-171-13/+12
* gnu: commencement: %bootstrap-tarballs: Remove %bootstrap-binaries-tarball.•••* gnu/packages/make-bootstrap.scm (%bootstrap-tarballs)[i686-linux, x86_64-linux]: Remove %bootstrap-binaries-tarball. * gnu/packages/commencement.scm (file-boot0): Drop bzlib dependency. Jan Nieuwenhuizen2020-02-172-2/+3
* gnu: commencement: coreutils-final: Inherit from coreutils-minimal.•••* gnu/packages/commencement.scm (coreutils-final): Inherit from coreutils-minimal. Jan Nieuwenhuizen2020-02-171-1/+4
* gnu: commencement: Add coreutils-boot0.•••(coreutils-boot0): New variable. * gnu/packages/commencement.scm (%boot0-inputs): Add it. Jan Nieuwenhuizen2020-02-171-0/+16
* gnu: commencement: Add tar-boot0.•••* gnu/packages/commencement.scm (tar-boot0): New variable. (%boot0-inputs): Add it. Jan Nieuwenhuizen2020-02-171-0/+16
* gnu: commencement: Add bzip2-boot0.•••* gnu/packages/commencement.scm (bzip2-boot0): New variable. (%boot0-inputs): Add it. Jan Nieuwenhuizen2020-02-171-1/+15
* gnu: commencement: Add patch-boot0.•••* gnu/packages/commencement.scm (patch-boot0): New variable: patch without lzip dependency (via ed). (%boot0-inputs): Add it. Jan Nieuwenhuizen2020-02-171-0/+17
* gnu: commencement: Add sed-boot0.•••linux-libre-headers depends on `sed -E', introduced in sed 4.1.5. * gnu/packages/commencement.scm (sed-boot0): New variable. (%boot0-inputs): Add it. Jan Nieuwenhuizen2020-02-171-0/+16
* gnu: commencement: Add gawk-boot0.•••* gnu/packages/commencement.scm (gawk-boot0): New variable. (%boot0-inputs): Add it. Jan Nieuwenhuizen2020-02-171-0/+17
* gnu: commencement: file: Build file without bzip2.•••* gnu/packages/commencement.scm (file): New variable. Use it instead of (gnu packages file), removing failing bzip2 extension. Jan Nieuwenhuizen2020-02-171-4/+11
* gnu: commencement: %bootstrap-inputs+toolchain: Use Gash instead of coreutils...•••* gnu/packages/commencement.scm (%bootstrap-inputs+toolchain): Use Gash instead of coreutils&co. Jan Nieuwenhuizen2020-02-171-8/+3
* gnu: commencement: Remove m4-mesboot.•••* gnu/packages/commencement.scm (m4-mesboot): Remove. Jan Nieuwenhuizen2020-02-171-28/+0
* gnu: commencement: Add coreutils-mesboot.•••* gnu/packages/commencement.scm (coreutils-mesboot): New variable. (%boot-mesboot6-inputs): New variable. Jan Nieuwenhuizen2020-02-171-0/+19
* gnu: commencement: gcc-mesboot-wrapper: Use Gash instead of coreutils&co.•••* gnu/packages/commencement.scm (gcc-mesboot-wrapper): Use Gash instead of coreutils&co. (%boot-mesboot5-inputs): New variable. Jan Nieuwenhuizen2020-02-171-1/+7
* gnu: commencement: gcc-mesboot: Use Gash instead of coreutils&co.•••* gnu/packages/commencement.scm (gcc-mesboot): Use Gash instead of coreutils&co. Jan Nieuwenhuizen2020-02-171-11/+34
* gnu: commencement: gcc-mesboot1-wrapper: Use Gash instead of coreutils&co.•••* gnu/packages/commencement.scm (gcc-mesboot1-wrapper): Use Gash instead of coreutils&co. Jan Nieuwenhuizen2020-02-171-57/+58
* gnu: commencement: glibc-mesboot: Use Gash instead of coreutils&co.•••* gnu/packages/commencement.scm (glibc-mesboot): Use Gash instead of coreutils&co. Jan Nieuwenhuizen2020-02-171-15/+10
* gnu: commencement: glibc-headers-mesboot: Use Gash instead of coreutils&co.•••* gnu/packages/commencement.scm (glibc-headers-mesboot): Use Gash instead of coreutils&co. Jan Nieuwenhuizen2020-02-171-30/+40
* gnu: commencement: binutils-mesboot: Use Gash instead of coreutils&co.•••* gnu/packages/commencement.scm (binutils-mesboot): Use Gash instead of coreutils&co. * gnu/packages/commencement.scm (%boot-mesboot3-inputs): New variable. Jan Nieuwenhuizen2020-02-171-18/+70
* gnu: commencement: Add hello-mesboot.•••* gnu/packages/commencement.scm (hello-mesboot): New variable. Jan Nieuwenhuizen2020-02-171-0/+22
* gnu: commencement: Add xz-mesboot.•••* gnu/packages/commencement.scm (xz-mesboot): New variable. Jan Nieuwenhuizen2020-02-171-0/+46
* gnu: commencement: Add gcc-mesboot1: Use Gash instead of coreutils&co.•••* gnu/packages/commencement.scm (gcc-mesboot1): Use Gash instead of coreutils&co. Jan Nieuwenhuizen2020-02-171-113/+48
* gnu: commencement: Add bash-mesboot.•••* gnu/packages/commencement.scm (bash-mesboot): New variable. Jan Nieuwenhuizen2020-02-171-0/+83
* gnu: commencement: Add gcc-core-mesboot1.•••* gnu/packages/commencement.scm (gcc-core-mesboot1): New variable. (gmp-boot, mpfr-boot, mpc-boot): Scheme-only bootstrap. * gnu/packages/patches/gcc-boot-4.6.4.patch: New file. * gnu/packages/patches/gcc-boot-4.7.4.patch: Remove. * gnu/local.mk (dist_patch_DATA): Update. Jan Nieuwenhuizen2020-02-172-41/+152
* gnu: commencement: Add sed-mesboot.•••* gnu/packages/commencement.scm (sed-mesboot): New variable. Jan Nieuwenhuizen2020-02-171-0/+32
* gnu: commencement: Add gawk-mesboot.•••* gnu/packages/commencement.scm (gawk-mesboot): New variable. Jan Nieuwenhuizen2020-02-171-0/+36
* gnu: commencement: Add make-mesboot.•••* gnu/packages/commencement.scm (make-mesboot): New variable. Jan Nieuwenhuizen2020-02-171-33/+33
* gnu: commencement: Add coreutils-mesboot0.•••* gnu/packages/commencement.scm (coreutils-mesboot0): New variable. Jan Nieuwenhuizen2020-02-171-0/+31
* gnu: commencement: Add binutils-mesboot1.•••* gnu/packages/commencement.scm (binutils-mesboot1): New variable. Jan Nieuwenhuizen2020-02-171-0/+26
* gnu: commencement: Add grep-mesboot.•••* gnu/packages/commencement.scm (grep-mesboot): New variable. Jan Nieuwenhuizen2020-02-171-0/+38
* gnu: commencement: Add tar-mesboot.•••* gnu/packages/commencement.scm (tar-mesboot): New variable. Jan Nieuwenhuizen2020-02-171-0/+56
* gnu: commencement: gcc-mesboot0: Use Gash instead of coretutils&co.•••* gnu/packages/commencement.scm (gcc-mesboot0): Use Gash instead of coretutils&co. * gnu/packages/commencement.scm (%boot-mesboot0-inputs): New variable. Jan Nieuwenhuizen2020-02-171-13/+13
* gnu: commencement: glibc-mesboot0: Use Gash instead of coretutils&co.•••* gnu/packages/commencement.scm (glibc-mesboot0): Use Gash instead of coretutils&co. Jan Nieuwenhuizen2020-02-172-36/+95
* gnu: commencement: mesboot-headers: Use Gash instead of coretutils&co.•••* gnu/packages/commencement.scm (mesboot-headers): Use Gash instead of coretutils&co. Jan Nieuwenhuizen2020-02-171-3/+3
* gnu: commencement: Add gawk-mesboot0.•••* gnu/packages/commencement.scm (gawk-mesboot0): New variable. Jan Nieuwenhuizen2020-02-171-0/+68
* gnu: commencement: gcc-core-mesboot0: Use Gash instead of coretutils&co.•••* gnu/packages/commencement.scm (gcc-core-mesboot0): Rename from gcc-core-mesboot; Use Gash instead of coretutils&co. Jan Nieuwenhuizen2020-02-171-56/+63
* gnu: commencement: binutils-mesboot0: Use Gash instead of coretutils&co.•••* gnu/packages/commencement.scm (binutils-mesboot0): Use Gash instead of coretutils&co; downgrade to 2.14.0. Jan Nieuwenhuizen2020-02-171-31/+46
* gnu: commencement: Add sed-mesboot0.•••* gnu/packages/commencement.scm (sed-mesboot0): New variable. * gnu/packages/commencement.scm (%boot-tcc-inputs): New variable. Jan Nieuwenhuizen2020-02-171-0/+54
* gnu: commencement: Add patch-mesboot.•••* gnu/packages/commencement.scm (patch-mesboot): New variable. Jan Nieuwenhuizen2020-02-171-0/+36