From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4772C999.10204@domain.hid> Date: Wed, 26 Dec 2007 22:37:29 +0100 From: Philippe Gerum MIME-Version: 1.0 References: <200712262230.39993.niklaus.giger@domain.hid> In-Reply-To: <200712262230.39993.niklaus.giger@domain.hid> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: Philippe Gerum Subject: Re: [Xenomai-core] Buildbot: Error building sim on branch 2.3 Reply-To: rpm@xenomai.org List-Id: "Xenomai life and development \(bug reports, patches, discussions\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: niklaus.giger@domain.hid Cc: xenomai@xenomai.org Niklaus Giger wrote: > Hi > > Thanks everybody for helping to clean up the errors! I have a lot more > successful build now than three days ago. > > As soon as I have some more time to spend on the buildbot. I will try > to cleanup the remaining failures which are probably more problems with > the buildbot setup than in the xenomai source. > > But the sim has a regression (only in the 2.3 branch) as shown in > http://ngiger.dyndns.org/buildbot/builders/sim_q/builds/26 > http://ngiger.dyndns.org/buildbot/builders/sim_q/builds/26/steps/make_sim/logs/stdio > building the simulator failed with: > make[1]: Entering directory `/var/buildbot/slave/sim_q/build/nucleus' > ../gcic/gcic -DHAVE_CONFIG_H -I. -I../include -I../../xenomai/sim/nucleus -D__IN_XENO__ --gcic-backend=/var/buildbot/test/bin/sim/libexec/gcic --kernel-code -I../../xenomai/sim/nucleus/../include -I../../xenomai/sim/../include -g -MT heap.o -MD -MP -MF .deps/heap.Tpo -c -o heap.o ../../xenomai/sim/../ksrc/nucleus/heap.c > ../../xenomai/sim/../ksrc/nucleus/heap.c: In function `xnheap_alloc': > ../../xenomai/sim/../ksrc/nucleus/heap.c:491: `CONFIG_XENO_OPT_DEBUG_NUCLEUS' undeclared (first use in this function) > ../../xenomai/sim/../ksrc/nucleus/heap.c:491: (Each undeclared identifier is reported only once > ../../xenomai/sim/../ksrc/nucleus/heap.c:491: for each function it appears in.) > ../../xenomai/sim/../ksrc/nucleus/heap.c: In function `xnheap_test_and_free': > ../../xenomai/sim/../ksrc/nucleus/heap.c:698: `CONFIG_XENO_OPT_DEBUG_NUCLEUS' undeclared (first use in this function) > make[1]: *** [heap.o] Fehler 1 > make[1]: Leaving directory `/var/buildbot/slave/sim_q/build/nucleus' > Now fixed by commit #3311. -- Philippe.