jackhill/guix/guix.git
9 years agognu: cross-base: Do not strip cross-gcc.
Ludovic Courtès [Wed, 10 Jun 2015 21:19:30 +0000 (23:19 +0200)]
gnu: cross-base: Do not strip cross-gcc.

Fixes a regression introduced in 9063ef0 whereby #:strip-binaries? would be
left to #t, leading to an invalid cross-built libgcc.a (see
<http://hydra.gnu.org/build/492479/nixlog/1/tail-reload>.)

* gnu/packages/cross-base.scm (cross-gcc-arguments): Add #:strip-binaries? #f
  unconditionally.  Replace 'install' phase to use "make install-strip".

9 years agognu: commencement: Remove "debug" output of GCC-FINAL.
Ludovic Courtès [Wed, 10 Jun 2015 07:37:36 +0000 (09:37 +0200)]
gnu: commencement: Remove "debug" output of GCC-FINAL.

Fixes a regression introduced in 9063ef0.

* gnu/packages/commencement.scm (gcc-final)[outputs]: New field.

9 years agognu: gcc: Build libbacktrace without -Werror.
Ludovic Courtès [Tue, 9 Jun 2015 20:29:46 +0000 (22:29 +0200)]
gnu: gcc: Build libbacktrace without -Werror.

* gnu/packages/gcc.scm (gcc-4.7)[arguments] <pre-configure>: Remove -Werror
  from libbacktrace/configure.

9 years agognu: gcc: Add "debug" output, debugging symbols of libraries.
Ludovic Courtès [Tue, 9 Jun 2015 19:51:18 +0000 (21:51 +0200)]
gnu: gcc: Add "debug" output, debugging symbols of libraries.

* gnu/packages/gcc.scm (gcc-4.7)[install-target]: Remove.
  [outputs]: Add "debug".
  [arguments]: Remove #:strip-binaries?.  Remove 'install' phase.

9 years agognu: gcc: Do not add -rpath=LIBDIR/lib64 to the "lib" spec.
Ludovic Courtès [Tue, 9 Jun 2015 19:39:10 +0000 (21:39 +0200)]
gnu: gcc: Do not add -rpath=LIBDIR/lib64 to the "lib" spec.

* gnu/packages/gcc.scm (gcc-4.7): Remove unneeded LIBDIR/lib64 from
  GNU_USER_TARGET_LIB_SPEC.

9 years agognu: make-bootstrap: Adjust gawk patch to 4.1.3.
Ludovic Courtès [Tue, 9 Jun 2015 19:38:00 +0000 (21:38 +0200)]
gnu: make-bootstrap: Adjust gawk patch to 4.1.3.

* gnu/packages/patches/gawk-shell.patch: Update for gawk 4.1.3.

9 years agognu: guile-static: Use Linux syscalls only on Linux-based systems.
Manolis Ragkousis [Sat, 23 May 2015 19:10:34 +0000 (22:10 +0300)]
gnu: guile-static: Use Linux syscalls only on Linux-based systems.

* gnu/packages/patches/guile-linux-syscalls.patch: Use Linux
  syscalls only on Linux-based systems.

9 years agognu: commencement: Use our Binutils as soon as possible.
Mark H Weaver [Mon, 8 Jun 2015 19:19:28 +0000 (15:19 -0400)]
gnu: commencement: Use our Binutils as soon as possible.

* gnu/packages/commencement.scm (binutils-boot0)[arguments]: Add
  'add-symlinks' phase.

9 years agognu: sed: Set PATH_MAX for Hurd systems.
Manolis Ragkousis [Mon, 8 Jun 2015 13:04:07 +0000 (16:04 +0300)]
gnu: sed: Set PATH_MAX for Hurd systems.

* gnu/packages/patches/sed-hurd-path-max.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.

9 years agognu: Switch to GCC 4.9 as the default cross-compiler.
Ludovic Courtès [Thu, 4 Jun 2015 16:07:26 +0000 (18:07 +0200)]
gnu: Switch to GCC 4.9 as the default cross-compiler.

* gnu/packages/cross-base.scm: Replace all occurrences of "gcc-4.8" with
  "gcc-4.9".

9 years agognu: Switch to GCC 4.9 as the default compiler.
Ludovic Courtès [Thu, 4 Jun 2015 16:05:52 +0000 (18:05 +0200)]
gnu: Switch to GCC 4.9 as the default compiler.

* gnu/packages/commencement.scm: Replace all occurrences of "gcc-4.8" with
  "gcc-4.9".
  (gcc-boot0)[arguments]: Add --disable-libcilkrts --disable-libvtv.

9 years agognu: linux-libre-headers: Do not retain reference to the bootstrap tools.
Ludovic Courtès [Thu, 4 Jun 2015 12:37:53 +0000 (14:37 +0200)]
gnu: linux-libre-headers: Do not retain reference to the bootstrap tools.

* gnu/packages/linux.scm (linux-libre-headers)[install-phase]: Remove
  ".install" files from the output.
  [arguments]: Add #:allowed-references.

9 years agognu: findutils: Use /var as the localstatedir, for 'updatedb'.
Ludovic Courtès [Thu, 4 Jun 2015 10:49:43 +0000 (12:49 +0200)]
gnu: findutils: Use /var as the localstatedir, for 'updatedb'.

* gnu/packages/patches/findutils-localstatedir.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/base.scm (findutils)[source]: Use it.
  [arguments]: Pass --localstatedir=/var.

9 years agognu: perl: Strip the DSOs.
Ludovic Courtès [Thu, 4 Jun 2015 09:24:07 +0000 (11:24 +0200)]
gnu: perl: Strip the DSOs.

* gnu/packages/perl.scm (perl)[arguments]: Add 'make-shared-objects-writable'
  phase.

9 years agognu: perl: Use 'modify-phases'.
Ludovic Courtès [Thu, 4 Jun 2015 09:13:54 +0000 (11:13 +0200)]
gnu: perl: Use 'modify-phases'.

* gnu/packages/perl.scm (perl)[arguments]: Use 'modify-phases' instead of
  'alist-replace'.

9 years agognu: gcc: Move patch upstream status in the patch itself.
Ludovic Courtès [Thu, 4 Jun 2015 07:30:20 +0000 (09:30 +0200)]
gnu: gcc: Move patch upstream status in the patch itself.

* gnu/packages/patches/gcc-arm-link-spec-fix.patch: Add bug and patch URLs.
* gnu/packages/gcc.scm (gcc-4.8): Remove them.

9 years agognu: gawk: Update to 4.1.3.
Ludovic Courtès [Thu, 4 Jun 2015 06:58:23 +0000 (08:58 +0200)]
gnu: gawk: Update to 4.1.3.

* gnu/packages/gawk.scm (gawk): Update to 4.1.3.

9 years agognu: flex: Fix native-inputs field.
Mark H Weaver [Mon, 1 Jun 2015 01:18:54 +0000 (21:18 -0400)]
gnu: flex: Fix native-inputs field.

This is a followup to ba42199eb3 and dedaf76f66.

* gnu/packages/flex.scm (flex)[native-inputs]: Add another layer of
  parentheses.

9 years agognu: libxml2: Build python bindings separately.
宋文武 [Sat, 30 May 2015 09:06:25 +0000 (17:06 +0800)]
gnu: libxml2: Build python bindings separately.

* gnu/packages/xml.scm (libxml2)[native-inputs]: Remove python.
  [arguments]: Remove.
  (python-libxml2, python2-libxml2): New variables.

9 years agognu: libxml2: Update to 2.9.2.
宋文武 [Sat, 30 May 2015 09:05:23 +0000 (17:05 +0800)]
gnu: libxml2: Update to 2.9.2.

* gnu/packages/xml.scm (libxml2): Update to 2.9.2.

9 years agognu: base: Fix a bug that occurs in non-Linux systems.
Manolis Ragkousis [Thu, 21 May 2015 13:47:26 +0000 (16:47 +0300)]
gnu: base: Fix a bug that occurs in non-Linux systems.

* gnu/packages/base.scm (tar): Apply patch.
* gnu/packages/patches/tar-d_ino_in_dirent-fix.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.

9 years agognu: flex: Add missing quasiquote.
Manolis Ragkousis [Thu, 21 May 2015 14:56:45 +0000 (17:56 +0300)]
gnu: flex: Add missing quasiquote.

* gnu/packages/flex.scm (flex): Add missing quasiquote at native-inputs.

9 years agognu: flex: Add m4 as a native input.
Manolis Ragkousis [Tue, 12 May 2015 17:45:41 +0000 (20:45 +0300)]
gnu: flex: Add m4 as a native input.

* gnu/packages/flex (flex): Add m4 as a native input.

9 years agognu: bison: Add m4 as a native input.
Manolis Ragkousis [Tue, 12 May 2015 17:42:38 +0000 (20:42 +0300)]
gnu: bison: Add m4 as a native input.

* gnu/packages/bison (bison): Add m4 as a native input.

9 years agopackages: Use packages from '%final-inputs' as the default patch inputs.
Ludovic Courtès [Tue, 5 May 2015 16:10:30 +0000 (18:10 +0200)]
packages: Use packages from '%final-inputs' as the default patch inputs.

Reported by Manolis Ragkousis <manolis837@gmail.com>
at <http://lists.gnu.org/archive/html/guix-devel/2015-05/msg00059.html>.

* guix/packages.scm (%standard-patch-inputs): Add 'canonical', and use
  it in 'ref'.

9 years agopackages: Use %store-directory.
Taylan Ulrich Bayırlı/Kammer [Fri, 15 May 2015 08:59:44 +0000 (10:59 +0200)]
packages: Use %store-directory.

* guix/packages.scm (patch-and-repack): Call %store-directory instead of
  duplicating its code.

9 years agognu: mesa: Update to 10.5.4.
Taylan Ulrich Bayırlı/Kammer [Sat, 25 Apr 2015 10:02:33 +0000 (12:02 +0200)]
gnu: mesa: Update to 10.5.4.

* gnu/packages/gl.scm (mesa): Update version to 10.5.4.  Add libxvmc to
  inputs.  Remove python, gettext, flex, and bison from native-inputs.  Remove
  hack that was necessary to prevent rebuilding parts of the build system.

9 years agognu: mesa: Add libva input.
Taylan Ulrich Bayırlı/Kammer [Tue, 28 Apr 2015 13:08:47 +0000 (15:08 +0200)]
gnu: mesa: Add libva input.

There is a circular dependency between Mesa and libVA, so we use a
libva-no-mesa package that builds libVA without GLX and EGL support, and use
that for building Mesa.

* gnu/packages/gl.scm (libva-for-mesa): New variable.
(mesa): Add as input.

9 years agobash completion: Complete long options with no short variant.
Ludovic Courtès [Fri, 1 May 2015 15:39:39 +0000 (17:39 +0200)]
bash completion: Complete long options with no short variant.

* etc/completion/bash/guix (_guix_complete_option): Change grep regexp
  to match options that don't have a short option name.

9 years agognu: polkit-qt: Add $libdir to RUNPATH.
Ludovic Courtès [Fri, 1 May 2015 15:38:44 +0000 (17:38 +0200)]
gnu: polkit-qt: Add $libdir to RUNPATH.

* gnu/packages/polkit.scm (polkit-qt)[arguments]: Add
  #:configure-flags.

9 years agocheck-available-binaries: Use %HYDRA-SUPPORTED-SYSTEMS.
Ludovic Courtès [Fri, 1 May 2015 15:38:09 +0000 (17:38 +0200)]
check-available-binaries: Use %HYDRA-SUPPORTED-SYSTEMS.

* build-aux/check-available-binaries.scm: Use %HYDRA-SUPPORTED-SYSTEMS
  instead of %SUPPORTED-SYSTEMS.

9 years agognu: mariadb: Remove now unneeded workaround.
Ludovic Courtès [Fri, 1 May 2015 15:34:03 +0000 (17:34 +0200)]
gnu: mariadb: Remove now unneeded workaround.

This has been redundant since 21e583d.

* gnu/packages/databases.scm (mariadb)[arguments]: Remove LDFLAGS
  definition.

9 years agolist-packages: Add status link only for systems supported on Hydra.
Ludovic Courtès [Fri, 1 May 2015 14:10:08 +0000 (16:10 +0200)]
list-packages: Add status link only for systems supported on Hydra.

* build-aux/list-packages.scm (package->sxml)[status]:
  Intersect (package-transitive-supported-systems package) with
  %HYDRA-SUPPORTED-SYSTEMS.

9 years agopackages: Add '%hydra-supported-systems'.
Ludovic Courtès [Fri, 1 May 2015 14:05:40 +0000 (16:05 +0200)]
packages: Add '%hydra-supported-systems'.

* build-aux/hydra/gnu-system.scm (%hydra-supported-systems): Remove.
* guix/packages.scm (%hydra-supported-systems): New variable.

9 years agognu: ganv: Set the RUNPATH of binaries to $libdir.
Ludovic Courtès [Fri, 1 May 2015 14:01:49 +0000 (16:01 +0200)]
gnu: ganv: Set the RUNPATH of binaries to $libdir.

* gnu/packages/gtk.scm (ganv)[arguments]: Add 'set-ldflags' phase.

9 years agoMerge branch 'master' into core-updates
Ludovic Courtès [Fri, 1 May 2015 13:03:30 +0000 (15:03 +0200)]
Merge branch 'master' into core-updates

9 years agoserialization: Adjust the permissive UTF-8 decoder to Guile 2.0.12ish.
Ludovic Courtès [Fri, 1 May 2015 11:10:18 +0000 (13:10 +0200)]
serialization: Adjust the permissive UTF-8 decoder to Guile 2.0.12ish.

* guix/serialization.scm (read-maybe-utf8-string): Use
  'set-port-encoding!' and 'set-port-conversion-strategy!' instead of
  setting '%default-port-encoding' and
  '%default-port-conversion-strategy'.  This accounts for Guile commit
  d574d96, which changes bytevector input ports to use ISO-8859-1.

9 years agosubstitute: Fix file descriptor leak in 'http-multiple-get'.
Ludovic Courtès [Fri, 1 May 2015 10:50:27 +0000 (12:50 +0200)]
substitute: Fix file descriptor leak in 'http-multiple-get'.

In practice we would not leak much since we reconnect after ~100
requests (with nginx running on hydra.gnu.org.)

* guix/scripts/substitute.scm (http-multiple-get): Call 'close-port'
  before 'connect'.

9 years agognu: qt: Add patch for i686 build problem.
Taylan Ulrich Bayırlı/Kammer [Thu, 30 Apr 2015 21:25:54 +0000 (23:25 +0200)]
gnu: qt: Add patch for i686 build problem.

See <https://bugreports.qt.io/browse/QTBUG-45205>.

* gnu/packages/patches/qt5-conflicting-typedefs.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/qt.scm (qt): Add the patch.

9 years agoThank Joshua.
Ludovic Courtès [Thu, 30 Apr 2015 22:02:11 +0000 (00:02 +0200)]
Thank Joshua.

9 years agodownload: Honor the 'http_proxy' and 'https_proxy' env. vars.
Ludovic Courtès [Thu, 30 Apr 2015 21:54:06 +0000 (23:54 +0200)]
download: Honor the 'http_proxy' and 'https_proxy' env. vars.

Fixes <http://bugs.gnu.org/20402>.
Reported by Joshua Randall <jcrandall@alum.mit.edu>.

* guix/download.scm (url-fetch): Pass #:leaked-env-vars to
  'gexp->derivation'.

9 years agoderivations: Add #:leaked-env-vars parameter.
Ludovic Courtès [Thu, 30 Apr 2015 21:51:44 +0000 (23:51 +0200)]
derivations: Add #:leaked-env-vars parameter.

Suggested by Joshua Randall <jcrandall@alum.mit.edu>
in <http://bugs.gnu.org/20402>.

* guix/derivations.scm (derivation): Add #:leaked-env-vars parameter.
  [user+system-env-vars]: Honor it.
* guix/gexp.scm (gexp->derivation): Add #:leaked-env-vars and pass it to
  'raw-derivation'.
* doc/guix.texi (Derivations, G-Expressions): Adjust accordingly.

9 years agodownload: Simplify 'open-connection-for-uri' to support HTTP proxies.
Ludovic Courtès [Thu, 30 Apr 2015 20:13:04 +0000 (22:13 +0200)]
download: Simplify 'open-connection-for-uri' to support HTTP proxies.

Partly fixes <http://bugs.gnu.org/20402>.
Reported by Joshua Randall <jcrandall@alum.mit.edu>.

* guix/build/download.scm (open-connection-for-uri): Rewrite to be a
  small wrapper around 'open-socket-for-uri'.  This procedure was
  initially introduced in d14ecda to work around the lack of NSS modules
  during bootstrap but that has become unnecessary since 0621349, which
  introduced a bootstrap Guile that uses static NSS modules (from commit
  d3b5972.)
  On Guile >= 2.0.10, this allows the 'http_proxy' environment variable
  to be used.

9 years agognu: Add orcus.
Andreas Enge [Thu, 30 Apr 2015 19:23:29 +0000 (21:23 +0200)]
gnu: Add orcus.

* gnu/packages/libreoffice.scm (orcus): New variable.

9 years agognu: lilv: Set rpath via LDFLAGS.
Taylan Ulrich Bayırlı/Kammer [Thu, 30 Apr 2015 14:33:06 +0000 (16:33 +0200)]
gnu: lilv: Set rpath via LDFLAGS.

Fixes <http://bugs.gnu.org/20040>.

* gnu/packages/audio.scm (lilv): Add a pre-configure phase setting $LDFLAGS to
  set the rpath to $out/lib.

9 years agognu: sord: Set rpath via LDFLAGS.
Taylan Ulrich Bayırlı/Kammer [Thu, 30 Apr 2015 14:32:30 +0000 (16:32 +0200)]
gnu: sord: Set rpath via LDFLAGS.

Fixes <http://bugs.gnu.org/20044>.

* gnu/packages/rdf.scm (sord): Add a pre-configure phase setting $LDFLAGS to
  set the rpath to $out/lib.

9 years agognu: serd: Set rpath via LDFLAGS.
Taylan Ulrich Bayırlı/Kammer [Thu, 30 Apr 2015 14:30:41 +0000 (16:30 +0200)]
gnu: serd: Set rpath via LDFLAGS.

Fixes <http://bugs.gnu.org/20051>.

* gnu/packages/rdf.scm (serd): Add a pre-configure phase setting $LDFLAGS to
  set the rpath to $out/lib.

9 years agognu: wxwidgets: Set rpath in LDFLAGS.
Taylan Ulrich Bayırlı/Kammer [Thu, 30 Apr 2015 12:29:05 +0000 (14:29 +0200)]
gnu: wxwidgets: Set rpath in LDFLAGS.

Fixes <http://bugs.gnu.org/20049>.

* gnu/packages/wxwidgets.scm (wxwidgets): Add a make flag to set rpath to
  $out/lib via LDFLAGS.

9 years agognu: gcc: Add link to upstream bug report.
Ludovic Courtès [Thu, 30 Apr 2015 11:43:55 +0000 (13:43 +0200)]
gnu: gcc: Add link to upstream bug report.

* gnu/packages/gcc.scm (gcc-4.8): Add link to bug report in comment.

9 years agognu: gcc: Add $libdir to the RUNPATH of libvtv.so.
Ludovic Courtès [Thu, 30 Apr 2015 11:31:59 +0000 (13:31 +0200)]
gnu: gcc: Add $libdir to the RUNPATH of libvtv.so.

* gnu/packages/gcc.scm (gcc-4.9): Inherit from GCC-4.8.
  [source]: Add 'gcc-libvtv-runpath.patch'.
  (gcc-5.1): Inherit from GCC-4.9.
  [source]: Use patches from GCC-4.9.
* gnu/packages/patches/gcc-libvtv-runpath.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.

9 years agognu: libva: Patch a dlopen call, set drivers path.
Taylan Ulrich Bayırlı/Kammer [Tue, 28 Apr 2015 15:48:24 +0000 (17:48 +0200)]
gnu: libva: Patch a dlopen call, set drivers path.

* gnu/packages/video.scm (libva): Patch the reference to libva-x11.so (passed
  to dlopen()) to use an absolute path.  Add --with-drivers-path= to
  #:configure-flags with a value pointing to mesa's $prefix/lib/dri.

9 years agoinstall: Make /var/lock.
Ludovic Courtès [Wed, 29 Apr 2015 20:27:46 +0000 (22:27 +0200)]
install: Make /var/lock.

Reported by 宋文武 <iyzsong@gmail.com>.

* gnu/build/install.scm (directives): Add /var/lock.

9 years agognu: jack2: Add $libdir to the RUNPATH of all the binaries.
宋文武 [Wed, 29 Apr 2015 16:03:10 +0000 (00:03 +0800)]
gnu: jack2: Add $libdir to the RUNPATH of all the binaries.

* gnu/packages/audio.scm (jack2)[arguments]: Add #:phases.

9 years agognu: Remove gstreamer-0.10 and gst-plugins-base-0.10.
宋文武 [Wed, 29 Apr 2015 08:19:52 +0000 (16:19 +0800)]
gnu: Remove gstreamer-0.10 and gst-plugins-base-0.10.

* gnu/packages/gstreamer.scm (gstreamer-0.10, gst-plugins-base-0.10):
  Remove variables.
* gnu/packages/patches/gstreamer-0.10-bison3.patch,
  gnu/packages/patches/gstreamer-0.10-silly-test.patch: Remove files.
* gnu-system.am (dist_patch_DATA): Remove them.

9 years agognu: Add xmp.
宋文武 [Wed, 29 Apr 2015 06:48:55 +0000 (14:48 +0800)]
gnu: Add xmp.

* gnu/packages/audio.scm (xmp): New variable.

9 years agognu: Add libxmp.
宋文武 [Wed, 29 Apr 2015 06:48:26 +0000 (14:48 +0800)]
gnu: Add libxmp.

* gnu/packages/audio.scm (libxmp): New variable.

9 years agognu: Add libmodplug.
宋文武 [Wed, 29 Apr 2015 03:03:48 +0000 (11:03 +0800)]
gnu: Add libmodplug.

* gnu/packages/audio.scm (libmodplug): New variable.

9 years agognu: Add python-tornado.
Ricardo Wurmus [Tue, 28 Apr 2015 08:18:22 +0000 (10:18 +0200)]
gnu: Add python-tornado.

* gnu/packages/python.scm (python-tornado, python2-tornado): New variables.

9 years agognu: Add python2-backport-ssl-match-hostname.
Ricardo Wurmus [Tue, 28 Apr 2015 08:17:49 +0000 (10:17 +0200)]
gnu: Add python2-backport-ssl-match-hostname.

* gnu/packages/python.scm (python2-backport-ssl-match-hostname): New variable.

9 years agognu: Add icedtea7.
Ricardo Wurmus [Tue, 24 Mar 2015 11:09:29 +0000 (12:09 +0100)]
gnu: Add icedtea7.

* gnu/packages/java.scm (icedtea7): New variable.

9 years agognu: cmake: Disable parallel tests.
宋文武 [Tue, 28 Apr 2015 09:16:18 +0000 (17:16 +0800)]
gnu: cmake: Disable parallel tests.

* gnu/packages/cmake.scm (cmake)[arguments]: Add #:parallel-tests?.
  Set 'CTEST_OUTPUT_ON_FAILURE' to 'TRUE' in 'set-paths phase.

9 years agognu: cmake: Update to 3.2.2.
宋文武 [Tue, 28 Apr 2015 07:29:17 +0000 (15:29 +0800)]
gnu: cmake: Update to 3.2.2.

* gnu/packages/cmake.scm (cmake): Update to 3.2.2.
* gnu/packages/patches/cmake-fix-tests.patch: Skip test for BundleUtilities.

9 years agognu: Add ixion.
Andreas Enge [Mon, 27 Apr 2015 20:09:15 +0000 (22:09 +0200)]
gnu: Add ixion.

* gnu/packages/libreoffice.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.

Co-authored-by: John Darrington <jmd@gnu.org>
9 years agognu: Add extremetuxracer.
Christopher Allan Webber [Mon, 27 Apr 2015 04:40:40 +0000 (23:40 -0500)]
gnu: Add extremetuxracer.

* gnu/packages/games.scm (extremetuxracer): New variable.

9 years agognu: imlib2: Update to 1.4.7.
Alex Kost [Mon, 27 Apr 2015 17:56:00 +0000 (20:56 +0300)]
gnu: imlib2: Update to 1.4.7.

* gnu/packages/image.scm (imlib2): Update to 1.4.7.

9 years agognu: icedtea6: Split test fixing phases.
Ricardo Wurmus [Mon, 20 Apr 2015 10:55:20 +0000 (12:55 +0200)]
gnu: icedtea6: Split test fixing phases.

* gnu/packages/java.scm (icedtea6)[arguments]: Split phase 'fix-tests into
  three phases 'fix-test-framework, 'fix-hotspot-tests, and 'fix-jdk-tests.

9 years agognu: flexbar: Enable tests.
Ricardo Wurmus [Mon, 27 Apr 2015 09:48:00 +0000 (11:48 +0200)]
gnu: flexbar: Enable tests.

* gnu/packages/bioinformatics.scm (flexbar): Enable tests.

9 years agognu: tbb: Set rpath in LDFLAGS.
Ricardo Wurmus [Mon, 27 Apr 2015 09:21:08 +0000 (11:21 +0200)]
gnu: tbb: Set rpath in LDFLAGS.

* gnu/packages/tbb.scm (tbb)[arguments]: Set rpath to "/lib" output directory
  in LDFLAGS.

9 years agognu: Add sfml.
David Thompson [Sun, 26 Apr 2015 20:38:43 +0000 (16:38 -0400)]
gnu: Add sfml.

* gnu/packages/game-development.scm (sfml): New variable.

9 years agognu: mpv: Update to 0.9.0.
宋文武 [Mon, 27 Apr 2015 08:58:00 +0000 (16:58 +0800)]
gnu: mpv: Update to 0.9.0.

* gnu/packages/video.scm (mpv): Update to 0.9.0.

9 years agognu: ffmpeg: Don't use patchelf.
宋文武 [Mon, 27 Apr 2015 07:02:45 +0000 (15:02 +0800)]
gnu: ffmpeg: Don't use patchelf.

* gnu/packages/video.scm (ffmpeg)[inputs]: Remove patchelf.
  [arguments]: Remove #:modules, #:imported-modules and 'add-lib-to-runpath
  phase.  Pass '--extra-ldflags=-Wl,-rpath=$libdir' to `configure'.

9 years agognu: ffmpeg: Update to 2.6.2.
宋文武 [Mon, 27 Apr 2015 07:00:15 +0000 (15:00 +0800)]
gnu: ffmpeg: Update to 2.6.2.

* gnu/packages/video.scm (ffmpeg): Update to 2.6.2.

9 years agognu: Add guile-minikanren.
Christopher Allan Webber [Wed, 22 Apr 2015 03:40:15 +0000 (22:40 -0500)]
gnu: Add guile-minikanren.

* gnu/packages/guile.scm (guile-minikanren): New variable.

9 years agoMerge branch 'master' into core-updates.
Andreas Enge [Sun, 26 Apr 2015 18:08:49 +0000 (20:08 +0200)]
Merge branch 'master' into core-updates.

9 years agognu: evas-generic-loaders: Update to 1.13.2.
Andreas Enge [Sun, 26 Apr 2015 15:44:47 +0000 (17:44 +0200)]
gnu: evas-generic-loaders: Update to 1.13.2.

* gnu/packages/enlightenment.scm (evas-generic-loaders): Update to 1.13.2.
  Use https for the URL to avoid a redirection.

9 years agognu: gpgme: Update to 1.5.4.
Andreas Enge [Sun, 26 Apr 2015 15:24:51 +0000 (17:24 +0200)]
gnu: gpgme: Update to 1.5.4.

* gnu/packages/gnupg.scm (gpgme): Update to 1.5.4.

9 years agoMerge branch 'wip-glib' into master.
Andreas Enge [Sun, 26 Apr 2015 14:05:39 +0000 (16:05 +0200)]
Merge branch 'wip-glib' into master.

Conflicts:
gnu/packages/package-management.scm

9 years agognu: Add calf plugins.
Ricardo Wurmus [Sun, 26 Apr 2015 08:44:14 +0000 (10:44 +0200)]
gnu: Add calf plugins.

* gnu/packages/audio.scm (calf): New variable.

9 years agognu: Add fluidsynth.
Ricardo Wurmus [Sat, 25 Apr 2015 19:35:48 +0000 (21:35 +0200)]
gnu: Add fluidsynth.

* gnu/packages/audio.scm (fluidsynth): New variable.

9 years agognu: Add mdds.
Andreas Enge [Sun, 26 Apr 2015 12:38:23 +0000 (14:38 +0200)]
gnu: Add mdds.

* gnu/packages/boost.scm (mdds): New variable.

9 years agognu: Add gitolite.
David Thompson [Thu, 16 Apr 2015 07:23:52 +0000 (03:23 -0400)]
gnu: Add gitolite.

* gnu/packages/version-control.scm (gitolite): New variable.
* gnu/packages/patches/gitolite-openssh-6.8-compat.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.

9 years agognu: nginx: Update to 1.8.0.
David Thompson [Fri, 24 Apr 2015 12:08:02 +0000 (08:08 -0400)]
gnu: nginx: Update to 1.8.0.

* gnu/packages/web.scm (nginx): Update to 1.8.0.

9 years agognu: wpa-supplicant: Add fix for CVE-2015-1863.
Mark H Weaver [Fri, 24 Apr 2015 00:31:05 +0000 (20:31 -0400)]
gnu: wpa-supplicant: Add fix for CVE-2015-1863.

* gnu/packages/patches/wpa-supplicant-CVE-2015-1863.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/admin.scm (wpa-supplicant): Add patch.

9 years agobuild-system/{cmake,glib-or-gtk}: Add #:validate-runpath? parameter.
Ludovic Courtès [Thu, 23 Apr 2015 16:51:50 +0000 (18:51 +0200)]
build-system/{cmake,glib-or-gtk}: Add #:validate-runpath? parameter.

* guix/build-system/cmake.scm (cmake-build): Add #:validate-runpath?
  parameter and pass it to BUILDER.
* guix/build-system/glib-or-gtk.scm (glib-or-gtk-build): Likewise.

9 years agobuild-system/gnu: #:validate-runpath? now defaults to #t.
Ludovic Courtès [Thu, 23 Apr 2015 16:50:37 +0000 (18:50 +0200)]
build-system/gnu: #:validate-runpath? now defaults to #t.

* guix/build/gnu-build-system.scm (validate-runpath): Change default
  value of VALIDATE-RUNPATH? to #t.

9 years agobuild-system/gnu: Gracefully handle dangling symlinks.
Ludovic Courtès [Thu, 23 Apr 2015 09:59:35 +0000 (11:59 +0200)]
build-system/gnu: Gracefully handle dangling symlinks.

Fixes <http://bugs.gnu.org/20081>.
Reported by Tomáš Čech <tcech@suse.cz>.

* guix/build/gnu-build-system.scm (patch-source-shebangs): Remove files
  that don't pass 'file-exists?'.
  (patch-generated-file-shebangs): Likewise.

9 years agogremlin: Add support for the expansion of $ORIGIN in RUNPATH.
Ludovic Courtès [Thu, 23 Apr 2015 09:23:14 +0000 (11:23 +0200)]
gremlin: Add support for the expansion of $ORIGIN in RUNPATH.

* guix/build/gremlin.scm (expand-variable, expand-origin): New
  procedures.
  (validate-needed-in-runpath): Map 'expand-origin' to the RUNPATH field
  of DYNINFO.
* tests/gremlin.scm ("expand-origin"): New test.

9 years agognu: r: Update to 3.2.0.
Ricardo Wurmus [Wed, 22 Apr 2015 10:26:45 +0000 (12:26 +0200)]
gnu: r: Update to 3.2.0.

* gnu/packages/statistics.scm (r): Update to 3.2.0.

9 years agognu: r: Set library rpath.
Ricardo Wurmus [Wed, 22 Apr 2015 09:58:44 +0000 (11:58 +0200)]
gnu: r: Set library rpath.

* gnu/packages/statistics.scm (r)[arguments]: Add the rpath for lib directory
  of output to LDFLAGS.

9 years agognu: postgresql: Update to 9.3.6.
Mark H Weaver [Thu, 23 Apr 2015 10:27:47 +0000 (06:27 -0400)]
gnu: postgresql: Update to 9.3.6.

* gnu/packages/databases.scm (postgresql): Update to 9.3.6.  Use .bz2 tarball.

9 years agognu: notmuch: Update to 0.19; add man pages and bash completion.
Mark H Weaver [Thu, 23 Apr 2015 10:04:36 +0000 (06:04 -0400)]
gnu: notmuch: Update to 0.19; add man pages and bash completion.

* gnu/packages/mail.scm (notmuch)[source]: Update to 0.19.
  [arguments]: In 'configure' phase, set CC environment variable.  Arrange to
  use rst2man.py instead of rst2man.
  [native-inputs]: Add python-2, python2-docutils, and bash-completion.

9 years agognu: Add gcc-5.1.0 and gcc-toolchain-5.1.0.
Mark H Weaver [Thu, 23 Apr 2015 05:05:36 +0000 (01:05 -0400)]
gnu: Add gcc-5.1.0 and gcc-toolchain-5.1.0.

* gnu/packages/gcc.scm (gcc-5.1): New variable.
* gnu/packages/commencement.scm (gcc-toolchain-5.1): New variable.

9 years agognu: Add missing (gnu packages gettext) module import.
Mark H Weaver [Thu, 23 Apr 2015 01:48:20 +0000 (21:48 -0400)]
gnu: Add missing (gnu packages gettext) module import.

This is a followup to 6162b95d21a7b75fe3753c22c7755c5d12a8302f.

* gnu/packages/base.scm: Import (gnu packages gettext).

9 years agognu: xfce4-settings: Add more inputs.
宋文武 [Wed, 22 Apr 2015 23:38:26 +0000 (07:38 +0800)]
gnu: xfce4-settings: Add more inputs.

* gnu/packages/xfce.scm (xfce4-settings)[inputs]: Add libxklavier,
  upower and xf86-input-libinput.

9 years agognu: libinput: Update to 0.14.1.
宋文武 [Wed, 22 Apr 2015 23:37:44 +0000 (07:37 +0800)]
gnu: libinput: Update to 0.14.1.

* gnu/packages/freedesktop.scm (libinput): Update to 0.14.1.

9 years agognu: Add xf86-input-libinput.
宋文武 [Wed, 22 Apr 2015 23:35:56 +0000 (07:35 +0800)]
gnu: Add xf86-input-libinput.

* gnu/packages/xorg.scm (xf86-input-libinput): New variable.

9 years agognu: guix: Update development snapshot.
Mark H Weaver [Wed, 22 Apr 2015 21:29:22 +0000 (17:29 -0400)]
gnu: guix: Update development snapshot.

* gnu/packages/package-management.scm (guix-devel): Update to fc34dee.

9 years agognu: gcc: Do not always disable RUNPATH validation.
Ludovic Courtès [Wed, 22 Apr 2015 22:01:59 +0000 (00:01 +0200)]
gnu: gcc: Do not always disable RUNPATH validation.

* gnu/packages/gcc.scm (gcc-4.7)[arguments]: Remove explicit
  #:validate-runpath? #f.
* gnu/packages/commencement.scm (gcc-boot0)[arguments]: Remove case for
  #:validate-runpath?.
  (gcc-final)[arguments]: Add literal #:validate-runpath? #f.
* gnu/packages/cross-base.scm (cross-gcc-arguments): Remove case for
  #:validate-runpath?.

9 years agognu: gcc: Add a RUNPATH to libstdc++.so so that it finds libgcc_s.so.
Ludovic Courtès [Wed, 22 Apr 2015 22:03:34 +0000 (00:03 +0200)]
gnu: gcc: Add a RUNPATH to libstdc++.so so that it finds libgcc_s.so.

Fixes <http://bugs.gnu.org/20358>.
Reported by 宋文武 <iyzsong@gmail.com>.

* gnu/packages/gcc.scm (gcc-4.7)[arguments]: Add 'substitute*' form for
  "libstdc++-v3/src/Makefile.in".

9 years agognu: commencement: Remove unneeded configure flag for bootstrap gettext.
Ludovic Courtès [Tue, 21 Apr 2015 22:31:22 +0000 (00:31 +0200)]
gnu: commencement: Remove unneeded configure flag for bootstrap gettext.

* gnu/packages/commencement.scm (gettext-boot0): Remove unneeded
  --disable-threads.