GNU bug report logs - #40669
New "official" exfat-utils package

Previous Next

Package: guix;

Reported by: Leo Famulari <leo <at> famulari.name>

Date: Thu, 16 Apr 2020 17:40:02 UTC

Severity: normal

Done: Leo Famulari <leo <at> famulari.name>

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 40669 in the body.
You can then email your comments to 40669 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 bug-guix <at> gnu.org:
bug#40669; Package guix. (Thu, 16 Apr 2020 17:40:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Leo Famulari <leo <at> famulari.name>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Thu, 16 Apr 2020 17:40:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: bug-guix <at> gnu.org
Subject: New "official" exfat-utils package
Date: Thu, 16 Apr 2020 13:39:46 -0400
There is a new package for working with Linux-native exFAT filesystems:

https://github.com/exfatprogs/exfatprogs
https://lkml.org/lkml/2020/4/8/1014

It was originally called exfat-utils, like our existing FUSE-based
exfat-utils package, but it will be renamed exfatprogs in the next
release.

Help wanted packaging the new exfatprogs!




Information forwarded to bug-guix <at> gnu.org:
bug#40669; Package guix. (Thu, 16 Apr 2020 17:47:02 GMT) Full text and rfc822 format available.

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

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: 40669 <at> debbugs.gnu.org
Subject: Re: bug#40669: New "official" exfat-utils package
Date: Thu, 16 Apr 2020 19:46:36 +0200
[Message part 1 (text/plain, inline)]
Leo,

Leo Famulari 写道:
> Help wanted packaging the new exfatprogs!

I already have a package.  I'll send it here.

Kind regards,

T G-R
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#40669; Package guix. (Thu, 16 Apr 2020 21:59:01 GMT) Full text and rfc822 format available.

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

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: 40669 <at> debbugs.gnu.org
Subject: [PATCH] gnu: Add exfatprogs.
Date: Thu, 16 Apr 2020 23:58:37 +0200
* gnu/packages/file-systems.scm (exfatprogs): New public variable.
---

Leo,

Here 't is.  Boring, but avoids you some duplicate busywork.

> New "official" package

I'm not…  I'm really not biting, you know.  Nope.  Nein!

Enjoy,

T G-R

 gnu/packages/file-systems.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index b5ca37d43e..1e4464e22f 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -113,6 +113,37 @@ caching system, and lets you assign different roles to each device based on its
 performance and other characteristics.")
       (license license:gpl2+))))
 
+(define-public exfatprogs
+  (package
+    (name "exfatprogs")
+    (version "1.0.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/exfatprogs/exfatprogs")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0ndc0vsf5m7n79fjxhkg1qw3gy9zdpx2jrdgl0dqjr6cm06jd0b5"))))
+    (build-system gnu-build-system)
+    (arguments
+     `(#:configure-flags
+       (list "--disable-static")))
+    (native-inputs
+     `(("autoconf" ,autoconf)
+       ("automake" ,automake)
+       ("libtool" ,libtool)
+       ("pkg-config" ,pkg-config)))
+    (home-page "https://github.com/exfatprogs/exfatprogs")
+    (synopsis "Tools to create, check, and repair exFAT file systems")
+    (description
+     "These are command-line user space tools for the @acronym{exFAT,
+Extensible File Allocation Table} file systems.  Included are
+@command{mkfs.exfat} to create (format) new exFAT file systems, and
+@command{fsck.exfat} to check their consistency and repair them.")
+    (license license:gpl2+)))
+
 (define-public httpfs2
   (package
     (name "httpfs2")
-- 
2.25.2





Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Fri, 29 May 2020 03:04:01 GMT) Full text and rfc822 format available.

Notification sent to Leo Famulari <leo <at> famulari.name>:
bug acknowledged by developer. (Fri, 29 May 2020 03:04:01 GMT) Full text and rfc822 format available.

Message #16 received at 40669-done <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Tobias Geerinckx-Rice <me <at> tobias.gr>
Cc: 40669-done <at> debbugs.gnu.org
Subject: Re: bug#40669: [PATCH] gnu: Add exfatprogs.
Date: Thu, 28 May 2020 23:03:42 -0400
On Thu, Apr 16, 2020 at 11:58:37PM +0200, Tobias Geerinckx-Rice via Bug reports for GNU Guix wrote:
> * gnu/packages/file-systems.scm (exfatprogs): New public variable.

Thanks!

> +    (version "1.0.1")

I updated it to 1.0.3 and pushed as d7aef3ab59837b9ed8abbe199debf8ed687f6782




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 26 Jun 2020 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 47 days ago.

Previous Next


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