unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob b4ea30fba18659127f68ea8e02435ecf5a166cb1 536 bytes (raw)
name: gnu/packages/patches/tar-d_ino_in_dirent-fix.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
 
This is fixed in e9ddc08da0982f36581ae5a8c7763453ff41cfe8.

diff --git a/src/tar.c b/src/tar.c
index 225c624..f8102e0 100644
--- a/src/tar.c
+++ b/src/tar.c
@@ -1341,14 +1341,18 @@ static char filename_terminator;
 static char const *const sort_mode_arg[] = {
   "none",
   "name",
+#if D_INO_IN_DIRENT
   "inode",
+#endif
   NULL
 };
 
 static int sort_mode_flag[] = {
     SAVEDIR_SORT_NONE,
     SAVEDIR_SORT_NAME,
+#if D_INO_IN_DIRENT
     SAVEDIR_SORT_INODE
+#endif
 };
 
 ARGMATCH_VERIFY (sort_mode_arg, sort_mode_flag);
-- 
2.3.7

debug log:

solving b4ea30f ...
found b4ea30f in https://yhetil.org/guix-devel/CAFtzXzMpifeGjO0FEXW+kjqoOv0PyGcEyHu=+bnuU77ojx7YOQ@mail.gmail.com/

applying [1/1] https://yhetil.org/guix-devel/CAFtzXzMpifeGjO0FEXW+kjqoOv0PyGcEyHu=+bnuU77ojx7YOQ@mail.gmail.com/
diff --git a/gnu/packages/patches/tar-d_ino_in_dirent-fix.patch b/gnu/packages/patches/tar-d_ino_in_dirent-fix.patch
new file mode 100644
index 0000000..b4ea30f

1:22: trailing whitespace.
 
1:30: trailing whitespace.
 
1:32: trailing whitespace.
-- 
Checking patch gnu/packages/patches/tar-d_ino_in_dirent-fix.patch...
Applied patch gnu/packages/patches/tar-d_ino_in_dirent-fix.patch cleanly.
warning: 3 lines add whitespace errors.

index at:
100644 b4ea30fba18659127f68ea8e02435ecf5a166cb1	gnu/packages/patches/tar-d_ino_in_dirent-fix.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).