summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2019-09-24gnu: bc: Fix cross-compilation....* gnu/packages/patches/bc-fix-cross-compilation.patch: New patch file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/algebra.scm (bc)[origin]: Apply it, [native-inputs]: Add automake and autoconf, [arguments]: Add a new 'autogen phase that is needed by the new patch. Mathieu Othacehe
2019-09-24gnu: mdadm: Fix cross-compilation....* gnu/packages/linux.scm (mdadm)[arguments]: Search for coreutils in both native-inputs and inputs. Mathieu Othacehe
2019-09-24gnu: console-setup: Fix cross-compilation....* gnu/packages/xorg.scm (console-setup)[native-inputs]: Add perl, [arguments]: search for bash in both native-inputs and inputs. Mathieu Othacehe
2019-09-24gnu: procps: Fix cross-compilation....* gnu/packages/linux.scm (procps)[arguments]: Add configure flags needed from cross-compilation. Mathieu Othacehe
2019-09-24gnu: nghttp2: Fix cross-compilation....* gnu/packages/web.scm (nghttp2)[arguments]: In set-timezone-directory phase, search in both inputs and native-inputs. Pierre-Moana Levesque
2019-09-24gnu: lvm2: Fix cross-compilation....* gnu/packages/linux.scm (lvm2)[arguments]: Add cross-compilation specific configure-flags. Mathieu Othacehe
2019-09-24gnu: mkfontdir: Fix aarch64 cross-compilation....The packaged config.sub and config.guess do not have aarch64 support. Replace them by the ones from automake. * gnu/packages/xorg.scm (mkfontdir)[arguments]: Replace outdated config.sub and config.guess, by the ones taken from ... [native-inputs]: ... here, by adding automake. Mathieu Othacehe
2019-09-24gnu: libsamplerate: Fix aarch64 cross-compilation....The packaged config.sub and config.guess do not have aarch64 support. Replace them by the ones from automake. * gnu/packages/pulseaudio.scm (libsamplerate)[arguments]: Replace outdated config.sub and config.guess, taken from ... [native-inputs]: ... here, by adding automake. Mathieu Othacehe
2019-09-24gnu: indent: Fix aarch64 cross-compilation....The packaged config.sub and config.guess do not have aarch64 support. Replace them by the ones from automake. * gnu/packages/code.scm (indent)[arguments]: Replace outdated config.sub and config.guess, taken from ... [native-inputs]: ... here, by adding automake. (indent-2.2.12)[native-inputs]: Inherit from indent native-inputs to keep automake that is added above. Mathieu Othacehe
2019-09-24gnu: libpaper: Fix aarch64 cross-compilation....The packaged config.sub and config.guess do not have aarch64 support. Replace them by the ones from automake. * gnu/packages/ghostscript.scm (libpaper)[arguments]: Replace outdated config.sub and config.guess, taken from ... [native-inputs]: ... here, by adding automake. Mathieu Othacehe
2019-09-24gnu: libgpg-error: Fix cross compilation....* gnu/packages/gnupg.scm (libgpg-error)[arguments]: Add a lock-obj header to the target platform when cross-compiling, [native-inputs]: add gettext that is needed when cross-compiling. Mathieu Othacehe
2019-09-24gnu: guile-xcb: Fix cross-compilation....* gnu/packages/guile-wm.scm (guile-xcb)[native-inputs]: Add guile. Pierre-Moana Levesque
2019-09-24gnu: texinfo-4: Fix cross compilation...* gnu/packages/texinfo.scm (texinfo-4)[native-inputs]: Add automake and native-inputs from texinfo package, [arguments]: Replace outdated config.sub and config.guess by the ones taken from automake above. Also make sure native tools are built before build phase. Pierre-Moana Levesque
2019-09-24gnu: texinfo-5: Fix cross-compilation....* gnu/packages/texinfo.scm (texinfo-5)[native-inputs]: Keep native-inputs from inherited package texinfo. Pierre-Moana Levesque
2019-09-24gnu: texinfo: Fix cross-compilation....* gnu/packages/texinfo.scm (texinfo)[arguments]: Do not reset environment before running configure with the native compiler, in a cross-compilation context, [inputs]: move perl from here ... [native-inputs]: ... to here. Also add ncurses that is needed in a cross-compilation context to build texinfo native tools. Mathieu Othacehe
2019-09-24gnu: alsa-utils: Fix cross-compilation....* gnu/packages/linux.scm (alsa-utils)[inputs]: Move gettext from here ... [native-inputs]: ... to here, in order to fix cross-compilation. Mathieu Othacehe
2019-09-24gnu: pkg-config: Fix cross-compilation....* gnu/packages/pkg-config.scm (%pkg-config)[arguments]: Add configure-flags to disable tests that fail when cross-compiling. Mathieu Othacehe
2019-09-24gnu: tcsh: Fix cross-compilation....* gnu/packages/shells.scm (tcsh)[arguments]: Replace "cc" by "gcc" as native gethost compiler when cross-compiling. Mathieu Othacehe
2019-09-24gnu: libarchive: Fix cross-compilation....* gnu/packages/backup.scm (libarchive)[arguments]: Do not build and run tests when cross-compiling. Mathieu Othacehe
2019-09-24gnu: xmlto: Fix cross-compilation....* gnu/packages/xml.scm (xmlto)[native-inputs]: Add util-linux. Mathieu Othacehe
2019-09-24gnu: help2man: Fix cross-compilation....* gnu/packages/man.scm (help2man)[native-inputs]: Add perl. Mathieu Othacehe
2019-09-24gnu: mit-krb5: Fix cross-compilation....* gnu/packages/kerberos.scm (mit-krb5)[arguments]: Disable tests when cross-compiling. Add cross-compilation specific configure-flags and make-flags. Search for perl in native-inputs or inputs. Mathieu Othacehe
2019-09-24gnu: ath9k-htc-firmware: Fix cross compilation....* gnu/packages/firmware.scm (ath9k-htc-firmware)[phases]: Search for "cross-gcc" in native-inputs and inputs in "configure" phase. Mathieu Othacehe
2019-09-24gnu: libgit2: Fix cross compilation....* gnu/packages/version-control.scm (libgit2)[arguments]: Set PKG_CONFIG_EXECUTABLE variable when cross-compiling. Also do not run test suite if cross-compiling. Mathieu Othacehe
2019-09-24gnu: http-parser: Fix cross-compilation....* gnu/packages/web.scm (http-parser)[arguments]: Set CC and AR variables in Makefile in order to fix cross-compilation. Mathieu Othacehe
2019-09-24gnu: python: Further cross-compilation fixes....* gnu/packages/patches/python-2.7-search-paths.patch: Add cross-compilation support. * gnu/packages/patches/python-3-search-paths.patch: Ditto. * gnu/packages/patches/python-cross-compile.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add above new patch. * gnu/packages/python.scm (python-2.7)[patches]: Add new patch above, [arguments]: Set _PYTHON_HOST_PLATFORM env variable when cross compiling. Mathieu Othacehe
2019-09-24gnu: xorg: Fix cross-compilation of multiple packages....* gnu/packages/xorg.scm (libxext)[arguments]: Disable zero malloc check that fails when cross-compiling, (libxrender)[arguments]: ditto, (libx11)[arguments]: ditto. Mathieu Othacehe
2019-09-24gnu: libxslt: Fix cross-compilation....* gnu/packages/xml.scm (libxslt)[native-inputs]: Add pkg-config. Mathieu Othacehe
2019-09-24gnu: tk: Fix cross-compilation....* gnu/packages/tcl.scm (tk)[arguments]: Add configure flags to fix cross-compilation. Mathieu Othacehe
2019-09-24gnu: tcl: Fix cross-compilation....* gnu/packages/tcl.scm (tcl)[arguments]: Add configure flags to fix cross-compilation. Mathieu Othacehe
2019-09-24gnu: python: Fix cross compilation....* gnu/packages/python.scm (python-2.7)[arguments]: Add a configure flag to disable a check failing when cross-compiling. This is covered here: https://lists.yoctoproject.org/pipermail/poky/2013-June/008997.html, [native-inputs]: Add self and which when cross-compiling, (python-3.7)[arguments]: Refer to native python when cross-compiling. Mathieu Othacehe
2019-09-24gnu: perl: Fix cross-compilation....* gnu/packages/perl.scm (perl)[arguments]: Use cross-libc instead of libc when cross-compiling. Mathieu Othacehe
2019-09-23gnu: bash: Unconditionally configure PGRP_PIPE for *-linux systems....* gnu/packages/patches/bash-linux-pgrp-pipe.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/bash.scm (bash)[source]: Add the patch. Mark H Weaver
2019-09-23gnu: perl-catalyst-view-json: Update to 0.37....* gnu/packages/web.scm (perl-catalyst-view-json): Update to 0.37. Ludovic Courtès
2019-09-23gnu: perl-catalyst-runtime: Update to 5.90124....* gnu/packages/web.scm (perl-catalyst-runtime): Update to 5.90124. [propagated-inputs]: Add PERL-PERLIO-UTF8_STRICT. Ludovic Courtès
2019-09-23gnu: libsmpeg: Fix build failure with GCC 7....* gnu/packages/video.scm (libsmpeg)[arguments]: New field. Ludovic Courtès
2019-09-22gnu: perf: Really build without '-Werror'....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'. Ludovic Courtès
2019-09-22gnu: instantmusic: Fix build failure....This is a followup to 6bbb37a545912c6bb2513ee08587ee4fe39cc330. * gnu/packages/music.scm (instantmusic): Move 'fix-file-permissions' phase before 'install' rather than before 'check'. Ludovic Courtès
2019-09-20gnu: python-libxml2, itstool: Provide crash-free variants....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. Ludovic Courtès
2019-09-19gnu: klick: Fix build with GCC 7....* gnu/packages/music.scm (klick)[arguments]: Pass -fpermissive to compiler. Ricardo Wurmus
2019-09-19gnu: avr-libc: Unset CPATH to fix the build....* gnu/packages/avr.scm (avr-libc)[arguments]: Unset CPATH variable. Ricardo Wurmus
2019-09-19gnu: avr-gcc-4.9: Build with GCC 5....* gnu/packages/avr.scm (avr-gcc-4.9)[native-inputs]: Add gcc-5. Ricardo Wurmus
2019-09-19gnu: alsa-modular-synth: Build with GCC 5....* gnu/packages/audio.scm (alsa-modular-synth)[native-inputs]: Add gcc-5. Ricardo Wurmus
2019-09-19gnu: gcc-arm-none-eabi-4.9: Build with GCC 5....* gnu/packages/embedded.scm (gcc-arm-none-eabi-4.9)[native-inputs]: Add gcc-5. Ricardo Wurmus
2019-09-19gnu: fontforge: Update to 20190801....* gnu/packages/fontutils.scm (fontforge): Update to 20190801. [source](patches): Remove. The patch served by github.com had been modified in place. Ludovic Courtès
2019-09-19gnu: android-libutils: Build with GCC 5....* gnu/packages/android.scm (android-libutils)[native-inputs]: Add gcc-5. Ricardo Wurmus
2019-09-19gnu: perl-glib: Update to 1.3291....* gnu/packages/glib.scm (perl-glib): Update to 1.3291. Ricardo Wurmus
2019-09-17Merge branch 'master' into core-updatesLudovic Courtès
2019-09-17gnu: go@1.12: Apply patch from a build phase....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". Ludovic Courtès
2019-09-17gnu: guix: Update to 1h2qlbb....Fixes <https://bugs.gnu.org/37426>. Reported by Mikhail Kryshen <mikhail@kryshen.net>. * gnu/packages/package-management.scm (guix): Update to 1h2qlbb. Ludovic Courtès