guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated (a413bc8 -> b9212a5)


From: Ludovic Courtès
Subject: branch master updated (a413bc8 -> b9212a5)
Date: Sat, 02 May 2015 20:43:52 +0000

civodul pushed a change to branch master
in repository guix.

      from  a413bc8   hydra: Update Guix job set.
      adds  cbbb11c   gnu: Rename ld-wrapper2 to ld-wrapper.
      adds  4267c63   gnu: ld-wrapper: Add debugging info.
      adds  4a2b74b   gnu: ld-wrapper: Ignore the .so argument following 
'-dynamic-linker'.
      adds  ef593a1   gnu: libltdl: Remove unneeded patch.
      adds  6162b95   gnu: glibc: Add dependency on Gettext, to install the 
message catalogs.
      adds  d8d6d09   gnu: tzdata: Update to 2015c.
      adds  cc8ddcb   gnu: perl: Fix Module::Pluggable for symlink forests.
      adds  669b863   gnu: commencement: Remove unneeded configure flag for 
bootstrap gettext.
      adds  21e583d   gnu: gcc: Add a RUNPATH to libstdc++.so so that it finds 
libgcc_s.so.
      adds  d485ebb   gnu: gcc: Do not always disable RUNPATH validation.
      adds  a635ed5   gnu: Add missing (gnu packages gettext) module import.
      adds  cd91504   gremlin: Add support for the expansion of $ORIGIN in 
RUNPATH.
      adds  cb85eb5   build-system/gnu: Gracefully handle dangling symlinks.
      adds  0bd4377   build-system/gnu: #:validate-runpath? now defaults to #t.
      adds  d074e2f   build-system/{cmake,glib-or-gtk}: Add #:validate-runpath? 
parameter.
      adds  4ac0d64   Merge branch 'master' into core-updates.
      adds  477a752   gnu: cmake: Update to 3.2.2.
      adds  e32316e   gnu: cmake: Disable parallel tests.
      adds  b416c64   gnu: jack2: Add $libdir to the RUNPATH of all the 
binaries.
      adds  7e35b9d   gnu: gcc: Add $libdir to the RUNPATH of libvtv.so.
      adds  9e75940   gnu: gcc: Add link to upstream bug report.
      adds  a0a0b71   gnu: wxwidgets: Set rpath in LDFLAGS.
      adds  90ea986   gnu: serd: Set rpath via LDFLAGS.
      adds  7e81a76   gnu: sord: Set rpath via LDFLAGS.
      adds  d80ee44   gnu: lilv: Set rpath via LDFLAGS.
      adds  9e63a38   gnu: qt: Add patch for i686 build problem.
      adds  bf4af30   Merge branch 'master' into core-updates
      adds  ea7f334   gnu: ganv: Set the RUNPATH of binaries to $libdir.
      adds  abcbda4   packages: Add '%hydra-supported-systems'.
      adds  75c5475   list-packages: Add status link only for systems supported 
on Hydra.
      adds  e206f57   gnu: mariadb: Remove now unneeded workaround.
      adds  78bed82   check-available-binaries: Use %HYDRA-SUPPORTED-SYSTEMS.
      adds  cb151c6   gnu: polkit-qt: Add $libdir to RUNPATH.
      adds  868ef9a   bash completion: Complete long options with no short 
variant.
      adds  7e31978   gnu: mesa: Add libva input.
      adds  0272ee4   gnu: mesa: Update to 10.5.4.
      adds  5f6887e   gnu: gcj: Remove broken symlink and conflicting files.
       new  b9212a5   Merge branch 'core-updates'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build-aux/check-available-binaries.scm             |    2 +-
 build-aux/hydra/gnu-system.scm                     |    4 -
 build-aux/list-packages.scm                        |    6 +-
 etc/completion/bash/guix                           |    2 +-
 gnu-system.am                                      |    6 +-
 gnu/packages/audio.scm                             |   24 ++-
 gnu/packages/autotools.scm                         |    7 +-
 gnu/packages/base.scm                              |   13 +-
 gnu/packages/cmake.scm                             |   14 +-
 gnu/packages/commencement.scm                      |   66 +++++--
 gnu/packages/cross-base.scm                        |    2 -
 gnu/packages/databases.scm                         |    2 -
 gnu/packages/gcc.scm                               |   76 +++++---
 gnu/packages/gl.scm                                |  115 ++++++-----
 gnu/packages/gtk.scm                               |   14 +-
 gnu/packages/ld-wrapper.in                         |   89 +++++----
 gnu/packages/ld-wrapper2.in                        |  207 --------------------
 gnu/packages/patches/cmake-fix-tests.patch         |   40 ++--
 gnu/packages/patches/gcc-libvtv-runpath.patch      |   15 ++
 .../patches/perl-module-pluggable-search.patch     |   25 +++
 .../patches/qt5-conflicting-typedefs.patch         |   70 +++++++
 gnu/packages/perl.scm                              |    4 +-
 gnu/packages/polkit.scm                            |    7 +-
 gnu/packages/qt.scm                                |    3 +-
 gnu/packages/rdf.scm                               |   22 ++-
 gnu/packages/wxwidgets.scm                         |    3 +
 guix/build-system/cmake.scm                        |    2 +
 guix/build-system/glib-or-gtk.scm                  |    2 +
 guix/build/gnu-build-system.scm                    |   12 +-
 guix/build/gremlin.scm                             |   36 +++-
 guix/packages.scm                                  |    6 +
 tests/gremlin.scm                                  |   12 ++
 32 files changed, 494 insertions(+), 414 deletions(-)
 delete mode 100644 gnu/packages/ld-wrapper2.in
 create mode 100644 gnu/packages/patches/gcc-libvtv-runpath.patch
 create mode 100644 gnu/packages/patches/perl-module-pluggable-search.patch
 create mode 100644 gnu/packages/patches/qt5-conflicting-typedefs.patch



reply via email to

[Prev in Thread] Current Thread [Next in Thread]