GNU bug report logs - #19108
bad error messages in dist targets, automake 1.14.1

Previous Next

Package: automake;

Reported by: Aharon Robbins <arnold <at> skeeve.com>

Date: Wed, 19 Nov 2014 16:42:02 UTC

Severity: minor

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

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 19108 in the body.
You can then email your comments to 19108 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-automake <at> gnu.org:
bug#19108; Package automake. (Wed, 19 Nov 2014 16:42:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Aharon Robbins <arnold <at> skeeve.com>:
New bug report received and forwarded. Copy sent to bug-automake <at> gnu.org. (Wed, 19 Nov 2014 16:42:02 GMT) Full text and rfc822 format available.

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

From: Aharon Robbins <arnold <at> skeeve.com>
To: bug-automake <at> gnu.org
Subject: bad error messages in dist targets, automake 1.14.1
Date: Wed, 19 Nov 2014 18:40:08 +0200
Hi. I'm trying to upgrade to automake 1.14.1, and I see this:

@@ -993,10 +993,16 @@ dist-xz: distdir
 	$(am__post_remove_distdir)
 
 dist-tarZ: distdir
+	@echo WARNING: "Support for shar distribution archives is" \
+	               "deprecated." >&2
+	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 	$(am__post_remove_distdir)
 
 dist-shar: distdir
+	@echo WARNING: "Support for distribution archives compressed with" \
+		       "legacy program 'compress' is deprecated." >&2
+	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
 	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 	$(am__post_remove_distdir)
 

The error messages are associated with the wrong targets.

I thought I reported this already...

Thanks,

Arnold




Information forwarded to bug-automake <at> gnu.org:
bug#19108; Package automake. (Fri, 19 Dec 2014 10:13:01 GMT) Full text and rfc822 format available.

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

From: Stefano Lattarini <stefano.lattarini <at> gmail.com>
To: Aharon Robbins <arnold <at> skeeve.com>, 19108 <at> debbugs.gnu.org
Cc: "automake-patches <at> gnu.org" <automake-patches <at> gnu.org>
Subject: Re: bug#19108: bad error messages in dist targets, automake 1.14.1
Date: Fri, 19 Dec 2014 11:12:05 +0100
[Message part 1 (text/plain, inline)]
severity 19108 minor
close 19108
thanks

On 11/19/2014 05:40 PM, Aharon Robbins wrote:
> Hi. I'm trying to upgrade to automake 1.14.1, and I see this:
>
> @@ -993,10 +993,16 @@ dist-xz: distdir
>   	$(am__post_remove_distdir)
>
>   dist-tarZ: distdir
> +	@echo WARNING: "Support for shar distribution archives is" \
> +	               "deprecated." >&2
> +	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
>   	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
>   	$(am__post_remove_distdir)
>
>   dist-shar: distdir
> +	@echo WARNING: "Support for distribution archives compressed with" \
> +		       "legacy program 'compress' is deprecated." >&2
> +	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
>   	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
>   	$(am__post_remove_distdir)
>
>
> The error messages are associated with the wrong targets.
>
> I thought I reported this already...
>
> Thanks,
>
> Arnold
>
Thank for the report.  I've applied a fix that will appear in the next
automake release.

[0001-dist-adjust-warning-messages-about-shar-and-tarZ-dep.patch (text/x-patch, attachment)]

Severity set to 'minor' from 'normal' Request was from Stefano Lattarini <stefano.lattarini <at> gmail.com> to control <at> debbugs.gnu.org. (Fri, 19 Dec 2014 10:13:02 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 19108 <at> debbugs.gnu.org and Aharon Robbins <arnold <at> skeeve.com> Request was from Stefano Lattarini <stefano.lattarini <at> gmail.com> to control <at> debbugs.gnu.org. (Fri, 19 Dec 2014 10:13:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-automake <at> gnu.org:
bug#19108; Package automake. (Fri, 19 Dec 2014 10:39:01 GMT) Full text and rfc822 format available.

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

From: "Gary V. Vaughan" <gary <at> gnu.org>
To: Stefano Lattarini <stefano.lattarini <at> gmail.com>
Cc: "19108 <at> debbugs.gnu.org" <19108 <at> debbugs.gnu.org>,
 Aharon Robbins <arnold <at> skeeve.com>,
 "automake-patches <at> gnu.org" <automake-patches <at> gnu.org>
Subject: Re: bug#19108: bad error messages in dist targets, automake 1.14.1
Date: Fri, 19 Dec 2014 10:37:54 +0000
Hi Stefano,

> On 19 Dec 2014, at 10:12, Stefano Lattarini <stefano.lattarini <at> gmail.com> wrote:
> 
> severity 19108 minor
> close 19108
> thanks
> 
>> On 11/19/2014 05:40 PM, Aharon Robbins wrote:
>> Hi. I'm trying to upgrade to automake 1.14.1, and I see this:
>> 
>> @@ -993,10 +993,16 @@ dist-xz: distdir
>>      $(am__post_remove_distdir)
>> 
>>  dist-tarZ: distdir
>> +    @echo WARNING: "Support for shar distribution archives is" \
>> +                   "deprecated." >&2
>> +    @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
>>      tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
>>      $(am__post_remove_distdir)
>> 
>>  dist-shar: distdir
>> +    @echo WARNING: "Support for distribution archives compressed with" \
>> +               "legacy program 'compress' is deprecated." >&2
>> +    @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
>>      shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
>>      $(am__post_remove_distdir)
>> 
>> 
>> The error messages are associated with the wrong targets.
>> 
>> I thought I reported this already...
>> 
>> Thanks,
>> 
>> Arnold
> Thank for the report.  I've applied a fix that will appear in the next
> automake release.
> 
> <0001-dist-adjust-warning-messages-about-shar-and-tarZ-dep.patch>

It looks like the warning content for those two targets are reversed to me...

Cheers,
-- 
Gary V. Vaughan (gary AT gnu DOT org)



Information forwarded to bug-automake <at> gnu.org:
bug#19108; Package automake. (Fri, 19 Dec 2014 10:55:01 GMT) Full text and rfc822 format available.

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

From: Stefano Lattarini <stefano.lattarini <at> gmail.com>
To: "Gary V. Vaughan" <gary <at> gnu.org>
Cc: "19108 <at> debbugs.gnu.org" <19108 <at> debbugs.gnu.org>,
 Aharon Robbins <arnold <at> skeeve.com>,
 "automake-patches <at> gnu.org" <automake-patches <at> gnu.org>
Subject: Re: bug#19108: bad error messages in dist targets, automake 1.14.1
Date: Fri, 19 Dec 2014 11:54:03 +0100
On 12/19/2014 11:37 AM, Gary V. Vaughan wrote:
> Hi Stefano,
>
>> On 19 Dec 2014, at 10:12, Stefano Lattarini <stefano.lattarini <at> gmail.com> wrote:
>>
>> severity 19108 minor
>> close 19108
>> thanks
>>
>>> On 11/19/2014 05:40 PM, Aharon Robbins wrote:
>>> Hi. I'm trying to upgrade to automake 1.14.1, and I see this:
>>>
>>> @@ -993,10 +993,16 @@ dist-xz: distdir
>>>       $(am__post_remove_distdir)
>>>
>>>   dist-tarZ: distdir
>>> +    @echo WARNING: "Support for shar distribution archives is" \
>>> +                   "deprecated." >&2
>>> +    @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
>>>       tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
>>>       $(am__post_remove_distdir)
>>>
>>>   dist-shar: distdir
>>> +    @echo WARNING: "Support for distribution archives compressed with" \
>>> +               "legacy program 'compress' is deprecated." >&2
>>> +    @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
>>>       shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
>>>       $(am__post_remove_distdir)
>>>
>>>
>>> The error messages are associated with the wrong targets.
>>>
>>> I thought I reported this already...
>>>
>>> Thanks,
>>>
>>> Arnold
>> Thank for the report.  I've applied a fix that will appear in the next
>> automake release.
>>
>> <0001-dist-adjust-warning-messages-about-shar-and-tarZ-dep.patch>
>
> It looks like the warning content for those two targets are reversed to me...
>
> Cheers,
>
Sure, in the diff that Aharon reported they were (which is why he opened
the bug :-) My patch (attached to the message you replied to) fixes that.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 16 Jan 2015 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 9 years and 258 days ago.

Previous Next


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