bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Make assertion


From: mst
Subject: Make assertion
Date: Mon, 09 Sep 2002 23:08:27 +0200
User-agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.1) Gecko/20020826

got the following internal assertion in make:

/tmp>cat make.bug
var = 1
export var
%:
        $(MAKE) -f test.bug
x: var += a

/tmp>cat test.bug
all:
        echo $(var)
/tmp>make -f make.bug  x
make -f test.bug
make: expand.c:489: allocated_variable_append: Assertion `current_variable_set_list->next != 0' failed.
Abort
Exit 134
/tmp>make --ver
GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
Built for i586-mandrake-linux-gnu
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000
        Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

Report bugs to <address@hidden>.







reply via email to

[Prev in Thread] Current Thread [Next in Thread]