irclog2html for #oe on 20051012

00:33.50*** join/#oe adam_ (n=adam@82-33-202-124.cable.ubr01.chap.blueyonder.co.uk)
00:42.53*** join/#oe france_ (n=france@zap.crl.dec.com)
00:43.13trekehey france
00:54.11*** join/#oe Geo_KM (n=keith@ppp61-139.lns1.cbr1.internode.on.net)
00:56.29adam_hi. has anyone compiled osb-jscore under oe for machine mainstone? I have an error from a file ustring.cpp that I understand is from the KJS:: qualifiers used in the KJS namespace, something GCC4 has a problem with. But if i remove them, i get a complaint about undefined reference to `__cxa_guard_release' and `__cxa_guard_acquire'. Any ideas or recommended reading?
00:57.04*** join/#oe noclouds (n=mhfan@60.166.33.78)
00:58.13MP0... I don't know if this will help you adam_ but people told me not to use GCC4
00:58.33MP0(It wasn't even building my system at all) .. so I set my preferred compiler to GCC3.4.4
01:00.59adam_is that an option to set in build/conf/local.conf?
01:01.50adam_i see an option to use a prebuilt toolchain, but not an 'oe approved' one!
01:03.44adam_thanks for the new train of thought, could be the magic bullet...
01:04.39MP0well
01:04.41MP0what I did was
01:04.45MP0in my local.conf
01:05.09MP0PREFERRED_VERSION_gcc ?= "3.4.4"
01:05.09MP0PREFERRED_VERSION_gcc-cross ?= "3.4.4"
01:05.09MP0PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4"
01:06.41adam_ahh, brilliant, that doesn't appear in mine as a commented off option. thanks very much :-)
01:07.02MP0no problem, was in a similar boat as you.
01:07.37MP0(right now my boat is some code that tries to link against the c++ libraries... only I can't find any in the staging folder)
01:09.34adam_I'd love to return the favour, but I'm a newbie to this. my main activities over the last year has been porting linux to other PXA270 based platforms, hence the interest in mainstone apps to run on them
01:10.17france_treke: hi, I am over here france_
01:10.19MP0ah... for some company?
01:10.25trekehehe :)
01:10.47adam_yeah, intel
01:11.15adam_sophia systems make the new platforms though
01:11.29MP0... that would make sense. Perhaps 3 months ago I should've chosen a PXA270 dev board.
01:11.38MP0live and learn.
01:11.47adam_what you running on?
01:11.58MP0OMAP5912 board
01:12.26adam_ahh, the competition!
01:12.27MP0not too many surprises... the built-in LCD controller was amazingly easy to use.
01:13.08MP0But in the end I think Intel chips are better supported.
01:13.30adam_seems like TI know what they're doing, but... just what i was going to say
01:13.50adam_Samsung are looking pretty good too
01:14.43MP0... strange... just the other day a samsung engineer was trying to hook up a OMAP to a samsung LCD
01:16.07adam_ever used a sharp LCD with the 4 extra lines for config? I have to get one working and the docs are japanese ;-(
01:17.20MP0what did those extra lines do? I'm using a sharp LCD right now.
01:18.21MP0acx705akm-7 ... $20 for a business card size color display with no built-in controller... it's pretty spiffy
01:18.52MP0lots of hobbyist appear to be gobbling them up
01:19.07adam_Not exactly sure, its the LS022Q8DD06 and seems to be essential. All I have is uncommented code from the wince bsp to go by
01:20.04MP0what's the controller chip on it?
01:21.43adam_controller is in the PXA270, so its just sync,rgb,etc and these 4 extra lines for clocking in data while settin up the PXAs LCD config registers
01:22.34adam_did a search on that part, came up sony!
01:23.32MP0The only thing I see is the PXA reference platform
01:23.55MP0so I was curious what chip was on the LCD panel (they typically have some kind of controller, even if it's not a smart memory mapped one)
01:25.37adam_oh right, me being dumb, those 4 lines gotta talk to something haven't they? ;-) well, never prised the case open, and the (japanese) docs i don't have to hand
01:26.22france_nite folks
01:26.28trekenight france
01:26.36france_nite treke
01:28.20*** join/#oe ideal (n=idealm_@222.67.237.19)
01:28.51adam_hmm, better get some sleep myself, thanks again for the help NP0, you're a hero for the day!
01:29.10*** part/#oe adam_ (n=adam@82-33-202-124.cable.ubr01.chap.blueyonder.co.uk)
01:53.10*** join/#oe ideal (n=idealm_@222.66.46.90)
02:28.52*** join/#oe jamey (n=jamey@c-65-96-203-230.hsd1.ma.comcast.net)
03:13.39*** join/#oe gnufan (n=mhfan@60.166.33.136)
03:55.18*** join/#oe Geo_KM (n=keith@ppp61-139.lns1.cbr1.internode.on.net)
03:58.57*** join/#oe aquadran (i=pablo@scummvm/undead/aquadran)
04:33.04*** join/#oe bluelightning (n=blueligh@219-89-13-237.dialup.xtra.co.nz)
04:37.52*** part/#oe bluelightning (n=blueligh@219-89-13-237.dialup.xtra.co.nz)
04:37.59*** join/#oe bluelightning (n=blueligh@219-89-13-237.dialup.xtra.co.nz)
05:00.44memeruizhello, I am new around here. I hope a can help in some way with this project. I want to get a working depevelopment environment. I manage to make a gpe-image, but this image have so much in it, that the zaurus have no space left, I can't even edit files.
05:01.28MP0I'm building off of bootstrap image
05:01.36memeruizI want to know if there is a file in the metadata that contains the packages to be included in the gpe-image. So I can remove son of this.
05:01.41MP0which is probably more painful, but it starts small
05:02.09memeruizMP0: with the bootstrap image latter I can install package by package gpe ?
05:02.40MP0theoretically. I've been installing stuff package-by-package as  necessary
05:03.49memeruizMP0: hmm, I see, but that is going to hurt a little, I'm going to try. But is not there any way to edit some file to construct a gpe-image with less things ?
05:04.11MP0There should be, but like you, I am new around here. Just a little less than you.
05:05.50MP0I'm not sure where the images are defined
05:08.50memeruizMP0: :) I see. I have find some meta files (.bb files in the meta directory in the packages directory of the metadata) the points to gpe-image but I'm not sure what to edit. I will, try with this files. I will tell you if I find something.
05:09.22memeruizthanks anyway.
05:10.09MP0k, thanks
05:10.47memeruizI want to make a gpe image, that's why I need gpe-image working fine.
05:11.02memeruizs/gpe image/ gpe application
05:17.31*** join/#oe minipanda (n=zhanght@221.122.51.131)
05:20.20*** part/#oe minipanda (n=zhanght@221.122.51.131)
05:30.08*** join/#oe __law__ (n=law@mail.stiftadmont.at)
05:36.42JustinPmemeruiz: packages/meta/gpe-image.bb (or maybe task-gpe.bb). Anyway, packages/meta is where you want to be
05:45.26MP0thank you
05:45.57MP0... lots of nice things in there!
05:49.25JustinP:-)
05:57.21emtegrr
05:59.24emteokay, i am begining to think cout doesnt behave well with strings inside a class member
05:59.56MP0like cout<<someclassinstance.somestring; ?
06:00.12emteinline
06:00.23emteso   cout<<string;
06:00.29emtei get nice garbage
06:01.24*** join/#oe GeoKM (n=keith@ppp61-139.lns1.cbr1.internode.on.net)
06:06.15emteaha
06:06.17emtestatic string usrName(void) {return string("root");}
06:12.20memeruizJustinP: thanks, I have made some changes in that file, right now I'm building again, will see if a get a filesystem with some free space.
06:14.10JustinPmemeruiz: ?
06:14.18JustinPmemeruiz: good luck :-|
06:14.22JustinPnight
06:18.23memeruizJustinP: thks
06:43.16memeruizyes, it work. I removed the gpe-task-connectivity (I thing this contains gpe-mini-browser and other stuff) and now I have 7MB free in the root filesystem. Now I can edit files.
06:57.44katossiJustinP: do I need cvs access to compile an e-image?
07:02.46*** join/#oe koobla (n=vogl@pdpc/supporter/active/koobla)
07:04.12*** join/#oe alan|laptop (n=alan@ARouen-152-1-39-26.w83-115.abo.wanadoo.fr)
07:04.32alan|laptophi
07:34.22katossianyoe using xfce-image ?
07:34.39*** join/#oe mithro (n=tim@tagung-233-198.tagung.uni-hamburg.de)
07:42.02*** join/#oe AvengerMoJo (n=alex@61.49.138.232)
07:45.58hrw|workmorning all
07:46.30*** join/#oe mhfan (n=mhfan@60.166.46.58)
07:46.51AvengerMoJohi
07:49.04*** join/#oe koen (n=koen@cl-148.ams-05.nl.sixxs.net)
07:58.13*** join/#oe mithro (n=tim@tagung-233-168.tagung.uni-hamburg.de)
08:00.14*** join/#oe kurre2 (n=tomimo@a80-186-64-246.elisa-laajakaista.fi)
08:03.06*** join/#oe zecke (n=ich@145.253.107.2)
08:12.03*** join/#oe alan|home (n=alan@ARouen-152-1-39-26.w83-115.abo.wanadoo.fr)
08:13.39XorAmorning
08:16.12myopiateI like OE.  It's making a LOT of things easier for me but I want more
08:17.08myopiateparallel package building (like make -j) should be a possibility
08:20.07myopiatesome more image formats (yaffs for my NAND flash) would be cool too
08:20.23koenpatches welcome :)
08:21.38*** join/#oe katossi (n=guillerm@dslb-084-060-098-153.pools.arcor-ip.net)
08:22.03mithrohey koen
08:23.09zeckehey koen
08:23.24myopiateI'm still finding my way round... I have a look at how the jffs2 stuff works.
08:24.09hrw|workyaffs?
08:24.25mithroyet another flash file system
08:24.30koenhey mithro & zecke
08:25.24koenyaffs was much faster, but jffs2 got a lot faster with the summary patches
08:25.28koen~spell summary
08:25.55mithrothere is also the new logfs
08:26.26*** join/#oe JustinP (n=papercra@c-67-174-226-161.hsd1.ca.comcast.net)
08:27.11*** join/#oe jnc (n=erisha@c-67-175-210-65.hsd1.il.comcast.net)
08:27.43myopiatewhere can I read about these summary patches?
08:28.42mithrohey ljp, you alive?
08:29.20mithrozecke: what you up to?
08:29.33koenmyopiate: http://lists.infradead.org/pipermail/linux-mtd/2004-November/010910.html
08:29.36alan|laptopguys, should bitbake work under cygwin ?
08:30.34mithroalan|laptop: "in theory"
08:30.43mithrothat being a really big in theory
08:31.03alan|laptopok... i'll test that and report here.
08:31.42mithroi think it could most probably discover some oe bugs
08:32.17alan|laptopok.
08:32.47mithroand other program bugs
08:32.54mithroand holes in cygwin
08:33.01alan|laptopif i'm brave enough, i'll test colinux too...
08:33.14XorAalan|laptop: colinux rocks
08:33.48alan|laptopXorA, does it ? I wonder how heavy on memory it is...
08:34.07*** join/#oe toi (i=pleemans@tagung-233-187.tagung.uni-hamburg.de)
08:34.33XorAalan|laptop: just whatever you tell it to use
08:34.51alan|laptopXorA, ho ? ok. quite silmple ;)
08:34.56XorAalan|laptop: I ran OE on colinux for ages
08:35.30alan|laptopmmm... the bad point is bitbake needs 256mo in ram, doesn't it ?
08:35.47XorAalan|laptop: 45M last I checked
08:36.26alan|laptopglop glop !!!
08:37.15XorAalan|laptop: I ran on a 1.7GHz P4 with 768M of ram and 256 allowed for colinux I beleive
08:37.26XorAalan|laptop: took something like 16 hours to do gpe-image
08:37.50XorAthough these P4's suck and are crippled by really slow FSB and RAM
08:37.59XorA~lart compaq
08:38.00alan|laptopnot a lot of difference with my duron 1.3ghz 512mo ram...
08:38.06alan|laptop:)
08:38.53alan|laptopho ! XorA, btw, my wifi card works... i'm back in windows XP ;(
08:39.15XorAalan|laptop: sucks, but sometimes cheapassed manufacturers force that upon you
08:39.23alan|laptopyeah...
08:47.17*** join/#oe GeoKM (n=keith@ppp61-139.lns1.cbr1.internode.on.net)
08:47.34*** join/#oe xep (i=misha@dsl027-176-045.sfo1.dsl.speakeasy.net)
08:57.04mithrodid somebody force you to buy the cheapassed manufacturers product?
08:57.38alan|laptopmithro, well, can i say my boss ? he underpays me... ;)
08:59.51*** join/#oe Bernardo (n=Bernardo@sourcemage/Bernardo)
08:59.55Bernardohi guys
09:03.58*** join/#oe xep_ (i=misha@dsl027-176-045.sfo1.dsl.speakeasy.net)
09:04.47*** join/#oe bluelightning (n=blueligh@219-89-13-237.dialup.xtra.co.nz)
09:14.04hrw|workhi bluelightning
09:16.30koenhey Bernardo
09:20.37bluelightninghi hrw|work
09:23.02hrw|workbluelightning: one user of pdax make big changes to kbdd when added few Irda keyboards
09:23.20hrw|workbluelightning: http://kopsis.blogspot.com/
09:23.45koenyay
09:23.48koenmore forks
09:23.50koenwoohoo
09:23.53koen</scarcasm>
09:24.01koensarcasm*
09:24.34hrw|workI just 'love' zaurus devels...
09:25.18*** join/#oe bluebugs (n=cedric@LAubervilliers-151-11-32-8.w193-251.abo.wanadoo.fr)
09:25.37koen'convert to a custom iPaq keymap that doesn't even come close to what the Zaurus built-in keyboard uses.'
09:25.45*** join/#oe katossi (n=guillerm@134.91.34.199)
09:25.53koenhe actually means 'normal scancodes instead of sharp crack'
09:26.02*** join/#oe xep__ (i=misha@dsl027-176-045.sfo1.dsl.speakeasy.net)
09:26.53hrw|workkoen: see my comment on top post
09:28.13bluelightninghmm... yeah I don't like forks either
09:28.42bluelightningI prefer spoons... but that's another story
09:28.43hrw|workwho likes them?
09:29.14bluelightningbut seriously though, I don't think I fully understand why they couldn't be the same codebase
09:29.21koenbluelightning: there is no spoon
09:29.27hrw|workirk has atleast 3 different versions.. each one have support for other keyboards and suxx
09:29.39bluelightningkoen: true... maybe a spork then
09:29.49koenbluelightning: he wants kbdd to spit out keycodes compatible to the sharp keyboard
09:30.23bluelightningkoen: so, a "sharp mode" of the same app then?
09:30.52koenyes
09:31.17koenon ipaqs you could use xmodmap for that
09:31.29koenbut on a zaurus that would mess up the internal keyboard
09:31.33bluelightningstill though, I suppose there are going to be ipaq keyboards that will never be usable on a zaurus and vice versa... but you can get around that by just using compiler directives
09:39.25hrw|workbluelightning: some of ipaq keyboard will probably never get attached to zaurus anyway
09:39.52koenin 2.6 it shouldn't be a problem iirc
09:40.02bluelightninghrw|work: that's what I meant
09:40.07koenRP cleaned up the keyboard driver afaik  
09:43.13*** join/#oe ade|desk (n=adavey@194.200.143.249)
09:46.06mithrokoen: X understands having more then 1 keyboard if i remeber correctly
09:46.17mithro(each with seperate keymaps)
09:46.47koenmithro: yeah, but I don't know how that works with banging bits into uinput
09:47.48hrw|workX keymap thing is something what I dont like
09:48.34koenI can extend that to 'X input handling'
09:49.42*** join/#oe CIA-7 (n=CIA@flapjack.navi.cx) [NETSPLIT VICTIM]
09:52.24hrw|workI have 2 'keyboards' at home with desktop...
10:03.13ade|deskhrw|work: so thats how you type twice as fast as the rest of us
10:04.43hrw|workade|desk: second one is remote for tvcard
10:15.10mithrobtw has anyone looked at mecurial?
10:29.34*** join/#oe univac (n=univac@amq102.neoplus.adsl.tpnet.pl)
10:31.16*** join/#oe Ken|JLime (i=Ken_JLim@h157n2fls309o1049.telia.com)
10:32.22*** join/#oe lardman (n=lardman@138.38.73.178)
10:33.51*** join/#oe Kristoffer|JLime (i=Ken_JLim@h157n2fls309o1049.telia.com)
10:35.47hrw|workKristoffer|JLime: ping
10:38.23*** join/#oe Ken|JLime (i=Ken_JLim@h157n2fls309o1049.telia.com)
10:42.40*** join/#oe Bernardo (n=Bernardo@sourcemage/Bernardo)
10:50.13alan|laptopbye
10:52.21*** join/#oe emeteo (n=NoSwPate@kde/developer/mteijeiro)
10:55.55*** join/#oe zecke (n=ich@145.253.107.2)
10:59.55*** join/#oe anomaly_ (n=bob@box3n.gumbynet.org)
11:04.03*** join/#oe reenoo_ (n=r@p5489D162.dip.t-dialin.net)
11:04.14*** join/#oe wrobbie (n=rob@cm17.sigma183.maxonline.com.sg)
11:04.19reenoo_morning
11:07.40hrw|workhi reenoo_work
11:09.14reenoo_workhey hrw|work
11:18.20katossiI'm still getting the : "No init found"  after flashing my akita
11:18.24katossiI don't know what to do
11:18.31katossiwhat could be the problem?
11:18.48katossiI have an initrd.bin file in my sd card!!
11:19.30hrw|workso?
11:20.16katossiI guess the image has not been flaashed or something
11:20.22katossibut I can't understand why?
11:20.31lardman|workkotossi: did updater.sh show you the progress bar as it was flashing the root fs?
11:20.48lardman|workoops, sorry about the typo in your name
11:20.54katossiyes
11:20.56katossiit did
11:21.46lardman|workRP: any suggestions?
11:23.06katossithe console says: try passing init = option to kernel
11:23.18katossiit's a 2.6 kernel, but I don't know if that's relñevant
11:45.02*** join/#oe dan2003 (n=mangodan@host81-157-11-13.range81-157.btcentralplus.com)
11:52.27dan2003does anybody here know ofacommandline only volume controll for oss or alsa that has minimal depednacies?
11:53.27hrw|workdan2003: aumix
11:53.31MP0amixer?
11:55.35dan2003ive just tried aumix, cant get itto buildwihtout wanting various dependancies, illook at amixer
11:56.10hrw|workaumix want ncurses and gpm - second one probably optional
11:56.36koena tslib interface for gpm would be nice
11:57.02hrw|workdan2003: gom is oss only
11:57.52hrw|workdan2003: or 'setmixer' - cli only
11:58.41dan2003ok,thanks, one of thesemust be useful
12:01.25hrw|workdebian: apt-cache search alsa mixer
12:04.46dan2003setmixer is perfect, thanks ;)
12:12.39hrw|worknp
12:14.56*** join/#oe mrz80 (i=1000@caledonia.cns.ufl.edu)
12:22.46*** join/#oe Laverne (n=fade@82-197-192-66.dsl.cambrium.nl)
12:25.43*** join/#oe oho (n=phm4@myrtle.ukc.ac.uk)
12:27.17*** join/#oe jipi (n=jipi@cm191.delta245.maxonline.com.sg)
12:30.07*** join/#oe noclouds (n=mhfan@60.166.46.58)
12:33.31*** part/#oe dwildes (n=dwildes@209.164.237.195)
12:34.04*** join/#oe Bernardo (n=Bernardo@sourcemage/Bernardo)
12:50.52CIA-703koen 07org.oe.dev * r2100a98d... 10/: libeina: fix typo in 0.96.7
12:56.45*** join/#oe bipolar (n=bipolar@146.145.26.90)
13:03.54*** join/#oe tux_mike (n=mike@zelda.tuxnami.org)
13:07.15*** join/#oe katossi (n=guillerm@dslb-084-060-098-153.pools.arcor-ip.net)
13:13.16emtekoen, how would tslib work with gpm? bind to a device button?
13:14.01*** join/#oe Ken|JLime (i=Ken_JLim@h157n2fls309o1049.telia.com)
13:17.59*** join/#oe zinga (n=arnaudb@186.80-203-227.nextgentel.com)
13:30.35*** join/#oe toi (i=pleemans@tagung-233-174.tagung.uni-hamburg.de)
13:32.19*** join/#oe ideal (n=idealm_@222.67.237.19)
13:46.33hrw|workRP: Pavel Machek got spitz. so we may lose another collie kernel hacker but gain cxx00 one
14:03.51*** join/#oe CosmicPenguin (n=nobody@aus-ext-proxy01.amd.com)
14:05.31*** join/#oe CosmicPenguin (n=nobody@aus-ext-proxy01.amd.com)
14:05.58lardman|busyIn BUG 394, the proposed fix is to just rename the libs so they end .so rather than having the .so.X.x and symlinks back - I've a similar problem, but would like to create the symlinks. How should I go about doing this in the .bb (assuming the Makefile isn't up to it)?
14:07.00XorAlardman|busy: oe_libinstall will do it automatically for libtool libs
14:07.30XorAlardman|busy: or some function named something like that
14:07.48lardman|busyXorA: ah, I thought I'd seen something which worked for staging but not installation, I'll have a look at the classes, thanks
14:08.50koenautotools_stage_all
14:18.56XorAlardman|busy: I think it works, though I am not an expert, more a numpty who types randomely until it works :-D
14:24.25*** join/#oe stevenh (n=lews@65.167.23.2)
14:28.07chouimatmorning
14:40.47*** join/#oe dwildes (n=dwildes@209.164.237.195)
14:45.15*** join/#oe dan2003 (n=mangodan@host81-157-11-13.range81-157.btcentralplus.com)
14:46.54dan2003wot is the user supprot channel!??
14:47.17hrw|workuser?
14:49.02dan2003wel it speifaclly says thisisnt a suport channel! andi want to know if theres a way to set the partion to hte factory default (so ican lash 3.5.3) withut reflashing th shop rom first
14:49.32dan2003but i cant remember the name of the channel where usch quetions are asked
14:49.35koen#openzaurus
14:49.44dan2003ok, thnks ;)
14:50.26*** join/#oe zinga (n=arnaudb@186.80-203-227.nextgentel.com)
15:12.59*** join/#oe _Titeuf (n=Titeuf@2m01.net)
15:19.07*** join/#oe hrw|work (n=hrw@host-ip170-158.crowley.pl)
15:19.42hrw|workre
15:20.21koenhey hrw|work
15:21.57hrw|work~lart monotone pull
15:22.10hrw|workafter 3h I had to ctrl-c... now it is from start.
15:45.57*** join/#oe ^j^_____1 (n=j@e178080202.adsl.alicedsl.de)
15:52.22hrw|workcu
15:54.26*** part/#oe ade|desk (n=adavey@194.200.143.249)
16:26.12*** join/#oe dougt (n=dougt@206.80.94.44)
16:26.22CIA-703hrw 07org.oe.dev * r020bfc6d... 10/: jlime-shrek.conf: fix typo - close bug #397
16:27.39dougtokay botmail is cool... but how do you use it. ;-)
16:27.55koendougt: ibot: botmail read
16:27.59*** join/#oe hrw (n=szczepan@c36-51.icpnet.pl)
16:28.06hrwre
16:28.12koenhey hrw
16:30.07dougtyeah. ;-0
16:40.14*** join/#oe hufnus (n=slonsiki@DSL135-071.labridge.com)
16:41.22CIA-703hrw 07org.oe.dev * r264ee89a... 10/:
16:41.23CIA-7opie-datebook: backported fix for opie bug#1707 from CVS
16:41.23CIA-7- new event dialog was too wide on QVGA screen
16:43.15CIA-703hrw 07org.oe.dev * raffdff0d... 10/: opie-datebook: forgotten patch for opie-datebook 1.2.1
16:44.38hrwkoen: new patch for #350
16:44.45koen:)
16:45.38hrwbetter before release ;)
16:45.53hrwqvga users will eat us without it
16:46.02hrwqvga opie users ;)
16:46.54lardman|busynight
16:50.07*** join/#oe Crofton|laptop (n=balister@hc6521d9e.dhcp.vt.edu)
16:57.40*** join/#oe dan2003 (n=mangodan@cpc2-ware3-3-0-cust192.lutn.cable.ntl.com)
17:03.29*** join/#oe zap (n=zap@217.170.93.196)
17:14.22*** join/#oe katossi (n=guillerm@dslb-084-060-098-153.pools.arcor-ip.net)
17:15.48*** join/#oe zinosat (n=Davide@host131-88.pool8260.interbusiness.it)
17:17.49*** join/#oe [cc]smart (n=smart@gw.ptr-62-65-149-158.customer.ch.netstream.com)
17:17.50*** part/#oe dougt (n=dougt@206.80.94.44)
17:22.07*** join/#oe mrtwister (n=mrtwiste@cable-9-42.cgates.lt)
17:22.34*** join/#oe oris_wolfbane (n=oris@82-38-121-195.cable.ubr01.hali.blueyonder.co.uk)
17:22.57mrtwisterhi. bitbake installed and monotone installed too. what next ? :) it is my first install. should i download bzipped DB?
17:23.15*** join/#oe _guillermo (n=guillerm@dslb-084-061-120-096.pools.arcor-ip.net)
17:23.34JustinPkatossi: what do you mean CVS access? Everyone has anonymous CVS access to anything compiled in OE (which uses CVS sources)
17:25.22*** join/#oe Cwiiis (n=cwiiis@host86-134-73-77.range86-134.btcentralplus.com)
17:25.49hrwhi Cwiiis
17:26.05CwiiisHi hrw, all
17:29.33hrwkoen: can you push both things?
17:30.30koenhrw: yes, but probably not today
17:31.00hrwok
17:33.19*** join/#oe zecke (n=ich@83-169-171-130-dynip.superkabel.de)
17:41.03CosmicPenguinis vanille down, or must I go do battle with the IT department?
17:41.19hrwuse ewi then
17:41.47CosmicPenguinyeah, I know - but I suspect that they pulled my proxy acess
17:42.05CosmicPenguinSo if vanille isn't really down, then its my proxy thats down, and that I can yell about
17:43.07JustinPCosmicPenguin: so try ewi
17:44.13JustinPvanille does seem to be down
17:44.27CosmicPenguinthansk
17:51.20CosmicPenguinits back
18:04.10*** join/#oe minipanda (n=zhanght@219.236.21.70)
18:04.38*** part/#oe minipanda (n=zhanght@219.236.21.70)
18:05.16reenoo_work~lart larry
18:05.21reenoo_workhttp://www.serpentine.com/blog/software/mercurial/bye-for-now.html
18:08.27JustinP~lart larry
18:08.39JustinPof?
18:08.43JustinPthat should be off....
18:12.58CosmicPenguinbah
18:13.16CosmicPenguin~lart bitkeeper for being just good enough for larry to be an ass
18:16.03*** join/#oe aboeglin (n=alex@dslb-084-056-039-002.pools.arcor-ip.net)
18:18.16*** join/#oe emeteo (n=NoSwPate@kde/developer/mteijeiro)
18:18.46*** join/#oe andersee (n=andersee@codepoet.org)
18:24.37*** join/#oe incinerator (n=incinera@82-41-24-164.cable.ubr04.edin.blueyonder.co.uk)
18:27.31*** join/#oe hufnus (n=slonsiki@DSL135-071.labridge.com)
18:28.41emtereenoo_work, you see what he sent the mailing list
18:30.25*** join/#oe virx14 (n=virx14@c-24-34-16-156.hsd1.ma.comcast.net)
18:32.31*** join/#oe hufnus (n=slonsiki@DSL135-071.labridge.com)
18:33.37emtehttp://thread.gmane.org/gmane.comp.version-control.mercurial.devel/3481
18:37.50hrwheh.. zecke disappeared..
18:37.54hrwmickey|zzZZzz: wake up ;)
18:48.35*** join/#oe oris_wolfbane (n=oris@82-38-121-195.cable.ubr01.hali.blueyonder.co.uk)
19:03.45mrtwisterinstalled bitbake and monotone. now compiling gpe. ok. but how i can include my packages to generated rom image?
19:04.24koen|tvOE doesn't build roms
19:04.36koen|tvRead only stuff is pretty useless
19:05.34*** join/#oe PSt (n=Peter@p54BC9436.dip0.t-ipconnect.de)
19:06.31mrtwisterwait but  gpe-image is script ? it generating from several packages?
19:07.29koen|tvit builds a flashable image
19:07.38koen|tvwhich is writable
19:09.40*** join/#oe dfoley (n=dfoley@h24-207-7-221.dlt.dccnet.com)
19:14.18*** join/#oe woglinde (i=woglinde@e178093147.adsl.alicedsl.de)
19:16.29mrtwistersorry for delay/ koen|tv. it making image. good. how i can add any packages to that image? for example i want mozilla or nano or gaim or gnumeric?
19:16.59koen|tvpackage/meta/gpe-image.bb
19:17.08koen|tvgaim should be in by default
19:19.49mrtwisteraha - i have to add/remove what i want there (names?)
19:20.22mrtwisterok then. can i remove games etc? it recalculate depends after?
19:22.09koen|tves
19:22.10koen|tvyes
19:26.32mrtwisterthank you
19:26.37mrtwisterwill try to build :)
19:45.57*** join/#oe Ekron (i=7216-ide@d156241.adsl.hansenet.de)
19:51.01*** join/#oe orangey (n=orangey@dsl-207-112-92-21.tor.primus.ca)
19:55.03*** join/#oe hue (n=hue@218.20.51.108)
20:03.07CosmicPenguin167 files changed, 314 files added, 72 files deleted.
20:03.13CosmicPenguinwow - thats a strong few weeks of OE work right there
20:05.34koen|tvand most of those are bugfixes
20:05.56koen|tvit's almost scary how much bugs we had (have)
20:06.32hrwI'm fixing opie now
20:14.32*** join/#oe bam_ (n=bam@pool-71-108-68-125.lsanca.dsl-w.verizon.net)
20:17.48*** join/#oe katossi (n=guillerm@dslb-084-061-120-096.pools.arcor-ip.net)
20:22.37*** join/#oe zino_ (n=Davide@host131-88.pool8260.interbusiness.it)
20:26.28*** part/#oe _law_ (n=_law_@213.173.86.202)
20:33.27*** join/#oe incinerator (n=incinera@82-41-24-164.cable.ubr04.edin.blueyonder.co.uk)
20:35.19*** join/#oe PSt_ (n=Peter@p54BCB7FD.dip0.t-ipconnect.de)
20:40.30CosmicPenguinhmmm....  I wonder why nobody has bothered making a iosfs filesystem target for OE
20:41.05koen|tvlaziness
20:41.34CosmicPenguinthat, and there are only four or five actual contributors, and everyone else just takes
20:41.59hrw~kill cvs
20:42.01ibotACTION shoots a charged fluxpositrino gun at cvs
20:42.05koen|tvI think we are at ~15 people right now
20:42.11hrwcvs commit: Up-to-date check failed for `emulation_handler.cpp'
20:42.18koen|tvcvs up
20:42.20hrwwhat that fscking cvs thinks?
20:42.25hrwkoen|tv: did 4 times
20:43.08CosmicPenguincvs up -A
20:43.11CosmicPenguinmaybe you have a stick tag
20:43.13hrwworld is different after using BitKeeper, subversion...
20:43.14CosmicPenguinsticky even
20:43.20koen|tvlike 1.2.1 :)
20:43.52hrw"cvs upd -dAP" done
20:44.14koen|tvhrw: how was transporter 2?
20:44.28hrwkoen: nice movie
20:44.39hrwnice action
20:44.59hrwaudi can be nice for someone (not me - audi.pl at work)
20:46.03hrwI'm gonna kill any CVS developer which will stand behind me
20:46.33hrwcvs umbaumba ;cvs blackmagic_and_other_fscking_voodoo
20:46.36hrwand still same...
20:47.07hrwmaybe it works only on odd days of week?
20:47.19koenyou could try doing a clean co of HEAD
20:48.00hrwremotely? argh^2
20:48.16koenor on hh.org itself
20:48.39hrwhh.org is good point..
20:50.03*** join/#oe [g2-nta] (n=Tom@cpe-066-057-008-035.nc.res.rr.com)
20:56.52[g2-nta]kergoth did you build OE under cygwin for grins one time ?
20:59.00CosmicPenguinwhat is it with the cdr people that they always have such a big fat attitude
20:59.25koencdr?
20:59.54CosmicPenguinsorry, just being melodramatic... :)
21:00.30koenspeaking of acronyms, still no word from CELF
21:01.12koen(how unexpected)
21:01.29CosmicPenguinheh
21:10.24hrwnight all
21:17.20*** join/#oe PSt__ (n=Peter@p54BCA313.dip0.t-ipconnect.de)
21:24.11*** join/#oe PSt___ (n=Peter@p54BC997A.dip0.t-ipconnect.de)
21:33.21*** join/#oe PSt____ (n=Peter@p54BCB09C.dip0.t-ipconnect.de)
22:07.11reenoo_'night all
22:14.14*** join/#oe ljp (n=lpotter@203.94.178.46)
22:17.40*** join/#oe katossi (n=guillerm@dslb-084-061-120-096.pools.arcor-ip.net)
22:31.02*** join/#oe Geo_KM (n=keith@ppp61-139.lns1.cbr1.internode.on.net)
22:47.24CosmicPenguinI felt bad about stealing gentoo's livecd scripts, but since it took me so long to find them, i feel like I've earned it
22:49.08[g2-nta]CP that's funny
22:49.27[g2-nta]it's OSS man
22:49.52*** join/#oe luzik (n=luzik@blysk.ds.pg.gda.pl)
23:00.34*** join/#oe dougt (n=dougt@adsl-63-198-216-19.dsl.snfc21.pacbell.net)
23:04.25*** join/#oe luzik (n=luzik@blysk.ds.pg.gda.pl)
23:14.12*** join/#oe katossi (n=guillerm@dslb-084-061-120-096.pools.arcor-ip.net)
23:16.59*** join/#oe PSt (n=Peter@p54BC8A61.dip0.t-ipconnect.de)
23:19.44*** join/#oe luzik (i=luzik@blysk.ds.pg.gda.pl)
23:23.16*** part/#oe PSt (n=Peter@p54BC8A61.dip0.t-ipconnect.de)
23:26.20*** join/#oe toruvinn (i=what@irssi.pl)
23:26.55toruvinnhello. could someone PLEASE send me OZ's default fstab? and please, don't ask. ;-/
23:27.08toruvinni'd have to recompile my kernel to load mtd emulation
23:27.14toruvinnso i can't get to it by myself
23:27.24*** part/#oe dougt (n=dougt@adsl-63-198-216-19.dsl.snfc21.pacbell.net)
23:28.20*** join/#oe katossi (n=guillerm@dslb-084-061-120-096.pools.arcor-ip.net)

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.