GNU bug report logs - #58238
[PATCH] make e2fsprogs visible

Previous Next

Package: guix-patches;

Reported by: Adam Kandur <kefironpremise <at> gmail.com>

Date: Sat, 1 Oct 2022 23:10:02 UTC

Severity: normal

Tags: moreinfo, patch

Merged with 59661

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 58238 in the body.
You can then email your comments to 58238 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#58238; Package guix-patches. (Sat, 01 Oct 2022 23:10:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Adam Kandur <kefironpremise <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 01 Oct 2022 23:10:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Adam Kandur <kefironpremise <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Adam Kandur <kefironpremise <at> gmail.com>
Subject: [PATCH] make e2fsprogs visible
Date: Sun,  2 Oct 2022 02:09:17 +0300
---
Can I ask to add e2fsprogs to %base-packages? Because there is no
e2fsprogs, there are no commands like mkfs.ext2 or mkfs.ext4 in
the user profile during the installation. Commands are in
/gnu/store/*e2fsprogs*/sbin/ and are usable. But it would be
more convenient to have them available in the user profile.

 gnu/system.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/system.scm b/gnu/system.scm
index 66ca629..8e14ec3 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -913,7 +913,8 @@ (define %base-packages-disk-utilities
 (define %base-packages
   ;; Default set of packages globally visible.  It should include anything
   ;; required for basic administrator tasks.
-  (append %base-packages-artwork
+  (append (list e2fsprogs)
+          %base-packages-artwork
           %base-packages-interactive
           %base-packages-linux
           %base-packages-networking
-- 
2.37.3





Information forwarded to guix-patches <at> gnu.org:
bug#58238; Package guix-patches. (Fri, 14 Oct 2022 22:32:02 GMT) Full text and rfc822 format available.

Message #8 received at 58238 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Adam Kandur <kefironpremise <at> gmail.com>
Cc: 58238 <at> debbugs.gnu.org
Subject: Re: bug#58238: [PATCH] make e2fsprogs visible
Date: Sat, 15 Oct 2022 00:31:26 +0200
Hi,

Adam Kandur <kefironpremise <at> gmail.com> skribis:

> Can I ask to add e2fsprogs to %base-packages? Because there is no
> e2fsprogs, there are no commands like mkfs.ext2 or mkfs.ext4 in
> the user profile during the installation. Commands are in
> /gnu/store/*e2fsprogs*/sbin/ and are usable. But it would be
> more convenient to have them available in the user profile.

Commit 45eac6cdf5c8d9d7b0c564b105c790d2d2007799 removed e2fsprogs from
‘%base-packages’.  Instead, e2fsprogs is added to
/run/current-system/profile if and only if an ext2/ext3/ext4 file system
is listed in the ‘file-systems’ field.

Could it be that your OS config doesn’t have any of these?

Thanks,
Ludo’.




Added tag(s) moreinfo. Request was from Christopher Baines <mail <at> cbaines.net> to control <at> debbugs.gnu.org. (Thu, 03 Nov 2022 15:46:03 GMT) Full text and rfc822 format available.

Merged 58238 59661. Request was from Maxim Cournoyer <maxim.cournoyer <at> gmail.com> to control <at> debbugs.gnu.org. (Mon, 05 Dec 2022 16:33:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 03 Jan 2023 12:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 114 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.