GNU bug report logs -
#26316
Enable threaded compression of source tarballs
Previous Next
Reported by: Leo Famulari <leo <at> famulari.name>
Date: Thu, 30 Mar 2017 22:18:02 UTC
Severity: normal
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 26316 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Fri, Mar 31, 2017 at 02:15:36PM -0400, Kei Kebreau wrote:
> Leo Famulari <leo <at> famulari.name> writes:
> > Subject: [PATCH] packages: Enable threaded compression of source tarballs.
> > - "cvfa" #$output
> > + "cvf" #$output
> > + ;; The bootstrap xz does not support
> > + ;; threaded compression (introduced in
> > + ;; 5.2.0), but it ignores the extra flag.
> > + (string-append "--use-compress-program="
> > + #+xz "/bin/xz --threads=0")
One question I have is about the removal of 'cvfa'. Here is the relevant
documentation:
-a, --auto-compress
Use archive suffix to determine the compression
program.
AFAICT, we only build XZ archives, so it's okay to remove 'a' and
hard-code the use of xz. Is that correct?
> > ;; avoid non-determinism in the archive
> > "--mtime=@0"
> > "--owner=root:0"
>
> LGTM.
Thanks! This does mean rebuilding the world, so we'd need to save it for
the next core-updates cycle.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 8 years and 96 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.