|
From: Nicholas M. L. <nm...@cs...> - 2004-09-09 01:30:44
|
hi all, i'm trying to build valgrind 2.2.0 on a redhat v9 machine, and i get the following problem: ~/valgrind-2.2.0$ make ... (about 20 lines) ... Making all in demangle make[4]: Entering directory `/home/n/nml/valgrind-2.2.0/coregrind/demangle' if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../coregrind -I../../coregrind -I../ ../include -I../../include -Winline -Wall -Wshadow -O -fomit-frame-pointer -g -Wno-unused -Wno-shadow -MT cp-demangle.o -MD -MP -MF ".deps/cp-demangle.Tpo" -c -o cp-demangle.o cp-demangle.c; \ then mv -f ".deps/cp-demangle.Tpo" ".deps/cp-demangle.Po"; else rm -f ".deps/cp-d emangle.Tpo"; exit 1; fi make: expand.c:489: allocated_variable_append: Assertion `current_variable_set_list->next != 0' failed. i can't find the file expand.c under the valgrind source tree. The machine is an SMP machine if that makes any difference: ~/valgrind-2.2.0$ uname -a Linux xxx.xxx.xxx.xxx 2.4.20-20.9smp #1 SMP Mon Aug 18 11:32:15 EDT 2003 i686 i686 i386 GNU/Linux I tried building version 2.1.2, and it seemed to have the same problem, although i've previously had version 2.0.0 installed. cheers Nick |
|
From: Nicholas M. L. <nm...@cs...> - 2004-09-09 01:45:12
|
hi, found the problem, it was make 3.79.1 :o(. I now have a working valgrind 2.2.0. Sorry to waste your time... cheers Nick On Thu, Sep 09, 2004 at 11:28:50AM +1000, Nicholas Maxwell Lester wrote: > hi all, > > i'm trying to build valgrind 2.2.0 on a redhat v9 machine, and i get the > following problem: > > ~/valgrind-2.2.0$ make > ... (about 20 lines) ... > Making all in demangle > make[4]: Entering directory `/home/n/nml/valgrind-2.2.0/coregrind/demangle' > if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../coregrind -I../../coregrind > -I../ > ../include -I../../include -Winline -Wall -Wshadow -O -fomit-frame-pointer -g > -Wno-unused -Wno-shadow -MT cp-demangle.o -MD -MP -MF ".deps/cp-demangle.Tpo" > -c > -o cp-demangle.o cp-demangle.c; \ > then mv -f ".deps/cp-demangle.Tpo" ".deps/cp-demangle.Po"; else rm -f > ".deps/cp-d > emangle.Tpo"; exit 1; fi > make: expand.c:489: allocated_variable_append: Assertion > `current_variable_set_list->next != 0' failed. > > i can't find the file expand.c under the valgrind source tree. The machine is > an SMP machine if that makes any difference: > > ~/valgrind-2.2.0$ uname -a > Linux xxx.xxx.xxx.xxx 2.4.20-20.9smp #1 SMP Mon Aug 18 11:32:15 EDT 2003 > i686 i686 i386 GNU/Linux > > I tried building version 2.1.2, and it seemed to have the same problem, > although i've previously had version 2.0.0 installed. > > cheers > > Nick > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click > _______________________________________________ > Valgrind-users mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users |