aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | channels: Add quirk to build recent 'master' with Guile 2.2.4.Ludovic Courtès2019-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/37506>. Reported by Marius Bakke <mbakke@fastmail.com>. * guix/channels.scm (syscalls-reexports-local-variables?) (guile-2.2.4, guile-for-source): New procedures. (%quirks): New variable. (build-from-source): Add calls to 'guile-for-source' and 'set-guile-for-build'.
| * | | gnu: guile: Add 2.2.4.Ludovic Courtès2019-10-01
| | | | | | | | | | | | | | | | * gnu/packages/guile.scm (guile-2.2.4): New variable.
| * | | Merge branch 'master' into core-updatesLudovic Courtès2019-10-01
| |\ \ \
| * | | | gnu: xyce: Use Bison 3.0.Ludovic Courtès2019-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Xyce requires Bison 3.0 at the latest. * gnu/packages/bison.scm (bison-3.0): New variable. * gnu/packages/engineering.scm (xyce-serial)[native-inputs]: Use BISON-3.0 instead of BISON.
| * | | | bootstrap: bash: Update for bash-5.0.Jan Nieuwenhuizen2019-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/bash-4.4-linux-pgrp-pipe.patch: Remove. * gnu/packages/patches/bash-reproducible-linux-pgrp-pipe.patch: New file. * gnu/packages/make-bootstrap.scm (static-bash-for-bootstrap): Update to use it. * gnu/local.mk (dist_patch_DATA): Likewise.
| * | | | bootstrap: mes: Add mes-0.19.Jan Nieuwenhuizen2019-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/mes.scm (mes-0.19): New variable. (mes): Inherit it. * gnu/packages/make-bootstrap.scm (%mes-minimal): Likewise.
| * | | | bootstrap: mescc-tools: Use mescc-tools-0.5.2, mescc-tools.Jan Nieuwenhuizen2019-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/mes.scm (mescc-tools-0.5.2): New variable; rename from mescc-tools. (mescc-tools): Rename from mescc-tools-0.6.1. Fix build. * gnu/packages/make-bootstrap.scm (%mescc-tools-static): Inherit fixed mescc-tools-0.5.2.
| * | | | gnu: tlsdate: Build against OpenSSL@1.0.Marius Bakke2019-09-29
| | | | | | | | | | | | | | | | | | | | * gnu/packages/ntp.scm (tlsdate)[inputs]: Change from OPENSSL to OPENSSL-1.0.
| * | | | gnu: gcc: Fix i686-linux cross compiler.Jan Nieuwenhuizen2019-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This resurrects ./pre-inst-env guix build --target=i686-unknown-linux-gnu hello * gnu/packages/cross-base.scm (cross-gcc-arguments): Do not build libmpx; does not cross-configure.
| * | | | gnu: xfce4-pulseaudio-plugin: Adjust for GCC7 search path change.Marius Bakke2019-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/xfce.scm (xfce4-pulseaudio-plugin)[arguments]: Gracefully handle a missing C_INCLUDE_PATH.
| * | | | nls: Add ‘nl’ translation of news entries.Tobias Geerinckx-Rice2019-09-28
| | | | | | | | | | | | | | | | | | | | * etc/news.scm: Add ‘nl’ translations.
| * | | | nls: Update 'de' translation of news entries.Florian Pelz2019-09-27
| | | | | | | | | | | | | | | | | | | | * etc/news.scm: Improve 'de' translation for news entries.
| * | | | nls: Update 'de' translation of news entries.Florian Pelz2019-09-27
| | | | | | | | | | | | | | | | | | | | * etc/news.scm: Add 'de' translation for news entry titles.
| * | | | Merge branch 'master' into core-updatesMarius Bakke2019-09-27
| |\ \ \ \
| * | | | | gnu: isync: Use openssl-1.0 to fix build.Mathieu Othacehe2019-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/mail.scm (isync)[inputs]: Replace openssl by openssl-1.0 to fix the build.
| * | | | | gnu: supercollider: Fix build and update to 3.10.3.Mathieu Othacehe2019-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/supercollider-boost-1.70-build-fix.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/audio.scm (supercollider): Update to 3.10.3 and apply the previous patch to fix build with boost-1.70. Remove outdated 'fix-build-with-boost-1.68 phase.
| * | | | | gnu: gcc: Fix mingw cross compiler.Jan Nieuwenhuizen2019-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/gcc-7-cross-mingw.patch: New file. * gnu/packages/cross-base.scm (cross-gcc-patches): Add XGCC parameter; update caller. Use it for target mingw and gcc >= 7. * gnu/local.mk (dist_patch_DATA): Add it.
| * | | | | nls: Update 'fr' translation of news entries.Julien Lepiller2019-09-26
| | | | | | | | | | | | | | | | | | | | | | | | * etc/news.scm: Add more 'fr' translations.
| * | | | | gnu: Add ccls.Mathieu Othacehe2019-09-26
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/cpp.scm (ccls): New variable.
| * | | | | nls: Update 'de' translation of news entries.Florian Pelz2019-09-24
| | | | | | | | | | | | | | | | | | | | | | | | * etc/news.scm: Add more 'de' translations.
| * | | | | news: Add entry for the glibc upgrade.Ludovic Courtès2019-09-24
| | | | | | | | | | | | | | | | | | | | | | | | * etc/news.scm: Add entry for 5f3f70391809f8791c55c05bd1646bc58508fa2c.
| * | | | | gnu: Add locale packages for glibc 2.28.Ludovic Courtès2019-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/base.scm (glibc-locales-2.28, glibc-utf8-locales-2.28): New variables. (glibc-locales-2.27, glibc-utf8-locales-2.27): Deprecate.
| * | | | | news: Add entry for the reduced binary seed bootstrap.Ludovic Courtès2019-09-24
| | | | | | | | | | | | | | | | | | | | | | | | * etc/news.scm: Add entry for cdd3bcf03883d129581a79e6d6611b2afd3b277b.
| * | | | | Merge branch 'master' into core-updatesLudovic Courtès2019-09-24
| |\ \ \ \ \
| * | | | | | gnu: perl-catalyst-view-json: Update to 0.37.Ludovic Courtès2019-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/web.scm (perl-catalyst-view-json): Update to 0.37.
| * | | | | | gnu: perl-catalyst-runtime: Update to 5.90124.Ludovic Courtès2019-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/web.scm (perl-catalyst-runtime): Update to 5.90124. [propagated-inputs]: Add PERL-PERLIO-UTF8_STRICT.
| * | | | | | gnu: libsmpeg: Fix build failure with GCC 7.Ludovic Courtès2019-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/video.scm (libsmpeg)[arguments]: New field.
| * | | | | | gnu: perf: Really build without '-Werror'.Ludovic Courtès2019-09-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Until this change, it would fail to build with: In file included from /tmp/guix-build-perf-5.2.15.drv-0/linux-5.2.15/tools/include/uapi/linux/ethtool.h:19:0, from xsk.c:18: /gnu/store/…-linux-libre-headers-4.19.56/include/linux/if_ether.h:165:1: error: packed attribute is unnecessary for 'ethhdr' [-Werror=packed] * gnu/packages/linux.scm (perf)[arguments]: In 'configure' phase, remove "-Werror" from 'tools/lib/bpf/Makefile'.
| * | | | | | gnu: instantmusic: Fix build failure.Ludovic Courtès2019-09-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a followup to 6bbb37a545912c6bb2513ee08587ee4fe39cc330. * gnu/packages/music.scm (instantmusic): Move 'fix-file-permissions' phase before 'install' rather than before 'check'.
| * | | | | | gnu: python-libxml2, itstool: Provide crash-free variants.Ludovic Courtès2019-09-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/37468>. * gnu/packages/patches/python-libxml2-utf8.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/xml.scm (python-libxml2/fixed): New variable. * gnu/packages/glib.scm (itstool/fixed): New variable. * gnu/packages/gnome.scm (gnumeric)[native-inputs]: Use ITSTOOL/FIXED instead of ITSTOOL.
| * | | | | | gnu: klick: Fix build with GCC 7.Ricardo Wurmus2019-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/music.scm (klick)[arguments]: Pass -fpermissive to compiler.
| * | | | | | gnu: avr-libc: Unset CPATH to fix the build.Ricardo Wurmus2019-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/avr.scm (avr-libc)[arguments]: Unset CPATH variable.
| * | | | | | gnu: avr-gcc-4.9: Build with GCC 5.Ricardo Wurmus2019-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/avr.scm (avr-gcc-4.9)[native-inputs]: Add gcc-5.
| * | | | | | gnu: alsa-modular-synth: Build with GCC 5.Ricardo Wurmus2019-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/audio.scm (alsa-modular-synth)[native-inputs]: Add gcc-5.
| * | | | | | gnu: gcc-arm-none-eabi-4.9: Build with GCC 5.Ricardo Wurmus2019-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/embedded.scm (gcc-arm-none-eabi-4.9)[native-inputs]: Add gcc-5.
| * | | | | | gnu: fontforge: Update to 20190801.Ludovic Courtès2019-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/fontutils.scm (fontforge): Update to 20190801. [source](patches): Remove. The patch served by github.com had been modified in place.
| * | | | | | gnu: android-libutils: Build with GCC 5.Ricardo Wurmus2019-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/android.scm (android-libutils)[native-inputs]: Add gcc-5.
| * | | | | | gnu: perl-glib: Update to 1.3291.Ricardo Wurmus2019-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/glib.scm (perl-glib): Update to 1.3291.
| * | | | | | Merge branch 'master' into core-updatesLudovic Courtès2019-09-17
| |\ \ \ \ \ \
| * | | | | | | gnu: go@1.12: Apply patch from a build phase.Ludovic Courtès2019-09-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a followup to b938892551816aedd01fd32b7eb1d5e061afce32. * gnu/packages/golang.scm (go-1.12)[source]: Remove 'patches'. [arguments]: In 'pre-build' phase, invoke "patch". [native-inputs]: Add "go-skip-gc-test.patch".
| * | | | | | | gnu: go@1.12: Skip flaky GC test.Ludovic Courtès2019-09-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/37425>. * gnu/packages/patches/go-skip-gc-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/golang.scm (go-1.12)[source]: Use it.
| * | | | | | | maint: Placate 'assert-no-store-file-names'.Ludovic Courtès2019-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reported by Vagrant Cascadian <vagrant@debian.org>. * Makefile.am (assert-no-store-file-names): Exclude "binutils-boot-2.20.1a.patch" since it contains a store file name as a comment. * gnu/packages/commencement.scm (glibc-mesboot0): Use an ellipsis instead of an actual store file name in comment.
| * | | | | | | bootstrap: mes-boot: Fix at 0.19.Jan Nieuwenhuizen2019-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows updating Mes without triggering a rebuild. * gnu/packages/commencement.scm (mes-boot): Fix 0.19.
| * | | | | | | gnu: icedtea-7: Patch code to enable build with newer glibc.Ricardo Wurmus2019-09-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/java.scm (icedtea-7)[arguments]: Add build phase "patch-bitrot". (icedtea-8)[arguments]: Remove phase "patch-bitrot".
| * | | | | | | gnu: icedtea-6: Remove old GCC.Ricardo Wurmus2019-09-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/java.scm (icedtea-6)[native-inputs]: Remove gcc-4.9.
| * | | | | | | gnu: icedtea-6: Patch required freetype version.Ricardo Wurmus2019-09-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/java.scm (icedtea-6)[arguments]: Patch hardcoded version string for freetype version check.
| * | | | | | | gnu: jamvm-1-bootstrap: Use older GCC and glibc.Ricardo Wurmus2019-09-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/java.scm (jamvm-1-bootstrap)[native-inputs]: Add GCC version 5 and glibc 2.28.
| * | | | | | | gnu: classpath-bootstrap: Remove call to free.Ricardo Wurmus2019-09-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/36685>. * gnu/packages/java.scm (classpath-bootstrap)[arguments]: Add build phase "remove-call-to-free" to let us build ant-bootstrap later.
| * | | | | | | Merge branch 'master' into core-updatesMark H Weaver2019-09-06
| |\ \ \ \ \ \ \
| * | | | | | | | packages: 'supported-package?' binds '%current-system' for graph traversal.Ludovic Courtès2019-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, (supported-package? coreutils "armhf-linux") with (%current-system) = "x86_64-linux" would return false. That's because 'supported-package?' would traverse the x86_64 dependency graph, which contains 'tcc-boot0', which supports x86 only. Consequently, 'supported-package?' would match only 53 packages for "armhf-linux" when running on x86, as is the case during continuous integration. * guix/packages.scm (package-transitive-supported-systems): Add an optional 'system' parameter. Use 'mlambda' instead of 'mlambdaq' for memoization. (supported-package?): Pass 'system' to 'package-transitive-supported-systems'. * tests/packages.scm ("package-transitive-supported-systems, implicit inputs") ("package-transitive-supported-systems: reduced binary seed, implicit inputs"): Remove calls to 'invalidate-memoization!', which no longer work and were presumably introduced to work around the bug we're fixing (see commit 0db65c168fd6dec57a357735fe130c80feba5460). * tests/packages.scm ("supported-package?"): Rewrite test to use only existing system name since otherwise 'bootstrap-executable' raises an exception. ("supported-package? vs. system-dependent graph"): New test.