* e2fsprogs update
@ 2016-09-18 23:07 ng0
2016-09-19 1:53 ` Leo Famulari
0 siblings, 1 reply; 5+ messages in thread
From: ng0 @ 2016-09-18 23:07 UTC (permalink / raw)
To: guix-devel
Hi,
why don't we package e2fsprogs-libs? I tried to update it, which fails
with a file which apparently got renamed and/or moved into -libs.
Is there any reason why e2fsprogs-libs was not packaged?
--
ng0
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: e2fsprogs update
2016-09-18 23:07 e2fsprogs update ng0
@ 2016-09-19 1:53 ` Leo Famulari
2016-09-19 7:37 ` ng0
2016-09-19 7:40 ` ng0
0 siblings, 2 replies; 5+ messages in thread
From: Leo Famulari @ 2016-09-19 1:53 UTC (permalink / raw)
To: ng0; +Cc: guix-devel
On Sun, Sep 18, 2016 at 11:07:34PM +0000, ng0 wrote:
> Hi,
>
> why don't we package e2fsprogs-libs? I tried to update it, which fails
> with a file which apparently got renamed and/or moved into -libs.
> Is there any reason why e2fsprogs-libs was not packaged?
Is e2fsprogs-lib a separate package? Or just another distro's method of
splitting their e2fsprogs package?
Can you share the work-in-progress patch that causes the problem for
you?
I found this text on the LFS page for the latest release of e2fsprogs
[0]:
To set up and run the test suite we need to first link some libraries
from /tools/lib to a location where the test programs look. To run the
tests, issue:
$ ln -sfv /tools/lib/lib{blk,uu}id.so.1 lib
$ make LD_LIBRARY_PATH=/tools/lib check
[0]
http://www.linuxfromscratch.org/lfs/view/development/chapter06/e2fsprogs.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: e2fsprogs update
2016-09-19 1:53 ` Leo Famulari
@ 2016-09-19 7:37 ` ng0
2016-09-20 21:41 ` Leo Famulari
2016-09-19 7:40 ` ng0
1 sibling, 1 reply; 5+ messages in thread
From: ng0 @ 2016-09-19 7:37 UTC (permalink / raw)
To: Leo Famulari; +Cc: guix-devel
Leo Famulari <leo@famulari.name> writes:
> On Sun, Sep 18, 2016 at 11:07:34PM +0000, ng0 wrote:
>> Hi,
>>
>> why don't we package e2fsprogs-libs? I tried to update it, which fails
>> with a file which apparently got renamed and/or moved into -libs.
>> Is there any reason why e2fsprogs-libs was not packaged?
>
> Is e2fsprogs-lib a separate package? Or just another distro's method of
> splitting their e2fsprogs package?
Upstream. https://www.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v1.43.3/
> Can you share the work-in-progress patch that causes the problem for
> you?
So far it was just a version bump, tried with 1.43.3 and 1.43, I don't
think I need to send a patch for a disfunctional 2 line change.
> I found this text on the LFS page for the latest release of e2fsprogs
> [0]:
>
> To set up and run the test suite we need to first link some libraries
> from /tools/lib to a location where the test programs look. To run the
> tests, issue:
>
> $ ln -sfv /tools/lib/lib{blk,uu}id.so.1 lib
> $ make LD_LIBRARY_PATH=/tools/lib check
I've seen this line in the Gentoo ebuild. But my package failed with
libss.so:
make[2]: *** No rule to make target '../lib/libss.so', needed by 'debugfs'. Stop.
make[2]: *** Waiting for unfinished jobs....
CC do_journal.c
make[2]: Leaving directory '/tmp/guix-build-e2fsprogs-1.43.drv-0/e2fsprogs-1.43/debugfs'
make[1]: *** [Makefile:399: all-progs-recursive] Error 1
make[1]: Leaving directory '/tmp/guix-build-e2fsprogs-1.43.drv-0/e2fsprogs-1.43'
make: *** [Makefile:335: all] Error 2
phase `build' failed after 15.4 seconds
> [0]
> http://www.linuxfromscratch.org/lfs/view/development/chapter06/e2fsprogs.html
>
--
ng0
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: e2fsprogs update
2016-09-19 1:53 ` Leo Famulari
2016-09-19 7:37 ` ng0
@ 2016-09-19 7:40 ` ng0
1 sibling, 0 replies; 5+ messages in thread
From: ng0 @ 2016-09-19 7:40 UTC (permalink / raw)
To: Leo Famulari; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 187 bytes --]
Leo Famulari <leo@famulari.name> writes:
> On Sun, Sep 18, 2016 at 11:07:34PM +0000, ng0 wrote:
>> Hi,
>>
> Can you share the work-in-progress patch that causes the problem for
> you?
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-e2fsprogs-Update-to-1.43.patch --]
[-- Type: text/x-patch, Size: 1130 bytes --]
From eb2b11a1bc053335bbb7f9142171c53e813c8896 Mon Sep 17 00:00:00 2001
From: ng0 <ng0@we.make.ritual.n0.is>
Date: Mon, 19 Sep 2016 07:38:11 +0000
Subject: [PATCH] gnu: e2fsprogs: Update to 1.43.
* gnu/packages/linux.scm (e2fsprogs): Update to 1.43.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 3e42377..e110e28 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -578,7 +578,7 @@ slabtop, and skill.")
(define-public e2fsprogs
(package
(name "e2fsprogs")
- (version "1.42.13")
+ (version "1.43")
(source (origin
(method url-fetch)
(uri (string-append
@@ -587,7 +587,7 @@ slabtop, and skill.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1ix0b83zgw5n0p2grh2961c6796m92yr2jqc2sbr23x3lfsp8r71"))
+ "0f6dad9js084q3i94lpnjsfmqhlc4p5fzgi9aasrw5if530fw9yh"))
(modules '((guix build utils)))
(snippet
'(substitute* "MCONFIG.in"
--
2.10.0
[-- Attachment #3: Type: text/plain, Size: 23 bytes --]
--
ng0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: e2fsprogs update
2016-09-19 7:37 ` ng0
@ 2016-09-20 21:41 ` Leo Famulari
0 siblings, 0 replies; 5+ messages in thread
From: Leo Famulari @ 2016-09-20 21:41 UTC (permalink / raw)
To: ng0; +Cc: guix-devel
On Mon, Sep 19, 2016 at 07:37:39AM +0000, ng0 wrote:
> Leo Famulari <leo@famulari.name> writes:
>
> > On Sun, Sep 18, 2016 at 11:07:34PM +0000, ng0 wrote:
> >> Hi,
> >>
> >> why don't we package e2fsprogs-libs? I tried to update it, which fails
> >> with a file which apparently got renamed and/or moved into -libs.
> >> Is there any reason why e2fsprogs-libs was not packaged?
> >
> > Is e2fsprogs-lib a separate package? Or just another distro's method of
> > splitting their e2fsprogs package?
>
> Upstream. https://www.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v1.43.3/
Okay, then I think we should add e2fsprogs-libs as a package.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-09-20 21:41 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-18 23:07 e2fsprogs update ng0
2016-09-19 1:53 ` Leo Famulari
2016-09-19 7:37 ` ng0
2016-09-20 21:41 ` Leo Famulari
2016-09-19 7:40 ` ng0
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.