Displaying 3 results from an estimated 3 matches for "current_variable_set_list".
2007 Feb 01
2
make: expand.c:489: allocated_variable_append: Assertion `current_variable_set_list->next != 0' failed.
...o
[LD] smsq.o strcompat.o -> smsq
[CC] stereorize.c -> stereorize.o
[CC] frame.c -> frame.o
[LD] stereorize.o frame.o -> stereorize
[CC] streamplayer.c -> streamplayer.o
[LD] streamplayer.o -> streamplayer
make: expand.c:489: allocated_variable_append: Assertion
`current_variable_set_list->next != 0' failed.
make: *** [utils] Aborted
2007 Mar 08
3
1.4 compile issue
I am use Fedora 3, and run into a 1.4 compile issue.
When 'make install' I got this message.
[root@asterix asterisk-1.4.1]# make install
make: expand.c:489: allocated_variable_append: Assertion
`current_variable_set_list->next != 0' failed.
make: *** [utils] Aborted
[root@asterix asterisk-1.4.1]#
2006 Oct 17
1
make 3.79.1 assertion failed error
...from.
But now that I have them consistently for ffmpeg and mplayer on everything
smaller than FC2, which prevents me from updating both mplayer and ffmpeg
(and I know lots of other applications have the same issue).
The exact error is:
make: expand.c:489: allocated_variable_append: Assertion `current_variable_set_list->next != 0' failed.
By coincidence (called Google) I found this page:
http://valgrind.org/docs/manual/faq.html#faq.make_dies
and it made the relation with make 3.79.1 pretty clear. (fc1, el3, rh9,
rh7 and el2 all use make 3.79.1)
I was wondering if anyone knows of a better solution tha...