[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
144/149: gnu: cdparanoia: Disable parallel build.
From: |
guix-commits |
Subject: |
144/149: gnu: cdparanoia: Disable parallel build. |
Date: |
Tue, 26 Oct 2021 23:52:45 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 0b33a061d918beb70525ce1db812e241771d177f
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Oct 20 15:06:23 2021 -0400
gnu: cdparanoia: Disable parallel build.
The build would sometimes fail with errors such as:
make[1]: Entering directory
'/tmp/guix-build-cdparanoia-10.2.drv-0/cdparanoia-III-10.2'
gcc -O2 -fsigned-char -g -O2 -c main.c
gcc -O2 -fsigned-char -g -O2 -c report.c
gcc -O2 -fsigned-char -g -O2 -c header.c
gcc -O2 -fsigned-char -g -O2 -c buffering_write.c
gcc -O2 -fsigned-char -g -O2 -c cachetest.c
gcc -O2 -fsigned-char -g -O2
-Wl,-rpath=/gnu/store/h0qhcyf0ci4kb70mmvxn8150rl6d3ykm-cdparanoia-10.2/lib -g
-O2 main.o report.o header.o buffering_write.o cachetest.o \
-L/tmp/guix-build-cdparanoia-10.2.drv-0/cdparanoia-III-10.2/paranoia
-L/tmp/guix-build-cdparanoia-10.2.drv-0/cdparanoia-III-10.2/interface \
-o cdparanoia -lcdda_interface -lcdda_paranoia -lm -lrt
ld: main.o: in function `cleanup':
/tmp/guix-build-cdparanoia-10.2.drv-0/cdparanoia-III-10.2/main.c:667:
undefined reference to `paranoia_free'
[...]
collect2: error: ld returned 1 exit status
* gnu/packages/cdrom.scm (cdparanoia)[parallel-build?]: Set to #f.
---
gnu/packages/cdrom.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/cdrom.scm b/gnu/packages/cdrom.scm
index 6c3873a..82162a6 100644
--- a/gnu/packages/cdrom.scm
+++ b/gnu/packages/cdrom.scm
@@ -236,6 +236,7 @@ files.")
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; there is no check target
+ #:parallel-build? #f ;randomly fails to link
#:configure-flags ; Add $libdir to the RUNPATH of all the executables.
(list (string-append "LDFLAGS=-Wl,-rpath=" %output "/lib"))))
(home-page "https://www.xiph.org/paranoia/")
- 103/149: build: glib-or-gtk-build-system: Simplify the wrap-all-programs phase., (continued)
- 103/149: build: glib-or-gtk-build-system: Simplify the wrap-all-programs phase., guix-commits, 2021/10/26
- 112/149: gnu: libcloudproviders-minimal: Introduce minimal variant., guix-commits, 2021/10/26
- 123/149: gnu: pango: Update to 1.48.10., guix-commits, 2021/10/26
- 128/149: gnu: libsoup: Reverse inheritance relationship with libsoup-minimal., guix-commits, 2021/10/26
- 136/149: gnu: gtk: Add the generate-gdk-pixbuf-loaders-cache-file phase., guix-commits, 2021/10/26
- 137/149: build: glib-or-gtk: Generate the gdk-pixbuf-loaders cache file in a phase., guix-commits, 2021/10/26
- 132/149: gnu: webkitgtk: Add a debug output., guix-commits, 2021/10/26
- 139/149: gnu: gdk-pixbuf: Add a search path for the loaders cache file., guix-commits, 2021/10/26
- 141/149: gnu: librsvg: Preserve the loaders.cache file., guix-commits, 2021/10/26
- 142/149: gnu: gawk: Use regular bash to cope with test suite failures., guix-commits, 2021/10/26
- 144/149: gnu: cdparanoia: Disable parallel build.,
guix-commits <=
- 148/149: gnu: jsoncpp: Apply patch to regular package., guix-commits, 2021/10/26
- 149/149: nix: libstore: Do not remove unused links when deleting specific items., guix-commits, 2021/10/26
- 69/149: gnu: tensorflow: Enable parallel build (at least partially)., guix-commits, 2021/10/26
- 74/149: gnu: python-keras: Skip a flaky test., guix-commits, 2021/10/26
- 79/149: gnu: diffutils: Fix signal processing., guix-commits, 2021/10/26
- 82/149: gnu: curl: Honor #:tests?., guix-commits, 2021/10/26
- 83/149: gnu: gcc-5: Fix powerpc64le-linux build, guix-commits, 2021/10/26
- 87/149: gnu: gdb: Normalize indentation., guix-commits, 2021/10/26
- 54/149: gnu: abseil-cpp: Remove googletest patch., guix-commits, 2021/10/26
- 59/149: Revert gstreamer update to 1.19.2., guix-commits, 2021/10/26