00:13 (quit) carleastlund: Quit: carleastlund 00:44 (quit) jonrafkind: Ping timeout: 272 seconds 02:00 (join) carleastlund 03:45 (quit) carleastlund: Quit: carleastlund 04:30 (part) wingo-pi: "Leaving" 08:12 (join) masm 08:12 (join) mario-goulart 09:53 (quit) sstrickl: Quit: sstrickl 10:07 (join) clklein 10:07 (part) clklein 10:28 (join) clklein 10:50 (join) sstrickl 11:08 (join) samth 11:56 (join) carleastlund 12:02 (join) jonrafkind 14:00 jay-mccarthy: mattmight & jonrafkind: i just put my zsh setup i was talking about on git http://github.com/jeapostrophe/exp/blob/master/.zshrc 14:01 jonrafkind: every other line offends my eyes 14:01 jay-mccarthy: ? 14:02 jay-mccarthy: the start are directory aliases (very cool) 14:02 jay-mccarthy: then i do some stuff to set the prompt and put it in the terminal title 14:02 jonrafkind: just the naming conventions.. no big deal 14:02 jay-mccarthy: then i have my recent directory cache (hacky to be space robust) 14:03 jonrafkind: i havent used zsh in a while, maybe i should start again 14:03 jay-mccarthy: chpwd does weirdness for space robustness and column input 14:03 jay-mccarthy: the cdirs thing shows the most frequent directories and gives nice completion to get to them 14:37 (quit) carleastlund: Quit: carleastlund 14:37 (join) carleastlund 14:37 (quit) carleastlund: Client Quit 14:50 j3parker: eli: how much space would a plt mirror be? 14:56 eli: Let me count. 14:57 j3parker: s/be/require 14:58 eli: j3parker: The current directory (which has only 5.0) is 477MB; the one for plt-scheme is 9.6gb for 40 releases. 14:58 j3parker: alright 14:59 j3parker: we are installing new harddisks within the very new future (when they arrive) and we are holding off on adding more packages until then. i'll let you know via email when this happens. 15:07 (join) carleastlund 15:08 (join) jao 15:09 chandler: Hm. I think the mailing list switcheroo broke Gmane. 15:10 chandler: Also, could you pick a worse time for the release than right in the middle of Apple's iPhone event? :-) 15:12 (join) askhader 15:13 eli: chandler: I didn't know that apple had an event going; please pass my apologies on to Jobs and tell him that this is not holding any grudges due to his move to ban racket from the ipad. 15:14 eli: And re gmane -- I contacted them a few days ago, and it should be working "real soon now" -- probably when they do the archive porting. 15:14 chandler: Hah. More specifically, it probably means that you won't get the same amount of attention you would have received if this release was done, say, last Monday, or this Wednesday. 15:14 eli: j3parker: Just ping me when it's done. 15:14 chandler: Is it going to be renamed? 15:14 chandler: (on Gmane) 15:15 eli: chandler: Yes: gmane.lang.racket.{user,devel,announce} 15:53 (join) bartwe 16:11 chandler: Will offby1 be bringing rudybot here too? 16:50 (join) wingo 16:56 (join) Shimei 16:58 (part) Shimei: "This is an uncreative part message." 17:00 (quit) sstrickl: Quit: sstrickl 17:02 (join) atak 17:02 atak: 'grats on the 5.0 release. :) 17:13 carleastlund: Thanks, atak. :) 17:26 (quit) jao: Remote host closed the connection 17:30 (join) jao 17:49 (quit) jay-mccarthy: Quit: jay-mccarthy 17:51 (quit) wingo: Ping timeout: 265 seconds 17:59 (quit) jonrafkind: Ping timeout: 240 seconds 18:10 (join) sstrickl 18:19 (join) sstrickl_ 18:19 (quit) sstrickl: Read error: Connection reset by peer 18:19 (nick) sstrickl_ -> sstrickl 19:04 (quit) masm: Quit: Leaving. 19:07 (join) Hezy 19:41 (quit) Hezy: Quit: Leaving. 21:11 chandler: Quiet in here. 21:19 (join) jonrafkind 21:19 (quit) carleastlund: Quit: carleastlund 21:53 (quit) samth: Ping timeout: 240 seconds 21:54 (join) samth 22:01 (join) carleastlund 22:02 (join) ryanaghdam 22:19 ryanaghdam: I'm trying to compile from source on a 64-bit Arch Linux machine and get the following error: cp: cannot stat `gracket/gracket3m': No such file or directory 22:29 (quit) ryanaghdam: Quit: Lost terminal 22:30 (join) jamiltron 22:30 jamiltron: Hello 22:31 (join) ryanaghdam 22:33 jonrafkind: ryanaghdam, what steps did you take 22:33 eli: ryanaghdam: You probably had an earlier error in the build. 22:34 jamiltron: I am having some difficulties installing racket using the .sh off of racket-lang.org, I was wondering if anyone could possibly help me? 22:35 (quit) ryanaghdam: Ping timeout: 240 seconds 22:36 jonrafkind: what difficulties are you having 22:37 (join) ryanaghdam 22:37 eli: jamiltron: There's one bug that I know about and will fix soon-ish. 22:37 ryanaghdam: I just did ../configure ; make ; make install 22:37 eli: jamiltron: This is relevant if you see a message saying: If you get an error saying: leftovers in source tree: ("README") 22:37 jamiltron: It is what I am seeing. 22:37 eli: Or actually just "leftovers in source tree: ("README")". 22:38 jonrafkind: ryanaghdam, can you paste the output somewhere (a pastebin site) 22:38 eli: jamiltron: Do you really need the unix-style layout? 22:38 ryanaghdam: ok 22:38 jamiltron: I'd prefer it, but no - it's not neccessary. 22:39 eli: jamiltron: The easy way to solve it now is to use the plain single-directory layout. 22:39 eli: I can also tell you how to fix the unixstyle thing, but this is going to be tricky. 22:39 eli: Or you can wait for a new installer to be pushed out later. 22:39 jamiltron: I wouldn't want to take up much of your time - is there are howto explaining it anywhere? 22:39 eli: Explaining how to fix it? 22:40 eli: There's no howto for that -- I only found out about this problem about an hour ago... 22:41 jamiltron: I guess I can just wait for the new installer and code in my home directory until then, but if a howto explaining how to fix it ever gets put up I would like to read it, just to understand what is going wrong. 22:42 eli: jamiltron: There's not going to be a howto since writing one is roughly the same work as fixing it. 22:42 jamiltron: ah, ok thanks 22:42 eli: The problem is a technicality: there used to be a "readme.txt" file, and the installer would move it to the right place. 22:42 eli: Now it's called "README" instead, and there is one place in the code that I forgot to update. 22:43 eli: So the "README" file is not getting moved, and the installer is careful in doing some sanity checks. 22:43 eli: One of these checks is that everything was moved to the destinations. 22:43 eli: And this check finds that there's a leftover file, and therefore it undoes the installation and aborts with that error. 22:44 eli: So one way to fix it, assuming that your running it from a standard linux terminal is to suspend the installer while it is unpacking the archive, 22:44 jamiltron: Is adjusting the code to read for the appropriate README easy to do? 22:44 eli: then just remove the README file, or patch the code, 22:45 eli: and then let it continue. 22:45 eli: It's not a big change, which is why I'll repackage a new installer. Otherwise I'd delay that for a followup release. 22:46 jamiltron: Ok, thanks 22:47 ryanaghdam: Here's the pastebin: http://pastebin.org/317344 22:49 eli: ryanaghdam: This text is cut off too early to show any problem. 22:50 ryanaghdam: Sorry about that, here are the last few lines: http://pastebin.org/317355 22:52 jonrafkind: the problem is in between those two pastes 22:52 jonrafkind: can you paste the entire thing in its entirety? 22:53 ryanaghdam: I can't do the whole thing--Pastebin cuts it off, but I can do a large portion of the bottom, or I can put the text elsewhere on the web. 22:53 jonrafkind: ok yea see if you can get the entire thing somewhere 22:54 ryanaghdam: http://www.ccs.neu.edu/home/raghdam/plt.txt 22:55 jonrafkind: hm, png broke somehow 22:55 jonrafkind: what version of libpng do you have installed? 22:56 jonrafkind: http://bbs.archlinux.org/viewtopic.php?pid=703488 22:56 jonrafkind: looks similar to this issue 22:57 jonrafkind: i guess you can just patch the racket source, maybe thats the easiest thing to do 22:57 jonrafkind: does that sound reasonable to you? 22:57 ryanaghdam: I have version 1.2 installed. I remember having to get that specific version to build chromium. 22:58 ryanaghdam: The standard version that comes with Arch is 1.4. I'll try re-compiling with their official package before I start doing patches :) 22:58 jonrafkind: ok 22:59 ryanaghdam: Thanks for your help 23:16 ryanaghdam: 23:17 jonrafkind: 23:17 (quit) ryanaghdam: Quit: leaving 23:18 chandler: 23:19 jonrafkind: OFF TOPIC INSTABAN 23:19 chandler: Heh. 23:29 chandler: jonrafkind: If you're still confused about that incident: http://www.youtube.com/watch?v=_0MWb83ms8k 23:30 jonrafkind: this explains everything 23:31 eli: Ugh, he was from neu.