irclog2html for #picogui on 20030604

01:48.33*** join/#picogui CIA (~CIA@12-252-175-3.client.attbi.com)
02:37.31CIAtrunk/tools/irc r4261 03micah: Starting a 'filters' directory in CIA, adding the kde-cvs mailing list filter to it
02:40.55*** join/#picogui Talez (~talez@talez.arach.net.au)
03:15.41CIAtrunk/tools/irc/filters r4262 03micah: Added raw message logging for the kde filter, added a new (untested) python filter
03:36.58*** join/#picogui afnom (~afnom@208.247.202.126) [NETSPLIT VICTIM]
03:38.07*** join/#picogui CIA (~CIA@12-252-175-3.client.attbi.com)
03:44.28CIAtrunk/tools/irc/filters/kde r4263 03micah: Ignore reply messages in the KDE ciabot filter
03:46.53*** join/#picogui captain_proton (~blardebla@12-203-245-57.client.attbi.com) [NETSPLIT VICTIM]
04:15.07CIAtrunk/tools/irc/filters r4264 03micah: Adding (untested) CIA filter for perl5
04:33.54*** join/#picogui merlin262 (~andrew@crtntx1-ar1-4-60-252-139.crtntx1.dsl-verizon.net)
05:19.07CIAtrunk/tools/irc/filters r4265 03micah: Adding reply detection to all CIA filters, not just KDE, and added another untested filter for plone
06:43.10*** join/#picogui prae (~prae@sherpadown.net)
06:54.47*** join/#picogui gonk2 (~brandon@h-69-3-79-211.DNVTCO56.covad.net)
08:00.56*** join/#picogui gonked{out{ (~brandon@h-66-167-167-140.DNVTCO56.covad.net)
08:20.53CIAtrunk/pg1/server r4266 03bornet: Add a base input driver for bluetooth devices. See pg1/server/README.btkey if
10:07.24*** join/#picogui gonked{out{ (~brandon@h-66-167-167-140.DNVTCO56.covad.net) [NETSPLIT VICTIM]
10:07.24*** join/#picogui prae (~prae@sherpadown.net) [NETSPLIT VICTIM]
10:07.24*** join/#picogui TD[gone] (~mike@bdsl.66.13.154.244.gte.net) [NETSPLIT VICTIM]
10:20.24CIAtrunk/pg1/server r4267 03bornet: Move the README.btkey to his correct place.
10:40.24*** join/#picogui bn (~bn@62.180.118.126)
10:48.25bnhi micah
10:49.09bnis the new build system becoming useful already?
10:49.30bn(impatiently waiting for it... :-))
11:04.08*** join/#picogui Talez (~talez@talez.arach.net.au)
12:00.28*** join/#picogui screenline (~micah@12-252-175-3.client.attbi.com)
12:32.00*** join/#picogui lalo (~lalo@200.203.12.232)
12:32.45bnhi lalo
12:33.01lalogood morning bn
12:33.09bndo you know how to build pg for arm-linux?
12:33.59bn(cross-compile, i mean)
12:34.55lalono, unfortunately I don't have one arm (argh, worst joke of the week)
12:35.15lalobut I do have a vr3 (mips) and I cross-compile pg quite normally
12:35.45bnhmm.. the pgserver/INSTALL instructions don't work for me.
12:35.48bnI tried with
12:36.07bn../picogui-0.45/pgserver/configure --host=arm-linux --build=i686-pc-linux-gnu --with-prefix
12:36.18bnin a separate build directory
12:36.36laloand what goes wrong?
12:36.38bnbut configure stops with
12:36.51bnchecking whether the C compiler (arm-unknown-linux-gnu-gcc  ) works... no
12:36.51bnconfigure: error: installation or configuration problem: C compiler cannot create executables.
12:37.33bnbut arm-unknown-linux-gnu-gcc is executable and in the path.
12:37.43laloaha
12:37.57lalocheck the log file to see what went wrong
12:38.07laloit's config.log or configure.log IIRC
12:38.34bnah. there it says
12:38.50bnconfigure:1208: arm-unknown-linux-gnu-gcc -o conftest    conftest.c  1>&5
12:38.50bn/opt/armv5b-unknown-linux-gnu-toolchain/armv5b-unknown-linux-gnu/lib/libc.so.6: could not re
12:38.50bnad symbols: Invalid operation
12:38.50bncollect2: ld returned 1 exit status
12:38.50bnconfigure: failed program was:
12:38.50bn#line 1203 "configure"
12:38.53bn#include "confdefs.h"
12:38.57bnmain(){return(0);}
12:40.19lalo"invalid operation"?   o.O
12:40.35laloyour toolchain seems to be screwed up... can you manually compile a sample C program?
12:41.21bnah, it looks for libc.so.6, but it's not in that directory.
12:42.26bnyes, i can compile other programs, even the kernel (with make ARCH=arm CROSS_COMPILE=arm-linux-)
12:43.18lalothen it looks like it's configure who is stoned
12:43.24lalodid you run autoconf yourself?
12:44.04bnyes... but autoconf doesn't know that i'm gonna cross-compile, or should it?
12:45.19lalono
12:45.45laloI just asked because a newer autoconf could be smarter wrt cross-compilers :-)
12:46.39lalodoes the file /opt/armv5b-unknown-linux-gnu-toolchain/armv5b-unknown-linux-gnu/lib/libc.so.6 exist?
12:50.04bnno. but I don' see why it would look there, I guess the toolchain is really misconfigured somehow.
12:50.50bnthats a different toolchain in /opt/...; the one I use (and have in the PATH) lives in /usr/local/arm/
12:50.59laloah.
12:51.21lalodo you have both arm-unknown-linux-gnu-gcc and arm-linux-gcc?
12:51.37bnyes, they both link to the same binary.
12:51.42bn(same with -ld)
12:52.17lalobut isn't there /opt/armv5b-unknown-linux-gnu-toolchain/bin/arm-unknown-linux-gnu-gcc or something like that?
12:52.27laloperhaps this is the one configure is finding
12:53.18laloif this is the case, you could try either removing the broken toolchain in /opt, or taking it out of your PATH, or explicitly telling configure to use the other one
12:53.28bnah, i just see that /opt/ armv5b-unknown-linux-gnu-toolchain is just a link to the /usr/local/arm/armv5b-unknown-linux-gnu-toolchain !
12:54.39bnwell i think i have too many symlinks on my system :)
12:55.00bnI should clean this stuff up a bit first.
12:55.17bnthanks for your hints , in the meantime
12:57.00lalonp
14:23.38*** join/#picogui screenline (~micah@12-252-175-3.client.attbi.com)
14:24.17*** join/#picogui CIA (~CIA@12-252-175-3.client.attbi.com)
14:40.10CIAtrunk/pg1/server r4268 03bornet: Update dependencies.
15:06.48*** join/#picogui merlin262 (~andrew@crtntx1-ar1-4-60-252-139.crtntx1.dsl-verizon.net)
15:37.57*** join/#picogui gonkey{iBook} (~brandon@164.47.127.211)
15:45.25*** join/#picogui Oktal (mat@pc1-rdng3-5-cust219.winn.cable.ntl.com)
16:39.15*** join/#picogui gonkey{iBook} (~brandon@164.47.127.211)
18:14.49*** join/#picogui scanlime (~micah@12-252-175-3.client.attbi.com)
18:37.11*** join/#picogui CIA (~CIA@12-252-175-3.client.attbi.com)
18:37.29CIAtrunk/tools/irc r4269 03micah: Added support for #commits-only to the CIA bot
18:37.50kergoth`lunchscanlime: ping
18:53.18*** join/#picogui gonkey{iBook} (~brandon@plasma.client.mscd.edu)
20:27.20*** join/#picogui Oktal (mat@pc1-rdng3-5-cust219.winn.cable.ntl.com)
20:33.14*** join/#picogui crimson{nrl} (~crimson@term2.nrl.csci.unt.edu)
20:34.02crimson{nrl}hey all
20:37.36*** join/#picogui crimson{nrl} (~crimson@term2.nrl.csci.unt.edu)
21:17.38*** join/#picogui rhix (~rick@66.244.209.24)
21:17.45rhixhey guys
21:18.41rhixi figure with all of you hardware-hacking-types... this question would probably be well suited for here...
21:18.55rhixhow hard/easy would it be to get this to work on a pc:
21:18.59rhixhttp://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=2732986007&category=29502
21:23.23*** join/#picogui CIA (~CIA@12-252-175-3.client.attbi.com)
21:28.32*** join/#picogui Oktal (mat@pc1-rdng3-5-cust219.winn.cable.ntl.com)
21:30.34*** join/#picogui screenline (~micah@12-252-175-3.client.attbi.com) [NETSPLIT VICTIM]
21:53.47*** join/#picogui gonkulator (~brandon@h-66-167-167-140.DNVTCO56.covad.net)
22:27.16*** join/#picogui file (~joshnet@mctn1-6687.nb.aliant.net)
22:31.49*** join/#picogui Talez (~talez@talez.arach.net.au)
22:33.17*** join/#picogui Oktal (mat@pc1-rdng3-5-cust219.winn.cable.ntl.com)

Generated by irclog2html.pl by Jeff Waugh - find it at freshmeat.net! Modified by Tim Riker to work with blootbot logs, split per channel, etc.