* [PATCH 0/1] Fix e2fsprogs build failure
@ 2016-10-02 18:41 Leo Famulari
2016-10-02 18:41 ` [PATCH 1/1] gnu: e2fsprogs: Disable parallel build Leo Famulari
2016-10-05 21:19 ` [PATCH 0/1] Fix e2fsprogs build failure Ludovic Courtès
0 siblings, 2 replies; 4+ messages in thread
From: Leo Famulari @ 2016-10-02 18:41 UTC (permalink / raw)
To: guix-devel
On my machines, e2fsprogs fails to build with:
"make[2]: *** No rule to make target '../lib/libss.so', needed by
'debugfs'. Stop."
It works when I disable parallel builds.
Leo Famulari (1):
gnu: e2fsprogs: Disable parallel build.
gnu/packages/linux.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
2.10.0
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/1] gnu: e2fsprogs: Disable parallel build.
2016-10-02 18:41 [PATCH 0/1] Fix e2fsprogs build failure Leo Famulari
@ 2016-10-02 18:41 ` Leo Famulari
2016-10-05 21:19 ` [PATCH 0/1] Fix e2fsprogs build failure Ludovic Courtès
1 sibling, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2016-10-02 18:41 UTC (permalink / raw)
To: guix-devel
* gnu/packages/linux.scm (e2fsprogs)[arguments]: Add #:parallel-build? #f.
---
gnu/packages/linux.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 693558f..27233a9 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -595,7 +595,8 @@ slabtop, and skill.")
(native-inputs `(("pkg-config" ,pkg-config)
("texinfo" ,texinfo))) ;for the libext2fs Info manual
(arguments
- '(;; util-linux is the preferred source for some of the libraries and
+ '(#:parallel-build? #f
+ ;; util-linux is the preferred source for some of the libraries and
;; commands, so disable them (see, e.g.,
;; <http://git.buildroot.net/buildroot/commit/?id=e1ffc2f791b33633>.)
#:configure-flags '("--disable-libblkid"
--
2.10.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 0/1] Fix e2fsprogs build failure
2016-10-02 18:41 [PATCH 0/1] Fix e2fsprogs build failure Leo Famulari
2016-10-02 18:41 ` [PATCH 1/1] gnu: e2fsprogs: Disable parallel build Leo Famulari
@ 2016-10-05 21:19 ` Ludovic Courtès
2016-10-05 21:42 ` Leo Famulari
1 sibling, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2016-10-05 21:19 UTC (permalink / raw)
To: Leo Famulari; +Cc: guix-devel
Leo Famulari <leo@famulari.name> skribis:
> On my machines, e2fsprogs fails to build with:
>
> "make[2]: *** No rule to make target '../lib/libss.so', needed by
> 'debugfs'. Stop."
It’s a good idea to put this line as a comment in the code, but
otherwise LGTM. Thanks!
Ludo’.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/1] Fix e2fsprogs build failure
2016-10-05 21:19 ` [PATCH 0/1] Fix e2fsprogs build failure Ludovic Courtès
@ 2016-10-05 21:42 ` Leo Famulari
0 siblings, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2016-10-05 21:42 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: guix-devel
On Wed, Oct 05, 2016 at 11:19:18PM +0200, Ludovic Courtès wrote:
> Leo Famulari <leo@famulari.name> skribis:
>
> > On my machines, e2fsprogs fails to build with:
> >
> > "make[2]: *** No rule to make target '../lib/libss.so', needed by
> > 'debugfs'. Stop."
>
> It’s a good idea to put this line as a comment in the code, but
> otherwise LGTM. Thanks!
Good idea. Pushed!
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-10-05 21:42 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-02 18:41 [PATCH 0/1] Fix e2fsprogs build failure Leo Famulari
2016-10-02 18:41 ` [PATCH 1/1] gnu: e2fsprogs: Disable parallel build Leo Famulari
2016-10-05 21:19 ` [PATCH 0/1] Fix e2fsprogs build failure Ludovic Courtès
2016-10-05 21:42 ` Leo Famulari
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.