bug#7333: [PATCH] {maint} Fix a bug in variable concatanation with `+='.

2010-11-10 Thread Ralf Wildenhues
* Glenn Morris wrote on Wed, Nov 10, 2010 at 09:46:01PM CET: > > Actually, that was probably too glib a response. The version number > information is probably used in other places, and needs to be sortable > so that the fixed/found commands can work. So I don't think arbitrary > version strings ca

bug#7333: [PATCH] {maint} Fix a bug in variable concatanation with `+='.

2010-11-10 Thread Glenn Morris
Actually, that was probably too glib a response. The version number information is probably used in other places, and needs to be sortable so that the fixed/found commands can work. So I don't think arbitrary version strings can work. You could use the date of a commit perhaps.

bug#7333: [PATCH] {maint} Fix a bug in variable concatanation with `+='.

2010-11-10 Thread Glenn Morris
Ralf Wildenhues wrote: > Can that be fixed in debbugs? I would love to have both 'git describe' > output as well as commit SHA1 strings be acceptable as version strings. > git describe output starts with v but then contrains fairly much > arbitrary characters as put in the last signed git tag. S

bug#7333: [PATCH] {maint} Fix a bug in variable concatanation with `+='.

2010-11-10 Thread Ralf Wildenhues
* Glenn Morris wrote on Tue, Nov 09, 2010 at 08:34:23AM CET: > Ralf Wildenhues wrote (on Mon, 8 Nov 2010 at 22:46 +0100): > > The commands above (Bcc:ed to control at debbugs) should merge and > > close both bugs. > > The (first) close didn't work, I think it was because your version > number star

bug#7333: [PATCH] {maint} Fix a bug in variable concatanation with `+='.

2010-11-09 Thread Glenn Morris
Ralf Wildenhues wrote (on Mon, 8 Nov 2010 at 22:46 +0100): > > BTW, Ouch! I see that my previous reply presenting the patch > > has erroneously opended a new, spurious bug report (#7345) in > > the tracker! Ralf, could you please you close that report as > > invalid? > > Not sure how that happ

bug#7333: [PATCH] {maint} Fix a bug in variable concatanation with `+='.

2010-11-07 Thread Stefano Lattarini
On Sunday 07 November 2010, Ralf Wildenhues wrote: > Hello Stefano, Andy, > > * Stefano Lattarini wrote on Sat, Nov 06, 2010 at 06:10:44PM CET: > > On Friday 05 November 2010, Stefano Lattarini wrote: > > > I can confirm the bug with latest automake (from git master), with > > > a much-reduced mi

bug#7333: [PATCH] {maint} Fix a bug in variable concatanation with `+='.

2010-11-07 Thread Ralf Wildenhues
Hello Stefano, Andy, * Stefano Lattarini wrote on Sat, Nov 06, 2010 at 06:10:44PM CET: > On Friday 05 November 2010, Stefano Lattarini wrote: > > I can confirm the bug with latest automake (from git master), with > > a much-reduced minimal testcase (see attachment). > > > > I still haven't looke

bug#7333: [PATCH] {maint} Fix a bug in variable concatanation with `+='. (was: Re: bug#7333: bug concatenating CLEANFILES in automake 1.11)

2010-11-06 Thread Stefano Lattarini
On Friday 05 November 2010, Stefano Lattarini wrote: > I can confirm the bug with latest automake (from git master), with > a much-reduced minimal testcase (see attachment). > > I still haven't looked for an explanation or a fix, though. I've manged to find a very simple fix for the bug (see atta