irclog2html for #oe on 20060427

00:10.13*** join/#oe bioengine (n=bferguso@68.216.133.79)
00:10.21bioengineHello everyone
00:10.41bioengineIs this the room for OpenEmbedded for Linux?
00:12.16bioengineHello?
00:12.20bioengineIs anyone there?
00:14.13TheMasterMind1yes it is
00:14.18TheMasterMind1as suggested by the topic
00:15.40*** join/#oe Ecco (n=User@fb.likid.org)
00:15.45EccoHi guys !
00:16.28bioengineHi
00:16.58Eccohello :-)
00:17.49EccoIt might not be the perfect place to ask, but what should be faster : a NAND flash with MTD block driver JFFS2 formatted, or an ext3 formated 50x CompactFlash card ?
00:18.09mreimerEcco: the latter, definitely
00:18.13bioengineSo OpenEmbedded is basically a set of software tools for developers to use?
00:18.33Eccomreimer: ok, allright. That's what I thought as well
00:18.46Eccobut I've tested that out on my C-1000 Zaurus
00:18.49bioengineSorry, I'm new, but I'm interested in embedded systems
00:19.00Eccoand it looked like the NAND flash performed better
00:19.27mreimerEcco: depends on your mmc/sd controller
00:19.35Eccobioengine: to make hard things simple : OE will let you build a rootfs from scratch that's specially targetted at embedded device. OE might even help you build a kernel
00:19.50mreimerEcco: on h2200 the SD controller is about as fast as NAND, so ext2 wins over jffs2
00:20.00Eccomreimer: I'm using a CF card, not an MMC/SD. MMC/SD cards work in MMC-compatibility mode on Zaurus, which is damn slow
00:20.06Eccohmm, ok
00:20.31EccoAccording to you, what would be the best way to test performances ?
00:20.34bioengineWhat is rootfs?
00:20.46EccoI tried MD5-ing a file on both FS, but that didn't look like a good test
00:20.57Eccobioengine:  now you should use google
00:21.05Eccoor your favourite search engine
00:21.09Eccoor wikipedia
00:21.27Eccoand try to figure out a bit how an Operating System work, and especially Linux
00:21.43bioengineOK
00:22.45EccoOnce again, to make it short : You provide your computer (workstation, server, or embedded, that doesn't matter) with a kernel somewhere in its addressable memory (i.e. in its RAM). The kernel is started, but once it runs it needs a whol bunch of "tools" (userland programs). Those are contained in a root file system (rootfs)
00:23.17Ecco"top", "man", "bash" are some of them
00:23.29mreimerEcco: I just use hdparm -tT
00:23.43Eccomreimer: damn. I'm feeling stupid right now :-D
00:23.50Ecco;-)
00:23.55mreimerEcco: I felt pretty stupid too when someone told me that :-)
00:23.56EccoOh, i'll apt-get it :-)
00:24.08Eccohe he :-)
00:24.22EccoOk, it's getting really late here
00:24.25Eccosee you later guys :-)
00:26.54bioengineOK, so the kernel basically provides resources for software programs written for these embedded devices to access the hardware resources
00:28.15bioengineOK I understand now
00:28.27bioengineIt looks like all this stuff here is what I went to school for
00:29.05bioengineOK I understand much better now
00:37.47bioengineWhere can you get CVS for Linux?
00:38.24myopiateyum install cvs
00:38.33*** join/#oe idealm (n=ideal@222.67.232.135)
00:45.04myopiateMy kernel has hostap-modules built-in and i want to build hostap-utils.  is ASSUME_PROVIDED="hostap-modules" in my local.conf the best way to stop bb from dying on this package? or is there something i can stick in the kernel's .bb file that will tell the dependency system that hostap-modules prerequisite has been satisfied?
00:46.09*** join/#oe wrobbie (n=rob@cm7.sigma181.maxonline.com.sg)
01:02.06*** join/#oe benlau (n=benlau@benlau.rd.ust.hk)
01:02.33*** join/#oe _Psycho_ (n=Bob@Toronto-HSE-ppp3776145.sympatico.ca)
01:03.15*** part/#oe _Psycho_ (n=Bob@Toronto-HSE-ppp3776145.sympatico.ca)
01:04.46*** part/#oe Ken|JLim1 (n=Ken|JLim@h7n2fls312o1049.telia.com)
01:09.44*** join/#oe noclouds (n=mhfan@60.166.47.116)
01:09.44*** part/#oe mreimer (n=mreimer@bilbo.vpop.net)
01:24.54*** join/#oe idealm (n=ideal@222.66.46.90)
01:38.30*** join/#oe AvengerMoJo (n=alex@61.14.130.209)
01:51.42*** join/#oe medaglia (n=medaglia@200.175.61.166.static.gvt.net.br)
01:52.41emtei was wondering ... what would the concensus be on adding vastly different compiler support to OE for building non-linux OS's
02:01.01TheMasterMind1emte:  such as?
02:03.13emtesdcc etc
02:03.20emtefor RTOS stuff
02:03.22emteetc
02:04.05emteits only occured to me because i am writting a PIC webserver for class
02:05.06emtebut getting frreeRTOS into OE would be noce as well
02:05.12emtefreeRTOS*
02:06.48mithroRTOS etc don't need a lot of the prebuilt OE stuff
02:07.55emteno it doesnt
02:08.16emtewas thinking about the build system
02:09.22emtejust not sure about the branching out to non 32bit systems
02:09.54emteits a thought, not much more
02:19.39wrobbieHey there. Q: is there a nicer way to add a suid bit to /sbin/halt.sysvinit than to hack it into sysvinit_2.86.bb?  (so that normal users may reboot)
02:35.50*** join/#oe rwhitby (n=rwhitby@nslu2-linux/rwhitby)
02:42.56*** join/#oe rwhitby (n=rwhitby@nslu2-linux/rwhitby)
03:25.00*** join/#oe noclouds (n=mhfan@60.166.47.116)
04:08.27emtewrobbie, aside from adding your user to a group with permissions to run it?
04:09.32wrobbieemte: well, that would be root group..
04:11.01wrobbieemte: i guess suid would be simplest, but i was wondereing how/where best to change it
04:11.31TheMasterMind1probably the postinst of the ipkg
04:12.08wrobbieof the sysvinit package?
04:13.05emteis suid installed?
04:13.16emtei thought it was part of sudo
04:13.19TheMasterMind1not by default w/ busybox i don't think
04:13.44emteand you can change the group ownership of reboot/shutdown
04:13.52emtewheel is a common choice
04:14.37emteunless there is some hardcoded mechanism preventing you from changing it
04:14.43wrobbiehmm? i mean suid permissions bit..  ok, but how/where to change group then? :)
04:14.54emteactually, sec i'll try it on mine
04:15.32emteafter a hardreboot of course ...   stupid suspend
04:16.34wrobbieruntime chmod/chgrp is no good, as my rootfs is in ramdisk.
04:19.17emteah yeah, i would nee dto modify the image ...
04:19.24emteforgot about that
04:19.45emtetho you will still need to for sudo/suid
04:20.50wrobbiewhy? just 'chmod 4755 /sbin/halt.sysvinit' would do
04:22.46emtebut i dont think it will persist after the reboot
04:23.38emtefor the same reason you gave
04:23.51emteanyway brb
04:24.09wrobbieexactly, so how best to do this at rootfs build time :)
04:25.57*** join/#oe goxboxlive (n=goxboxli@ti500710a080-4874.bb.online.no)
06:04.57*** join/#oe katossi (n=guillerm@dslb-084-062-129-130.pools.arcor-ip.net)
06:14.01*** join/#oe Ifaistos (n=stelios@dslcustomer169.vivodi.gr)
06:25.58*** join/#oe eumel (n=chatzill@p5482076F.dip0.t-ipconnect.de)
06:36.48CIA-903hrw 07org.oe.oz354x * rca9acbf5... 10/conf/distro/openzaurus-3.5.4.conf: openzaurus-3.5.4.conf: allow to override FEED_URIS for 3.5.4.1 work
06:36.52CIA-903hrw 07org.oe.oz354x * r0203118d... 10/conf/distro/openzaurus-3.5.4.1.conf: oz 3.5.4.1.conf: bump to RC1, fix altboot to 1.0.6
06:53.44*** join/#oe goxboxlive (n=goxboxli@ti500710a080-4874.bb.online.no)
06:57.39*** join/#oe summaky (n=jordi@231.Red-83-33-117.dynamicIP.rima-tde.net)
06:58.53*** join/#oe shiyee (n=Shiyee@homer.cs.aau.dk)
06:59.32*** join/#oe johnX (n=john@c-24-16-192-158.hsd1.wa.comcast.net)
07:05.40*** join/#oe goxboxlive (n=goxboxli@ti500710a080-4874.bb.online.no)
07:08.45*** join/#oe rob_w|mis (n=rob_w@p213.54.209.172.tisdip.tiscali.de)
07:08.52*** join/#oe theturtle (n=theturtl@guiness.lifl.fr)
07:10.07*** join/#oe fishhead (n=d3200@unaffiliated/fishhead)
07:12.07koengood morning all
07:12.25shiyeemorn
07:12.38fishhead<fishhead> my t5 is going in the mail this week to be repaired
07:12.38fishhead[03:10] <fishhead> and i GUESS they have familiar booting on them now
07:12.38fishhead[03:10] <fishhead> HELL YEAH!
07:18.44*** join/#oe goxboxlive (n=goxboxli@ti500710a080-4874.bb.online.no)
07:19.05*** join/#oe Genesis (n=Genesis@dyn-83-156-27-76.ppp.tiscali.fr)
07:20.16Genesisyo
07:20.52koenhey Genesis
07:21.00Genesishey koen :)
07:22.39*** join/#oe _law_ (n=law@mail.stiftadmont.at)
07:31.28CoreDump|homemorning
07:37.57*** join/#oe idealm (n=ideal@222.66.46.90)
07:40.12*** join/#oe mwester_ (n=mwester@nslu2-linux/mwester)
07:42.14*** join/#oe rwhitby (n=rwhitby@nslu2-linux/rwhitby)
07:44.36*** join/#oe jnc_ (n=jnc@208.100.19.13)
07:45.15*** join/#oe idealm (n=ideal@222.66.46.90) [NETSPLIT VICTIM]
07:45.15*** join/#oe medaglia (n=medaglia@200.175.61.166.static.gvt.net.br) [NETSPLIT VICTIM]
07:45.16*** join/#oe ggilbert_ (n=ggilbert@tinman.treke.net) [NETSPLIT VICTIM]
07:45.16*** join/#oe mickey|tv (n=LPA@gandalf.tm.informatik.uni-frankfurt.de) [NETSPLIT VICTIM]
07:45.16*** join/#oe do13 (n=nnnnnndi@do13.in-dsl.de) [NETSPLIT VICTIM]
07:45.17*** join/#oe treke|home (n=ggilbert@70-38-100-138.losaca.adelphia.net) [NETSPLIT VICTIM]
07:45.17*** join/#oe pb_ (n=pb@2002:5165:89b3:2:20e:9bff:fe56:eb5) [NETSPLIT VICTIM]
07:45.17*** join/#oe bronson (n=bronson@209-221-203-148.dsl.qnet.com) [NETSPLIT VICTIM]
07:45.18*** join/#oe raduga (n=raduga@199.233.135.101) [NETSPLIT VICTIM]
07:45.18*** join/#oe NAiL (n=repvik@nslu2-linux/pdpc.active.repvik) [NETSPLIT VICTIM]
07:45.18*** join/#oe hhhcz (n=arnaud@vau06-1-82-228-255-84.fbx.proxad.net) [NETSPLIT VICTIM]
07:45.20*** join/#oe v8jlene (n=lenehan@nynaeve.twibble.org) [NETSPLIT VICTIM]
07:45.20*** join/#oe ArjanS (n=arjan@anymore.nl) [NETSPLIT VICTIM]
07:45.20*** join/#oe flatronf701C (n=flatronf@202.75.186.154) [NETSPLIT VICTIM]
07:45.21*** join/#oe NA|Gone (n=foo@220-253-49-187.VIC.netspace.net.au) [NETSPLIT VICTIM]
07:45.21*** join/#oe [cc]smart (n=[cc]smar@gw.ptr-62-65-142-223.customer.ch.netstream.com) [NETSPLIT VICTIM]
07:45.21*** join/#oe chouimat (n=dieu@kde/developer/chouinard) [NETSPLIT VICTIM]
07:45.21*** join/#oe evanchsa (n=NoUserNa@c-24-128-245-152.hsd1.ma.comcast.net) [NETSPLIT VICTIM]
07:45.21*** join/#oe subdue (n=chopstix@cpe-66-8-255-241.hawaii.res.rr.com) [NETSPLIT VICTIM]
07:45.21*** join/#oe luke-jr_ (n=luke-jr@2002:1891:f657:0:20e:a6ff:fec4:4e5d) [NETSPLIT VICTIM]
07:45.21*** join/#oe joshua_ (i=joshua@c-24-34-92-252.hsd1.ma.comcast.net) [NETSPLIT VICTIM]
07:45.22*** join/#oe CSMan (n=csman@70.55.146.91)
07:45.22*** join/#oe kergoth (i=clarson@216.237.114.82) [NETSPLIT VICTIM]
07:45.22*** join/#oe pgas (n=user@dsl-88-218-22-2.customers.vivodi.gr) [NETSPLIT VICTIM]
07:45.22*** join/#oe jamie (n=jamie@pdpc/supporter/active/jamie) [NETSPLIT VICTIM]
07:45.22*** join/#oe TheMasterMind1 (n=aman@residents-liberty-potomac-129-174-185-149.residents.gmu.edu) [NETSPLIT VICTIM]
07:45.23*** join/#oe bluebugs (n=cedric@LAubervilliers-151-11-32-8.w193-251.abo.wanadoo.fr) [NETSPLIT VICTIM]
07:45.23*** join/#oe ljp (n=lpotter@203.94.178.46) [NETSPLIT VICTIM]
07:45.23*** join/#oe aoe (n=aoe@tigerente.htu.tuwien.ac.at) [NETSPLIT VICTIM]
07:45.23*** join/#oe Pendalar (i=pendalar@h49.254.213.151.ip.alltel.net) [NETSPLIT VICTIM]
07:45.23*** join/#oe tomimo (n=kurre@a80-186-64-246.elisa-laajakaista.fi) [NETSPLIT VICTIM]
07:45.23*** join/#oe oce (i=nobody@antenni.nette.fi) [NETSPLIT VICTIM]
07:45.23*** join/#oe lamikr (n=chatzill@aragorn.kortex.jyu.fi)
07:45.24*** join/#oe webmind (i=webmind@feather.perl6.nl) [NETSPLIT VICTIM]
07:45.24*** join/#oe Cockroach- (n=torakka@codereactor.net)
07:45.24*** join/#oe CoreDump|home (n=mhentges@hentges.net) [NETSPLIT VICTIM]
07:45.24*** join/#oe pb__ (n=pb@82-70-217-41.dsl.in-addr.zen.co.uk) [NETSPLIT VICTIM]
07:45.24*** join/#oe DaKa (n=david@nslu2-linux/daka) [NETSPLIT VICTIM]
07:45.25*** join/#oe CIA-9 (i=cia@cia.navi.cx)
07:45.25*** join/#oe victorz (n=somebody@4ab54-1-81-56-3-73.fbx.proxad.net) [NETSPLIT VICTIM]
07:45.25*** join/#oe Stephmw (n=steph@tangency.co.uk) [NETSPLIT VICTIM]
07:45.25*** join/#oe njs (i=njs@adsl-66-159-194-130.dslextreme.com) [NETSPLIT VICTIM]
07:47.16*** join/#oe hwtechnik (n=hwtechni@tor/session/external/x-194a025c17917ac3) [NETSPLIT VICTIM]
07:48.56*** join/#oe _splat1 (n=splat1@cpc2-leic7-0-0-cust281.leic.cable.ntl.com)
07:48.56hrw|workmorning
07:49.58*** join/#oe _drak0_ (n=rob@user-10cmeb8.cable.mindspring.com)
07:50.00*** join/#oe REdOG_ (n=REdOG@66.0.161.218)
07:51.04koenhey hrw|work
07:51.04hrw|workpxa mmc timeout fix is in mainline
07:51.04koennice
07:51.04koen~lart wlan-ng-modules
07:51.04koen~lart module.bbclass
07:51.35koen~lart people RDPENDING on kernel-modules
07:52.07koen~lart people RDPENDING on kernel-modules again
07:52.36koenRP: *if* you are going to RDEPEND on kernel-modules, could you make the defconfig generate them? (tosa)
07:52.53koenthis tosa build is getting annoying
07:52.53*** join/#oe ggilbert__ (n=ggilbert@tinman.treke.net)
07:53.12*** join/#oe cbrake_ (n=cbrake@cpe-65-25-51-117.neo.res.rr.com)
07:53.36*** join/#oe XorA (n=dp@81-178-123-104.dsl.pipex.com)
07:53.48*** join/#oe Timelord (n=TL@4.78.4.43)
07:54.15XorAmorning
07:55.34*** join/#oe Genesis (n=Genesis@dyn-83-156-27-76.ppp.tiscali.fr)
07:55.38RPkoen: Which ares are missing?
07:56.12koenhold on
07:56.19*** join/#oe kurre2 (n=tomimo@a80-186-64-246.elisa-laajakaista.fi)
07:56.53koenRP: could you change the non essential stuff to RRECOMMENDS?
07:56.57*** join/#oe cdbot (n=cdbot@hentges.net)
07:57.01koenlike bluetooth, IR, smbfs?
07:57.20*** join/#oe Ironnads (n=Ironnads@host86-135-221-161.range86-135.btcentralplus.com)
07:57.24*** join/#oe xep (i=misha@dsl027-176-045.sfo1.dsl.speakeasy.net)
07:57.30*** join/#oe dhr (n=hugh@CPE00606767ed59-CM000f9fa81660.cpe.net.cable.rogers.com)
07:57.42*** join/#oe Ifaistos (n=stelios@dslcustomer169.vivodi.gr)
07:57.57koenand tosa-2.6 is broken
07:58.05koenthere is no wlan-ng-modules-usb
07:58.19koenonly wlan-ng-modules-usb-${KERNEL_VERSION}
07:59.16koenRP: |        kernel-module-8250 kernel-module-serial-cs kernel-module-hci-vhci kernel-module-ir-usb kernel-module-spectrum-cs wlan-ng-modules-usb
08:00.15hrw|workkoen: wlan-ng-modules-usb-2.6 should provide wlan-ng-modules-usb
08:00.35koenProvides: wlan-ng-modules-usb-2.6.16
08:00.38koenand that's it
08:01.18hrw|workso out-of-kernel modules are fscked
08:01.22koenyes
08:01.41koenand include/zaurus-clamshell-2.6 as well
08:01.58koenif we change kernel.bbclass the z's are fucked
08:02.47koenit should use the linux_modules class to get the runtime name for kernel modules
08:02.59koennot hardcoding kernel-module-foo
08:04.58*** join/#oe do13_ (n=dirk@212.17.224.141)
08:05.02do13_morning all
08:05.12koenhey do13_
08:05.22do13_hey koen
08:05.29hrw|workhi dirk
08:05.40do13_hey Marcin
08:06.06hrw|workdo13_: http://www.oesf.org/forums/index.php?showtopic=18471
08:06.29RPhi Dirk
08:06.46do13_hi Richard, thx for the patches
08:06.54RPkoen: If you rebuilt task-bootstrap, does it get the name right?
08:07.21do13_hrw|work: I know the thread, but the tosa isn't ready
08:07.28koenRP: it doesn't
08:07.43hrw|workdo13_: ah. ok - just wanted to know due to last posts
08:08.31RPkoen: I know I've seen issues with the build order and debian.bbclass's renaming not always working due to the packages getting built before the renaming has been decided...
08:09.01RPdo13_: np :)
08:09.03koenit's not debian.bbclass, but eithe kernel or module-base
08:09.30CIA-903coredump 07org.oe.oz354x * r9b4dfaad... 10/packages/altboot/ (altboot_1.0.7-rc2.bb altboot_1.0.5.bb altboot_1.0.6.bb): altboot: Add LICENSE, drop -rf from stable branch
08:09.39CIA-903coredump 07org.oe.dev * rea609963... 10/packages/altboot/ (altboot_1.0.5.bb altboot_1.0.6.bb altboot_1.0.7-rc2.bb): altboot: Add LICENSE
08:09.57CoreDump|homes/-rf/-rc
08:10.01hrw|workCockroach-: uf.. finally I can distribute altboot ;)
08:10.28hrw|works/cockroach-/coredump
08:10.45CoreDump|home;)
08:11.35*** join/#oe ade|desk (n=ADAVEY@194.200.143.249)
08:16.28koenRP: http://ewi546.ewi.utwente.nl/tmp/clamshell-done-right.conf
08:16.38koenRP: that should prevent renaming accidents
08:17.08*** join/#oe aquadran_ (i=pablo@scummvm/undead/aquadran)
08:17.48koenRP: you can change the RRECOMMEND in a RDEPENDS if you really want ;)
08:17.54hrw|workhttp://www.google.com/search?hl=en&q=firefox+for+openzaurus ;D
08:18.19RPkoen: This is actually not needed any more - linux_modules.bbclass isn't needed any more
08:19.04koenit was a few weeks ago
08:19.08do13_koen: What's wrong with the renaming?
08:19.30RPkoen: package.bbclass watches any renaming performed by PKG_* and alters runtime variables accordingly
08:21.05koenRP: what happends in module.bbclass gets changed to emit linux-module-foo?
08:21.16RPkoen: Its why I'm extrememly suspicous of your output above as there are no -2.6's on the end of he module names. Are you using PARALLEL_INSTALL_MODULES or not?
08:21.42RPkoen: That wasn't why it was written - it was written to cope with PARALLE_INSTALL_MODULES
08:21.57RPkoen: we're not likely to change "kernel-modules" into anything else
08:22.09koenyes, I'm using parallell install modules
08:24.09koenRP: but besides that, any idea on the wlan-ng-modules thing?
08:25.16RPkoen: The 2.6.16 looks bogus - we need to find where that comes from
08:25.24do13_koen: what's the problem with wlan-ng-modules
08:25.44koenRP: I suspect from parallel-install-modules
08:25.59koendo13_: it's called wlan-ng-modules-usb-2.6.16 over here
08:26.05koendo13_: so I can't make an image
08:26.17RPI think pb_ said we could remove all the parallel-install-modules code as it didn't do what was intended anyway
08:26.34do13_I can't see the problem here
08:26.37RPkoen: Angstrom doesn't really need it anyway if its 2.6 only ;-)
08:26.54do13_NOTE: package bootstrap-image-1.0: completed
08:26.54do13_NOTE: build 200604261922: completed
08:27.33koenRP: I was thinking about tracking kernel version for external modules
08:28.24*** join/#oe mithro (n=tim@203.63.126.9)
08:28.28RPkoen: You don't need parallel_install_modules for that
08:28.41*** join/#oe tchnk2|afk (n=hwtechni@tor/session/external/x-9dfdd320a55e3e81)
08:29.09hrw|workRP: with angstrom we will not use stuff like 'checkversion' so what do you think about adding PR into /proc/version?
08:32.55*** join/#oe zecke (n=ich@145.253.107.2)
08:33.05RPhrw|work: It makes sense on the Zaurus I guess
08:33.05zeckemoin
08:33.10RPhi zecke
08:33.35hrw|workRP: 2.6.16-r11 give move infos when bug happen
08:34.39CIA-903koen 07org.oe.dev * r86a33c5f... 10/conf/distro/angstrom.conf: angstrom: remove parallel-install-modules
08:34.49*** join/#oe Cwiiis (n=cwiiis@host86-134-40-253.range86-134.btcentralplus.com)
08:37.03CIA-903koen 07org.oe.dev * r2c6aac8b... 10/packages/wlan-ng/wlan-ng-modules.inc: wlan-ng-modules: remove patch that was applied to svn
08:37.40hrw|workfor scm fetched sources it would be great to have mindate/maxdate options for patches
08:38.38koenlisting patches in a .inc is also a bit icky
08:39.15*** join/#oe idealm (n=ideal@222.66.46.90)
08:39.39koendo13_: is your .defconfig the same as the one in OE?
08:40.09koendo13_: I think OE is missing  kernel-module-8250 kernel-module-serial-cs kernel-module-hci-vhci kernel-module-ir-usb  kernel-module-spectrum-cs
08:40.45do13_koen: I suspect only the cmdline is different
08:42.52do13_koen: All these modules are in tmp/deploy/ipkg
08:48.27*** join/#oe hwtechnik (n=hwtechni@tor/session/external/x-a0d8fe9794dd8a35)
08:54.50*** join/#oe Ecco (n=User@fb.likid.org)
08:56.16EccoHello !
08:57.16koenhey Ecco
08:57.27Eccohi :-)
09:16.32Eccois back
09:17.47*** join/#oe Ecco (n=User@fb.likid.org)
09:18.31*** join/#oe lrg (n=liam@212.20.225.130)
09:18.42hrw|workhi Liam
09:19.06Eccohi hrw|work :-)
09:19.26*** join/#oe eumel (n=chatzill@p5482076F.dip0.t-ipconnect.de)
09:20.10lrghey Marcin, morning all
09:20.20koenhey lrg
09:20.23do13_hi Liam
09:20.23XorAhey lrg
09:20.23Ecco'morning :)
09:21.29CIA-903hrw 07org.oe.oz354x * r6a945357... 10/packages/gammu/ (gammu_1.05.00.bb gammu_1.06.00.bb): gammu: updated to 1.06.00
09:21.33CIA-903hrw 07org.oe.dev * r83a7a2ce... 10/packages/gammu/ (gammu_1.05.00.bb gammu_1.06.00.bb): gammu: updated to 1.06.00
09:30.08koenzecke: http://www.selenic.com/mercurial/wiki/index.cgi/UserSurvey
09:30.58*** join/#oe zinga (n=arnaudb@186.80-203-227.nextgentel.com)
09:36.26zeckekoen: hehe
09:36.33zeckekoen: what questions would you like to rob
09:36.45koena few
09:36.53koenbut the answers are cute as well
09:36.58zeckelol git-fsck-objects?
09:37.04koenthat one :)
09:38.27zeckekoen: a SCM system is so much easier to do a query for ;)
09:39.55koenyes
09:40.04koen"how much time did it take tgo learn <foo>"
09:40.25koens/tgo/to/
09:40.39zeckekoen: did you get my link to the current version of query questions?
09:40.43koenyes
09:40.54koenlooks a lot better as the previous version
09:41.39zeckekoen: not much is changed though (theme), ordered general etc...
09:42.03zeckekoen: I'm sure we have tons of questions we could ask as well
09:42.18zeckekoen: but I think we need to get an idea of our users first
09:43.55koenbtw: http://cia.navi.cx/stats/project/maemo/
09:47.17*** join/#oe nacer (n=laradji@dsl-magic-1.mpl4.ovea.net)
09:50.15koenRP, hrw|work: http://www.oesf.org/forums/index.php?showtopic=19045&pid=124776&st=0&#entry124776
09:52.08*** join/#oe rwhitby (n=rwhitby@nslu2-linux/rwhitby)
09:52.52zeckerejected vs. classified
09:52.55koenRP: you made poor little sash cry ;)
09:53.57pb__hi zecke
09:57.30koenRP: could you add the eabi enums patch to linux oz?
10:10.42CIA-903koen 07org.oe.dev * r9e58a32d... 10/packages/linux/ (handhelds-pxa-2.6/eabi-enums.patch handhelds-pxa-2.6_cvs.bb): hh-pxa 2.6 cvs: add patch to fix enums problems with eabi
10:27.10koenweird
10:27.27koensuddenly my card is eth0 instead of wlan0 after reflashing the same image and kernel
10:27.59hrw|workorinoco instead of hostap
10:28.06hrw|workcommon problem with 2.6+pcmciautils
10:33.59*** join/#oe obergix[work] (n=olivier@inf-berger.int-evry.fr)
10:34.02RPI've just commented that they're not up to the standards I'm trying to keep the linux-openzaurus tree to...
10:34.15RPkoen: I'll add that patch
10:34.46zeckeRP: donate money to him, he might forgive you
10:35.58pgasI can't understand you're problem with donations it's not like they ask money before download or anything
10:36.12pgasand sashz surely is not becoming rich with donations
10:36.36zeckepgas: I have none ;)
10:36.46zeckepgas: sorry for the misunderstanding then
10:37.12koenpgas: if sash would actually be doing all the work, I can understand, but right now RP is doing all the work for him
10:37.21koenand we only get complaints back
10:37.31koen(and crappy patches)
10:37.35zeckepgas: e.g. I know RP is easy to work with
10:37.45zeckepgas: so I can't understand sahz's comments
10:38.19RPI'll reply to that thread explaining my position...
10:38.29pgaskoen: what you  can't understand?
10:38.37*** join/#oe dkey (i=nobody@193.170.48.236)
10:39.07zeckefoolish kindergarten games
10:39.20zeckeRussell is stupid he does not like my patches :)
10:39.36pgaswhere does he said that?
10:39.49hrw|workzecke: yes! and he has stupid mail system which ignore our mails
10:39.51zeckepgas: Once I first submitted my patches to russel, he turned them down. one has to live with that :)
10:40.46zeckepgas: and to say it like this. I'm fine with people accepting and requesting donations
10:41.47koenRP: would you be interested in a bootchart on a c700?
10:42.52pgasIsn't what he said so far (one line..I don't know what has happened privately) exactly what has happened?
10:43.00RPkoen: yes
10:43.09pgasbtw RP can you PM your slow mail address
10:43.29koenRP: running it now :)
10:45.24*** join/#oe ade|desk (n=ADAVEY@194.200.143.249)
10:47.06*** join/#oe dkey (i=nobody@193.170.48.236)
10:52.19koenRP: http://dominion.kabel.utwente.nl/koen/pda/files/bootchart.tgz
10:52.30koenRP: I'm generating a report right now
10:53.23rwhitbyg'day all
10:53.33koenhey rwhitby
10:54.41rwhitbyanyone know where we're at in the 2.6.17 kernel patches cycle at the moment?
10:54.42RPhi rwhitby
10:55.02RPrwhitby: -rc3 due any day now
10:55.05rwhitby(i.e. when's a good time to start pushing our nslu2-linux patches that depend on RTC and LEDS?)
10:55.36hrw|workrc3 was released already
10:55.57rwhitbySo rmk won't be accepting any new stuff until 2.6.17 is released now, right?
10:56.16koenRP: the result as SVG: http://dominion.kabel.utwente.nl/koen/blog/bootchart.svgz
10:56.47*** join/#oe mrz80 (i=1000@caledonia.cns.ufl.edu)
11:00.43*** join/#oe katossi (n=guillerm@dslb-084-062-129-130.pools.arcor-ip.net)
11:01.09*** join/#oe idealm (n=ideal@222.67.232.135)
11:01.54*** join/#oe TMM1 (n=aman@residents-liberty-potomac-129-174-185-149.residents.gmu.edu)
11:03.29RPkoen: I'll have to look later - too busy atm, sorry :-(
11:03.51hrw|workRP: replied?
11:08.46zeckekoen: I have finally busted fink :}
11:10.29RPrwhitby: correct. You'll have to wait until the final -rc or the actualy release, then action stations
11:10.48RPhrw|work: No. 20 things at once...
11:11.00rwhitbyRP: thx
11:11.04hrw|workRP: happens
11:12.39zeckekoen: how long did it take to boot?
11:12.55RPhrw|work: replied
11:15.38hrw|worknice thx
11:17.42koenzecke: long, as is expected on a pxa250 with swap on sd
11:17.50koenzecke: http://dominion.kabel.utwente.nl/koen/blog/pyblosxom.cgi/2006/Apr/27
11:23.48obergix[work]http://www.flickr.com/photos/urubatan/133534393/
11:25.36*** part/#oe AvengerMoJo (n=alex@61.14.130.209)
11:26.49obergix[work]http://www.flickr.com/photos/pandacam/134471904/
11:27.14koenI wonder how much browser will get sick over 10kpix wide .png :)
11:29.33zeckekoen: at least the CPU was utilized 100%?
11:31.48koenzecke: probably swapping like crazy to sd
11:38.04*** join/#oe Crofton (n=balister@66-207-66-26.black.dmt.ntelos.net)
11:47.11*** join/#oe Laibsch (n=Laibsch@dslb-088-073-205-072.pools.arcor-ip.net)
11:51.44koenzecke: the next commit is dedicated to you :)
11:53.16CIA-903koen 07org.oe.dev * rac0211db... 10/packages/bootchart/bootchart_0.9.bb:
11:53.16CIA-9bootchart 0.9: add the device part of bootchart, a neat way to view the boot process of your favourite device.
11:53.16CIA-9read the recipe on how to use it
11:54.09hrw|work~lart bugzilla for bugs output being nonconfigurable
11:54.11koenI'd be interested in bootcharts on non broken devices
11:54.31koene.g !corgi and !poodle and !5000d
11:57.50koenzecke: new kismac: http://kismac.de/
12:01.41zeckekoen: well, I think passive scanning is still not working
12:02.36zeckekoen: oh it has passive scanning
12:02.38zeckewow
12:03.19koenzecke: that's why I mentioned it :)
12:03.34koen(and because it has google earth integration)
12:03.52zeckekoen: hopefully they rewrote kismac with Qt then
12:04.04zeckekoen: would be more easy to port it to Qt4/X11 then
12:10.52zeckehmm
12:11.16zeckeAirPort:  can't allocate contiguous below 0x40000000
12:11.20zeckehmm /me restarts
12:13.06*** join/#oe alan|home (n=alan@ARouen-151-1-31-53.w86-208.abo.wanadoo.fr)
12:17.03hrw|workfsck.. commited in wrong branch
12:19.38*** join/#oe zecke (n=ich@145.253.107.2)
12:22.19koenhttp://ewi546.ewi.utwente.nl/angstrom/unstable/images/tosa/
12:27.08RPkoen: The modules worked?
12:27.53koenRP: it seems to
12:29.23RPkoen: So no idea what went wrong? :-/
12:29.38koenI removed parallel-install-modules...
12:34.02CIA-903hrw 07org.oe.oz354x * r485683f6... 10/packages/ntp/ntp_4.2.0.bb: ntp: fixed SRC_URI - close #906
12:34.11CIA-903hrw 07org.oe.dev * r888bba9e... 10/packages/ntp/ntp_4.2.0.bb: ntp: fixed SRC_URI - close #906
12:36.16*** join/#oe idealm (n=ideal@222.67.232.135)
12:36.47*** join/#oe benlau (n=benlau@221.125.13.158)
12:43.52hrw|workzecke: bitbake 1.4.0 works GREAT with .oz354x
12:45.17*** join/#oe alan|home (n=alan@ARouen-151-1-31-53.w86-208.abo.wanadoo.fr)
12:45.21zeckenice to hear
12:46.13hrw|workwho maintain bluez in OE?
12:46.31hrw|workother then 'noone'
12:46.57*** join/#oe eumel (n=chatzill@p5482076F.dip0.t-ipconnect.de)
12:47.09koenteam opie is responsible for the -nodbus stuff
12:48.12XorAhrw|work: you after your next chickin :-)
12:48.44hrw|workXorA: no fscking way - no BT hardware for Z here
12:48.50hrw|workmy bt cf card died
12:49.06XorAhrw|work: btw meant to ask, any luck with your IR keyboard?
12:49.43hrw|workno time
12:52.30*** join/#oe tnb (n=tnb@48.sub-70-221-5.myvzw.com)
12:53.01koenhey tnb
12:53.22koentnb: opie cvs now has ODevice support for hx4700
12:57.15tnbhi koen
12:57.34tnbcool :)
13:00.47CIA-903hrw 07org.oe.oz354x * r52eb706e... 10/packages/bluez/ (3 files): bluez-utils: enabled hid2hci and USB support
13:00.52CIA-903hrw 07org.oe.oz354x * rfe043c1a... 10/packages/bluez/ (4 files): bluez: drop 2.20
13:05.42*** join/#oe Cwiiis (n=cwiiis@host86-134-40-253.range86-134.btcentralplus.com)
13:07.38*** join/#oe ChanServ (ChanServ@services.)
13:07.38*** mode/#oe [+o ChanServ] by irc.freenode.net
13:08.21hrw|workkoen: can you build hostap-modules 0.4.7 against 2.6.16/tosa?
13:08.50*** join/#oe cbrake (i=user103@216.144.26.242)
13:10.36koenhrw|work: NOTE: package hostap-modules-0.4.7-r4: task do_build: completed
13:10.55hrw|workthx
13:11.35rwhitbyspeaking of hostap
13:11.49rwhitbyis hostap-daemon missing a DEPENDS on openssl?
13:12.03rwhitbyIn file included from ieee802_1x.c:34:
13:12.04rwhitbymd5.h:20:25: openssl/md5.h: No such file or directory
13:12.37hrw|workrwhitby: can you look into .oz354x changes?
13:13.16rwhitbyhrw|work: We don't even sync .oz354x
13:13.27hrw|workok.. missing this depend too
13:14.44koenNOTE: package twm-1.0.1: completed
13:14.45rwhitbyhrw|work: are you adding that depends?  I don't want to be editing the same file as you and need to do a manual merge.
13:15.26hrw|workkoen: cool! default wm for angstrom is now in OE :)
13:15.37hrw|workrwhitby: add it
13:16.44hrw|workkoen: shouldnt all those GPE related bugs be moved to hh.org bugtracker?
13:17.05koenhrw|work: no idea
13:17.07hrw|work887 888 889 891
13:17.21koenhrw|work: in hh.org bugtracker we can't close them since they affect familiar
13:17.37koenhrw|work: or 'some people' will close them because they are oz bugs
13:19.20hrw|workand if I will close them (as invalid) with note 'report them in gpe' then someone will tell me that I did it wrong
13:19.35koenprobably
13:19.50koenI'd ignore them
13:20.15*** join/#oe alan|home (n=alan@ARouen-151-1-31-53.w86-208.abo.wanadoo.fr)
13:21.01*** part/#oe Laibsch (n=Laibsch@dslb-088-073-205-072.pools.arcor-ip.net)
13:21.07*** join/#oe Laibsch (n=Laibsch@dslb-088-073-205-072.pools.arcor-ip.net)
13:21.29rwhitbyhrw|work: added DEPENDS="openssl"
13:21.29CIA-903hrw 07org.oe.oz354x * rc26ba72c... 10/packages/openttd/openttd_0.4.0.bb: openttd: ship some more files, fixed paths - look #904
13:21.48hrw|workrwhitby: ok - I'm not hostap maintainer
13:22.27rwhitbymickey|tv: added DEPENDS="openssl" to hostap-daemon.inc
13:23.07koenbtw, the monotone syncer is offline right now
13:25.28*** join/#oe rwhitby (n=rwhitby@nslu2-linux/rwhitby)
13:26.05CIA-903hrw 07org.oe.dev * re368307c... 10/conf/machine/jornada6xx.conf: jornada6xx: fix TARGET_ARCH to 'sh' - close #892
13:29.05*** join/#oe rwhitby-away (n=rwhitby@nslu2-linux/rwhitby)
13:29.06*** join/#oe Timelord (n=TL@66.150.138.156)
13:29.40*** join/#oe rwhitby-away (n=rwhitby@nslu2-linux/rwhitby)
13:31.56*** join/#oe rwhitby (n=rwhitby@nslu2-linux/rwhitby)
13:35.00*** join/#oe tux1800 (n=eric@c66.110.147-33.clta.globetrotter.net)
13:37.22chouimatmorning
13:38.23hrw|workhi chouimat
13:39.44*** join/#oe alan|home (n=alan@ARouen-151-1-31-53.w86-208.abo.wanadoo.fr)
13:45.18*** join/#oe AvengerMoJo (n=alex@61.149.26.244)
13:47.02CIA-903koen 07org.oe.dev * r05c505d1... 10/packages/xlibs/ (liblbxutil-1.0.0/mkg3states.patch liblbxutil_1.0.0.bb): liblbxutils: start merging stuff from #870
13:47.06CIA-903koen 07org.oe.dev * r9a9b8859... 10/packages/xlibs/libxkbui_1.0.1.bb: libxkbui: merge from #870
13:47.10CIA-903koen 07org.oe.dev * ra7e31405... 10/packages/xlibs/libxxf86misc_1.0.0.bb: libxxf86misc: merge from #870
13:47.15CIA-903koen 07org.oe.dev * r27ff1d30... 10/packages/x11-apps/ (app-common.inc bdftopcf_1.0.0.bb): bdftopcf: merge from #870
13:47.19CIA-903koen 07org.oe.dev * ra7a25d47... 10/packages/x11-apps/iceauth_1.0.1.bb: iceauth: merge from #870
13:47.24CIA-903koen 07org.oe.dev * r5e5f8550... 10/packages/x11-apps/mkfontscale_1.0.1.bb: mkfontscale: merge from #870
13:47.27CIA-903koen 07org.oe.dev * r7441b040... 10/packages/x11-apps/mkfontdir_1.0.1.bb: mkfontdir: merge from #870
13:47.31CIA-903koen 07org.oe.dev * rf99ae356... 10/packages/x11-apps/rgb_1.0.0.bb: rgb: merge from #870
13:47.35CIA-903koen 07org.oe.dev * r5f5b2866... 10/packages/x11-apps/twm_1.0.1.bb: twm: merge from #870
13:47.39CIA-903koen 07org.oe.dev * refda3f90... 10/packages/x11-apps/xauth_1.0.1.bb: xauth: merge from #870
13:47.44CIA-903koen 07org.oe.dev * r7134dba3... 10/packages/x11-apps/xeyes_1.0.1.bb: xeyes: merge from #870
13:52.36hrw|works/x11-apps/xorg-apps/
13:52.45hrw|workgnumeric is x11 app too
13:58.41hrw|workkoen: you have gcc4 builddir - can you rebuild /tmp/kdepimpi/kdepimpi_2.2.5.bb and /tmp/kdepimpi/pwmpi_2.2.5.bb on ewi (in that order)?
14:00.05*** join/#oe CosmicPenguin (n=nobody@aus-ext-proxy01.amd.com)
14:00.58luke-jr_hrw|work: why are apps specific to xorg?
14:01.33luke-jr_did they fork the protocol?
14:01.47zecke#894 how can this happen without sticking a finger in the arse?
14:02.01hrw|workluke-jr_: twm is part of x.org
14:02.33hrw|workzecke: someone will rm wrong file for example
14:02.39luke-jr_hrw|work: ah, so it's not "apps for x.org", it's "apps included with x.org" :)
14:02.45hrw|workluke-jr_: yep
14:02.59hrw|workluke-jr_: or even 'apps included in x.org'
14:03.09luke-jr_hrw|work: blame Gentoo for my misunderstanding :)
14:03.15zeckehrw|work: well...
14:07.59koenman
14:08.09koenkde pimp is still compiling
14:08.16koenmust be all the bling that makes it heavy
14:08.38hrw|workkoen: ~30m
14:08.55hrw|work~dict bling
14:09.36koenhttp://en.wikipedia.org/wiki/Bling
14:10.11rwhitbyroot
14:10.11hrw|workgracias
14:11.08zeckehrw|work: what if someone removes or creates a stamp and then configure files?
14:11.14*** join/#oe EvilDevil_ (n=evildevi@p54A6D27B.dip.t-dialin.net)
14:11.15zeckehrw|work: is that bitbake bug as well?
14:11.42zecke:}
14:15.10rob_w|misok so i now figured my boost problems .. which of course where home made
14:16.03rob_w|misnow i took the oe.db.bz2 , got rid off my very old .dev directory and did a pull ... but now i want to a checkout and it says it has multiple heads ! any hints
14:16.17NA|Gonerob_w|mis: monotone merge
14:16.19zeckerob_w|mis: sleect one
14:16.27koenpull again
14:16.42rob_w|misok koen  i pull again
14:16.46*** join/#oe kalev (n=kalev@213.180.16.244)
14:17.13rob_w|misok sucessfull exchange
14:17.59rob_w|misnow checkout ? like monotone --db=OE.db checkout --branch=org.openembedded.dev    
14:19.22rob_w|mishmm still it says: monotone missuse : branch has multiple heads ?!?
14:19.22CIA-903hrw 07org.oe.oz354x * r74bbc498... 10/packages/nfs-utils/nfs-utils_1.0.6.bb: nfs-utils: disable PARALLEL_MAKE - close #845
14:19.26CIA-903hrw 07org.oe.oz354x * ra6368c2a... 10/packages/nfs-utils/ (files/nfsserver nfs-utils_1.0.6.bb): nfs-utils: updated to .dev version
14:19.30CIA-903hrw 07org.oe.dev * r9f500cdc... 10/packages/nfs-utils/nfs-utils_1.0.6.bb: nfs-utils: disable PARALLEL_MAKE - close #845
14:21.26rob_w|misok merge does something
14:23.03koenhrw|work: NOTE: package kdepimpi-2.2.5: completed
14:23.17hrw|workkoen: thx
14:23.20zeckecya
14:23.52koenhrw|work: pwmwmwmewmmwempi is building now
14:24.23*** join/#oe goxboxlive (n=goxboxli@ti500710a080-4874.bb.online.no)
14:24.38koenhrw|work: NOTE: package pwmpi-2.2.5-r1: task do_build: completed
14:24.59hrw|workcool
14:30.00CIA-903hrw 07org.oe.oz354x * rf4d24bf2... 10/packages/kdepimpi/ (files/gcc4.patch kdepimpi_2.2.5.bb pwmpi.inc): kdepimpi: added patches from #848
14:30.05CIA-903hrw 07org.oe.dev * r0248315b... 10/packages/kdepimpi/ (files/gcc4.patch kdepimpi_2.2.7.bb pwmpi.inc): kdepimpi: added patches from #848
14:33.07*** join/#oe hwtechnik (n=hwtechni@tor/session/external/x-34562637d20571ee)
14:35.12*** join/#oe stevenh (n=lews@65.167.23.2)
14:38.42*** join/#oe tmbinc (i=XXX@e176168028.adsl.alicedsl.de)
14:43.20CIA-903koen 07org.oe.dev * r060d9460... 10/packages/mesa/mesa_6.4.1+cvs20060101.bb: mesa: merge 6.4.1 from #870
14:44.48hrw|workkoen: can you check DEPENDS of gemdropx from .dev?
14:45.28Laibschanthy does not build, although mickey|tv claimed it build for him.  http://rafb.net/paste/results/j8VS6936.html
14:45.43Laibschsee bug 632
14:46.14koenLaibsch: update your repo
14:46.19koenkoen@bitbake:~/OE/monotone/org.openembedded.dev/packages/xorg-fonts$ ls ../anthy/
14:46.19koenanthy-native_6801.bb  anthy_6801.bb  files
14:46.46koenah wait
14:46.52koenthe usual mickeyl dep loop
14:47.14Laibschyes, I think so.  I did copy it the native stuff over, IIRC
14:47.35LaibschRepo should be up2date within a few hours.
14:47.43LaibschStatus from about noon.
14:47.45LaibschCET
14:48.39koen'a few hours' is ancient with OE ;)
14:49.29LaibschLife is too fast-paced. Sigh ;-)
14:49.44LaibschIt took me a couple of hours for the initial build, so please forgive me ;-)
14:50.24LaibschIndeed, 34 new revs in.  you guys are pumpin' 'em out like crazy.
14:51.49CIA-903hrw 07org.oe.oz354x * ra4209d7a... 10/packages/gemdropx/gemdropx_0.9.bb: gemdropx: added libsdl-image into DEPENDS
14:51.53CIA-903koen 07org.oe.dev * r22671698... 10/packages/xorg-fonts/ (5 files): font-alias, font-cursor-misc font-misc-misc, font-util: merge from #870
14:51.57CIA-903koen 07org.oe.dev * r5a6bba87... 10/packages/anthy/anthy-native_6801.bb: anthy-native: break dep-loop
14:52.04koenLaibsch: there you go
14:52.06LaibschThanks kone
14:52.10LaibschThanks koen
14:52.12Laibschoops
14:54.05koenhrm
14:54.11koenthe xorg stuff builds again
14:58.28koenhey CoreDump|work
14:59.00hrw|workhi coredump
14:59.16CoreDump|workhi hrw|work
15:01.12CIA-903koen 07org.oe.dev * r8c7a203e... 10/packages/x11-apps/xclock_1.0.1.bb: xclock: merge from #870
15:01.16CIA-903koen 07org.oe.dev * r48171551... 10/packages/x11-apps/xinit_1.0.1.bb: xinit: merge from #870
15:01.20CIA-903koen 07org.oe.dev * r199eb2ee... 10/packages/x11-apps/xkbcomp_1.0.1.bb: xkbcomp: merge from #870
15:01.24CIA-903koen 07org.oe.dev * rff69e782... 10/packages/xorg-data/ (data-common.inc xbitmaps_1.0.1.bb xkbdata_1.0.1.bb): xorg-date: merge from #870
15:02.52mickey|tvok, guys, I'm leaving until Sunday. Take care and behave ;) c'ya
15:04.19hrw|workhave fun mickey|weekend
15:10.10koenmickey|weekend: have fun
15:11.12hrw|workcu all
15:11.16hrw|workgym today...
15:16.59koenCosmicPenguin: I can't get the xserver from #870 to work, could you attach your versions?
15:17.30*** join/#oe W8TVI (n=me@166.165.158.58)
15:18.07CIA-903rwhitby 07org.oe.dev * r718895e3... 10/packages/meta/slugos-packages.bb: slugos-packages: Demoted pwc as it fails to build.
15:18.11CIA-903rwhitby 07org.oe.dev * r3f0a9654... 10/packages/hostap/hostap-daemon.inc: hostap-daemon: Added DEPENDS=openssl for openssl/md5.h build requirement.
15:18.15CIA-903rwhitby 07org.oe.dev * rd8df52a5... 10/packages/meta/slugos-packages.bb: slugos-packages: Demoted qc-usb-messenger as it fails to build.
15:18.20CIA-903rwhitby 07org.oe.dev * rf0eb2ff6... 10/packages/meta/slugos-packages.bb: slugos-packages: Demoted ircp from ucslugc as it fails to build.
15:18.57*** join/#oe woglinde (i=woglinde@e178084186.adsl.alicedsl.de)
15:20.28CosmicPenguinkoen: sure thing
15:21.55koenCosmicPenguin: thanks
15:22.19woglindehi koen and cosmic
15:22.54koenhey woglinde
15:26.26Laibsch.dev has multiple heads
15:26.48woglindelaibsch hm mine not
15:27.00Laibschwhen did you last update?
15:27.11woglinde30 min ago
15:27.20LaibschI did about 15 minutes ago ;-)
15:27.30LaibschNo, 1 minute ago
15:27.34*** join/#oe alan|home (n=alan@ARouen-151-1-29-122.w86-208.abo.wanadoo.fr)
15:27.53Laibschjust before calling monotone update
15:28.36woglindehm
15:28.43woglindeI feel lucky
15:31.10koentry pulling now
15:31.42CIA-903koen 07org.oe.dev * raa6f9aaa... 10/conf/distro/angstrom-2006.9.conf: angstrom 2006.9: use qte-mt
15:32.59Laibschkoen: Thank you.  I will.
15:39.08*** part/#oe summaky (n=jordi@231.Red-83-33-117.dynamicIP.rima-tde.net)
15:42.24koenNOTE: package konqueror-embedded-20060404-r2: task do_compile: started
15:42.26koenfinally
15:43.01Laibschgood work!
15:43.24koenit's zecke's and mickeyl's work
15:43.28LaibschI wonder if I will like it on my PDA.  I never liked it on the Desktop
15:43.44Laibschhail zecke, hail mickeyl!
15:44.12woglindelaibsch there is no alternative
15:44.31koenif you use opie, that is
15:44.52LaibschI see.
15:45.04Laibschanthy still bitches around.
15:45.06Laibsch:-\
15:45.31woglindekoen what is it on gpe?
15:45.36woglindeopera?
15:46.15koenwoglinde: firefox, minimo, gpe-mini-browser, web, dillo2, links -g, dillo
15:46.17koenand probably more
15:46.36woglindehm firefox on an embbed device?
15:46.49woglindestill minimo is to big
15:46.55Laibschsounds crazy doesn't it
15:46.59koen'embedded'
15:47.11koen600MHz devices with a vga display and 6GB of HD
15:47.30LaibschMy laptop only has 600 MHz
15:47.33Laibsch;-)
15:47.48LaibschIt is quite sufficient, but RAM is tight.
15:47.54koenthe first laptop I used was 20 MHz or something
15:47.56LaibschThat is why I upgraded it
15:48.11Laibschkoen: Was that an Internet PC?
15:48.12Laibsch;-)
15:48.22koenheh
15:48.31woglinde*g*
15:55.46aquadranhow i can include packages at build image time  with mask selection like libxine-plugin-* ? if i add to INSTALL_PACKAGES it doesn't work.
15:57.55alan|home:v libmjpegtools -v 2006
15:58.12alan|homewrong chan, sorry...
16:00.12Genesisbonne nuit
16:02.40*** join/#oe EvilDevil_ (n=evildevi@p54A6D27B.dip.t-dialin.net)
16:03.02radugahmfn
16:04.22radugakoen: is there a quick fix to make konq configure?
16:04.52koenraduga: depends on your DISTRO
16:05.00raduga.dev?
16:05.02koenit works out of the box with angstrom :)
16:05.04radugaer.  akita?
16:05.06radugaoh :)
16:05.25raduga[2~| checking for Qt... configure: error: Qt (>= Qt 2.2.2) (library qte-mt) not found. Please check your installation!
16:06.10koenraduga: http://ewi546.ewi.utwente.nl/tmp/viewmtn/getdiff.py?id1=ff69e782c20a0704ee33d9057834c0b39112e72c&id2=aa6f9aaabdcd4ae0fc3588b296bfb909b1deb0fa
16:06.11radugaoh, oops
16:06.26radugakoen: unmet dependency. i've got it rolling now
16:07.04raduga(it already built libqt. i couldn't see why it was complaining)
16:07.19radugamanually baking qte-mt now
16:08.24radugakoen: unfortunately, one of my strongest motivations for switching back to OZ (from pdaX) evaporated overnight ;)
16:08.41CIA-903koen 07org.oe.dev * rf5cd7ec0... 10/packages/linux/ (ep93xx-kernel/eabi-enums.patch ep93xx-kernel_2.6.16.bb): ep93xx 2.6.16: apply eabi enums patch
16:08.42radugai've been really itching to try UQM, since it supposedly builds/runs on OZ now
16:08.54raduga(I can't get it to build for pdaXrom)
16:09.01radugabut last night someone posted an ipk
16:09.14RPkoen: That patch is on my site btw (always has been)
16:09.26koenRP: ah, I missed that
16:10.44koenraduga: a working kernel 2.6 install is still nice to have
16:11.34radugayes :)
16:11.36CosmicPenguinkoen: .bbs attached to 870
16:11.37CosmicPenguingood luck
16:11.45koenCosmicPenguin: thanks again
16:11.55raduga2.6 has alsa working?
16:12.09koenyes
16:12.15raduga(in general. I realise there are some hardware specific issues)
16:12.18radugagood:)
16:12.30koenwith nice tricks like auto switching to headphone when you insert them
16:12.41radugahas anyone tried timidity with alsa seq support?
16:12.50radugais it at all useable, or just... awful?
16:13.23raduga(timidity running as a daemon, providing an alsa sequencer device)
16:13.36radugamy main problem with timidity right now, is the horrible start up delay.
16:14.02radugaif it was persistent, maybe the delay would be less.
16:15.15radugakoen: when things are a little more stable, I would really like to keep a dual boot, with pdaXrom for playing games, and other bleeding edge idiocies, and OZ for actually getting work done
16:15.33radugaif that can ever be a reality
16:15.34koenheh
16:15.40koenpdaX 'bleeding edge'?
16:15.53radugakoen: you deny that they are bleeding?
16:15.55radugaor bloody?
16:16.04RPWhy doesn't OZ play games?
16:16.07radugathe 'edge' may be questionable
16:16.31radugaRP: pdaXrom X server is (at the moment) a little faster
16:16.42radugaand in the times I've tried it, more stable than GPE's
16:17.03radugaRP: with proper acceleration, that becomes less an issue
16:17.17RPacceleration will happen...
16:17.18koenI bet 2.6 + kdrive beats the hell out of 2.4 + xfree
16:17.32radugakoen: i will be happy if it will
16:17.49radugakoen: and my NAND will get a little less wear from reflashing
16:17.52RPraduga: I'd try it as the other speedups we have in OZ will probably more than make up for it
16:18.07radugaRP: i try both. :) switch every few months
16:18.41radugaRP: my last build of .dev was 2006/01/30
16:19.04koenraduga: try to flash oz3541 RC1
16:19.04RPraduga: Which device?
16:19.20radugakoen: better that, than the .dev ?
16:19.25RPkoen: rmk has request people test a patch series...
16:19.34koenRP: the irq ones?
16:19.40RPkoen: yes
16:19.41radugaRP: akita
16:19.58koentglx has the roughly same board board as I have
16:20.13radugai tried the oz354 RC (with 2.4) and 20060130 .dev (with 2.6)
16:20.37radugasound was semi-broken at the time (fixed by now i think)
16:20.48RPraduga: We've probably improved a few things since then, esp. the sound. As koen said, try the latest OZ 3451-rc
16:21.08RPkoen: I'm wondering about the Zaurii...
16:21.20radugaRP: you recommend the RC, instead of building my own .dev tree?
16:21.49lardman|workIs this thread correct? (pxa270 video acceleration is now implemented): http://www.oesf.org/forums/index.php?showtopic=19099
16:22.13lardman|workhello everyone by the way
16:22.17koenhey lardman|work
16:22.25lardman|workhi koen
16:22.28koenlardman|work: s/implemented/gross hack/
16:22.28woglindehi lardman
16:22.41lardman|workhi woglinde
16:22.56RPlardman|work: implemented by the pdaxrom people in a way I'm not 100% happy with for OZ
16:23.01lardman|workkoen: well it's something to counter the "but it doesn't have acceleration"
16:23.03radugahm. there's an akita specific feed,
16:23.14lardman|workRP: Ah, I see; do they have a working 2.6 kernel then?
16:23.20radugaand its dated 25apr, so probably fine :)
16:23.29RPlardman|work: It doesn't have acceleration, it had overlay support which can accelerate video playback
16:23.30radugalardman: yes, I read the forums
16:23.40RPlardman|work: They're working on it
16:23.47radugalardman: and I recognise that accel is a work in progress on both sides
16:24.24RPraduga: I've recommend the release for now or toe oz351 branch although .dev should be just as good (if a little more unstable)
16:24.24lardman|workRP: Is there a problem with implementing overlay support? It would be another reason for people to move
16:24.44*** join/#oe pgas (n=user@dsl-88-218-22-2.customers.vivodi.gr)
16:24.45lardman|workraduga: ok
16:24.51RPlardman|work: time on my part
16:25.02lardman|workRP: That I can understand :)
16:25.12*** join/#oe Bernardo (n=Bernardo@sourcemage/Bernardo)
16:25.22radugaRP: thanks. it looks like the rc1 is pretty recent (couple days old) and has an akita feed, so probably not a lot to be gained from my own bake
16:25.49radugaso, thanks :)
16:25.55RPlardman|work: I just don't have enough time to do everything everyone would like me to do :-/
16:26.16RPlardman|work: viva for what? Congratulations regardless :)
16:26.20lardman|workRP: Yep, that's fair enough
16:26.24lardman|workRP: PhD
16:26.36lardman|workand thanks :)
16:26.55woglindelardman grats
16:27.05woglindelardman what was the topic?
16:27.06koenlardman|work: congrats
16:27.17lardman|workthanks woglinde, koen
16:27.19Bernardohi
16:27.36lardman|workTopic was Automative engineering, driveability stuff
16:27.50lardman|works/Automative/Automotive
16:27.51Laibsch"bitbake anthy" still fails.  mkdepgrah which I guess should be built in the process (there is a mkdepgraph.c) cannot be found: http://rafb.net/paste/results/4Ay1RF55.html
16:27.57RPlardman|work: I couldn't face doing a PhD - would have tied me into Uni world too much :). My masters viva was bad enough...
16:28.27lardman|workRP: I'm feeling the pain now, I had a real grilling and have to do some 'amendments' ;)
16:29.27CosmicPenguinmmm...grilling
16:29.56lardman|workIf only it were that way :D - almost bbq weather here!
16:30.30CosmicPenguinI've been grilling for months - like a little snow is going to stop me... :)
16:31.02RPlardman|work: Mine was to determine the final outcome of my degree and the topic was "anything you studied in Physics or anything else we happen to ask about". The only consolation was preparation was a waste of time!
16:31.18woglindehm my family will make the first bbq of the year on saturday
16:31.51lardman|workRP: I think that's the way of things - difficult to step back and see what others will look at
16:34.37woglindehm maybe my master visa is some topic about opensource software engeneering
16:37.28lardman|workAnyone here know about xmame? Bug #182
16:37.58lardman|workI was just thinking that Octave uses a fp number to determine the endianness, and with the FPA soft-float system, this is bigendian
16:38.10lardman|workno matter that the processor is littleendian
16:38.28koenlardman|work: actually the cpu is neither
16:38.37koenlardman|work: you can swith it to BE is you want to
16:38.38lardman|workkoen: okay, it can be both
16:39.00lardman|workkoen: But in context, the FPA numbers are always bigendian, no matter what the processor is
16:39.57koenyeah
16:40.08lardman|workBring on vfp ;)
16:40.27lardman|workI was just wondering whether this might be a reason for the presumably odd error with xmame
16:40.48koenlardman|work: DISTRO="angstrom-2006.9" and you get softvfp
16:41.02lardman|workkoen: I know, I've grabbed your test image
16:41.11lardman|workkoen: Thanks
16:41.31koenRP: does networking stuff export enums to userland?
16:41.49RPkoen: No idea offhand. I know v4l and ltt do
16:42.12koenRP: does linux-oz have the patch in .dev?
16:42.19RPkoen: not yet
16:43.25radugaRP: thanks for your 2.6 work :)
16:47.50pgasraduga: RP will have your 760 "soon"
16:49.08RPraduga, pgas: thanks (This is a semi functional device in case anyone doesn't realise)
16:49.57*** join/#oe W8TVI (n=me@166.165.154.195)
16:50.07radugapgas: wonderful!
16:50.30radugapgas: i guess i should ask, "is it not working anymore?"
16:50.45radugai.e. is there a warranty condition I should know about
16:50.52pgasnon it's still working
16:50.52radugaso I can refund your money?
16:50.56radugaok :)
16:51.26pgasI've just switch my server to an epia based one
16:51.45radugapgas: actually I was thinking, based on the forum posts, that guylhem might be interested in poking at a "C760 with a broken screen"
16:51.58radugabut from what he now says, it looks like he's beyond that point where it would help
16:53.12pgasI also still use your case ;)
16:53.20radugaRP: last I had it, it was booting, running fine, except for display. Also, X wouldn't run, and I'm not positive about QT (probably they were looking for some feedback from the screen that was missing)
16:53.38radugapgas: good. Keep away from water!
16:53.44goxboxliveMy harddisk is beginning to fill up, which files i can i delete and which not delete?  I dont want to generat lovales again, it takes ages.
16:53.59pgasraduga: X is running for me, I was able to acces it through VNC
16:54.27woglindegoxboxlive buy a new disk
16:54.28lardman|workbye guys
16:54.29radugapgas: glad to hear that.  maybe I was doing something wrong (its been awhile)
16:54.32goxboxlive:-)
16:54.53RPraduga: At the very least it will let me properly fix the backlight controller on my 760 :)
16:54.56radugathough vnc uses its own virtual X server
16:55.07goxboxlivewoglinde: And what to do when the new one is filled up?
16:55.08*** join/#oe zap (n=zap@217.170.93.196)
16:55.15radugaRP: good :)
16:55.24radugai think the BL is still ok
16:55.29radugait powers on (or used to)
16:55.44pgasyeah BL is ok
16:55.45radugagoboxlive: when the new one is full, buy another new one
16:55.49RPraduga: It still does as far as I know
16:56.22radugapgas: thanks again for helping me get a new zaurus.
16:56.23woglindegoxbox dontuse the donkey
16:56.54radugaRP: pgas' sent me more money than it was probably worth, in exchange for the Z
16:56.57pgasraduga: I was using x11vnc I don't think it starts its own server
16:57.11radugaRP: which helped quite a lot.
16:57.25radugaRP: i think he is a good person, btw.
16:57.26koenpgas: xdamagevnc is a lot faster
16:57.27goxboxlivewoglinde: What du you mean?
16:57.35woglindegoxbox edonkey
16:58.05goxboxlivei dont, i just want to free up some space.
16:59.27radugarp: is QVGA video still a long ways off?
17:00.04RPraduga: Not a long way off - just needs to be done properly
17:00.11radugathanks :)
17:08.39woglindehi chouimat
17:09.54*** join/#oe Ken|JLime (n=Ken|JLim@h7n2fls312o1049.telia.com)
17:13.52*** join/#oe greentux (n=m@195.227.105.180)
17:17.42*** join/#oe Crofton (n=balister@hc6521cb0.dhcp.vt.edu)
17:26.26*** join/#oe ar_ (n=ar@port-ip-213-211-250-51.reverse.mdcc-fun.de)
17:29.55*** join/#oe _law_ (n=_law_@213.173.86.202)
17:37.28*** join/#oe incinerator (n=incinera@82-41-24-164.cable.ubr04.edin.blueyonder.co.uk)
17:45.00koenRP: more insults: http://www.oesf.org/forums/index.php?showtopic=19045&pid=124815&st=0&#entry124815
17:50.33*** join/#oe minipanda (n=hzhang@219.236.29.48)
17:51.49pgas<PROTECTED>
17:52.16koenyes
17:52.17*** join/#oe fishhead (i=r3z@unaffiliated/fishhead)
17:52.28koenby having much better grammar and spelling
17:53.05pgasoh your english is also superior :)
17:53.18koen"don't you understand the smiley?"
17:53.28radugasomeone should port Serdar Argic to Zaurus :/
17:53.28radugaand let him loose in the forum
17:55.18pgashmm my nose tells me that I have some real life shit to pick up.....damn dog
17:56.08fishheadpgas carpet?
17:56.31pgasnot sure yet..
17:56.48fishheadget some oxyclean and mix with hot water or the liquid which is really peroxide
17:57.07fishheadwell you need a good detergent too to get rid of the grease/fat compunds in s***
17:57.12fishheadbut it will help
17:57.14fishheadbbl
17:57.22radugais it a new dog, or an old dog?
17:57.24pgasthanks :)
17:57.44fishheadI also btw found a new product in walmart
17:57.55fishheadit's a bunch of natural chemicals like pepper, etc
17:58.01fishheadyou can put in a area to keep pets away
17:58.08fishheadit pisses them off and irritates them
17:58.12fishheadbut it's not damaging or toxic
17:58.21fishheadjust makes them go "f*** this i ain't going there again"
17:59.00pgasI should buy this and put it on my ethernet cable...
18:00.34*** join/#oe Harvy (n=norm@80-193-172-141.cable.ubr05.pres.blueyonder.co.uk)
18:03.48*** join/#oe gremlin[it] (n=gremlin@88-149-149-205.f4.ngi.it)
18:05.06*** join/#oe ggilbert_ (n=ggilbert@tinman.treke.net)
18:18.33RPkoen: I just see some replies saying no flaming please. Was something removed?
18:19.41woglinderp/koen how can I define a machine config only with processorname like msp430- instead of arm-linux-
18:20.38koenRP: sashz said something like "OZ hates pdaX because pdaX is much better, blablabla"
18:20.38RPwoglinde: That sounds like something I'd be dubious about doing. Is it not going to run linux?
18:20.57koenTARGET_OS = ""?
18:21.00woglinderp right is the mikrokontroller msp430
18:21.14woglindekoen ah hm
18:21.35RPwoglinde: ok, fair enough. I'm not sure OE has done this before :)
18:21.56woglindehm my local.conf was broken
18:22.11woglindeARGET_OS produces msp430-invalid
18:22.11RPkoen: I'd tried not to be inflamatry as well...
18:24.07woglinderp first I only want build a toolchain
18:24.14RPwoglinde: Which variable is that in? You probably need to work that out and trace back from there
18:24.23woglindehm
18:25.00woglindeTARGET_OS ="" produces msp430-
18:27.16woglindehm isnt that easy to change it
18:31.48koenI'd love to see toolchains for microcontrollers in OE
18:35.15woglindehm but what should I take as TARGET_OS
18:36.50gremlin[it]TARGET_OS = "firmware" or "custom" ?
18:37.38*** join/#oe nelson (n=nelson@rrcs-72-43-17-50.nys.biz.rr.com)
18:37.51nelsonHmmmm..... today is Happy Kergoth's Birthday day.
18:38.01gremlin[it]ohhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
18:38.01woglindenelson oh thanks
18:38.22CosmicPenguincrap!  We should have figured it out a bit earlier, and send him some scotch or something
19:02.42CIA-903rpurdie 07org.oe.dev * rc2b2b886... 10/packages/linux/linux-openzaurus_2.6.16.bb: linux-oz-2.6: Add eabi fix (applied in mainline)
19:02.45CIA-903rpurdie 07org.oe.dev * r9130fe4b... 10/ (3 files in 3 dirs): Add linux-nokia770 2.6.12.3
19:04.18*** join/#oe cyrilRomain (n=cyrilRom@AToulouse-157-1-42-155.w86-201.abo.wanadoo.fr)
19:04.37koenRP: thanks
19:04.51cyrilRomainevening !
19:07.07RPkoen: The kernel .bb is not tested and simple but should work
19:07.19RP(well, not tested on a device, it builds)
19:07.32RPevening cyrilRomain!
19:07.39cyrilRomainhey RP
19:07.46koenRP: I just realised 2.6.12 is quite worthless for eabi...
19:09.11RPkoen: Yes :-/. I can't help unless they release a more recent version
19:09.21koenRP: I know
19:09.37koenRP: it's quite fishy that they kernel source isn't online anymore
19:10.40RPkoen: yes. Since they are making devices public, there should be something releases somewhere though?
19:10.48koenyes
19:10.57*** part/#oe nelson (n=nelson@rrcs-72-43-17-50.nys.biz.rr.com)
19:11.00koenbut sharp doesn't have the sources for the kernel on the device either
19:11.26koen(tosa framebuffer problems come to mind)
19:11.50koenthe nokia wifi driver also says 'GPL', but still no source
19:12.27woglindekoen pff
19:13.00*** join/#oe nacer (n=laradji@pai34-4-82-240-124-12.fbx.proxad.net)
19:25.30koenheh
19:25.31koenhttp://www.figuiere.net/hub/blog/?2006/04/27/404-things-i-learned
19:28.11radugaok, just installed 3.5.4.1rc1 / OZ/opie on akita :/
19:28.32radugaboots fine until it hits the "starting opie" and then, seems to lock
19:28.37koenopie?
19:28.38koenyuck
19:28.44radugablank screen with a cursor (not moving)
19:28.57radugakoen: yep :/
19:29.04koentry gpe
19:29.11RPraduga: not good :-(
19:29.14radugakoen: will do, shortly
19:29.30radugaRP: bad flash?  or something funny in the image?
19:29.32koenRP: I suspect the "new pcmcia device found" nonsense
19:29.39radugahrmf
19:29.44koenwait, akita
19:29.45koenhmmm
19:29.52radugaakita, yes
19:30.00radugano cf/sd cards in slots
19:30.31RPraduga: If you switch to a virtual console is the device still running?
19:30.53RPPerhaps the images are bad - I know some of the images hrw has built have had issues...
19:31.09radugarp: <alt>arrow not responsive
19:31.16radugaand i have no network configured, so can't SSH in yet
19:31.48RPraduga: Fn + Arrow
19:32.01radugaurk.
19:32.07radugafn-arrow not presonsive either
19:32.39hrwfsck
19:32.42koenhey hrw
19:32.47radugahi hrw!
19:32.59hrw~lart my home desktop
19:34.18RPhi hrw
19:34.29radugahrw: 3.5.4.1rc for akita, can't start opie
19:34.37hrwraduga: and other cxx00 too
19:34.46hrwno idea what is wrong
19:34.52hrwworks on my c760
19:34.58radugahrw: ok. so someone's reported it :) [good]
19:35.35hrwraduga: officially I dont even know about this
19:36.35hrw'Nie mozna utworzyc folderu INBOX na serwerze.' ;(( ('Unable to create folder INBOX on server.')
19:37.03hrwfsck
19:37.05radugahrw: should I officially report to bugs.oe.org?
19:37.20hrwgood thinking
19:37.20radugahrw: or should I officially leave you alone right now? :)
19:37.34hrwraduga: on my z it works
19:38.42RPIf its reported we can looks into it. I can try my c3000 opie images for example. If they work and hrw's don't we know its a build issue. They did work in alpha1 :-/
19:44.24hrw3 if not 4 threads about same thing and pdaX admin does not even merge them
19:44.34koenheh
19:44.43koenand sash just keeps insulting OZ and RP
19:44.49koenand laze keeps removing those comments
19:44.55radugahrw: pdaX admin has at least, deleted a few really inappropriate posts
19:45.01raduga(from pdaX users)
19:45.07radugaoh
19:45.08radugahmm
19:45.23radugakoen: is he removing posts from OE/OZ people too?
19:45.31koenraduga: no idea
19:45.35*** join/#oe andersee (n=andersee@codepoet.org)
19:45.43hrwraduga: so finally 'pdax people are nice, OZ devels are ignoring bastards which should be .....' situation exist
19:45.46hrwcoool
19:45.50Croftonpost and see if it is deleted
19:46.20radugahrw: hm...
19:48.21hrwhttp://www.oesf.org/forums/index.php?showtopic=19107 == 'Thanks for working so hard on pdaXrom guys and the help you've given me sashz. Can't wait for 2.6 kernel to come out.' - no word of source of Zaurus 2.6 kernel |  http://www.oesf.org/forums/index.php?showtopic=19099 = 'I heard that pdaX has 2.6 with video accel - when Oz will get it??' etc
19:49.22koenPackaged contents of uqm into /data/build/koen/OE/build/tmp/angstrom/deploy/ipk/uqm_0.5.0-r0_arm.ipk
19:50.01RPI've said what I'm going to say on the issue. sash appears to be trying to start a fight...
19:53.24koenOZ: responsible for porting kernel 2.6, pdaX: downloaded source + patches from internet  
19:53.47koengee, I really see how hard the pdaZ team is working and needs to be praised
19:54.36*** join/#oe johnX (n=john@c-71-231-59-137.hsd1.wa.comcast.net)
19:54.37pgasbah you guys really live in you world
19:54.51pgasyou seems to think that nobody knows who's doing what
19:55.05pgaspeople are not idiots
19:55.17pgasthey knwo who worked on the 2.6 kernel
19:55.24radugapgas: everyone lives in their own world
19:55.41koenpgas: http://www.oesf.org/forums/index.php?showtopic=19107
19:55.50koenpgas: " can't wait for 2.6 to come out"
19:56.01koenpgas: It is already out!
19:56.16hrwwe use 2.6 on Z since OZ 3.5.2?
19:56.28pgasand people don't know that?
19:56.32pgasthey do know that
19:56.53*** join/#oe Harvy (n=norm@80-193-172-141.cable.ubr05.pres.blueyonder.co.uk)
19:57.01pgaspeople have been using oz and 2.6
19:57.29pgasyou seem to think that everyone wrongly use pdaxrom which is bad
19:57.57pgasbut I know a lot of people who uses exclusively OZ (and a lot because of the 2.6 kernel)
19:58.16pgasAnd I know a lot more that uses sharp/cacko
19:58.52koenI remember sash saying "2.6 sucks we won't use it"
19:59.03koenand now he's all "please RP, help me, we are too stupid"
19:59.16koenbut does he say that on the forum?
19:59.31koenno, over there he's all "we did all the work ourselves, OZ sucks"
19:59.43pgasyeah sure
20:00.11pgasI remember when raduga asks  sashz if he wanted his 760
20:00.19hrwinteresting thing is that there is no answer from sash to RP post
20:00.28pgasand raduga also asks him if he should donate it to OZ
20:00.31koenhrw: there was
20:00.35koenhrw: but laze deleted it
20:00.37pgassashz answered sur
20:00.50pgaskoen: which is a good thing
20:00.59pgass/sur/sure
20:01.06koenpgas: as we said, it's now a good thing
20:01.07hrwkoen: for me there is no info - I cannot trace oesf 5 times per minute
20:01.16koen21:45 < hrw> raduga: so finally 'pdax people are nice, OZ devels are ignoring bastards which should be .....' situation exist
20:01.17radugarp/hrw: 3.5.4.1rc1 boots to console ok, at least.
20:01.47radugawhat would you invoke to start opie from the console?
20:02.01woglindeqpe
20:02.07RPraduga: /etc/init.d/opie start?
20:03.59koenpgas: if laze was really serious, he'd deleted *all* flaming posts
20:04.11koenpgas: but he didn't, and we all know why
20:04.44pgaskoen: which posts are you talking about?
20:05.19pgaskoen, there was no flame war before YOU came to these forums (which you continuously bash)
20:05.36koenheh
20:05.44koenI didn't steal the OE name
20:10.42hrwhmm.. I was going to write about pdax/2.6 on blog but does not want to have flamewar in comments (if any)
20:11.10koenturn comments off?
20:11.33CosmicPenguinheh
20:12.04koenafter the n+1th spambot hit I turned them off
20:12.34hrwkoen: wordpress has nice plugin for spam comments (which does not work on sf.net :(
20:13.05*** join/#oe Ecco (n=User@fb.likid.org)
20:13.07koenpyblosxom also has a plugin, but as usual it requires python munging
20:13.39EccoHi :-)
20:14.27woglindehi ecco
20:14.35Eccohello woglinde
20:15.45radugabtw, I've verified-  qpe doesn't actually hang the machine
20:15.54radugakernel is running ok.  just the console is locked
20:15.56radugaand unresponsive
20:16.12RPraduga: Any idea what the error is?
20:16.19radugarp: not yet :)
20:16.28hrwraduga: kernel also 3.5.4.1-rc1?
20:16.41radugahrw: yes
20:16.46radugafrom same source
20:16.56radugaLinux akita 2.6.16 #1 PREEMPT Tue Apr 25 19:07:30 CEST 2006 armv5tel unknown
20:17.17Eccoraduga: You're running OZ on a C-1000 ?
20:17.21radugaecco: yes
20:17.30EccoHave you ever experience some really weird problems with Gadget-USB ?
20:17.44radugaecco: right now, experiencing problems getting Opie to run at all.
20:17.46Eccoexperienced, sorry
20:17.51EccoAh, never tried OPIE though
20:18.00EccoIndeed i switched over to debian anyway :-D
20:18.04radugasorry, unfamiliar with gadget-usb
20:18.20Eccook. It sometimes just doesn't work for no appearant reason on mine
20:18.53hrwraduga: I prefer cat /proc/version then uname -a
20:19.09radugaLinux version 2.6.16-3.5.4.1-rc1 (hrw@bitbake) (gcc version 3.4.4) #1 PREEMPT Tue Apr 25 19:07:30 CEST 2006
20:19.53hrwtx
20:20.00woglindehm does the hh-kernel not work wit gcc4?
20:20.23koenwoglinde: the 2.6 one does
20:20.47koenwoglinde: 2.6.16-hh0 boots on a hx4700 compiled with gcc 4.1
20:21.19woglindekoen I meant because of the oz kernel from raduga
20:21.59koenwoglinde: oz is still being compiled with gcc3
20:22.15woglindekoen ah okay
20:22.34koenwoglinde: in the release branch at least
20:22.50*** join/#oe Laibsch (n=Laibsch@V2991.v.pppool.de)
20:23.05radugawoglinde: i think 2.6 kernel is being developed by sashz, but OE people want to pretend that they had something to do with it
20:23.24radugakoen: sorry ;)
20:23.34woglinderaduga please dont feed me with that stuff
20:24.12radugawoglinde: ok
20:24.43woglinderaduga I see enough devices and projects which violate the GPL
20:28.11cyrilRomainDid anyone encountered this problem building coreutils-native (target=tosa) http://oe.pastebin.com/683848 ?
20:28.56woglindehrw if I had a collie
20:29.03woglindeups *would
20:29.31Eccowoglinde: he wanted to swap the other way round :-)
20:29.51koenhrw: maybe zecke
20:30.02hrwkoen: zecke already has collie
20:30.10woglindeecco *shame on me*
20:30.34Eccono pb :-)
20:40.40*** join/#oe njs (i=njs@adsl-66-159-194-130.dslextreme.com)
20:43.56*** part/#oe Laibsch (n=Laibsch@V2991.v.pppool.de)
20:47.15*** join/#oe artemysfr (n=julien@cug31-1-82-234-61-36.fbx.proxad.net)
20:53.01*** join/#oe tutu (i=tutu@eur68-1-82-231-229-117.fbx.proxad.net)
20:53.24tutuave artemy
20:53.40artemysfrave tutu, morituri te salutant !
20:58.20cyrilRomainQuestion about ARM qemu image generation: it can be done with MACHINE="qemuarm". But do I need a separate OE base directory to build it ?
20:59.17RPcyrilRomain: Did you use multimachine?
21:00.45cyrilRomainRP: multimachine ? I don't think so.
21:01.15cyrilRomainRP: is it a special local.conf option that enable me to build qemuarm + tosa with one build directory ?
21:01.56RPcyrilRomain: under tmp/work do you have an armv5te-linux directory?
21:02.14cyrilRomainRP: yes
21:02.37RPcyrilRomain: ok, you're using multimachine - certain distros default to it
21:02.47RPcyrilRomain: Just change the machine and it will work
21:04.10cyrilRomainRP: ok, thanks :)
21:06.02*** part/#oe tutu (i=tutu@eur68-1-82-231-229-117.fbx.proxad.net)
21:08.42cyrilRomainRP: are there still the gcc 4.x compiling issues for qemu-native ?
21:09.25cyrilRomainRP: no apparently :)
21:10.01*** join/#oe EvilDevil (n=evildevi@p54A6D27B.dip.t-dialin.net)
21:10.14RPcyrilRomain: There are two qemu-native packages, one will work on gcc4, one won't. I'm not sure sdl graphics are enabled on the gcc4 version though
21:10.55cyrilRomainRP: at least qemu-native was compiled when building  ansgtrom :) Thanks for the info
21:11.20RPcyrilRomain: Its the build system's gcc that's the problem
21:11.32RPif you have qemu-native, you have the full thing
21:14.22cyrilRomainwell, I only have gcc4.1 on my buildhost, so angstrom should have use to good one :)
21:14.43cyrilRomains/use/used
21:20.48CIA-903pH5 07org.oe.dev * r7373c093... 10/packages/anthy/ (6 files in 4 dirs): anthy-native: build fix
21:32.27hrwNOTE: package bootsplash-3.0.7-r1: task do_build: completed
21:32.39*** join/#oe JuNuKN (n=JuNuKN@Md80a.m.pppool.de)
21:44.20CIA-903hrw 07org.oe.oz354x * re26aef15... 10/packages/bootsplash/ (3 files in 2 dirs): bootsplash: make it building - close #346
21:44.28CIA-903hrw 07org.oe.dev * r22277352... 10/packages/bootsplash/ (3 files in 2 dirs): bootsplash: make it building - close #346
21:48.14hrwcu
21:48.51EccoHello
21:48.58EccoHas anyone here booted off a CF card ?
21:49.16CosmicPenguinyou mean in general, or do you have a platform in mind?
21:50.17Eccoon a Zaurus C-1000
21:50.43EccoWhat's weird is that I can access it through /dev/hda2 when the system works
21:50.49Eccoso I added "root=/dev/hda2"
21:51.27Eccoand now it ends up with "cannot open root device "hda2" or unknown-block(0,0)"
21:51.39Eccoand then panics because it didn't find a rootfs
21:53.57RPEcco: Did you have the filesystem on the card compiled into the kernel?
21:54.09EccoAh... yeah, normally yeah
21:54.14EccoIt's ext3 formatted
21:54.17EccoI'm gonna check that
21:54.21RPEcco: Also, you might need to add a small delay
21:54.32RPEcco: It does work as the c3x00's do this as standard
21:54.33Eccoah
21:54.42EccoHa
21:54.47EccoHow do I add that delay ?
21:55.19EccoBy the way, hello RP :-)
21:55.44RPIts a standard kernel parameter - can't remember what it is offhand, sorry
21:55.47RPhello :)
21:55.51Eccohmm
21:56.02EccoDo you know where those parameters are stored in OE ?
21:56.10EccoI'm also looking for the console-rotation thingy
21:56.22RPlinux-openzaurus.inc
21:56.25Eccothanks
21:57.05EccoCMDLINE_ROOT_spitz = "root=/dev/hda1 rootfstype=ext3 rw"
21:57.13Eccohmm, theres no such thing here...
21:57.23CoreDump|homere
21:57.30RPhi CoreDump|home
21:57.33Ecco-> THAT is great though : CMDLINE_ROTATE_akita = "fbcon=rotate:1"
21:57.36Eccohi CoreDump|home
21:58.53RPEcco: Documentation/kernel-parameters.txt in any good linux source, search for delay
21:58.59Eccook, thanks a lot
21:59.12Eccobut how comes it's not enabled by default on spitz then ?
21:59.24RPI guess I found it wasn't needed in the end
21:59.31Eccooh, ok
21:59.31Ecco:-)
21:59.42Ecco<PROTECTED>
21:59.42Ecco<PROTECTED>
21:59.47EccoGuess that's it :-)
21:59.52EccoOk, gcc is heating :-)
22:01.21Eccoflashing the Z....
22:02.28Ecco...
22:02.46Eccoflashed !
22:02.49Eccorebooting !!
22:03.11Eccowell
22:03.17Eccoin a way it worked a bit better
22:03.27Ecco1/ the screen rotated
22:03.43Ecco2/ The PCMCIA driver had the time to "react" a bit
22:03.45*** part/#oe JuNuKN (n=JuNuKN@Md80a.m.pppool.de)
22:03.52Eccook, I'm gonna add some more delay :-)
22:05.28Eccoreflashing...
22:06.51Eccohmm
22:06.56Eccono, it did not work
22:08.36EccoAny other idea, guys ?
22:08.47Zero_ChaosEcco: try again
22:08.53Ecco??
22:09.06Zero_ChaosEcco: sounds like your flash failed.... 1 minute flash... doubtful
22:09.21EccoOh, no, I mean it went a lot quicker
22:10.09EccoI still get that weird VFS error
22:30.10*** join/#oe Crofton (n=balister@66-207-66-26.black.dmt.ntelos.net)
22:31.07RPEcco: Did you set the right rootfs type? Is your card partitioned?
22:31.43Eccoyeah, my card is partitionned
22:31.46EccoI set rootfs:ext3
22:32.02Eccoand I included the "advanced partitionning" support in the kernel
22:33.06RPI don't know then I'm afraid
22:33.23EccoHmm, yes, that looks weird to me as well
22:41.08*** join/#oe Timelord (n=TL@4.78.4.43)
22:55.12*** join/#oe zap (n=zap@217.170.93.196)
23:21.01*** join/#oe [g2-log] (n=g2@cpe-066-057-008-035.nc.res.rr.com)
23:25.10*** join/#oe rwhitby (n=rwhitby@nslu2-linux/rwhitby)
23:32.59*** join/#oe mrz80 (n=scotsman@n128-227-41-222.xlate.ufl.edu)

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.