On Mon, 2011-05-09 at 19:08 +0200, Svante Signell wrote: > On Mon, 2011-05-09 at 18:49 +0200, Svante Signell wrote: > > On Mon, 2011-05-09 at 18:43 +0200, Samuel Thibault wrote: > > > Svante Signell, le Mon 09 May 2011 18:33:14 +0200, a écrit : > > > > Anyway, adding a print statement at eglibc-2.11.2/mach/msgserver.c > > > > resolved the hang in the configuration of ghc6-6.10.1 > > > > +dfsg1/libraries/random :-) > > > > > > Uh! Did you try to let the remainder of the build complete? > > > > No, I had a print statement writing too much so the build hang so I had > > to reboot. Now I just print a dot so I can try again. > > The build continues until the following message is printed: > make: hurdsig.c:804: _hurd_internal_post_signal: Unexpected error: > (ipc/rcv) msg too large. > > Maybe it's due to the print statements I still have in the custom built > libc. I'll recompile so nothing is printed to stderr (not clobbering the > normal output)
At least the whole compiler stage 1 did complete. I've made so many changes so I don't know why configuring stage2 build hangs. Trying to build from scratch with the custom libc. BTW: I'm still seeing the bad file descriptor errors in eglibc-2.11.2/sysdeps/mach/hurd/read.c since I have kept a print statement there. And these are the remaining errors when compiling ruby. Multiple bugs?