Commit Graph

18630 Commits (751702676e0dcf39657082138f45340b65ae4d3e)

Author SHA1 Message Date
Manolis Ragkousis 751702676e
guix: build: make-bootstrap: Copy "falloc.h" to the new system.
In glibc-2.25 a dependency on "linux/falloc.h" was added.
This also reverts commit 8f8f250bdc
which is no longer needed. This commit was not compatible with
the glibc version Hurd is using. See
<https://lists.gnu.org/archive/html/guix-devel/2017-02/msg01046.html>

* guix/build/make-bootstrap.scm (make-stripped-libc): Copy "falloc.h"
to the new system.
* gnu/packages/patches/glibc-bootstrap-system.patch: Remove part
that touches fcntl-linux.h.

Problem reported by Andreas Enge <andreas@enge.fr>.
2017-02-27 15:31:06 +02:00
Marius Bakke 8e5652f924
gnu: harfbuzz: Update to 1.4.3.
* gnu/packages/gtk.scm (harfbuzz): Update to 1.4.3.
2017-02-27 11:41:54 +01:00
Marius Bakke daed5b7ed3
gnu: libx11: Update to 1.6.5.
* gnu/packages/xorg.scm (libx11): Update to 1.6.5.
2017-02-27 11:31:51 +01:00
Efraim Flashner 1c598515cd
gnu: fontconfig: Fix test-suite for freetype update.
* gnu/packages/fontutils.scm (fontconfig)[arguments]: Add phase to fix
the test-suite to have the input expected.
2017-02-27 08:29:05 +02:00
Marius Bakke 212c775c9c
gnu: bluez: Update to 5.44.
* gnu/packages/linux.scm (bluez): Update to 5.44.
2017-02-26 23:44:24 +01:00
Marius Bakke b9375d8944
gnu: kmod: Update to 24.
* gnu/packages/linux.scm (kmod): Update to 24.
2017-02-26 23:44:18 +01:00
Efraim Flashner 3de15bb740
gnu: freetype: Update to 2.7.1.
* gnu/packages/fontutils.scm (freetype): Update to 2.7.1.
2017-02-26 23:16:05 +02:00
Marius Bakke ac2d5de3da
gnu: libssh2: Fix build failure after 1.8.0 upgrade.
* gnu/packages/patches/libssh2-fix-build-failure-with-gcrypt.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/ssh.scm (libssh2)[source]: Use it.
[arguments]: Add 'autoreconf' phase.
[native-inputs]: Add AUTOCONF and AUTOMAKE.
2017-02-26 22:05:42 +01:00
Leo Famulari 56a44e2d5b
gnu: gd: Fix test failure with FreeType 2.7.
* gnu/packages/patches/gd-freetype-test-failure.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gd.scm (gd)[source]: Use it.
2017-02-26 15:46:03 -05:00
Leo Famulari fe36608f99
gnu: fontconfig: Fix build failure caused by symbol conflict with glibc@2.25.
* gnu/packages/patches/fontconfig-charwidth-symbol-conflict.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/fontutils.scm (fontconfig)[source]: Use it.
2017-02-26 11:39:09 -05:00
Leo Famulari f0a01af5c6
gnu: eudev: Fix build failure caused by conflicting function type declaration.
* gnu/packages/patches/eudev-conflicting-declaration.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (eudev)[source]: Use it.
2017-02-26 11:39:09 -05:00
Leo Famulari 378618640d
gnu: eudev: Update to 3.2.1.
* gnu/packages/linux.scm (eudev): Update to 3.2.1.
2017-02-26 11:39:09 -05:00
Leo Famulari d043ceedbb
gnu: cups-minimal: Fix build failure in reset-gzip-timestamps phase.
* gnu/packages/cups.scm (cups-minimal)[arguments]: Add 'make-manpages-writable'
phase.
2017-02-26 11:39:08 -05:00
Efraim Flashner 9a9d6d782c
gnu: bdb@5.3: Support aarch64.
* gnu/packages/databases.scm (bdb@5.3)[arguments]: Copy arguments from
* bdb, add '--build' flag for aarch64.
2017-02-25 20:39:05 +02:00
Marius Bakke d470d2d520
gnu: libva: Update to 1.7.3.
* gnu/packages/video.scm (libva): Update to 1.7.3.
2017-02-25 13:17:02 +01:00
Leo Famulari 55e61c4db8
gnu: gnutls: Support internationalized domain names.
* gnu/packages/tls.scm (gnutls)[propagated-inputs]: Replace libidn with
libidn2.
2017-02-24 14:03:16 -05:00
Leo Famulari c71011f80f
gnu: tcsh: Use modify-phases.
* gnu/packages/shells.scm (tcsh)[arguments]: Use modify-phases.
2017-02-24 13:22:07 -05:00
Leo Famulari 816417f5a4
gnu: tcsh: Update to 6.20.00.
* gnu/packages/shells.scm (tcsh): Update to 6.20.00.
[source]: Remove 'tcsh-do-not-define-BSDWAIT.patch'.
[inputs]: Remove coreutils. Move autoconf to ...
[native-inputs]: ... here. Add perl.
* gnu/packages/patches/tcsh-fix-autotest.patch: Adjust patch to upstream
changes.
* gnu/packages/patches/tcsh-do-not-define-BSDWAIT.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-02-24 13:22:06 -05:00
Marius Bakke 83090f6ae7
gnu: util-linux: Update to 2.29.2.
* gnu/packages/linux.scm (util-linux): Update to 2.29.2.
2017-02-23 11:15:23 +01:00
Marius Bakke 5f3070a500
gnu: alsa-lib: Update to 1.1.3.
* gnu/packages/patches/alsa-lib-mips-atomic-fix.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/linux.scm (alsa-lib): Update to 1.1.3.
[source]: Remove patch.
[home-page]: Use HTTPS.
2017-02-23 11:02:21 +01:00
Marius Bakke 2f7b4749e7
gnu: libxcb: Update to 1.12.
* gnu/packages/patches/libxcb-python-3.5-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/xorg.scm (libxcb): Update to 1.12.
[source]: Add patch. Download from new home.
[home-page]: Change to new xcb.fd.o home.
2017-02-22 13:31:49 +01:00
Marius Bakke ba5e23d605
gnu: xcb-proto: Update to 1.12.
* gnu/packages/patches/xcb-proto-python3-print.patch,
  gnu/packages/patches/xcb-proto-python3-whitespace.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/xorg.scm (xcb-proto): Update to 1.12.
[source]: Use patches. Download from new home.
[home-page]: Change to new xcb.fd.o home.
2017-02-22 13:31:48 +01:00
Marius Bakke c05be50a6f
gnu: graphite2: Update to 1.3.9.
* gnu/packages/fontutils.scm (graphite2): Update to 1.3.9.
2017-02-22 07:26:14 +01:00
Marius Bakke 827dc6295c
gnu: libepoxy: Update to 1.4.0.
* gnu/packages/patches/libepoxy-gl-null-checks.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/gl.scm (libepoxy): Update to 1.4.0.
[source]: Remove patch. Use release tarball and remove explicit file-name.
[arguments]: Drop 'autoreconf' phase. Remove obsolete test substitution.
[native-inputs]: Remove AUTOCONF, AUTOMAKE and LIBTOOL.
2017-02-22 07:26:04 +01:00
Efraim Flashner a6d352cc01
gnu: gs-fonts: Use 'modify-phases'.
* gnu/packages/ghostscript.scm (gs-fonts)[arguments]: Use
'modify-phases' syntax.
2017-02-21 21:49:31 +02:00
Efraim Flashner 6446555876
gnu: aalib: Support aarch64.
* gnu/packages/video.scm (aalib)[arguments]: Modify custom configure
phase to declare host type on aarch64.
2017-02-21 21:15:06 +02:00
Efraim Flashner fd61591850
gnu: python: Remove failing test on aarch64.
* gnu/packages/python.scm (python-3.5)[source]: Add snippet removing
test that fails on aarch64.
2017-02-21 21:14:57 +02:00
Efraim Flashner db700d5829
gnu: libelf: Use 'modify-phases'.
* gnu/packages/elf.scm (libelf)[arguments]: Use 'modify-phases'.
2017-02-21 21:14:48 +02:00
Efraim Flashner eb9a603317
gnu: libelf: Support aarch64.
* gnu/packages/elf.scm (libelf)[arguments]: Modify custom configure
phase to declare host type on aarch64.
2017-02-21 21:14:36 +02:00
Efraim Flashner 6d755c7b84
gnu: libgpg-error: Update to 1.26.
* gnu/packages/gnupg.scm (libgpg-error): Update to 1.26.
2017-02-21 20:28:53 +02:00
Efraim Flashner 3853bf2542
gnu: libtasn1: Update to 4.10.
* gnu/packages/tls.scm (libtasn1): Update to 4.10.
2017-02-21 20:27:47 +02:00
Efraim Flashner 0b86650650
gnu: gnutls: Update to 3.5.9.
* gnu/packages/tls.scm (gnutls): Update to 3.5.9.
2017-02-21 20:15:44 +02:00
Leo Famulari eed214ef22
gnu: xf86-video-geode: Update to 2.11.19.
* gnu/packages/xorg.scm (xf86-video-geode): Update to 2.11.19.
2017-02-21 12:34:53 -05:00
Leo Famulari 2060b4d95f
gnu: bdftopcf: Use libxfont2.
* gnu/packages/xorg.scm (bdftopcf)[inputs]: Replace libxfont with libxfont2.
2017-02-21 12:34:53 -05:00
Marius Bakke 4c145d21d1
gnu: openssl: Incorporate grafted changes.
This un-grafts 544db93caf.

* gnu/packages/tls.scm (openssl): Update to 1.0.2k.
[replacement]: Remove field.
(openssl-1.0.2k): Remove variable.
(openssl-next)[replacement]: Remove field.
2017-02-21 15:08:02 +01:00
Marius Bakke 9e5af7b456
gnu: mesa: Update to 13.0.5.
* gnu/packages/gl.scm (mesa): Update to 13.0.5.
2017-02-21 14:56:32 +01:00
Marius Bakke f12def72ae
gnu: xf86-input-wacom: Fix compatibility with xorg ABI 25.
* gnu/packages/patches/xf86-input-wacom-xorg-abi-25.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/xdisorg.scm (xf86-input-wacom)[source](patches): Use it.
2017-02-21 14:56:32 +01:00
Marius Bakke 008dfa23d4
gnu: xf86-video-intel: Change to libxfont2 ABI.
* gnu/packages/xorg.scm (xf86-video-intel)[inputs]: Change LIBXFONT to LIBXFONT2.
2017-02-21 14:56:32 +01:00
Marius Bakke 62489932a0
gnu: xf86-video-qxl: Change to libxfont2 ABI.
* gnu/packages/xorg.scm (xf86-video-qxl)[inputs]: Change LIBXFONT to LIBXFONT2.
2017-02-21 14:56:31 +01:00
Marius Bakke 27e982e0d3
gnu: xorg-server: Update to 1.19.1.
* gnu/packages/xorg.scm (xorg-server, xorg-server-xwayland): Update to 1.19.1.
[inputs]: Change from LIBXFONT to LIBXFONT2. Add LIBEPOXY.
2017-02-21 14:50:52 +01:00
Marius Bakke 10cd39d1e0
gnu: xorg-server: Use 'modify-phases' syntax.
* gnu/packages/xorg.scm (xorg-server)[arguments]: Use 'modify-phases'.
2017-02-21 14:50:51 +01:00
Marius Bakke 404e48c4ed
gnu: Add libxfont@2.
* gnu/packages/xorg.scm (libxfont2): New variable.
2017-02-21 14:50:51 +01:00
Marius Bakke d270c606b3
gnu: cmake: Run tests in parallel.
* gnu/packages/cmake.scm (cmake)[arguments]: Add 'set-test-environment' phase.
2017-02-21 14:50:51 +01:00
Marius Bakke db909bf23c
gnu: cmake: Remove bundled software.
* gnu/packages/cmake.scm (cmake)[source]: Add 'snippet' to remove bundled
libraries.
[arguments]: Drop removed files from 'patch-bin-sh' phase.
[license]: Update for remaining software.
2017-02-21 14:50:50 +01:00
Marius Bakke 4bbb7d4865
gnu: cmake: Update to 3.7.2.
* gnu/packages/cmake.scm (cmake): Update to 3.7.2.
[arguments]: Fix truthiness of some phases.
[inputs]: Add LIBUV.
2017-02-21 14:50:50 +01:00
Marius Bakke 8505eb19a4
Merge branch 'staging' into core-updates
Conflicts:
	gnu/local.mk: Missing mention of gdk-pixbuf-list-dir.patch in the
	commit log really confused me here... It's from 8c6b077bfa (staging).
	gnu/packages/xorg.scm: xkeyboard-config updated both places.
2017-02-21 14:31:36 +01:00
Efraim Flashner 3b88f3767d
gnu: Add bootstrap-binaries for 'aarch64-linux'.
These bootstrap-binaries were built against commit
8f8f250bdc.

* gnu/packages/bootstrap/aarch64-linux/bash,
gnu/packages/bootstrap/aarch64-linux/mkdir,
gnu/packages/bootstrap/aarch64-linux/xz,
gnu/packages/bootstrap/aarch64-linux/tar: New files.

* gnu/local.mk (bootstrap_aarch64_linuxdir)
(dist_bootstrap_aarch64_linux_DATA)
(nodist_bootstrap_aarch64_linux_DATA): New variables.
(DISTCLEANFILES): Add $(nodist_bootstrap_aarch64_linux_DATA).
(gnu/packages/bootstrap/aarch64-linux/guile-2.0.14.tar.xz): New target.
* build-aux/download.scm (filename->uri): Add aarch64-linux entry.
* gnu/packages/bootstrap.scm (raw-build): Use guile-2.0.14.tar.xz on
aarch64-linux.
(glibc-dynamic-linker, %bootstrap-coreutils&co, %boostrap-binutils)
(%bootstrap-glibc, %bootstrap-gcc): Add aarch64-linux cases.
* m4/guix.m4 (GUIX_SYSTEM_TYPE): Add aarch64 case.
(GUIX_ASSERT_SUPPORTED_SYSTEM): Add aarch64-linux to supported list.
* doc/guix.texi (GNU Distribution): Add aarch64-linux to the list of
supported systems.
* tests/packages.scm (package-search-derivation, snippet): Add aarch64
case.
2017-02-20 12:58:07 +02:00
Efraim Flashner 77e1673319
daemon: Ensure proper alignment on the stack.
* nix/libstore/build.cc (startBuilder): When calling 'clone', increase
the step to 16 and ensure it aligns properly on the stack.
2017-02-20 12:58:06 +02:00
Efraim Flashner 653add37af
gnu: %bootstrap-coreutils&co: Patch egrep/fgrep to work regardless of $PATH.
This is the bootstrap version of 1063d325ea

* gnu/packages/bootstrap.scm (%bootstrap-coreutils&co)[source]: Patch
the absolute location of 'grep' when called from 'egrep' or 'fgrep'.
2017-02-20 12:58:06 +02:00
Efraim Flashner d15432ca9e
Merge remote-tracking branch 'origin/master' into core-updates 2017-02-20 12:56:14 +02:00