01:02:40 -!- rme [rme@4ACD9234.B02E95DC.699BA7A6.IP] has quit [Quit: rme] 01:02:40 -!- rme [~rme@50.43.144.98] has quit [Quit: rme] 01:06:09 rme [~rme@50.43.144.98] has joined #ccl 01:24:22 alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 01:25:37 fourOfTwelve [~dented42@opengroove.org] has joined #ccl 02:00:14 rme_ [~rme@50.43.191.206] has joined #ccl 02:00:43 -!- rme [rme@4ACD9234.B02E95DC.699BA7A6.IP] has quit [Ping timeout] 02:00:43 -!- rme_ is now known as rme 02:01:11 -!- dented42 [~dented42@155-99-177-5.uconnect.utah.edu] has quit [Quit: ["Textual IRC Client: www.textualapp.com"]] 02:02:24 -!- rme [~rme@50.43.144.98] has quit [Ping timeout: 265 seconds] 02:02:25 -!- rme_ is now known as rme 02:07:06 -!- rme [~rme@50.43.191.206] has quit [Quit: rme] 02:08:42 -!- fourOfTwelve is now known as dented42 02:39:49 -!- alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has quit [Quit: alms_] 02:54:37 rme [~rme@50.43.146.23] has joined #ccl 03:39:36 consolers [freeness@59.92.55.54] has joined #ccl 03:41:38 is there some reason ccl:make-read-write-lock ignore a name argument 03:41:44 doesnt take* a 03:42:36 also is there support for signalling recursive locking? 03:44:33 *is there some reason ccl:make-read-write-lock doesnt take a name argument 03:53:32 bfulgham_ [~brent@cpe-76-173-170-144.socal.res.rr.com] has joined #ccl 04:26:20 *consolers* getting confused 04:33:34 with the "I cant see support for signalling a same process locking a simple lock 04:33:37 lasfkjakl 04:34:14 I cant see support for signalling the situation where the same process recursively acquires a lock. 04:35:15 -!- rme [rme@74251AA7.20EC5E68.699BA7A6.IP] has quit [Quit: rme] 04:35:15 -!- rme [~rme@50.43.146.23] has quit [Quit: rme] 04:38:14 who funded the ARM port btw 04:44:25 there is a problem with having different apis for wrapping "simple" make-lock and "multiple-readers-single-writes" make-read-write-lock 04:46:47 i could just use READ-WRITE-LOCKs or I have to dispatch based on type of the lock 04:54:33 I think allegro did this once, maybe its been discredited by a rigged jury, but from the API point of view, the "type" of lock should be determined by HOW it is currently locked, whether it is locked for reading, writing, or against recursive grabbing, etc, rather than at lock creation time 06:02:47 -!- consolers [freeness@59.92.55.54] has quit [Quit: Started wasting time elsewhere] 06:31:08 -!- dented42 [~dented42@opengroove.org] has quit [Quit: ZNC - http://znc.in] 06:31:40 dented42 [~dented42@opengroove.org] has joined #ccl 06:34:19 -!- dented42 is now known as fourOfTwelve 06:35:42 -!- fourOfTwelve [~dented42@opengroove.org] has quit [Client Quit] 06:36:19 dented42 [~dented42@opengroove.org] has joined #ccl 06:36:56 -!- dented42 [~dented42@opengroove.org] has quit [Client Quit] 06:45:05 dented42 [~dented42@opengroove.org] has joined #ccl 06:57:54 consolers [vindictive@59.92.38.66] has joined #ccl 06:58:40 more live blogging from consolers 06:59:35 1. can (make-hash-table :weak :key) use integers as keys? Clearly integers cannot be compared under EQ 07:00:05 2. there are situations where the lispworks :WEAK-KIND :BOTH apply 07:00:19 is there some reason ccl doesnt support those 07:39:21 -!- bfulgham_ [~brent@cpe-76-173-170-144.socal.res.rr.com] has quit [Quit: bfulgham_] 07:44:56 -!- consolers [vindictive@59.92.38.66] has quit [Quit: Call a shibboleth a spade.] 08:27:01 segv- [~mb@dslb-088-075-117-066.pools.arcor-ip.net] has joined #ccl 14:01:11 alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 15:07:19 rme [~rme@50.43.142.43] has joined #ccl 15:36:45 krrrcks [~krrrcks@krrrcks.de] has joined #ccl 15:38:44 Hi! :) Anybody got the armcl running on the raspberry pi? I followed Rainer's howto. But then the armcl crashed immediately with a SIGSEGV. I then switched to the r14525 revision. Then rebuild the lisp-kernel (with hard floats) and now it runs but complains about an too old heap image. Am I doing something wrong? 15:40:01 Does the current trunk not run, even you edit float_abi.mk to specify hard float? 15:40:28 I guess not, or you wouldn't be complaining... 15:41:13 Hm... Let's test again; but I am sure it didn't work the first time. 15:44:41 We abuse svn externals in such a way that it doesn't really work to svn up to some earlier revision. What you can do to work around that is this: 15:45:04 1. run "svn co svn://svn.clozure.com/openmcl/trunk/source ccl-dev" 15:46:12 2. copy the heap image and the arm-headers directory to ccl-dev from your other ccl checkout. 15:46:32 3. build the lisp kernel by hand, editing float_abi.mk if needed. 15:48:16 If you want to go back to previous binary revisions, you have to go back to your original checkout and do the svn up -r 12345 there. That will update your binaries, which you can then copy again into the ccl-dev directory. 15:48:25 Now that I type all this, it's a pretty horrible mess. Sorry. 15:48:56 Ah. 15:49:10 Well. Doing update forward backword .... but now .... it works! 15:49:17 I get the beloved "?" ;) 15:49:21 THanks for your help! 15:49:23 Well, good. 15:49:26 Wonderful! 15:49:37 ccl on the raspberry pi ... 17:25:42 Vivitron [~Vivitron@pool-98-110-213-33.bstnma.fios.verizon.net] has joined #ccl 17:27:41 pnpuff [~aeiou@unaffiliated/pnpuff] has joined #ccl 17:45:30 -!- pnpuff [~aeiou@unaffiliated/pnpuff] has quit [Remote host closed the connection] 18:05:42 pnpuff [~aeiou@unaffiliated/pnpuff] has joined #ccl 18:27:18 -!- segv- [~mb@dslb-088-075-117-066.pools.arcor-ip.net] has quit [Quit: segv-] 18:55:07 -!- pnpuff [~aeiou@unaffiliated/pnpuff] has quit [Quit: Reconnecting] 18:55:23 pnpuff [~aeiou@unaffiliated/pnpuff] has joined #ccl 19:10:32 -!- sellout [~Adium@c-98-245-92-119.hsd1.co.comcast.net] has quit [Ping timeout: 255 seconds] 19:16:02 sellout [~Adium@c-98-245-92-119.hsd1.co.comcast.net] has joined #ccl 19:16:26 -!- sellout is now known as Guest41388 19:18:43 -!- Guest41388 is now known as sellout- 19:51:32 -!- pnpuff [~aeiou@unaffiliated/pnpuff] has quit [Quit: .] 19:54:36 krrrcks: the armcl binary in svn was built on an armv7 system; it'll segfault if you try to run in on an armv6 because the C startup code uses some armv7 (thumb2) instructions. If you build the kernel on the raspberry, it should work fine (you may need to edit float-abi.mk). 23:06:07 -!- Vivitron [~Vivitron@pool-98-110-213-33.bstnma.fios.verizon.net] has quit [Ping timeout: 264 seconds] 23:33:21 -!- alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has quit [Quit: alms_] 23:54:03 alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl