aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-11bootstrap: Switch to official bootstrap urls.Jan Nieuwenhuizen
Built with 4ae7dc7b9af64794081b1913740b97acd89c91bc gnu: Remove duplicate linux-libre-headers package from bootstrap inputs. * gnu/packages/bootstrap.scm (%bootstrap-linux-libre-headers): Switch to official bootstrap urls. (%bootstrap-mescc-tools): Likewise. (%bootstrap-mes): Likewise.
2018-12-11bootstrap: mes-boot: Use mes-boot0 version.Jan Nieuwenhuizen
* gnu/packages/commencement.scm (mes-boot): Use mes-boot0 version.
2018-12-09gnu: python: Update to 3.7.1.Christopher Baines
Remove the replacement, as version 3.7.1 includes the fix for this issue. * gnu/packages/python.scm (python-3.7): Update to 3.7.1. (python-3/fixed): Remove this.
2018-11-25build-system: python: Do not double wrap executables.Arun Isaac
* guix/build/python-build-system.scm (wrap): Only wrap executables that have not already been wrapped. * guix/build/utils.scm (wrapper?): New function.
2018-11-24gnu: Remove duplicate linux-libre-headers package from bootstrap inputs.Marius Bakke
GLIBC-FINAL already propagates linux-libre-headers, so drop the bootstrap input. * gnu/packages/commencement.scm (%boot2-inputs): Remove %BOOTSTRAP-LINUX-LIBRE-HEADERS.
2018-11-24gnu: gcc-boot0: Improve gcc-wrapper workarounds.Marius Bakke
* gnu/packages/commencement.scm (gcc-boot0)[arguments]: Adjust the libcc1 build scripts instead of copying libcc1.so from %BOOT0-INPUTS.
2018-11-24gnu: libstdc++-boot0: Improve gcc-wrapper workaround.Marius Bakke
* gnu/packages/commencement.scm (libstdc++-boot0): Adjust the configure script instead of copying libstdc++.so from %BOOT0-INPUTS.
2018-11-24gnu: Remove gcc-for-libstdc++.Marius Bakke
* gnu/packages/commencement.scm (gcc-for-libstdc++): Remove variable. (libstdc++-boot0): Inherit GCC-4.9 instead.
2018-11-24doc: Update for bootstrap-mescc-tools change.Jan Nieuwenhuizen
* doc/guix.texi (Reduced Binary Seed Bootstrap): Update for bootstrap-mescc-tools change. * doc/images/gcc-mesboot-bag-graph.dot: Regenerate.
2018-11-24bootstrap: Force i686-linux for bootstrap-tarballs.Jan Nieuwenhuizen
* gnu/packages/make-bootstrap.scm (%mescc-tools-static): Force i686-linux for bootstrap-tarballs. (%mes-minimal): Likewise. Remove i686-linux cross-compiler dependency. * gnu/packages/commencement.scm (mes-boot): Support strict i686-linux build on x86_64.
2018-11-18bootstrap: Update %bootstrap-tarballs.Jan Nieuwenhuizen
* gnu/packages/make-bootstrap.scm (%bootstrap-tarballs): Update to use %mescc-tools-bootstrap-tarball, %mes-bootstrap-tarball, %linux-libre-headers-bootstrap-tarball.
2018-11-18bootstrap: Replace %mescc-tools-seed with %bootstrap-mescc-tools.Jan Nieuwenhuizen
* gnu/packages/bootstrap.scm (%mescc-tools-seed): Remove. (%bootstrap-inputs): Replace %mescc-tools-seed with %bootstrap-mescc-tools. * gnu/packages/commencement.scm (mes-boot): Likewise. (tcc-boot0): Likewise. (mescc-tools-boot): Remove.
2018-11-18bootstrap: Update %bootstrap-mes.Jan Nieuwenhuizen
Built with b00a95be28b7c663cf8f82ef03b385d32ca51ae9 bootstrap: Add %bootstrap-mescc-tools. * gnu/packages/bootstrap.scm (%bootstrap-mes): Update.
2018-11-18bootstrap: Add %bootstrap-mescc-tools.Jan Nieuwenhuizen
Built with a647da364ac494b409114a52e48dc0dab03cbf4f bootstrap: Add %mes-minimal. * gnu/packages/bootstrap.scm (%bootstrap-mescc-tools): New variable.
2018-11-18bootstrap: Add %mes-minimal.Jan Nieuwenhuizen
%mes-minimal introduces a Mes for bootstrap that does not depend on graphviz, perl, and texinfo and thus does not build any documentation. This removes ~100 dependencies from bootstrap-tarballs. * gnu/packages/make-bootstrap.scm (%mes-minimal): New variable. (%mes-minmal-stripped): Rename from %mes-stripped. (%mes-bootstrap-tarball): Update.
2018-11-18gnu: libgcrypt: Update to 1.8.4.Björn Höfling
Update libgcrypt and remove reproducibility patch, it is now built-in. See https://dev.gnupg.org/T4102 * gnu/packages/gnupg.scm (libgcrypt): Update to 1.8.4. [source]: Remove patch. * gnu/packages/patches/libgcrypt-make-yat2m-reproducible.patch: Delete file. * gnu/local.mk(dist_patch_DATA): Remove it.
2018-11-18bootstrap: Add mescc-tools-static, mescc-tools-static-tarball.Jan Nieuwenhuizen
* gnu/packages/make-bootstrap.scm (%mescc-tools-static, %mescc-tools-bootstrap-tarball): New variable.
2018-11-17python: Honor '--cores=...' in tests.Eric Bavier
* gnu/packages/python.scm (python-2.7)[arguments]: Add #:make-flags.
2018-11-07gnu: glibc: Update supported locale patch description.Mathieu Othacehe
gnu/packages/patches/glibc-supported-locales.patch: Update description.
2018-11-07gnu: glibc: Export supported locales.Mathieu Othacehe
Debian and Archlinux (at least) force the installation of the localedata/SUPPORTED file of the glibc. This file lists all the supported locales of the glibc. * gnu/packages/patches/glibc-supported-locales.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/base.scm (glibc/linux): Add the previous patch, (glibc-2.28): ditto.
2018-10-23doc: Fix typo.Jan Nieuwenhuizen
* doc/guix.texi (Reduced Binary Seed Bootstrap): Fix typo.
2018-10-23doc: Update Preparing to Use the Bootstrap Binaries.Jan Nieuwenhuizen
* doc/guix.texi (Preparing to Use the Bootstrap Binaries): Mention bootstrap-mes alongside bootstrap-gcc. (Reducing the Set of Bootstrap Binaries): Mention the Reduced Binary Seed bootstrap, MesCC-Tools and Mes.
2018-10-23bootstrap: Build with %bootstrap-mes.Jan Nieuwenhuizen
* gnu/packages/bootstrap.scm (%tinycc-seed): Remove. (%bootstrap-inputs): Use %bootstrap-mes instead of %mes-seed and %tinycc-seed. * gnu/packages/commencement.scm (mescc-tools-boot, mes-boot, tcc-boot0): Build with %bootstrap-mes instead of %mes-seed and %tinycc-seed.
2018-10-23gnu: mescc-tools: Update to 0.5.2-0.bb062b0d.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mescc-tools): Update to 0.5.2-0.bb062b0d. mescc * gnu/packages/commencement.scm (mescc-tools-boot): Stay at 0.5.2
2018-10-23bootstrap: Add %bootstrap-mes.Jan Nieuwenhuizen
Built with 668ffe1e4e67e22268c9565993c6d9d7a86ae72a bootstrap: Move use-modules to top of builder. Todo: host these on ftp.gnu.org/pub/guix/... * gnu/packages/bootstrap.scm (%bootstrap-mes): New variable.
2018-10-21bootstrap: Move use-modules to top of builder.Jan Nieuwenhuizen
* gnu/packages/bootstrap.scm (package-from-tarball): Move use-modules to top of builder. (%bootstrap-glibc): Likewise. (%bootstrap-gcc): Likewise.
2018-10-21bootstrap: Add %mes-stripped, %mes-bootstrap-tarball.Jan Nieuwenhuizen
* gnu/packages/make-bootstrap.scm (%mes-stripped): New variable. (%mes-bootstrap-tarball): New variable. * gnu/packages/mes.scm: Oops, remove stray (gnu packages commencement) module include.
2018-10-21gnu: mes: Update to 0.18.0-08f04f55.Jan Nieuwenhuizen
This update is a preparation for the %bootstrap-mes package; due to some small problems it fails to build with plain mes-0.18. mes-boot0 stays at 0.18 only to avoid another rebuild world. %bootstrap-mes brings the building and packaging the Mes bootstrap seeds from manual operation into Guix. We will bump mes and mes-boot0 to a future 0.18.1 or 0.19 and regenerate %bootstrap-mes in a nex iteration. 08f04f55 build: Oops, remove stray lib/linux/x86_64-mes/crt1. 33f37f27 build: x86_64 bootstrap build fixes and workaround. 4ae2a111 doc: Release update. 5277669b mescc: Oops, delete wrong line of assembly. 44cc97a8 admin: Release update. * gnu/packages/mes.scm (mes): Update to 0.18.0-08f04f55. * gnu/packages/commencement.scm (mes-boot0): Stay at 0.18.0.
2018-10-21doc: Move `Reduced Binary Seed Bootstrap' into `Bootstrapping'.Jan Nieuwenhuizen
* doc/guix.texi (Reduced Binary Seed Bootstrap):
2018-10-21Merge branch 'core-updates' into core-updates-nextJan Nieuwenhuizen
2018-10-21Merge branch 'master' into core-updatesMarius Bakke
2018-10-21gnu: python2-bz2file: Inherit arguments from python-bzfile.Marius Bakke
* gnu/packages/python.scm (python-bz2file)[properties]: Remove field. (python2-bz2file): Use PACKAGE-WITH-PYTHON2.
2018-10-21gnu: klick: Use scons-python2 for building.Marius Bakke
* gnu/packages/music.scm (klick)[arguments]: Add #:scons.
2018-10-21gnu: rng-tools: Update to 6.6.Marius Bakke
* gnu/packages/linux.scm (rng-tools): Update to 6.6.
2018-10-21gnu: fluidsynth: Update to 2.0.1.Marius Bakke
* gnu/packages/audio.scm (fluidsynth): Update to 2.0.1. (fluidsynth-1): New public variable. * gnu/packages/games.scm (gzdoom)[inputs]: Change FLUIDSYNTH to FLUIDSYNTH-1. * gnu/packages/music.scm (lmms)[inputs]: Likewise.
2018-10-21gnu: libgxps: Update to 0.3.0.Marius Bakke
* gnu/packages/gnome.scm (libgxps): Update to 0.3.0. [source](patches): Remove. [build-system]: Switch to MESON-BUILD-SYSTEM. [inputs]: Change LIBJPEG to LIBJPEG-TURBO. * gnu/packages/patches/libgxps-CVE-2017-11590.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2018-10-21gnu: libgxps: Propagate required inputs.Marius Bakke
* gnu/packages/gnome.scm (libgxps)[inputs]: Move CAIRO, GLIB and LIBARCHIVE ... [propagated-inputs]: ... here. New field.
2018-10-21gnu: re2: Update to 2018-10-01.Marius Bakke
* gnu/packages/regex.scm (re2): Update to 2018-10-01.
2018-10-21gnu: libgphoto2: Update to 2.5.19.Marius Bakke
* gnu/packages/photo.scm (libgphoto2): Update to 2.5.19.
2018-10-21gnu: appstream-glib: Update to 0.7.14.Marius Bakke
* gnu/packages/glib.scm (appstream-glib): Update to 0.7.14.
2018-10-21gnu: openal: Update to 1.19.1.Marius Bakke
* gnu/packages/audio.scm (openal): Update to 1.19.1.
2018-10-21gnu: kodi: Disable version checker.Efraim Flashner
Fixes bug#32997. * gnu/packages/kodi.scm (kodi)[arguments]: Add substitution to remove the version checking configuration option.
2018-10-21gnu: python2-dendropy: Disable failing test.Ben Woodcroft
* gnu/packages/bioinformatics.scm (python2-dendropy)[arguments]: Disable failing test.
2018-10-20gnu: bowtie: Update to 2.3.4.3.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (bowtie): Update to 2.3.4.3. [source]: Fetch from git. [inputs]: Replace python-2 with python-wrapper; move perl, perl-clone, perl-test-deep, and perl-test-simple from here... [native-inputs]: ...to here. [arguments]: Simplify check phase.
2018-10-20gnu: blast+: Use INVOKE and return #T unconditionally.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (blast+)[arguments]: Use INVOKE and return #T unconditionally.
2018-10-20gnu: bedops: Update to 2.4.35.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (bedops): Update to 2.4.35. [source]: Fetch from git.
2018-10-20gnu: bedops: Use INVOKE.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (bedops)[arguments]: Use INVOKE.
2018-10-20gnu: bamm: Fetch from git and use INVOKE.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (bamm)[source]: Fetch from git. [arguments]: Use INVOKE and return #T unconditionally.
2018-10-20gnu: aragorn: Use invoke and simplify.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (aragorn)[arguments]: Use INVOKE in build phase; simplify install phase.
2018-10-20gnu: clipper: Update to 1.2.1.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (clipper): Update to 1.2.1. [source]: Fetch from git. [arguments]: Add fix-typo phase.