Your message dated Thu, 19 May 2005 20:55:26 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#241451: automake1.8: $(AMTAR) uses obsolete and limited 
tar format
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 1 Apr 2004 11:29:43 +0000
>From [EMAIL PROTECTED] Thu Apr 01 03:29:43 2004
Return-path: <[EMAIL PROTECTED]>
Received: from mail.metronet.co.uk [213.162.97.75] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1B90OF-0004Hh-00; Thu, 01 Apr 2004 03:29:43 -0800
Received: from localhost (unknown [213.162.108.80])
        by mail.metronet.co.uk (MetroNet Mail) with ESMTP
        id 9B4414179AF; Thu,  1 Apr 2004 12:29:33 +0100 (BST)
Received: from roger by localhost with local (Exim 3.36 #1 (Debian))
        id 1B90SS-0007yb-00; Thu, 01 Apr 2004 12:34:04 +0100
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Roger Leigh <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: automake1.8: $(AMTAR) uses obsolete and limited tar format
X-Mailer: reportbug 2.48
Date: Thu, 01 Apr 2004 12:34:04 +0100
Message-Id: <[EMAIL PROTECTED]>
Sender: Roger Leigh <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-7.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: automake1.8
Version: 1.8.3-1
Severity: important
Tags: patch

This bug is related to #235385 filed against automake1.7, with the
patch redone for automake1.8.

Summary: automake uses the GNU tar -o option to use the old UNIX v7
tar format.  This has a 100 char pathname limit.  This completely
breaks automake-produced archives since I have several source trees
which easily exceed this limit.

automake should replace the use of -o with --format=posix, or else
drop the -o without a replacement (assuming the default format is
now posix).


--- /tmp/distdir.am     2004-04-01 12:32:29.000000000 +0100
+++ distdir.am  2004-04-01 12:30:26.000000000 +0100
@@ -238,19 +238,19 @@
 GZIP_ENV = --best
 .PHONY: dist-gzip
 dist-gzip: distdir
-       $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
+       $(AMTAR) chf - $(distdir) --format=posix | GZIP=$(GZIP_ENV) gzip -c 
>$(distdir).tar.gz
        $(am__remove_distdir)
 
 ?BZIP2?DIST_ARCHIVES += $(distdir).tar.bz2
 .PHONY: dist-bzip2
 dist-bzip2: distdir
-       $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
+       $(AMTAR) chf - $(distdir) --format=posix | bzip2 -9 -c 
>$(distdir).tar.bz2
        $(am__remove_distdir)
 
 ?COMPRESS?DIST_ARCHIVES += $(distdir).tar.Z
 .PHONY: dist-tarZ
 dist-tarZ: distdir
-       $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z
+       $(AMTAR) chf - $(distdir) --format=posix | compress -c >$(distdir).tar.Z
        $(am__remove_distdir)
 
 ?SHAR?DIST_ARCHIVES += $(distdir).shar.gz
@@ -281,9 +281,9 @@
 
 .PHONY: dist dist-all
 dist dist-all: distdir
-?GZIP? $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
-?BZIP2?        $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
-?COMPRESS?     $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z
+?GZIP? $(AMTAR) chf - $(distdir) --format=posix | GZIP=$(GZIP_ENV) gzip -c 
>$(distdir).tar.gz
+?BZIP2?        $(AMTAR) chf - $(distdir) --format=posix | bzip2 -9 -c 
>$(distdir).tar.bz2
+?COMPRESS?     $(AMTAR) chf - $(distdir) --format=posix | compress -c 
>$(distdir).tar.Z
 ?SHAR? shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 ?ZIP?  -rm -f $(distdir).zip
 ?ZIP?  zip -rq $(distdir).zip $(distdir)


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.4
Locale: LANG=en_GB, LC_CTYPE=en_GB

Versions of packages automake1.8 depends on:
ii  autoconf                      2.59-2     automatic configure script builder
ii  autotools-dev                 20040105.1 Update infrastructure for config.{

-- no debconf information


---------------------------------------
Received: (at 241451-done) by bugs.debian.org; 19 May 2005 19:55:48 +0000
>From [EMAIL PROTECTED] Thu May 19 12:55:48 2005
Return-path: <[EMAIL PROTECTED]>
Received: from s2.ukfsn.org (mail.ukfsn.org) [217.158.120.143] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DYr7U-000775-00; Thu, 19 May 2005 12:55:48 -0700
Received: from localhost (lucy.ukfsn.org [127.0.0.1])
        by mail.ukfsn.org (Postfix) with ESMTP id 90C33E6DCD
        for <[EMAIL PROTECTED]>; Thu, 19 May 2005 20:55:18 +0100 (BST)
Received: from mail.ukfsn.org ([127.0.0.1])
 by localhost (lucy.ukfsn.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 13921-16 for <[EMAIL PROTECTED]>;
 Thu, 19 May 2005 20:55:18 +0100 (BST)
Received: from hardknott.home.whinlatter.ukfsn.org 
(dsl-80-41-8-49.access.as9105.com [80.41.8.49])
        by mail.ukfsn.org (Postfix) with ESMTP id 2C2DAE6D9E
        for <[EMAIL PROTECTED]>; Thu, 19 May 2005 20:55:18 +0100 (BST)
Received: from rleigh by hardknott.home.whinlatter.ukfsn.org with local (Exim 
4.50)
        id 1DYr78-0004Tq-Vc
        for [EMAIL PROTECTED]; Thu, 19 May 2005 20:55:27 +0100
To: [EMAIL PROTECTED]
Subject: Re: Bug#241451: automake1.8: $(AMTAR) uses obsolete and limited tar
 format
From: Roger Leigh <[EMAIL PROTECTED]>
Date: Thu, 19 May 2005 20:55:26 +0100
Message-ID: <[EMAIL PROTECTED]>
User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-4.4 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER,
        UPPERCASE_25_50 autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Given that this bug is no longer present in the current (1.9) release,
I'll close this bug.


Regards,
Roger

- -- 
Roger Leigh
                Printing on GNU/Linux?  http://gimp-print.sourceforge.net/
                Debian GNU/Linux        http://www.debian.org/
                GPG Public Key: 0x25BFB848.  Please sign and encrypt your mail.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/>

iD8DBQFCjO8rVcFcaSW/uEgRAv7zAJ0avfGRUlZDiFi3gzJTIxB5zLJBLgCdGYH9
O/NA1PDH/uOu/bX+87hW+Ec=
=sLOe
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to