GNU bug report logs - #10444
"make dist" fails if more than two compression formats are used

Previous Next

Package: automake;

Reported by: Stefano Lattarini <stefano.lattarini <at> gmail.com>

Date: Fri, 6 Jan 2012 19:23:01 UTC

Severity: grave

Tags: patch

Merged with 10448

Done: Stefano Lattarini <stefano.lattarini <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: ludo <at> gnu.org (Ludovic Courtès)
Subject: bug#10448: closed (Re: [PATCHES] {master}  dist: distdir not
 unconditionally removed anymore for xz and lzip)
Date: Wed, 11 Jan 2012 18:00:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#10444: dist-xz and dist-gzip cannot be combined?

which was filed against the automake package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 10448 <at> debbugs.gnu.org.

-- 
10444: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10444
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Stefano Lattarini <stefano.lattarini <at> gmail.com>
To: automake-patches <at> gnu.org
Cc: 10444-done <at> debbugs.gnu.org, 10448-done <at> debbugs.gnu.org
Subject: Re: [PATCHES] {master}  dist: distdir not unconditionally removed
	anymore for xz and lzip
Date: Wed, 11 Jan 2012 18:59:17 +0100
On 01/08/2012 10:19 AM, Stefano Lattarini wrote:
> References:
>  <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10444>
>  <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10448>
> 
> I will push the patches to master in a day or two if there is no objection.
> 
Pushed now.

Thanks,
  Stefano

[Message part 3 (message/rfc822, inline)]
From: ludo <at> gnu.org (Ludovic Courtès)
To: bug-automake <at> gnu.org
Subject: dist-xz and dist-gzip cannot be combined?
Date: Sat, 07 Jan 2012 22:55:28 +0100
Hi,

The ‘master’ branch of Automake fails to produce both a tar.gz and
tar.xz tarball.  The former is empty, apparently because the source tree
gets removed after the tar.xz is created:

--8<---------------cut here---------------start------------->8---
tardir=automake-1.11a && ${TAR-tar} chof - "$tardir" | XZ_OPT=${XZ_OPT--e} xz -c >automake-1.11a.tar.xz
{ test ! -d "automake-1.11a" || { find "automake-1.11a" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr "automake-1.11a"; }; }
atardir=automake-1.11a && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >automake-1.11a.tar.gz
tar: automake-1.11a: Cannot stat: No such file or directory
tar: Exiting with failure status due to previous errors
--8<---------------cut here---------------end--------------->8---

(This is from the ‘tarball’ job at
<http://hydra.nixos.org/jobset/gnu/automake-master>.)

Thanks,
Ludo’.



This bug report was last modified 13 years and 138 days ago.

Previous Next


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