irclog2html for #openslug on 20060219

02:46.20*** join/#openslug apt (i=ibot@pdpc/supporter/active/TimRiker/bot/apt)
02:46.20*** topic/#openslug is Developer (not end-user) discussion about the OpenSlug custom firmware for the Linksys NSLU2 device.
03:01.11*** join/#openslug apt (i=ibot@pdpc/supporter/active/TimRiker/bot/apt)
03:01.11*** topic/#openslug is Developer (not end-user) discussion about the OpenSlug custom firmware for the Linksys NSLU2 device.
03:12.05*** join/#openslug senneth_ (i=senneth@irssi/staff/senneth)
03:13.19*** join/#openslug jacques (n=username@cpe-24-160-108-167.houston.res.rr.com)
03:44.30*** join/#openslug apt (i=ibot@pdpc/supporter/active/TimRiker/bot/apt)
03:44.30*** topic/#openslug is Developer (not end-user) discussion about the OpenSlug custom firmware for the Linksys NSLU2 device.
07:48.06*** join/#openslug DrZimmerman (n=theo@217-162-224-145.dclient.hispeed.ch)
08:46.59*** join/#openslug rwhitby (n=rwhitby@nslu2-linux/rwhitby)
09:25.37*** join/#openslug koen (i=koen@dominion.kabel.utwente.nl)
09:34.41*** join/#openslug rwhitby (n=rwhitby@nslu2-linux/rwhitby)
10:06.53*** join/#openslug eFfeM (n=slug@ip545787f8.direct-adsl.nl)
10:30.10*** join/#openslug rwhitby (n=rwhitby@nslu2-linux/rwhitby)
10:31.14*** join/#openslug gerdi_ (n=gerdi@dslb-084-058-184-238.pools.arcor-ip.net)
10:37.01*** join/#openslug rwhitby (n=rwhitby@nslu2-linux/rwhitby)
10:43.50*** join/#openslug rwhitby (n=rwhitby@nslu2-linux/rwhitby)
10:49.27*** join/#openslug rwhitby (n=rwhitby@nslu2-linux/rwhitby)
10:56.03*** join/#openslug rwhitby (n=rwhitby@nslu2-linux/rwhitby)
10:57.58*** join/#openslug rwhitby (n=rwhitby@nslu2-linux/rwhitby)
10:58.45pmeerwhow can I build packages against openslug 2.7-beta?
10:59.17pmeerwif I "wget http://www.nslu2-linux.org/Makefile" and make from there will get HEAD, right?
11:00.08*** join/#openslug p-crat (n=p-crat@lns-bzn-45-82-65-154-238.adsl.proxad.net)
11:00.23*** join/#openslug kfm (n=kfm82@p54BEE8E9.dip.t-dialin.net)
11:00.35pmeerwregarding spca5xx: it build if you put quotes ("") around $(CC) in the spca5xx Makefile
11:00.54pmeerwie. $(MAKE) -C $(KERNELDIR) SUBDIRS=$(PWD) CC="$(CC)" modules (in the spca5xx Makefile)
11:34.43*** join/#openslug kami22 (n=kami22@p548962CB.dip.t-dialin.net)
11:36.55eFfeMpmeerw, the master makefile will indeed give you the head, if you want to build against 2.7 download the 2.7 source tarball
11:38.44pmeerweFfeM: that's OpenSlug-2.7-beta-source.tar.gz?
11:38.51eFfeMyes
11:39.05pmeerwit fails to extract when d/l from berlios.de
11:40.35eFfeMhm, surprised, used this before a long time ago and it should not change
11:41.40pmeerwmd5sum is ed937612e698183836ed70a9e7130017 here
11:42.06pmeerwit's one byte bigger than on berlios.de
11:42.15pmeerwhm...
11:42.47pmeerweFfeM: supposed I have the 2.7 source extracted; i'd procees with make in the 2.7 directory then?
11:42.51eFfeMI'll see if I can dl it.
11:43.02eFfeMyeah, think so, its been a long time since I did that
11:43.10pmeerwok, thx
11:43.17eFfeMyour " " around cc works
11:44.24pmeerwI'd be interested in that ipkg file
11:44.26pmeerw:)
11:44.49pmeerwone my machine openslug builds in like 5 h
11:45.22eFfeMi can send it to you but I am on the head (3.6 beta or so), so if this is a module you cannot use it on 2.7!
11:47.15pmeerwthx, but I have a HEAD spca5xx myself now; trying to rebuild against 2.7; not sure if HEAD is safe
11:47.30*** join/#openslug Sinclair73de (n=icechat5@p54A0AE7D.dip0.t-ipconnect.de)
11:47.42eFfeMyou'll never know if the head is safe....
11:49.46pmeerwBTW, on my machine (Ubuntu 5.10) building OpenSlug libtool-native fails (HEAD and 2.7)
11:50.04eFfeMhmm, downloaded  OpenSlug-2.7-beta-source.tar.gz myself.
11:50.13eFfeM[slug@Woonkamer Desktop]$ md5sum *gz
11:50.13eFfeMed937612e698183836ed70a9e7130017  OpenSlug-2.7-beta-source.tar.gz
11:50.13eFfeM[slug@Woonkamer Desktop]$ gunzip *.gz
11:50.13eFfeMgunzip: OpenSlug-2.7-beta-source.tar.gz: unexpected end of file
11:50.25pmeerw:( same here
11:50.27eFfeMso my md5sum is similar to yours
11:50.44pmeerwbut the build problem is unrelated to the .tar.gz corruption
11:50.46eFfeMrwhitby, who should we report this to?
11:51.02eFfeMwhat build probleM?
11:51.12pmeerwthe libtool/libltdl configure is broken
11:51.21pmeerwconfigure: error: source directory already configured; run "make distclean" there first
11:51.35pmeerwI can fix that by taking out the respective lines in the Configure
11:52.51koenpmeerw: you have a symlink in your path to the builddir
11:53.48rwhitbyeFfeM: anything to do with the binary downloads is ByronT or ka6sox
11:54.03eFfeMrwhitby, thanks
11:54.42eFfeMByronT-Away, hope this msg reaches you, apparently the OpenSlug 2.7 beta on berlios is corrupted; see a few lines above
11:55.55eFfeMpmeerw, I've added the spca5xx 20060202 version (actually I am pushing the changes as I type). With your makefile patch it worked, so I have added this patch and verified that it builds. I cannot test this as I do not have this webcam. Hence I did not put it in the standard package list
11:58.16pmeerwkoen: yes
11:59.35eFfeMpmeerw, you cannot use symlinks
11:59.49eFfeMuse a non-symlinked path to cd to your dir, then hit make
11:59.54koenas you said, the libtool configure is broken in that regard
12:00.36pmeerwlibtool was the only problem BTW (HEAD)
12:00.41eFfeMpmeerw, you should read the wiki page on building the tarball
12:02.10eFfeMhttp://www.nslu2-linux.org/wiki/OpenSlug/BuildingTheTarball
12:02.53eFfeMshort quote from that page: There should be no symlinks in the build path. cd `pwd -P` should take you to the true path.
12:05.59pmeerwthx; 2.7 is building now...
12:22.33*** join/#openslug |kami| (n=kami22@p548946F4.dip.t-dialin.net)
12:41.39*** join/#openslug rwhitby-away (n=rwhitby@nslu2-linux/rwhitby)
12:57.17*** join/#openslug jacques (n=username@nslu2-linux/jacques)
13:22.14*** join/#openslug jacques (n=username@nslu2-linux/jacques)
14:23.01*** join/#openslug eFfeM-log (n=eFfeM@ip545787f8.direct-adsl.nl)
14:39.29*** join/#openslug eFfeM-away (n=slug@ip545787f8.direct-adsl.nl)
14:57.25*** join/#openslug EvilDevil (n=evildevi@p54A6E2D1.dip.t-dialin.net)
15:09.15*** join/#openslug rwhitby-away (n=rwhitby@nslu2-linux/rwhitby)
15:13.56*** join/#openslug phatmonkey (n=phatmonk@65.98.2.81.in-addr.arpa)
17:00.01*** join/#openslug EvilDevil (n=evildevi@p54A6F91C.dip.t-dialin.net)
17:42.54*** join/#openslug EvilDevil (n=evildevi@p54A6F91C.dip.t-dialin.net)
17:46.35*** join/#openslug vindeliker (n=lar@p54990A94.dip0.t-ipconnect.de)
17:54.04*** join/#openslug vindeliker (n=lar@p54990A94.dip0.t-ipconnect.de)
17:57.19*** join/#openslug rwhitby-nslu2 (n=rwhitby@nslu2-linux/rwhitby)
18:07.02*** join/#openslug vindeliker (n=lar@p54990A94.dip0.t-ipconnect.de)
18:18.02*** join/#openslug jacques (n=username@nslu2-linux/jacques)
18:32.05*** join/#openslug EvilDevil (n=evildevi@p54A6F91C.dip.t-dialin.net)
18:32.32*** join/#openslug ha3pg (n=chatzill@183-46-48.ip.adsl.hu)
18:48.52*** join/#openslug caplink811-log (n=caplink8@dslb-084-059-081-110.pools.arcor-ip.net)
18:59.30koeneFfeM: http://www.artlebedev.com/portfolio/optimus-mini/description/
18:59.39NAiLI like that one
19:00.01NAiLOf course, the whole keyboard would be kinda neat
19:00.30NAiL(and a more durable display-solution)
19:00.51NAiLIIRC, the keyboard wouldn't last a year
19:04.37koenit's a gadget
19:04.54NAiLyeah, and a darn cool one at that
19:06.50NAiLOrganic light-emitting diodes  (OLED) in our screens last for 5000 hours of continuous use  (after that they don’t die but become dimmer).
19:06.59koena wireless version would be cute for slideshows
19:07.22*** join/#openslug phatmonkey (n=phatmonk@65.98.2.81.in-addr.arpa)
19:10.32NAiLI like the idea of it showing me all the stuff that I usually have as gadgets on my desktop
19:10.44NAiL(weather applet, mailstatus and stuff)
19:10.52NAiLI never see the desktop anyway ;)
19:11.46koenvoodooz might be interested for his roboslug
20:56.36*** join/#openslug jacques (n=username@nslu2-linux/jacques)
21:29.25*** join/#openslug jacques (n=username@nslu2-linux/jacques)
21:45.31eFfeMkoen, thanks for pointing me to the oled kbd, looks pretty nice (but of course we need to be able to program it from linux)
21:45.49koenindeed
21:46.10koenit would be need to have 5fps previews of movies on the keyboard
21:46.20koens/need/neat/
21:46.51eFfeMyup. i've bookmarked it, and will drop them a mail later
21:48.32eFfeMgoogle gave me this dual sided oled display: http://www.elektro.be/functions/reportages.asp?lang=nl&pag=16&Verslag=991 (in dutch)
21:49.36NAiLoled looks nice, but the duration isn't very good though :(
21:51.26eFfeMnope, it is a technology that is still maturing
21:58.20eFfeMNAiL, the nice stuff is those e-ink displays that you can actually roll up
22:05.27NAiLyeah :)
23:35.52*** part/#openslug Sinclair73de (n=icechat5@p54A0AE7D.dip0.t-ipconnect.de)

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.