00:00:00 --- log: started forth/09.01.04 00:18:20 I can't compile gforth 7.0 on gentoo 00:18:28 cp -p kernl32b.fi kernl32b.fi~ 00:18:28 cp -p kernl32b.fi- kernl32b.fi 00:18:28 rm -rf lib/gforth/0.7.0/libcc-named/ 00:18:28 for i in fflib.fs cstr.fs unix/socket.fs; do ./gforth -e "s\" `pwd`/lib/gforth/0.7.0/libcc-named/\" libcc-named-dir-v 2! libcc-path clear-path libcc-named-dir libcc-path also-path :noname 2drop s\" /usr/local/lib/gforth/0.7.0/libcc-named/\" ; is replace-rpath" ./$i -e bye; done 00:18:31 libtool: compile: unable to infer tagged configuration 00:18:33 libtool: compile: specify a tag with `--tag' 00:18:36 in file included from *OS command line*:-1 00:18:38 fflib.fs:136: libtool compile failed 00:18:41 >>>end-c-library<<< 00:18:43 Backtrace: 00:18:46 $401A9B0C throw 00:18:48 $401CB350 c(abort") 00:18:51 $401CB9E8 compile-wrapper-function1 00:19:07 what's wrong of this err 00:19:32 gcc 4.2.3 00:20:02 % gcc --version 00:20:03 gcc (GCC) 4.2.4 (Gentoo 4.2.4 p1.0) 01:29:35 --- join: GeDaMo (n=gedamo@dyn-62-56-77-42.dslaccess.co.uk) joined #forth 02:13:21 --- quit: madgarden (Remote closed the connection) 02:21:02 --- join: madgarden (n=madgarde@CPE001d7e527f89-CM00159a65a870.cpe.net.cable.rogers.com) joined #forth 03:16:36 --- quit: madgarden (Remote closed the connection) 04:52:38 gogonkt`1: did you figure it out? 04:54:44 --- quit: GeDaMo ("Leaving.") 04:55:52 This is just a guess, but you could probably edit envos.fs and add "--tag=CC" to libtool-flags 05:04:24 Simplicity of Forth. 05:05:35 Hehe 05:06:14 More like complexity of gforth using gcc at runtime. 05:06:29 I can see why they did it 05:07:07 And I think their reasons make sense. But still...it's kind of a heavy-weight solution. 05:10:53 I think that with all the complexity it implies, they better choose FICL way. 05:13:15 I think it fits with the rest of their implementation strategy. 05:14:17 I don't particularly like it, but it is consistent with the kind of design decisions that they tend to make. 05:14:32 So I don't expect there's much chance of getting them to change their minds. 05:14:52 Do you mean convoluted autoconf machinery and Makefile.in? 05:39:13 and vmgen 05:46:54 I'm fed with autoshit and libtool before I can get to vmgen. 05:48:03 They tell that libtool is to simplify building libraries 05:48:03 "even on strange platforms e.g. BSDs". 05:48:39 NetBSD always run its _own_, heavily patched version of libtool 05:48:39 just because original doesn't work at all. 05:49:54 While building libraries is easy like a nail. 05:51:08 easy like a nail? 05:51:22 I'm completely dissatisfied with recent Gforth release. 05:51:49 Yeah, what is so complex in sharp piece of metal? 05:52:03 Ah. I wasn't familiar with that expression. 05:53:27 It's ironic, that for correct installation Gforth requires Emacs. 05:53:47 Oh? I thought they fixed that. 05:53:56 Who? 05:53:59 I don't have emacs, and it installed ok here. 05:54:39 But maybe that was after they released 0.7.0. 05:54:44 It just ignores the error, which doesn't make it correct. 05:55:08 Before I came with report, the error wasn't even ignored. 05:56:11 All with accordance with original "write correct at first place" spirit. 05:57:34 Yeah, it's a silly way to fix it. configure already checks for the presence of emacs, so they should just have made configure remove that section from the Makefile when it's not needed. 05:58:04 They better removed Emacs invocation at all. 05:58:24 It is there just to create byte-compiled file. 05:58:31 Everything works without that. 06:28:56 One of biggest problem with "remove that section" solution is 06:29:19 that Makefile is large spaghetti chunk. 06:30:21 And all my attempts to fix their build system disappear like water in sands. 06:33:45 I thought you could just put it in Makefile.in, wrapped in "if emacs ... endif" markers of some kind, and have configure remove it if emacs is not detected. 06:34:00 That didn't seem like a bad solution to me. 06:34:23 Yeah, that's what I'm doing now. 06:34:41 tathi: ASau back 06:34:51 I'm back 06:34:54 gogonkt`1: did you get gforth to build? 06:35:07 not yet 06:35:08 Emacs dependency isn't the only difficulty. 06:35:16 ASau: no, I realize that. 06:35:34 I installed emacs 06:35:42 Same for TeX, which is required to build documentation, 06:35:56 other things may come into consideration. 06:36:27 I cant found ebuild of 0.7.0 06:36:38 And each ad hoc "if [ -n "$EMACS" ]; then ...; fi" block 06:36:42 so build it myself 06:36:59 adds to that spaghetti Makefile.in 06:37:19 gogonkt`1: so worse to Gentoo :) 06:37:53 ASau: but if you want to provide functionality which is specific to some system, there's no way around that. 06:38:05 did you know who mantane the ebuild? 06:38:08 If you don't mind handling silent dependencies, I run package, that builds from CVS snapshots. 06:38:43 tathi: my point is that Makefile should be refactored in a way, 06:38:47 gogonkt`1: you could probably copy the 0.6.2 ebuild and update it for 0.7.0 pretty easily 06:38:56 I don't know who maintains it 06:38:59 that allows easier customization. 06:39:09 tathi: haha. 06:39:11 :) 06:39:17 Not that easy. 06:39:25 yes, 06:39:43 I'm newbie of gentoo 06:39:49 Ah, ok. 06:40:33 gogonkt`1: any particular reason to use gentoo or linux? 06:40:42 * tathi wonders if he remembers enough about gentoo to do it... 06:41:07 I use debian before for years 06:41:19 Heh. I just switched the other way recently 06:41:38 I stopped using linux 4-5 years ago. 06:42:00 no reason,It only an OS 06:42:13 I tried to switch to NetBSD a while back, but it didn't run on the hardware I had then. 06:42:14 anther 06:43:04 tathi: which one? 06:43:15 G4 Powermac 06:43:43 tathi: we have G4 (or even G3?) users on-line. 06:44:02 Yeah, it may work now. 06:44:04 now,I run it on Thinkpad x31 06:44:07 It almost worked then. 06:44:18 What I know of that is that it is somewhat tricky to start. 06:44:42 gogonkt`1: did you try editing envos.f? 06:45:07 windows or linux,I run same software 06:45:27 oh,,,,sorry,I do it right now 06:46:22 No need to apologize, you're the one with the problem. :) 06:47:39 edit envos.fs and add "--tag=CC" to libtool-flags?? 06:48:07 yeah. You see it? 06:48:17 Actually, that's pretty strange. 06:48:19 s" gcc" ; 06:48:20 06:48:20 : libtool-flags ( -- c-addr u ) \ gforth 06:48:20 \G force no undefined for cygwin 06:48:20 [ s" linux-gnu" s" cygwin" str= ] [IF] s" -no-undefined " 06:48:23 [ELSE] s" " [THEN] ; 06:48:40 Can you tell your libtool version? 06:48:48 on the last line, inside the s" " 06:49:01 libtool version? 06:49:07 Yes. 06:49:17 how get there? 06:49:18 libtool --version 06:49:23 that 06:49:41 # libtool --version 06:49:44 ltmain.sh (GNU libtool) 2.2.6 06:49:44 Written by Gordon Matzigkeit , 1996 06:49:51 it that? 06:50:02 and can you paste the definition of libtool-cc in envos.fs? 06:50:08 ltmain.sh (GNU libtool) 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) 06:50:09 Hm. 06:50:14 oh, you caught it in your last paste 06:50:15 never mind 06:50:48 Yeah. It's odd that it's giving you a problem. 06:50:49 I remember it is problematic, but it worked for me once. 06:51:12 I still use libffi bindings in my projects. 06:51:50 I would try changing s" " to s" --tag=CC" on the last line of libtool-flags 06:51:58 I'm not sure it will work, but it's the first thing I'd try. 06:52:20 oh 06:53:19 making... 06:53:19 I do remember though that debian considers libtool 2.2 "too new". 06:54:56 how >> build output to a file? 06:55:45 make > there 2>&1 06:56:07 Assuming you're not orthodox BSD fanatic... 06:57:53 --- join: qFox (i=C00K13S@255pc222.sshunet.nl) joined #forth 06:59:56 http://dpaste.com/105240/ 07:00:06 gforth-0.7.0 % wgetpaste build.log 07:01:36 hmm 07:02:20 googleed,and can't help me 07:02:35 Google can't help with it. 07:02:52 Orz... 07:03:07 can you go into libcc.fs, find compile-wrapper-function1 (line 555 or so) and uncomment the two "2dup type cr" lines? 07:03:55 then we could see the actual commands that are failing 07:04:25 \ 2dup type cr 07:04:26 2dup system drop free throw $? abort" libtool compile failed" 07:04:29 [ libtool-command s" --silent --mode=link " s+ 07:04:32 libtool-cc append libtool-flags append s" -module -rpath " s+ ] sliteral 07:05:12 yeah. remove the backslash at the beginning of those two lines 07:05:24 makeing 07:05:59 gforth-0.7.0 % wgetpaste build.log 07:06:01 Your paste can be seen here: http://dpaste.com/105241/ 07:07:36 Huh. It didn't include the --tag=CC 07:07:53 or...am I looking in the wrong place? 07:08:07 --- quit: lasts (Read error: 110 (Connection timed out)) 07:08:14 : libtool-flags ( -- c-addr u ) \ gforth 07:08:16 \G force no undefined for cygwin [ s" linux-gnu" s" cygwin" str= ] [IF] s" -no-undefined " [ELSE] s" --tag=CC" [THEN] ; 07:08:27 this wrong? 07:08:56 looks good to me 07:09:06 o 07:09:08 probably should have a space before the closing quote 07:09:33 Oh, I'm an idiot. 07:09:38 ok, let me think 07:09:45 ?? 07:10:00 U smart 07:10:50 OK, take --tag=CC out of libtool-flags; we'll try putting it in compile-wrapper-function1 07:12:01 in libcc.fs, compile-wrapper-function1, put --tag=CC after --mode=compile and --mode=link. 07:12:15 doing that 07:12:16 Make sure you put a space before the close quote, that might cause problems. 07:12:34 I hope that works; I don't really understand libtool 07:13:23 2dup system drop free throw $? abort" libtool compile failed" [ libtool-command s" --silent --mode=link --tag=CC " s+ 07:15:06 gforth-0.7.0 % wgetpaste build.log 07:15:07 Your paste can be seen here: http://dpaste.com/105243/ 07:15:33 did you get the --mode=compile line too? 07:15:53 that's the one that your build log says is failing 07:16:14 I see that 07:17:54 libtool: compile: specify a tag with `--tag' 07:17:56 It still here... 07:18:10 Well, I'm stumped then. 07:18:21 you could try asking on the gforth mailing list or comp.lang.forth, whichever. 07:18:51 well 07:18:55 Thx 07:21:08 actually, can you paste the one of the libtool commands just so I can see? 07:21:42 --- quit: qFox ("Time for cookies!") 07:21:47 which one? 07:22:36 one that starts libtool --silent --mode=compile 07:22:45 doesn't matter which one 07:22:46 $401CBA08 compile-wrapper-function1 libtool --silent --mode=compile gcc -I /home/gogonkt/gforth7/gforth-0.7.0/include -O -c /home/gogonkt/gforth7/gforth-0.7.0/lib/gforth/0.7.0/libcc-named/fflib.c -o /home/gogonkt/gforth7/gforth-0.7.0/lib/gforth/0.7.0/libcc-named/fflib.lo 07:23:02 this one? 07:23:29 There is still no --tag=CC in there 07:23:51 yes 07:24:11 What if you paste that to your command line and add the --tag=CC? 07:24:40 preferably right after --mode=compile 07:25:23 2dup system drop free throw $? abort" libtool compile failed" [ libtool-command s" --silent --mode=link --tag=CC " s+ 07:25:39 ? 07:25:42 in libcc.fs 07:26:32 Oh, I don't care about that. I want you to go to your gforth-0.7.0 directory and try running the following command: 07:26:51 yes? 07:27:05 libtool --silent --mode-compile --tag=CC gcc -I /home/gogonkt/gforth7/gforth-0.7.0/include -O -c /home/gogonkt/gforth7/gforth-0.7.0/lib/gforth/0.7.0/libcc-named/fflib.c -o /home/gogonkt/gforth7/gforth-0.7.0/lib/gforth/0.7.0/libcc-named/fflib.lo 07:27:53 libtool: unrecognized option `--mode-compile' 07:27:54 libtool: Try `libtool --help' for more information. 07:28:13 er. hang on a sec 07:29:27 % libtool --silent --mode=compile --tag=CC gcc -I /home/gogonkt/gforth7/gforth-0.7.0/include -O -c /home/gogonkt/gforth7/gforth-0.7.0/lib/gforth/0.7.0/libcc-named/socket.c -o /home/gogonkt/gforth7/gforth-0.7.0/lib/gforth/0.7.0/libcc-named/socket.lo 07:29:35 this work! 07:30:02 no warning 07:30:43 --tag=CC place not right ? 07:30:50 Ah, excellent. 07:31:02 @_@ 07:31:03 Maybe we just have to get it to rebuild the image 07:31:23 Let me look through the build log again... 07:32:07 Your paste can be seen here: http://dpaste.com/105243/ 07:32:15 Yeah. 07:32:44 which file handle --tag=CC 07:33:25 I think we have it in the right place. Try doing 'make clean' and then make again 07:33:55 Or...no, that doesn't make sense. 07:34:18 Oh, yes it does. Try that. 07:34:24 make clean ;make -j2 >build.log 2>&1 07:34:29 ya 07:35:02 I bet it's just using an image file with libcc.fs built in, so it didn't actually see the changes. 07:35:19 wgetpaste build.log 07:35:19 Your paste can be seen here: http://dpaste.com/105251/ 07:36:02 sould I re-unpackage source and make again? 07:36:46 Worth a try, I guess 07:37:17 It doesn't make sense to me. 07:37:26 hoho 07:37:29 It noticed when you un-commented the '2dup type cr' 07:37:38 but not when you added the --tag 07:37:40 I don't get it. 07:39:31 Are you sure you have this in libcc.fs? 07:39:33 : compile-wrapper-function1 ( -- ) lib-handle 0= if c-source-file close-file throw 0 c-source-file-id ! [ libtool-command s" --silent --mode=compile --tag=CC " s+ 07:39:42 ack 07:39:44 no newlines 07:39:45 yes 07:40:31 That's very strange. the --tag comes through here 07:41:48 [ libtool-command s" --silent --mode=link " s+ 07:41:57 no, not mode=link 07:42:00 show me the mode=compile line 07:42:04 I found this 07:42:11 added 07:43:04 well, the mode=link should be fixed too. but mode=compile is the line that seems to be giving you trouble right now. 07:43:21 en 07:43:29 making 07:44:17 http://dpaste.com/105255/ 07:45:45 % LANG=C make clean ;make -j2 >build.log 2>&1 07:48:40 Looks like it worked? 07:49:13 it done??? 07:50:00 http://dpaste.com/105258/ 07:50:03 now one 07:50:36 in file included from *OS command line*:-1 07:50:37 unix/socket.fs:48: libtool link failed 07:50:37 >>>end-c-library<<< 07:50:37 Backtrace: 07:50:37 $401A9B0C throw 07:50:39 $401CB4E4 c(abort") 07:50:41 $401CBA00 compile-wrapper-function1 libtool --silent --mode=compile --tag=CC gcc -I /home/gogonkt/gforth7/gforth-0.7.0/include -O -c /home/gogonkt/gforth7/gforth-0.7.0/lib/gforth/0.7.0/libcc-named/socket.c -o /home/gogonkt/gforth7/gforth-0.7.0/lib/gforth/0.7.0/libcc-named/socket.lo 07:50:48 make: *** [build-libcc-named] Error 1 07:50:49 make: *** Waiting for unfinished jobs.... 07:50:51 *** Check successful *** 07:50:54 ./gforth-fast --diag -e bye 07:50:56 *** no performance problems *** 07:51:49 yeah. 07:51:49 Is it compiled? 07:52:00 :D 07:52:05 looks like it's compiled, but the libcc tests are failing. 07:52:08 Wow 07:52:13 so it depends if you want to use libcc 07:52:37 libcc for what? 07:52:53 it's the new interface for binding to external C libraries 07:53:20 I think not need that 07:53:44 Then you can probably just install it. 07:54:10 hard work 07:54:19 and we done! 07:54:32 heh 07:57:43 --- join: qFox (i=C00K13S@255pc222.sshunet.nl) joined #forth 07:59:08 did it look all done? http://dpaste.com/105260/ 07:59:35 [ libtool-command s" --silent --mode=link --tag=CC " s+ 07:59:41 add this 07:59:56 I was wondering if you missed that. 08:00:28 Yeah, it looks done -- ***Check successful*** and ***no performance problems*** are usually the end of the build 08:00:41 I report this bug tomorrow 08:00:55 I was just sending an email to the gforth list. 08:01:08 :D 08:01:15 nice job 08:02:29 time to bed,good 9, tathi 08:02:59 night 08:03:04 off to work for me :) 08:03:26 00:03 here hoho 08:11:14 --- join: xjrn (n=jim@c-24-7-31-66.hsd1.ca.comcast.net) joined #forth 08:24:04 --- join: nxt (n=nxt@77.207.25.109) joined #forth 08:25:37 --- join: GoNoGo (n=GoNoGo@cro34-3-82-236-93-215.fbx.proxad.net) joined #forth 08:51:47 --- join: GeDaMo (n=gedamo@dyn-62-56-77-42.dslaccess.co.uk) joined #forth 09:15:33 --- quit: mathrick (Read error: 104 (Connection reset by peer)) 10:20:25 --- join: madmacs (n=madgarde@CPE001d7e527f89-CM00159a65a870.cpe.net.cable.rogers.com) joined #forth 10:26:53 --- quit: madmacs () 10:47:23 --- join: mathrick (n=mathrick@195.116.35.13) joined #forth 11:02:58 --- join: madgarden (n=madgarde@CPE001d7e527f89-CM00159a65a870.cpe.net.cable.rogers.com) joined #forth 11:19:52 --- quit: madgarden (Remote closed the connection) 11:20:09 --- join: madmacs (n=madgarde@CPE001d7e527f89-CM00159a65a870.cpe.net.cable.rogers.com) joined #forth 11:26:24 --- join: madgarden (n=madgarde@CPE001d7e527f89-CM00159a65a870.cpe.net.cable.rogers.com) joined #forth 11:35:34 --- quit: madmacs () 11:39:11 --- quit: GoNoGo (No route to host) 11:53:20 --- quit: segher (kornbluth.freenode.net irc.freenode.net) 11:53:21 --- quit: GeDaMo (kornbluth.freenode.net irc.freenode.net) 11:53:23 --- quit: uiu_ (kornbluth.freenode.net irc.freenode.net) 11:53:23 --- quit: malyn (kornbluth.freenode.net irc.freenode.net) 11:53:23 --- quit: Deformati (kornbluth.freenode.net irc.freenode.net) 11:53:23 --- quit: ASau (kornbluth.freenode.net irc.freenode.net) 11:53:23 --- quit: gnomon (kornbluth.freenode.net irc.freenode.net) 11:53:26 --- quit: maht (kornbluth.freenode.net irc.freenode.net) 11:53:27 --- quit: madgarden (kornbluth.freenode.net irc.freenode.net) 11:53:27 --- quit: nxt (kornbluth.freenode.net irc.freenode.net) 11:53:27 --- quit: xjrn (kornbluth.freenode.net irc.freenode.net) 11:53:28 --- quit: aguai (kornbluth.freenode.net irc.freenode.net) 11:53:30 --- quit: ygrek (kornbluth.freenode.net irc.freenode.net) 11:53:30 --- quit: Quartus__ (kornbluth.freenode.net irc.freenode.net) 11:53:30 --- quit: mark4 (kornbluth.freenode.net irc.freenode.net) 11:53:31 --- quit: TreyB (kornbluth.freenode.net irc.freenode.net) 11:53:31 --- quit: grub_booter (kornbluth.freenode.net irc.freenode.net) 11:53:31 --- quit: preflex (kornbluth.freenode.net irc.freenode.net) 11:55:07 --- join: madgarden (n=madgarde@CPE001d7e527f89-CM00159a65a870.cpe.net.cable.rogers.com) joined #forth 11:55:07 --- join: GeDaMo (n=gedamo@dyn-62-56-77-42.dslaccess.co.uk) joined #forth 11:55:07 --- join: nxt (n=nxt@77.207.25.109) joined #forth 11:55:07 --- join: xjrn (n=jim@c-24-7-31-66.hsd1.ca.comcast.net) joined #forth 11:55:07 --- join: ygrek (i=user@gateway/tor/x-869d946ec6f974ee) joined #forth 11:55:07 --- join: segher (n=segher@84-105-61-45.cable.quicknet.nl) joined #forth 11:55:07 --- join: aguai (n=aguai@122-116-183-8.HINET-IP.hinet.net) joined #forth 11:55:07 --- join: mark4 (n=mark4@wsip-98-191-97-24.ph.ph.cox.net) joined #forth 11:55:07 --- join: uiu_ (n=ian@schihei.net) joined #forth 11:55:07 --- join: gnomon (n=gnomon@CPE001d60dffa5c-CM000f9f776f96.cpe.net.cable.rogers.com) joined #forth 11:55:07 --- join: malyn (n=malyn@server.strangeGizmo.com) joined #forth 11:55:07 --- join: ASau (n=user@193.138.70.52) joined #forth 11:55:07 --- join: Deformati (n=joe@c-68-62-76-160.hsd1.mi.comcast.net) joined #forth 11:55:07 --- join: Quartus__ (n=Quartus`@74.198.12.4) joined #forth 11:55:07 --- join: maht (n=maht__@85-189-31-174.proweb.managedbroadband.co.uk) joined #forth 11:55:07 --- join: grub_booter (n=charlie@d515301E0.access.telenet.be) joined #forth 11:55:07 --- join: preflex (i=mauke@rm-f.net) joined #forth 11:55:07 --- join: TreyB (n=trey@74.203.168.157) joined #forth 11:59:50 --- quit: xjrn (Connection timed out) 12:14:46 --- join: GoNoGo (n=GoNoGo@cro34-3-82-236-93-215.fbx.proxad.net) joined #forth 12:15:31 --- quit: GoNoGo (Remote closed the connection) 12:16:49 --- quit: ygrek (Remote closed the connection) 12:36:01 --- join: ygrek (i=user@gateway/tor/x-22e032daf8623a27) joined #forth 12:45:43 --- quit: Quartus__ (Read error: 110 (Connection timed out)) 13:03:07 --- join: madmacs (n=madgarde@CPE001d7e527f89-CM00159a65a870.cpe.net.cable.rogers.com) joined #forth 13:23:02 --- quit: ygrek (Remote closed the connection) 14:00:47 --- quit: madmacs () 14:10:27 --- quit: GeDaMo ("Leaving.") 14:11:16 --- join: madmacs (n=madgarde@CPE001d7e527f89-CM00159a65a870.cpe.net.cable.rogers.com) joined #forth 14:27:32 --- quit: madmacs () 14:34:11 --- quit: gnomon ("hardware uograde time") 14:57:07 --- quit: qFox ("Time for cookies!") 15:44:07 --- join: madmacs (n=madgarde@CPE001d7e527f89-CM00159a65a870.cpe.net.cable.rogers.com) joined #forth 16:41:23 --- join: gnomon (n=gnomon@CPE001d60dffa5c-CM000f9f776f96.cpe.net.cable.rogers.com) joined #forth 16:45:26 --- join: JasonWoof (n=jason@c-66-31-44-71.hsd1.ma.comcast.net) joined #forth 16:45:28 --- mode: ChanServ set +o JasonWoof 16:45:37 --- quit: nxt (Read error: 113 (No route to host)) 16:55:32 --- quit: madgarden ("Leaving") 17:09:54 --- join: madgarden (n=madgarde@CPE001d7e527f89-CM00159a65a870.cpe.net.cable.rogers.com) joined #forth 17:50:35 --- quit: madgarden (Remote closed the connection) 17:51:22 --- join: madgarden (n=madgarde@CPE001d7e527f89-CM00159a65a870.cpe.net.cable.rogers.com) joined #forth 18:00:01 --- join: nighty__ (n=nighty@210.188.173.245) joined #forth 18:07:48 --- quit: madmacs () 18:16:47 --- join: madmacs (n=madgarde@CPE001d7e527f89-CM00159a65a870.cpe.net.cable.rogers.com) joined #forth 20:41:46 --- quit: madmacs () 21:16:03 --- quit: madgarden (Remote closed the connection) 21:49:22 --- join: madgarden (n=madgarde@CPE001d7e527f89-CM00159a65a870.cpe.net.cable.rogers.com) joined #forth 23:20:17 --- quit: JasonWoof ("off to bed") 23:24:15 --- join: ygrek (i=user@gateway/tor/x-c638008d03cfcd97) joined #forth 23:59:19 --- quit: ygrek (Remote closed the connection) 23:59:59 --- log: ended forth/09.01.04