Re: [PATCH 0/1] Fix e2fsprogs build failure

2016-10-05 Thread Leo Famulari
On Wed, Oct 05, 2016 at 11:19:18PM +0200, Ludovic Courtès wrote: > Leo Famulari 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

Re: [PATCH 0/1] Fix e2fsprogs build failure

2016-10-05 Thread Ludovic Courtès
Leo Famulari 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’.

[PATCH 0/1] Fix e2fsprogs build failure

2016-10-02 Thread Leo Famulari
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(