guix-commits
[Top][All Lists]
Advanced

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

branch master updated (cf1216d876 -> 6547d3852b)


From: guix-commits
Subject: branch master updated (cf1216d876 -> 6547d3852b)
Date: Thu, 20 Jul 2023 04:22:23 -0400 (EDT)

janneke pushed a change to branch master
in repository guix.

    from cf1216d876 gnu: patman: Add python-u-boot-pylib to inputs.
     new d4306847bf Revert "gnu: libunistring: Fix make check for the Hurd."
     new 360c8873ff gnu: guile: Skip hanging and failing pipe tests on the Hurd.
     new e4721f7472 gnu: coreutils: Skip hanging and failing test on the Hurd.
     new f719a4086c gnu: grep: Update hanging and failing tests on the Hurd.
     new 3cc72873d3 Revert "gnu: sed: Skip failing test on GNU/Hurd."
     new bc8c6e2368 gnu: findutils: Move test-strerror_r from XFAIL to skip on 
the Hurd.
     new 97677bbda0 gnu: diffutils: Remove test-perror2 from XFAIL_TESTS on the 
Hurd.
     new 399c43d9ed gnu: gettext-minimal: Remove XFAIL_TESTS for the Hurd.
     new da9e4fd434 gnu: m4: Skip gnulib stack-overflow tests for the Hurd.
     new 378766dd2e gnu: openssl: Build fix for the Hurd.
     new 60b1a23065 gnu: python: Support native build on the Hurd.
     new eb89957ba4 gnu: mpfr: Skip failing test on the Hurd.
     new 8b74e7d521 gnu: elfutils: Skip failing tests on the Hurd.
     new ee870c6abc gnu: libbsd: Skip failing test on the Hurd.
     new bfcfe53c72 gnu: c-ares: Skip failing tests on the Hurd.
     new c5991dfb92 gnu: libgpg-error: Skip failing test on the Hurd.
     new ebc35c6096 gnu: libgcrypt: Skip hanging benchmark tests on the Hurd.
     new a4367fae49 gnu: tcl: Remove failing tests on the Hurd..
     new e52743b458 gnu: curl: Skip failing test on the Hurd.
     new 6da096879c gnu: git: Skip failing test on the Hurd.
     new 7591fb0924 gnu: procps: Skip linux-version test for the Hurd.
     new 760a80bf9b gnu: e2fsprogs: Skip failing tests on the Hurd.
     new f1a68cbb72 gnu: parted: Disable tests for the Hurd.
     new 784610d6d6 gnu: libpaper: Disable tests for the Hurd.
     new 69142dbea4 gnu: cairo: Support building for the Hurd.
     new fb6f94864d gnu: openssl-1.1: Fix shared build for the Hurd.
     new 7ab9c0f99b gnu: ruby-2.6: Skip test on the Hurd.
     new d04db1249c gnu: tcsh: Skip substitution tests on the Hurd.
     new 8236ed2218 gnu: swig: Skip tests when building for the Hurd.
     new d408d47933 gnu: zstd: Skip tests when building for the Hurd.
     new 07eff96a86 gnu: cmake-bootstrap: Fix build for the Hurd.
     new 6f15b4204f gnu: cmake-minimal: Skip tests on the Hurd.
     new d3a1684c8a gnu: doxygen: Fix build for the Hurd.
     new 72fa5eb020 gnu: graphite2: Skip test on the Hurd.
     new c5a189d2ab gnu: guile-git: Skip http proxy test on the Hurd.
     new e65647119e gnu: glib: Disable hanging and failing tests for the Hurd.
     new 03f35ff390 gnu: ghostscript: Fix build for the Hurd.
     new dd3f9a7a49 gnu: harfbuzz: Support build for the Hurd.
     new 825a7be431 gnu: pango: Support build for the Hurd.
     new 8c5891d50b gnu: fontforge: Support build on the Hurd.
     new 1005911343 gnu: po4a: Skip failing test on the Hurd.
     new c4c08775a8 gnu: guile-2.0: Skip failing tests on the Hurd.
     new 6547d3852b gnu: hurd: Support native build on the Hurd.

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


Summary of changes:
 gnu/local.mk                                       |   5 +-
 gnu/packages/adns.scm                              |  68 +++++++++++--
 gnu/packages/base.scm                              | 101 +++++++++++--------
 gnu/packages/cmake.scm                             |  48 ++++++---
 gnu/packages/compression.scm                       |   5 +-
 gnu/packages/curl.scm                              |  19 +++-
 gnu/packages/disk.scm                              |   1 +
 gnu/packages/documentation.scm                     |  12 ++-
 gnu/packages/elf.scm                               |  23 +++++
 gnu/packages/fontutils.scm                         | 108 +++++++++++++++------
 gnu/packages/gettext.scm                           |  14 ++-
 gnu/packages/ghostscript.scm                       |  20 +++-
 gnu/packages/glib.scm                              | 104 +++++++++++++++++++-
 gnu/packages/gnupg.scm                             |  92 +++++++++++-------
 gnu/packages/gtk.scm                               |  40 +++++---
 gnu/packages/guile.scm                             |  44 ++++++++-
 gnu/packages/hurd.scm                              |  19 ++--
 gnu/packages/libbsd.scm                            |  12 ++-
 gnu/packages/libunistring.scm                      |   8 +-
 gnu/packages/linux.scm                             |  85 +++++++++++++++-
 gnu/packages/m4.scm                                |  12 ++-
 gnu/packages/multiprecision.scm                    |  12 +++
 gnu/packages/patches/doxygen-hurd.patch            |  30 ++++++
 gnu/packages/patches/fontforge-hurd.patch          |  82 ++++++++++++++++
 .../patches/ghostscript-leptonica-hurd.patch       |  78 +++++++++++++++
 gnu/packages/python.scm                            |  27 +++++-
 gnu/packages/ruby.scm                              |   9 +-
 gnu/packages/shells.scm                            |   9 +-
 gnu/packages/swig.scm                              |   3 +
 gnu/packages/tcl.scm                               |  10 +-
 gnu/packages/tls.scm                               |  17 +++-
 gnu/packages/version-control.scm                   |  11 ++-
 32 files changed, 932 insertions(+), 196 deletions(-)
 create mode 100644 gnu/packages/patches/doxygen-hurd.patch
 create mode 100644 gnu/packages/patches/fontforge-hurd.patch
 create mode 100644 gnu/packages/patches/ghostscript-leptonica-hurd.patch



reply via email to

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