03:52:07 -!- rme [rme@clozure-12127D16.chi.dsl-w.verizon.net] has quit [Quit: rme] 03:52:07 -!- rme [~rme@pool-70-105-87-127.chi.dsl-w.verizon.net] has quit [Quit: rme] 06:50:59 -!- Modius [~Modius@cpe-24-28-30-165.austin.res.rr.com] has quit [Quit: I'm big in Japan] 07:04:18 jdz [~jdz@193.206.22.97] has joined #ccl 10:11:30 bfulgham__ [~brent@adsl-69-234-103-230.dsl.irvnca.pacbell.net] has joined #ccl 10:14:21 -!- bfulgham_ [~brent@adsl-69-234-103-230.dsl.irvnca.pacbell.net] has quit [Ping timeout: 240 seconds] 12:10:58 alms_ [~alms_@146-115-42-237.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 13:20:47 rme [~rme@pool-70-105-87-127.chi.dsl-w.verizon.net] has joined #ccl 13:56:13 -!- alms_ [~alms_@146-115-42-237.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has quit [Quit: alms_] 13:58:02 alms_ [~alms_@146-115-42-237.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 14:35:17 -!- bfulgham__ [~brent@adsl-69-234-103-230.dsl.irvnca.pacbell.net] has quit [Quit: bfulgham__] 15:06:02 milanj [~milanj_@79-101-138-56.dynamic.isp.telekom.rs] has joined #ccl 15:26:01 -!- sellout [~greg@c-24-61-13-161.hsd1.ma.comcast.net] has quit [Read error: Connection reset by peer] 15:26:47 sellout [~greg@c-24-61-13-161.hsd1.ma.comcast.net] has joined #ccl 15:40:08 sellout- [~greg@c-24-61-13-161.hsd1.ma.comcast.net] has joined #ccl 15:40:28 -!- sellout [~greg@c-24-61-13-161.hsd1.ma.comcast.net] has quit [Read error: Connection reset by peer] 15:40:28 -!- sellout- is now known as sellout 15:59:42 -!- jdz [~jdz@193.206.22.97] has quit [Ping timeout: 240 seconds] 16:03:55 anRch [~markmilli@64.134.240.177] has joined #ccl 16:18:32 -!- alms_ [~alms_@146-115-42-237.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has quit [Quit: alms_] 16:19:37 alms_ [~alms_@146-115-42-237.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 16:35:44 -!- gz [Clozure@clozure-93943513.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has quit [Input/output error] 16:35:44 -!- gz [~gz@209-6-40-245.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has quit [Remote host closed the connection] 16:36:06 gz [~gz@209-6-40-245.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has joined #ccl 16:37:27 -!- anRch [~markmilli@64.134.240.177] has quit [Quit: anRch] 16:45:18 anRch [~markmilli@64.134.240.177] has joined #ccl 17:17:31 -!- anRch [~markmilli@64.134.240.177] has quit [Quit: anRch] 17:32:10 -!- milanj [~milanj_@79-101-138-56.dynamic.isp.telekom.rs] has quit [Ping timeout: 252 seconds] 17:37:15 milanj [~milanj_@109-93-206-201.dynamic.isp.telekom.rs] has joined #ccl 18:26:56 anRch [~markmilli@64.134.68.147] has joined #ccl 18:40:42 Fare [~Fare@ita4fw1.itasoftware.com] has joined #ccl 18:41:20 hi. I'm trying to compile trunk, and I see there is no lx86cl64.bootstrap checked in, but there is a lx86cl64 18:41:32 should I just used the lx86cl64 as checked in? 18:47:20 yes, the binaries in the trunk (lx86cl64 and lx86cl64.image) should work to rebuild the lisp with (rebuild-ccl :full t). 18:47:26 -!- milanj [~milanj_@109-93-206-201.dynamic.isp.telekom.rs] has quit [Ping timeout: 264 seconds] 18:48:35 thanks. 18:48:48 *Fare* takes ccl trunk, compiles it, and will try QRes with it. 18:58:14 while recompiling CCL: Errors (:SIGNALED 6) reloading boot image: ... Unhandled exception 11 at 0x30200000000d, context->regs at #x7fff47f28628 18:58:44 last message before that: ;Wrote bootstrapping image: #P"/ita/trunk/autobuild/ccl/trunk-14323/x86-boot64" 18:59:27 Make sure you delete lx86cl64 and .image before you svn up. svn up doesn't do the right thing with binaries. 18:59:46 oh 19:00:07 hum. I thought this was a fresh checkout 19:00:31 hmm. That should work. 19:01:08 *Fare* rm *(.) ; svn up and tries 19:01:31 svn co -r 14323 http://svn.clozure.com/publicsvn/openmcl/trunk/linuxx86/ccl ./trunk-14323 19:05:25 for the record, the recipe for starting clog is on bespin.org in /etc/rc.boot/nefbots 19:06:24 same cause, same consequence 19:06:40 I just did a fresh checkout on linux/x8664, and (rebuild-ccl :full t) worked for me. 19:06:53 :-( 19:07:40 is my svn checkout correct? Is this correct? ./lx86cl64 --eval '(progn (rebuild-ccl :full t) (quit))' 19:09:27 debian kernel 2.6.29-2-amd64 19:10:06 I'm not sure what you meant above about rm * etc. Can you just do the checkout to a non-existent directory to be sure it's fresh? 19:10:13 I just did 19:10:33 and it failed again with the same segfault after writing the bootstrap image. 19:11:54 Do you have an init file? Maybe try it with --no-init 19:12:13 echo $CC 19:12:47 CC should be set to 'gcc4' 19:13:01 gigamonkey [~user@c-98-248-194-46.hsd1.ca.comcast.net] has joined #ccl 19:13:04 undefined. gcc -v says: gcc version 4.4.3 20100108 (prerelease) (Debian 4.4.2-9) 19:13:30 Anyone here know if any of the current CCL developers participated in X3J13? 19:13:40 Yes. 19:14:08 You? 19:14:14 *gigamonkey* is working on his ILC talk. 19:14:54 *Fare* is distracting gigamonkey from his work 19:14:59 Yes, I did, also gbyers. 19:16:12 Were you guys working for Coral or Apple at the time? (Or did it span both?) 19:18:23 I think it spanned both, but I'm not totally sure. I do remember us being the Apple reps to x3j13. 19:21:35 milanj [~milanj_@109-93-199-222.dynamic.isp.telekom.rs] has joined #ccl 19:23:57 Cool, thanks. 19:24:04 I went to one x3j13 meeting at Xerox in Palo Alto, at the beginning of my time at Apple, likely 1990, but I didn't participate much 19:24:19 wikipedia says x3j13 was formed in '86, that's 2 years before Apple bought us, so it did span both. 19:34:24 Fare: I just build the trunk on lux; I don't know why you're having trouble. Does (probe-file "ccl:") look right? 19:36:39 looks right. 19:36:52 Starting after the crash, I did it at the command-line and it worked. 19:36:56 How did it go with CC=gcc4 ? 19:37:03 But running the script that checks out and does it -- fails, again! 19:37:15 command not found: gcc4 19:37:34 but my default gcc is 4.4.3 (prerelease) 19:37:39 I think we worked around the problem gcc 3 had. 19:42:56 ok, I suspect the chroot to cause your user-homedir-pathname or something else to crash. 19:43:18 when compiling OUTSIDE the chroot, it works. 19:46:31 -!- anRch [~markmilli@64.134.68.147] has quit [Quit: anRch] 19:47:39 yup, looks like exactly that. 19:48:01 your ignore-errors doesn't suppress a segfault, maybe due to lack of safety settings. 19:49:25 bork at NATIVE-TO-DIRECTORY-PATHNAME +61, after giving it a NIL from get-user-home-dir 19:50:15 can you fix this function? I can fix it myself, if you tell me what you want done. But obviously we have strong style divergences as to what this function should be doing. 19:50:42 level-1/l1-pathnames.lisp line 622 19:54:28 should I open an ITA bug for it? 19:55:10 Sure. Assign it to me and I'll take care of it. 20:16:48 my fix is a (block nil ...) around the ignore-errors, and a (return nil) as last clause in the or inside. 20:18:14 Could just signal an error which the ignore-errors will ignore :-) 20:19:15 %path-std-quotes signals an error when it gets NIL, but I don't understand why ignore-errors isn't taking care of that. 20:22:28 Maybe it's crashing in get-user-home-dir. 20:22:41 no, it's crashing in native-blah 20:22:46 says my backtrace 20:23:04 can you paste the backtrace somewhere? 20:24:50 attached to the ITA bug. 20:27:25 interestingly the instruction at NATIVE-TO-DIRECTORY-PATHNAME +61 is a LEAQ following a CALL... 20:27:49 does that mean that the CALL or the LEAQ failed? If a LEAQ can segfault, my mind boggles. 20:28:30 It means the call was in progress. +61 is the return address. 20:28:32 oh, that's the return address. The actual segfault is in %PATH-STD-QUOTES 20:29:37 So, what DOES (get-user-home-dir (getuid)) return in your env? 20:29:43 NIL 20:30:02 too weird. 20:30:33 why weird? 20:30:53 Well, because the first thing %path-std-qutes does is check for a symbol, which NIL is one. 20:30:54 we're in a chroot, with a minimal /etc/passwd 20:31:17 Yeah, no, the weirdness is not that it's NIL, it's the it's failing. 20:31:34 It must be failling in ERROR. 20:32:45 Yeah, it's too early to signal errors. 20:35:18 how that, too early to signal errors? 20:35:32 doesn't ignore-errors set up proper handlers? 20:35:50 In the bootstrap sequence. The lisp is not fully loaded yet 20:36:01 ok. 20:36:11 So, block nil ... (return nil) ... ? 20:36:13 I think #'ERROR is not defined yet. 20:36:31 this could explain that. 20:52:18 ok, r14324 is a semi-tasteful fix. 20:53:34 (I'd like to get rid of that call to truename; I'm not sure why it's there, though.) 21:03:37 ok, builds fine for me. 21:03:44 Now to compile QRes with it... 21:15:53 -!- Fare [~Fare@ita4fw1.itasoftware.com] has quit [Quit: Leaving] 21:53:58 -!- milanj [~milanj_@109-93-199-222.dynamic.isp.telekom.rs] has quit [Ping timeout: 252 seconds] 23:42:17 gb_ [~gb@c-68-35-35-22.hsd1.nm.comcast.net] has joined #ccl 23:42:43 -!- gb_ is now known as Guest79556 23:48:50 -!- Guest79556 [~gb@c-68-35-35-22.hsd1.nm.comcast.net] has quit [Quit: Leaving]