On Wed, 2010-03-03 at 19:48 +, Jamie Lokier wrote:
> > As a side note, I don't understand why you call this a bug in
> > $(eval)...as it's completely reproducible without using $(eval)! Did
> > you try testing it directly? If not, why not?
>
> The full bug is not reproducible (by me) without
Philip Guenther wrote:
> On Sun, Feb 28, 2010 at 6:25 PM, Jamie Lokier wrote:
> > Both of you have confirmed the bug - because the correct behaviour has
> > no error messages, and you both got messages. Neither of you was able
> > to reproduce getting a text-dependent number of messages, but both
On Mon, 2010-03-01 at 02:25 +, Jamie Lokier wrote:
> Both of you have confirmed the bug - because the correct behaviour has
> no error messages, and you both got messages. Neither of you was able
> to reproduce getting a text-dependent number of messages, but both of
> you see buggy behaviour
..@gnu.org] On Behalf Of Philip
Guenther
Sent: Sunday, February 28, 2010 22:41
To: Jamie Lokier
Cc: bug-make@gnu.org
Subject: Re: Weird text-dependent bug in $(eval ...), simple test case
On Sun, Feb 28, 2010 at 6:25 PM, Jamie Lokier wrote:
> Both of you have confirmed the bug - because the
On Sun, Feb 28, 2010 at 6:25 PM, Jamie Lokier wrote:
> Both of you have confirmed the bug - because the correct behaviour has
> no error messages, and you both got messages. Neither of you was able
> to reproduce getting a text-dependent number of messages, but both of
> you see buggy behaviour s
Jamie Lokier wrote:
> Paul Smith wrote:
> > On Wed, 2010-02-10 at 13:04 -0800, Martin Dorey wrote:
> > > > (b) the messages are only produced for some words
> > >
> > > That's not the case for me, with Debian Lenny's 3.81.
> >
> > I agree: I'm running Ubuntu 9.10 64bit, with GNU make 3.81-6 insta
Martin Dorey wrote:
> > (b) the messages are only produced for some words
>
> That's not the case for me, with Debian Lenny's 3.81.
>
> mart...@whitewater:~/tmp$ dpkg -S `which make`
> make: /usr/bin/make
> mart...@whitewater:~/tmp$ dpkg --status make
> ...
> Version: 3.81-5
> ...
> mart...@white
Paul Smith wrote:
> On Wed, 2010-02-10 at 13:04 -0800, Martin Dorey wrote:
> > > (b) the messages are only produced for some words
> >
> > That's not the case for me, with Debian Lenny's 3.81.
>
> I agree: I'm running Ubuntu 9.10 64bit, with GNU make 3.81-6 installed
> as well, and I don't see th
On Wed, 2010-02-10 at 13:04 -0800, Martin Dorey wrote:
> > (b) the messages are only produced for some words
>
> That's not the case for me, with Debian Lenny's 3.81.
I agree: I'm running Ubuntu 9.10 64bit, with GNU make 3.81-6 installed
as well, and I don't see the OP's incorrect behavior.
I ge
c@gnu.org
[mailto:bug-make-bounces+mdorey=bluearc@gnu.org] On Behalf Of Jamie Lokier
Sent: Wednesday, February 10, 2010 12:41
To: bug-make@gnu.org
Subject: Weird text-dependent bug in $(eval ...), simple test case
Dear Make maintainers,
Create a file called buggyMakefile with these two
Dear Make maintainers,
Create a file called buggyMakefile with these two lines:
CONFIGS := normal c99-pedantic c89-pedantic foobar baz
$(foreach C,$(CONFIGS),$(eval $C $C/:;))
and then run "make -f buggyMakefile".
If you're using the same GNU Make 3.81 as me, it will greet you with
some
11 matches
Mail list logo