Age | Commit message (Collapse) | Author |
|
* gnu/packages/commencement.scm (gash-boot): When configuring, use the
version of the Gash package instead the version of Guile!
(gash-utils-boot): Likewise, but for Gash-Utils.
|
|
This makes little sense and it broke in commit
8bd2b15b06f6306e37cc72995b76a7f0754cf1a6 since the mingw libc doesn't
have a "static" output.
* gnu/ci.scm (%packages-to-cross-build): Remove.
(packages-to-cross-build): New procedure.
(hydra-jobs)[cross-jobs]: Use it.
|
|
* gnu/packages/commencement.scm (bootar)[source]: Add "mirror://gnu" URL.
|
|
* gnu/packages/commencement.scm (bootar): Update to 1a; remove BZip2
workaround for 32-bit platforms.
|
|
Fixes <https://bugs.gnu.org/39699>.
* gnu/packages/commencement.scm (bootar)[i686-linux]: Stub bzip2.
|
|
* gnu/packages/gnupg.scm (guile2.0-gcrypt)[native-inputs]: Replace guile
with guile-2.0.
|
|
* gnu/packages/gnupg.scm (guile3.0-gcrypt)[native-inputs]: Replace guile
with guile-next.
|
|
* gnu/packages/tls.scm (gnutls-3.6.10): Remove variable.
(guile3.0-gnutls): Inherit from GNUTLS.
[arguments]: Remove.
|
|
* gnu/packages/tls.scm (gnutls)[native-inputs]: Add UTIL-LINUX.
|
|
* gnu/packages/commencement.scm (findutils-boot0)[arm-linux, aarch64-linux]:
Configure with --disable-dependency-tracking. Fixes build on arm/Aarch64.
|
|
* gnu/packages/commencement.scm (file)[arm-linux, aarch64-linux]: Configure
with --disable-dependency-tracking. Fixes build on arm/Aarch64.
|
|
* gnu/packages/commencement.scm (diffutils-boot0): Add
--disable-dependency-tracking. Fixes arm/aarch64 builds.
|
|
* gnu/packages/commencement.scm (%boot0-inputs)[x86-linux,x86_64-linux]: Include
*-boot0 additions for Scheme-only bootstrap.
|
|
* gnu/packages/commencement.scm (bzip2-boot0): Add diffutils-boot0 dependency;
fixes traditional bootstrap mode (non-intel-linux architectures).
|
|
This is a follow-up of ce59688d33ebddb52cea719efb1d8a51ea13adf0.
* gnu/packages/ssh.scm (guile2.0-ssh)[native-inputs]: Replace guile from
guile-ssh by guile-2.0,
(guile3.0-ssh): replace guile from guile-ssh by guile-next.
|
|
* gnu/packages/guile.scm (guile-git)[native-inputs]: Add guile and
guile-bytestructures.
|
|
* gnu/packages/ssh.scm (guile-ssh)[native-inputs]: Add guile.
|
|
* gnu/packages/ssh.scm (guile-ssh): Update to 0.12.0,
[source]: remove snippet that were integrated upstream,
[arguments]: Add a fix-guile-path phase to fix tests.
(guile3.0-ssh)[arguments]: Remove as this is fixed upstream.
|
|
* gnu/packages/commencement.scm (%bootstrap-mes-rewired)[native-inputs]:
Remove unnecessary use of '@'.
|
|
* gnu/packages/commencement.scm (%bootstrap-mes-rewired): Remove (srfi
srfi-26) from #:modules.
|
|
* 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'.
|
|
* gnu/packages/commencement.scm (%bootstrap-guile+guild): Remove variable.
|
|
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.
|
|
* guix/build/gnu-bootstrap.scm: New file.
* Makefile.am (MODULES): Add it.
|
|
* 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.
|
|
* gnu/packages/commencement.scm (glibc-mesboot0): Use bash-mesboot0 only.
|
|
* gnu/packages/commencement.scm (mes-boot): Update to 0.22.
|
|
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.
|
|
* gnu/packages/commencement.scm (gash-core-utils-boot): Update to 0.0.214-fc1b.
|
|
* gnu/packages/commencement.scm (gnu-make-mesboot): Rename
from. make-mesboot. Update users.
|
|
* gnu/packages/commencement.scm (gnu-make-mesboot0): Rename from
make-mesboot0. Update users.
|
|
* gnu/packages/bootstrap.scm (%bootstrap-inputs)[i686-linux,x86-linux]: Remove
%bootstrap-coreutils&co, %bootstrap-bash.
|
|
* 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.
|
|
* gnu/packages/commencement.scm (coreutils-final): Inherit from
coreutils-minimal.
|
|
(coreutils-boot0): New variable.
* gnu/packages/commencement.scm (%boot0-inputs): Add it.
|
|
* gnu/packages/commencement.scm (tar-boot0): New variable.
(%boot0-inputs): Add it.
|
|
* gnu/packages/commencement.scm (bzip2-boot0): New variable.
(%boot0-inputs): Add it.
|
|
* gnu/packages/commencement.scm (patch-boot0): New variable: patch without
lzip dependency (via ed).
(%boot0-inputs): Add it.
|
|
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.
|
|
* gnu/packages/commencement.scm (gawk-boot0): New variable.
(%boot0-inputs): Add it.
|
|
* gnu/packages/commencement.scm (file): New variable. Use it instead of (gnu
packages file), removing failing bzip2 extension.
|
|
coreutils&co.
* gnu/packages/commencement.scm (%bootstrap-inputs+toolchain): Use Gash
instead of coreutils&co.
|
|
* gnu/packages/commencement.scm (m4-mesboot): Remove.
|
|
* gnu/packages/commencement.scm (coreutils-mesboot): New variable.
(%boot-mesboot6-inputs): New variable.
|
|
* gnu/packages/commencement.scm (gcc-mesboot-wrapper): Use Gash instead of
coreutils&co.
(%boot-mesboot5-inputs): New variable.
|
|
* gnu/packages/commencement.scm (gcc-mesboot): Use Gash instead of
coreutils&co.
|
|
* gnu/packages/commencement.scm (gcc-mesboot1-wrapper): Use Gash instead of
coreutils&co.
|
|
* gnu/packages/commencement.scm (glibc-mesboot): Use Gash instead of
coreutils&co.
|
|
* gnu/packages/commencement.scm (glibc-headers-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.
|