00:30 (quit) gf3: Ping timeout: 252 seconds 00:31 (join) mario-go` 00:32 (quit) mario-goulart: Ping timeout: 258 seconds 00:32 (join) gf3 01:03 (quit) haruki_zaemon: Ping timeout: 252 seconds 01:04 (join) haruki_zaemon 01:11 (quit) adzuci: Ping timeout: 258 seconds 01:11 (join) adzuci 01:11 (quit) danking: Ping timeout: 258 seconds 01:11 (join) danking 01:12 (quit) eli: Ping timeout: 276 seconds 01:30 (join) karswell 01:35 (join) eli 01:39 (quit) realitygrill: Quit: realitygrill 01:46 (quit) dnolen: Quit: dnolen 01:47 (join) dnolen 01:51 (quit) dnolen: Client Quit 02:41 (quit) jonrafkind: Ping timeout: 260 seconds 03:09 (join) hkBst 03:24 (join) Blkt 03:28 (quit) jao: Remote host closed the connection 03:37 (quit) karswell: Read error: Connection reset by peer 03:38 (join) karswell 04:05 (quit) karswell: Remote host closed the connection 04:06 (join) karswell 04:10 Blkt: good morning everyone 05:09 tim-brown: Blkt: monin 05:09 tim-brown: missed an r 05:09 tim-brown: mornin 05:09 Blkt: :D 05:14 (join) masm 06:07 haruki_zaemon: morning 06:07 (quit) rgrinberg: Remote host closed the connection 06:08 (join) rgrinberg 06:16 tim-brown: has anyone build racket (5.1.3 if possible) on Solaris sparc9 recently? 06:27 (nick) mario-go` -> mario-goulart 06:41 (join) Nanakhiel 06:45 (join) adominguez 06:45 (quit) Lajla: Ping timeout: 240 seconds 06:45 (part) adominguez: "Saliendo" 06:55 (join) TheHad 07:38 tim-brown: has anyone build racket (5.1.3 if possible) on Solaris sparc recently? 07:38 tim-brown: has anyone build racket (5.1.3 if possible) on Solaris recently? 07:47 (join) mceier 07:52 (join) xharkonnen 07:53 (join) xharkonnen_ 07:53 (quit) xharkonnen_: Client Quit 08:56 (join) jsj 09:01 jsj: hi, drracket tells me C-\ inserts lambda, however C-? actually works, i use a swedish keyboard. maybe this is a localisation querk? 09:37 (join) niarch 09:38 (quit) Nanakhiel: Read error: Connection reset by peer 09:38 (join) dnolen 10:13 (quit) Blkt: Remote host closed the connection 10:15 (join) Blkt 10:20 (quit) Blkt: Quit: rebooting 10:22 (join) Blkt 10:22 (quit) dnolen: Quit: dnolen 10:34 (join) realitygrill 10:39 (join) wishbone4 10:56 stamourv: tim-brown: Not that I know of. Are you having issues with it? 10:56 stamourv: jsj: That could be. Also, I believe that these shortcuts were changed/fixed not too long ago. Which version are you running? 10:57 (quit) hkBst: Remote host closed the connection 11:00 (nick) samth_away -> samth 11:13 tim-brown: ./if_mach SPARC "" ld -r -o mach_dep.lo mach_dep1.lo mach_dep2.lo 11:13 tim-brown: ^^^^Starting command^^^^ 11:13 tim-brown: ld: fatal: file mach_dep1.lo: unknown file type 11:13 tim-brown: ld: fatal: File processing errors. No output written to mach_dep.lo 11:14 tim-brown: I think "ld" in the command line refers to what would normally be gnu ld 11:14 tim-brown: when I configure with LD=/usr/sfw/bin/gld -- "ld" is still used in that command 11:15 tim-brown: ./racket/gc/mach_dep1.lo is: 11:15 tim-brown: # mach_dep1.lo - a libtool object file 11:15 tim-brown: # Generated by ltmain.sh - GNU libtool 1.5.24 (1.1220.2.455 2007/06/24 02:13:29) 11:15 tim-brown: 2 11:15 tim-brown: Sun's ld just gacks at it! 11:19 stamourv: Which configure flags did you use? 11:20 tim-brown: ./configure --prefix=/usr/local/racket-5.1.3 LD=/usr/sfw/bin/gld -m64 CC="/usr/sfw/bin/gcc -m64" CXX="/usr/sfw/bin/g++ -m64" --enable-shared 11:20 tim-brown: oops, there's quotes around the LD="...-m64", too 11:20 stamourv: Ok, so nothing that affects the gc. 11:20 stamourv: It seems like the BDW gc is what fails to build. 11:21 stamourv: Can you try adding the `--enable-sgc' flag? 11:21 stamourv: This will cause the Senora gc to be used instead of bdw. 11:21 tim-brown: I use BDW in other software... can I use my own build with racket? 11:22 tim-brown is running config right now 11:22 stamourv: I guess you could, but I don't see a flag for that. And I don't know if we use a straight BDW or a hacked-up one. 11:22 tim-brown: has always bugged me, that 11:22 stamourv: Besides, BDW (and I assume Senora) is only used to build the Racket with precise GC. 11:23 tim-brown: i'm embedding this racket; so i'll need a CGC 11:23 tim-brown: upgrading from plt-4.1.4 11:23 stamourv: Oh, I see. 11:24 stamourv: Then I guess Senora may be worth a shot. 11:24 tim-brown: the simple config string i gave is to just get *something* built 11:24 stamourv: But I would ask on the mailing list about using your own BDW. 11:25 tim-brown: occasionally, I'd like to mix my racket with swi-prolog -- so a shared GC is preferable to two different CGCs is preferable to tho builds of the same CGC 11:26 stamourv: Actually, I found something that may be helpful: `--enable-lt='. This allows you to use your own libtool instead of the bundled one. 11:26 tim-brown: will look at that, although libtool is a script? i'm not so hot on the gnu-style toolchain 11:27 tim-brown: or is libtool something like "ld", "gld" "/.../path/ld" 11:27 tim-brown: ? 11:27 stamourv: As for Prolog, if you're not tied to swi specifically, there's Racklog, which is a prolog in Racket. No idea how mature/fast it is, though. 11:27 stamourv: Not sure (libtool). 11:27 tim-brown: will check out libtool 11:28 tim-brown: racklog (at last check) didn't have ! cuts 11:28 (quit) jsj: Ping timeout: 276 seconds 11:28 tim-brown: that was a couple of months ago 11:28 stamourv: I don't think it changed since. 11:28 tim-brown: (i think it was cuts, might have been bags or sets) 11:29 tim-brown: i also have prolog code I need to parse 11:30 stamourv: Found something: src/racket/gc/libtool.m4, line 162. 11:30 rapacity: racklog has cuts ? 11:30 stamourv: No, I was back to the ld issue. 11:30 rapacity: http://docs.racket-lang.org/racklog/cut.html 11:31 stamourv: Oops, replied to the wrong person. 11:31 stamourv: rapacity: Looks like it indeed. 11:32 tim-brown: (racklog) there was _something_ caused me to back away from it 11:32 rapacity: racklog also has bags and sets 11:32 rapacity: hehe 11:33 tim-brown: difference lists? 11:35 tim-brown: dunno. will revisit (it might just have been that it not satisfy my long-established loyalty to Prolog) 11:36 tim-brown: would be proper nice if I could use "Lisp" and "Prolog" in the same environment (for some value of Lisp and Prolog) 11:37 stamourv: I believe Mozart and Ciao are trying to do that. Haven't tried either. 11:38 tim-brown: stamourv: what did you find in libtool.m4? 11:38 tim-brown: oh l.162, not 62! 11:39 tim-brown: got further with sparc build 11:39 tim-brown: in /usr2/other/racket-5.1.3/src/racket/gc2 11:39 tim-brown: make xsrc/precomp.h 11:39 tim-brown: env XFORM_PRECOMP=yes ../racketcgc -cqu ./xform.rkt --setup . --cpp "/usr/sfw/bin/gcc -m64 -E -I./.. -I./../include -DUSE_SENORA_GC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMZ_USES_SHARED_LIB" --keep-lines -o xsrc/precomp.h ./precomp.c 11:39 tim-brown: ld.so.1: racketcgc: fatal: libracket-5.1.3.so: open failed: No such file or directory 11:39 tim-brown: *** Error code 137 11:40 stamourv: Would `--enable-shared' fix that? 11:40 tim-brown: maybe 11:40 tim-brown: no... it's already on my config line 11:41 tim-brown: said library is in: ./racket/.libs/libracket-5.1.3.so 11:42 tim-brown: i.e. in ../.libs from where we attempt to run racketcgc 11:42 tim-brown: (although that is invoked with ../racketcgc) 11:42 stamourv: Looks like it's trying to build the precise gc. 11:43 stamourv: Since you don't need it, maybe `--enable-cgcdefault' would work. 11:43 tim-brown: there's a thought 11:43 tim-brown: ! 11:44 tim-brown: will find out in a while... this machine predates clockwork 11:48 stamourv: Well, you did say sparc ;). 11:48 stamourv: Victorian or Edwardian? 11:51 tim-brown: afaict it makes no odds... this one's only got a single 500-tooth cog in it 11:53 stamourv: 500 teeth ought to be enough for anybody. 11:54 stamourv: Anyway, going out for lunch, I'll be back. 11:54 tim-brown: bon apetit 11:54 tim-brown: and thanks 11:54 (join) MayDaniel 11:59 (join) dnolen 12:09 tim-brown: aah... LD_LIBRARY_PATH is being set, but LD_LIBRARY_PATH_64 is not -- and solaris seems to be stricter than most on needing this variable :-/ 12:09 tim-brown: night all 12:10 (part) tim-brown: "Leaving" 12:18 (quit) Blkt: Quit: going home 12:21 (join) mye 12:44 (join) mithos28_ 13:08 (quit) realitygrill: Quit: realitygrill 13:11 (join) jonrafkind 13:23 (join) realitygrill 13:33 (quit) TheHad: Remote host closed the connection 13:39 (join) bfulgham 14:19 (quit) samth: Read error: Connection reset by peer 14:22 (join) samth 14:28 (quit) mceier: Quit: leaving 14:34 (join) anRch 14:37 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/P0LB0g 14:37 RacketCommitBot: [racket/master] add a "Step Until Choice" option into the redex stepper - Robby Findler 14:55 (quit) anRch: Read error: Connection timed out 14:56 (join) anRch 15:05 (quit) realitygrill: Quit: realitygrill 15:17 (join) realitygrill 15:24 (join) anRch_ 15:25 (quit) anRch_: Read error: Connection reset by peer 15:25 (join) anRch_ 15:25 (quit) anRch: Read error: Connection reset by peer 15:27 (quit) anRch_: Client Quit 15:54 (join) dmac1 16:11 (nick) Guest28758 -> cipher 16:11 (quit) cipher: Changing host 16:11 (join) cipher 16:36 (quit) realitygrill: Quit: realitygrill 17:10 (quit) MayDaniel: Read error: Connection reset by peer 17:18 (join) JoelMcCracken 17:19 (quit) dmac1: Ping timeout: 248 seconds 17:29 (quit) JoelMcCracken: Ping timeout: 252 seconds 17:37 (nick) samth -> samth_away 18:29 (quit) dnolen: Ping timeout: 265 seconds 18:56 (join) bfulgham_ 18:58 (quit) bfulgham: Ping timeout: 255 seconds 18:58 (nick) bfulgham_ -> bfulgham 19:20 (join) dnolen 19:26 (quit) masm: Quit: Leaving. 19:43 (join) bfulgham_ 19:45 (quit) bfulgham: Ping timeout: 256 seconds 19:45 (nick) bfulgham_ -> bfulgham 19:46 (nick) Twey -> Twey_________ 19:49 (nick) Twey_________ -> Twey 20:03 (join) jrslepak_ 20:04 (quit) jonrafkind: Ping timeout: 260 seconds 20:10 (join) anRch 20:22 (join) jonrafkind 20:25 (join) dmac1 20:41 (join) groovy2shoes 20:59 (quit) anRch: Quit: anRch 21:03 (quit) groovy2shoes: Read error: Connection reset by peer 21:22 (quit) dmac1: Ping timeout: 248 seconds 21:37 (join) groovy2shoes 21:42 (quit) mithos28_: Quit: mithos28_ 21:46 (quit) groovy2shoes: Read error: Connection reset by peer 22:06 (join) francisl_ 22:06 (part) francisl_ 22:07 (join) francisl_ 22:36 (quit) mye: Remote host closed the connection 23:01 (join) realitygrill 23:23 (quit) haruki_zaemon: Ping timeout: 260 seconds 23:23 (join) haruki_zaemon 23:37 mithos28: has any one used the objc ffi api? 23:56 (quit) jrslepak_: Quit: Leaving