gnu: nfs-utils: Adapt to changes in glibc 2.26. * gnu/packages/patches/nfs-utils-missing-headers.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/nfs.scm (nfs-utils)[source]: Use it.
gnu: rpcbind: Build with libnsl. * gnu/packages/onc-rpc.scm (rpcbind)[inputs]: Add libnsl.
gnu: Add libnsl. * gnu/packages/onc-rpc.scm (libnsl): New variable.
gnu: libtirpc: Update to 1.0.2. * gnu/packages/onc-rpc.scm (libtirpc): Update to 1.0.2. [source]: Adjust patch list. * gnu/packages/patches/libtirpc-CVE-2017-8779.patch: Delete file. * gnu/packages/patches/libtirpc-missing-headers.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
gnu: librsvg: Disable more failing tests. * gnu/packages/gnome.scm (librsvg)[arguments]: Rename 'remove-failing-test' phase to 'remove-failing-tests'. Disable more tests that fail on i686 and armhf. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: potrace: Relax unit tests. * gnu/packages/patches/potrace-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/fontutils.scm (potrace)[source]: Use it.
gnu: python2-subprocess32: Skip the tests. * gnu/packages/python.scm (python2-subprocess32)[arguments]: Skip the tests.
gnu: Remove python-numpy-next. This package was effectively superseded when NumPy was updated to 1.13.3. This is a followup to commit 68014502793ab8f3b0162fa8271a2be288519f93. * gnu/packages/python.scm (python-numpy-next, python2-numpy-next): Remove variables.
gnu: python-zope-testing: Update to 4.6.1. * gnu/packages/python-web.scm (python-zope-testing, python-zope-testing): Update to 4.6.1. [source]: Use pypi-uri.
gnu: python-numpy: Update to 1.13.3. * gnu/packages/python.scm (python-numpy, python2-numpy): Update to 1.13.3.
gnu: python-click: Disable the test suite. * gnu/packages/python.scm (python-click, python2-click)[arguments]: Skip the tests.
gnu: gcc@6: Fix building with glibc@2.26. * gnu/packages/gcc.scm (gcc@6)[source]: Add snippet to adjust linux-unwind.h to changes in glibc@2.26. Add patch. * gnu/packages/patches/gcc-libsanitizer-fix.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
Merge branch 'master' into core-updates
gnu: python-pytest-localserver: Update to 0.4.1. * gnu/packages/check.scm (python-pytest-localserver): Update to 0.4.1.
gnu: surfraw: Point to the correct Perl executable. * gnu/packages/web.scm (surfraw)[arguments]: Hardcode the path to Perl in a 'patch-perl' phase. Signed-off-by: Leo Famulari <leo@famulari.name>
gnu: GNU Unifont: Update to 10.0.07. * gnu/packages/fonts.scm (font-gnu-unifont): Update to 10.0.07.
gnu: Add python2-scientific. * gnu/packages/python.scm (python2-scientific): New public variable. Signed-off-by: Leo Famulari <leo@famulari.name>
gnu: Add python2-pyro. * gnu/packages/python.scm (python2-pyro): New public variable. Signed-off-by: Leo Famulari <leo@famulari.name>
gnu: file: Mention libmagic. * gnu/packages/file.scm (file)[description]: Mention libmagic.
gnu: vlc: Enable libdvdread and libdvdcss support. * gnu/packages/video.scm (libdvdread): Compile with libdvdcss support; (vlc): Add libdvdread as input.