[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/63: gnu: automake: Update to 1.17; fixes build with gcc-14.
From: |
guix-commits |
Subject: |
12/63: gnu: automake: Update to 1.17; fixes build with gcc-14. |
Date: |
Thu, 12 Dec 2024 05:29:07 -0500 (EST) |
janneke pushed a commit to branch core-packages-team-old
in repository guix.
commit ae2e1df0d3e28578d2462b30215edcec2f0e113e
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Dec 5 10:44:38 2024 +0100
gnu: automake: Update to 1.17; fixes build with gcc-14.
* gnu/packages/autotools.scm (automake): Update to 1.17. This fixes the
build
with gcc-14.
[arguments]: Rembove custom #:configure-flags.
Change-Id: Iedddebb6245c85f7a7c532594e6bc0fd9b151584
---
gnu/packages/autotools.scm | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm
index 685e7f0e8a..10c01640ce 100644
--- a/gnu/packages/autotools.scm
+++ b/gnu/packages/autotools.scm
@@ -320,14 +320,14 @@ output is indexed in many ways to simplify browsing.")
(define-public automake
(package
(name "automake")
- (version "1.16.5")
+ (version "1.17")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/automake/automake-"
version ".tar.xz"))
(sha256
(base32
- "0sdl32qxdy7m06iggmkkvf7j520rmmgbsjzbm7fgnxwxdp6mh7gh"))
+ "146rkdcwri2dkwn3pjrjs9v0wm4xyav9vvq4yw5vj4qy87yc2849"))
(patches
(search-patches "automake-skip-amhello-tests.patch"))))
(build-system gnu-build-system)
@@ -346,7 +346,6 @@ output is indexed in many ways to simplify browsing.")
(srfi srfi-1)
(srfi srfi-26)
(rnrs io ports))
- #:configure-flags #~'("CFLAGS=-g -O2 -Wno-implicit-function-declaration")
#:phases
#~(modify-phases %standard-phases
(add-before 'patch-source-shebangs 'patch-tests-shebangs
@@ -362,11 +361,14 @@ output is indexed in many ways to simplify browsing.")
(setenv "CONFIG_SHELL" sh))))
(add-before 'check 'skip-test
(lambda _
- ;; This test requires 'etags' and fails if it's missing.
- ;; Skip it.
- (substitute* "t/tags-lisp-space.sh"
- (("^required.*" all)
- (string-append "exit 77\n" all "\n")))))
+ (substitute*
+ ;; This test requires 'etags' and fails if it's missing.
+ '("t/tags-lisp-space.sh"
+ ;; This test fails, probably a timestamp thing:
+ ;; make: Nothing to be done for 'all'.
+ "t/remake-aclocal-version-mismatch.sh")
+ (("^#!.*" all)
+ (string-append all "exit 77;\n")))))
#$@(if (%current-target-system)
#~((add-after 'install 'patch-non-shebang-references
- 32/63: gnu: gcc-boot0: Fix building for aarch64-linux., (continued)
- 32/63: gnu: gcc-boot0: Fix building for aarch64-linux., guix-commits, 2024/12/12
- 41/63: gnu: gn: Fix build with gcc-14., guix-commits, 2024/12/12
- 35/63: gnu: fontforge: Update to 20230101 and fix build with gettext-0.23., guix-commits, 2024/12/12
- 48/63: gnu: openblas: Update to 0.3.28; fixes build with gcc-14., guix-commits, 2024/12/12
- 50/63: gnu: talloc: Update to 2.4.2; fixes build with gcc-14., guix-commits, 2024/12/12
- 51/63: gnu: slim: Fix build with gcc-14., guix-commits, 2024/12/12
- 34/63: gnu: texlive-xdvi-bin: Fix build with gcc-14., guix-commits, 2024/12/12
- 39/63: gnu: bdb-4.8: Fix build with gcc-14., guix-commits, 2024/12/12
- 40/63: gnu: gamin: Fix build with gcc-14., guix-commits, 2024/12/12
- 42/63: gnu: ntp: Fix build with gcc-14., guix-commits, 2024/12/12
- 12/63: gnu: automake: Update to 1.17; fixes build with gcc-14.,
guix-commits <=
- 18/63: gnu: torsocks: Fix build with gcc-14., guix-commits, 2024/12/12
- 23/63: gnu: python-lxml: Update to 5.2.2; fixes build with gcc-14., guix-commits, 2024/12/12
- 25/63: gnu: cmake-bootstrap: Fix build with gcc-14., guix-commits, 2024/12/12
- 29/63: gnu: libxaw3d: Update to 1.6.6, fixes build with gcc-14., guix-commits, 2024/12/12
- 31/63: gnu: localed: Fix build with gcc-14., guix-commits, 2024/12/12
- 36/63: gnu: epson-inkjet-printer-escpr: Fix build with gcc-14., guix-commits, 2024/12/12
- 43/63: gnu: openldap: Update to 2.6.9; fixes build with gcc-14., guix-commits, 2024/12/12
- 49/63: gnu: python-numpy: Update to 1.26.4 and fix build with gcc-14., guix-commits, 2024/12/12
- 55/63: gnu: %bootstrap-glibc: Fix linking on armhf-linux., guix-commits, 2024/12/12
- 58/63: Revert "gnu: ath9k-firmware: Remove CMAKE_SYSTEM_NAME override.", guix-commits, 2024/12/12