[Openais] take 5 of the 1049 patch

Steven Dake sdake at mvista.com
Mon Jan 30 14:42:20 PST 2006


cool thanks I'll take a look at it tonight

regards
-steve
On Mon, 2006-01-30 at 13:47 -0800, Mark Haverkamp wrote:
> On Mon, 2006-01-30 at 13:41 -0800, Mark Haverkamp wrote:
> > On Sat, 2006-01-28 at 16:04 -0700, Steven Dake wrote:
> > > Ok here is the final version of the 1049 patch.  I'll commit Monday if
> > > there are no objections.
> > > 
> > > There were a few more bugs in the conversion process found with saftest
> > > suite which have been fixed.
> > > 
> > > Now there are a total of 8 test failures with saftest, which was better
> > > then our previous published saftest results.
> > 
> > Steve this code still references conn_info in evs.c:
> > 
> > #ifdef DEBUG
> > 	for (i = 0; i < conn_info->conn_info_partner->ais_ci.u.libevs_ci.group_entries; i++) {
> > 		printf ("Groups Left %s\n", 
> > 					&conn_info->conn_info_partner->ais_ci.u.libevs_ci.groups[i].key);
> > 	}
> > #endif
> > 
> > evs.c: In function ‘message_handler_req_evs_leave’:
> > evs.c:362: error: ‘conn_info’ undeclared (first use in this function)
> > evs.c:362: error: (Each undeclared identifier is reported only once
> > evs.c:362: error: for each function it appears in.)
> > 
> > 
> > 
> > debug is enabled in the top level Makefile causing the compile error.
> > 
> > Mark.
> > 
> 
> This also has problems using the top level Makefile:
> 
> main.c:1077:1: warning: "DEBUG" redefined
> <command line>:1:1: warning: this is the location of the previous definition
> cc -g -DDEBUG   -c -o print.o print.c
> print.c: In function ‘printSaClmClusterNodeT’:
> print.c:219: error: ‘LOG_SERVICE’ undeclared (first use in this function)
> print.c:219: error: (Each undeclared identifier is reported only once
> print.c:219: error: for each function it appears in.)
> print.c:227: error: ‘struct <anonymous>’ has no member named ‘clusterName’
> make[1]: *** [print.o] Error 1
> make[1]: Leaving directory `/home/localmarkh/views/svn/openais_work/exec'
> make: *** [all] Error 2
> 
> 
> Doing make on the individual directories seems to work though.
> 
> _______________________________________________
> Openais mailing list
> Openais at lists.osdl.org
> https://lists.osdl.org/mailman/listinfo/openais




More information about the Openais mailing list