GNU bug report logs - #11323
automake-1.11.4 regression

Previous Next

Package: automake;

Reported by: Ralf Corsepius <ralf.corsepius <at> rtems.org>

Date: Tue, 24 Apr 2012 08:02:02 UTC

Severity: normal

Tags: notabug

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

Bug is archived. No further changes may be made.

Full log


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

From: Ralf Corsepius <ralf.corsepius <at> rtems.org>
Cc: 11323 <at> debbugs.gnu.org, GNU Automake mailing list <automake <at> gnu.org>
Subject: Re: bug#11323: automake-1.11.4 regression
Date: Tue, 24 Apr 2012 11:04:51 +0200
On 04/24/2012 10:49 AM, Ralf Corsepius wrote:
> On 04/24/2012 10:34 AM, Stefano Lattarini wrote:

>> <http://savannah.gnu.org/forum/forum.php?forum_id=7175>
>>
>> See also:
>>
>> <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11030>
>>
> -EFAILMAINTAINER
>
> a) This kind of changes is inappropriate within a release series.
> b) You don't seem to be aware about the harmfulness of this change of
> yours.

Let me elaborate. previously it was possible to do something of this kind:

if FEATURE0
mystatedir = $(pkglocalstatedir)
mystate_DATA =

if FEATURE01
mystate_DATA += xxx
endif
if FEATURE02
mystate_DATA += yyy
endif
endif

Now you are forcing devs to manually add rules to achieve the same 
effect. Worse, if automake on packags which have not been manually added 
such manually written rules, these package end up broken (e.g with build 
errors in Linux distro-buildsystems).

Ralf





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

Previous Next


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