irclog2html for #oe on 20060821

00:14.46*** join/#oe rwhitby (n=rwhitby@nslu2-linux/rwhitby)
00:36.06CIA-1103florian 07org.oe.dev * r0d625055... 10/ (6 files in 3 dirs): sqlite3: add 3.3.7
00:36.10CIA-1103florian 07org.oe.dev * r2a3113ee... 10/ (1 packages/gnome/libsoup_2.2.96.bb): libsoup: add 2.2.96
00:36.15CIA-1103florian 07org.oe.dev * rb890468d... 10/ (1 packages/gstreamer/gst-plugins.inc): gst-plugins.inc: Turn on esd support, add dependency.
00:36.20CIA-1103florian 07org.oe.dev * r02201a31... 10/ (1 packages/starling packages/starling/starling_0.1.bb): starling: Add inital release.
00:38.12*** join/#oe rwhitby (n=rwhitby@nslu2-linux/rwhitby)
00:40.18*** join/#oe Cwiiis (n=cwiiis@82-43-43-31.cable.ubr02.croy.blueyonder.co.uk)
00:56.16*** join/#oe wrobbie (n=rob@cm112.sigma248.maxonline.com.sg)
00:58.06*** join/#oe JustinP (i=papercra@c-69-181-11-251.hsd1.ca.comcast.net)
01:01.15*** join/#oe noclouds (n=mhfan@60.166.51.43)
01:49.01*** join/#oe wpiku (n=wpiku@12.47.216.166)
01:51.52*** join/#oe rwhitby (n=rwhitby@nslu2-linux/rwhitby)
01:53.42*** join/#oe bobbyz (i=zeus@70-33-4-119.clspco.adelphia.net)
02:20.25*** join/#oe wookey_ (i=wookey@217.147.92.89)
02:26.36*** join/#oe arm-bar (n=user@ppp-70-251-84-1.dsl.rcsntx.swbell.net)
02:26.57arm-barhehe .dev built for me tonight
02:49.43*** join/#oe mithro (n=tim@lester.mithis.com)
03:02.02*** join/#oe rwhitby (n=rwhitby@nslu2-linux/rwhitby)
03:48.59*** join/#oe Luke-Jr (n=luke-jr@2002:1891:f657:0:20e:a6ff:fec4:4e5d)
03:49.43*** join/#oe W8TVI (n=me@166.165.158.48)
04:02.07*** join/#oe DoTheDog (n=oc60174@c-71-195-208-242.hsd1.ma.comcast.net)
04:02.41*** join/#oe mwester-away (n=mwester@nslu2-linux/mwester)
04:09.54*** join/#oe marcan (n=marcanso@160.10.7.105)
04:19.56*** join/#oe emte (n=emte@d64-180-41-158.bchsia.telus.net)
04:34.10*** join/#oe Crofton (n=balister@h-68-164-121-139.phlapafg.covad.net)
04:34.13DoTheDogStupid question. How do you make bitbake package a lib to the package.ipk instead of the package-dev.ipk?
04:35.54DoTheDogThe .so file shows up in the package-dev/usr/lib directory and gets packaged into the package-dev.ipk
04:36.45*** join/#oe mithro (n=tim@lester.mithis.com)
04:53.05kergothDoTheDog: change the FILES_ variables.  it puts the .so into the -dev by deafult, because for nearly every package that does what it should, the .so is just a symlink
04:53.52DoTheDogThanks kergoth, but I am a noob at this. Where does it go and what does it look like?
04:54.59DoTheDogI have posted a .bb file here: http://pastebin.ca/141913
05:01.46kergothDoTheDog: grep is your friend. i suggest you look at some of the 3000+ .bb files
05:02.21DoTheDogthanks.
05:10.41NAiLRP: pong. Go ahead ;-)
05:15.43*** join/#oe __gints__ (n=gints@62.84.15.211)
05:29.13DoTheDogkergoth: I tried this:
05:29.15DoTheDogPACKAGES = "serializeclass serializeclass-dev"
05:29.16DoTheDogFILES_serializeclass = "${S}/*.so"
05:29.16DoTheDogFILES_serializeclass-dev = "${FILES_serializeclass}"
05:29.24DoTheDogand it didn't work.
05:29.40DoTheDogany ideas?
05:32.03DoTheDogThere is a "libSerializeClass.so" in the ${S} dir.
06:03.50*** part/#oe DoTheDog (n=oc60174@c-71-195-208-242.hsd1.ma.comcast.net)
06:11.57*** join/#oe idealm (n=ideal@222.66.106.154)
06:14.06*** join/#oe rob_w (n=rob_w@p549BA0C1.dip0.t-ipconnect.de)
06:18.51*** join/#oe awelux (n=awelux__@dslb-084-058-144-240.pools.arcor-ip.net)
06:38.00*** join/#oe theturtle (n=theturtl@guiness.lifl.fr)
06:41.48*** join/#oe mmp (n=mmp@85.135.167.195)
06:51.16*** join/#oe wrobbie (n=rob@cm112.sigma248.maxonline.com.sg)
07:01.11*** join/#oe jkp_ (n=jkp@81-179-24-207.dsl.pipex.com)
07:03.11*** join/#oe Genesis (n=Genesis@dyn-83-156-28-238.ppp.tiscali.fr)
07:13.40*** join/#oe rob_w (n=rob_w@p549BA0C1.dip0.t-ipconnect.de)
07:19.38*** join/#oe Ifaistos (n=stelios@dslcustomer169.vivodi.gr)
07:19.57Ifaistosmorning all
07:22.16tkpmorning..
07:22.40tkpI just stumbled over a problem with image_ipk.bbclass
07:22.56tkpit is supposed to DEPEND upon makedevs-native
07:23.04tkpwhich is all good and well..
07:23.41tkpexcept for when the image package is build from a metapackage
07:24.29tkpeg. I have a metapackage named 'stv-flashimage', which pulls together two images and bundles them into a flashable file (with the help of imgloader)
07:25.23tkpwhen I run bitbake stv-flashimage, it gets all the way to stv-image (whic inherits from image_ipk), and fails at do rootfs
07:25.42tkpwith 'makedevs: command not found'
07:26.42tkpif I bitbake stv-image on it's own, it works fine
07:28.47tkpstv-flashimage looks like this: http://rafb.net/paste/results/px7BSv84.html
07:29.06tkpcan anyone see anything that may be causing this problem?
07:29.33*** join/#oe TheMasterMind1 (n=aman@c-65-96-169-40.hsd1.ma.comcast.net)
07:32.27tkphmm... well, I moved the inherit image_ipk line down to the bottom of stv-image, and it seemed to fix the problem...
07:32.41tkpI had it right at the top before... above DEPENDS =
07:32.47tkpI think that makes sence
07:32.59*** join/#oe pvanhoof (n=pvanhoof@mailhost.newtec.be)
07:38.10*** join/#oe zecke (n=ich@145.253.107.2)
07:38.20tkpanother really annoying problem... unionfs-modules...
07:38.53zecketkp: annoyance? they are unmaintained
07:38.59tkphehe
07:39.24tkpI have it in RDEPENDS for a PACKAGES package...
07:39.36tkp<PROTECTED>
07:39.37RPhi zecke
07:39.51tkpso when it comes to doing the rootfs, it rekons it can't find it
07:40.08zeckeRP: you are insane!
07:40.15tkpand it gives me "Cannot satisfy the following dependencies for stv-base-depends"
07:40.19zeckeRP: I received an mail at 8h clock, so when did you wake up?
07:40.30tkpwhere stv-base-depends is the PACKAGES package from task-stv
07:40.59RPzecke: I woke up about half an hour ago, why?
07:41.13tkponly way I can sort it out, is to clean it, build it manually, and then build the rootfs image again
07:41.26tkp(clean unionfs-modules)
07:41.51RPHmm. According to hh.org, I imagine things...
07:42.37*** join/#oe multimode (n=user@ppp-70-251-84-1.dsl.rcsntx.swbell.net)
07:42.38*** join/#oe tomimo (n=kurre@a80-186-64-246.elisa-laajakaista.fi) [NETSPLIT VICTIM]
07:42.43*** join/#oe Gerrath (n=Shane_@unaffiliated/gerrath)
07:42.49*** join/#oe stefan_schmidt (n=stefan@datenfreihafen.org) [NETSPLIT VICTIM]
07:42.49*** join/#oe XorA|gone (n=dp@81-178-106-34.dsl.pipex.com) [NETSPLIT VICTIM]
07:42.50*** join/#oe nchip (i=rvoipio@ext-ssh.movial.fi) [NETSPLIT VICTIM]
07:42.59*** join/#oe __gints__ (n=gints@62.84.15.211)
07:43.02*** join/#oe theturtle (n=theturtl@134.206.11.56) [NETSPLIT VICTIM]
07:43.06*** join/#oe chopstix (n=chopstix@unaffiliated/chopstix) [NETSPLIT VICTIM]
07:43.07*** join/#oe mmp (n=mmp@85.135.167.195) [NETSPLIT VICTIM]
07:43.11*** join/#oe dhr (n=hugh@CPE00606767ed59-CM000f9fa81660.cpe.net.cable.rogers.com)
07:43.21*** join/#oe do13 (n=nndirk@217.197.85.204) [NETSPLIT VICTIM]
07:43.33*** join/#oe nslu2-log (i=slug@nslu2-linux/dyoung) [NETSPLIT VICTIM]
07:43.49*** join/#oe mwester-away (n=mwester@nslu2-linux/mwester)
07:44.23*** join/#oe Luke-Jr (n=luke-jr@2002:1891:f657:0:20e:a6ff:fec4:4e5d)
07:44.34*** join/#oe marcan (n=marcanso@160.10.7.105) [NETSPLIT VICTIM]
07:44.38*** join/#oe Kevin` (i=kevin@kwzs.be) [NETSPLIT VICTIM]
07:44.41*** join/#oe poushag (n=poushag@ip24-254-136-100.rn.hr.cox.net)
07:44.49*** join/#oe kergoth (n=kergoth@neutrino.joshua-colp.com)
07:45.06*** join/#oe EvilDevil_ (n=miau@p54A6D706.dip.t-dialin.net)
07:45.32*** join/#oe user_ (n=user@ppp-70-251-84-1.dsl.rcsntx.swbell.net)
07:45.33*** join/#oe univac (n=univac@148.81.191.193)
07:45.36*** join/#oe _bobbyz (i=zeus@70-33-4-119.clspco.adelphia.net)
07:45.37*** join/#oe flyback (i=flyback@c-67-165-88-141.hsd1.pa.comcast.net)
07:45.42*** join/#oe wpiku (n=wpiku@12.47.216.166)
07:45.51*** join/#oe CIA-11 (i=cia@cia.navi.cx) [NETSPLIT VICTIM]
07:45.52*** join/#oe njs (n=njs@adsl-66-159-194-130.dslextreme.com) [NETSPLIT VICTIM]
07:46.10*** join/#oe ggilbert (n=ggilbert@tinman.treke.net) [NETSPLIT VICTIM]
07:46.15*** join/#oe zwelch (n=chatzill@pdpc/supporter/sustaining/zwelch)
07:46.16*** join/#oe CoreDump|home (n=mhentges@hentges.net)
07:46.16*** join/#oe Frg (n=Frg@chello087207198130.chello.pl)
07:47.27*** join/#oe NAbyss (n=foo@220-253-5-74.VIC.netspace.net.au) [NETSPLIT VICTIM]
07:47.28*** join/#oe kurre2 (n=tomimo@a80-186-64-246.elisa-laajakaista.fi) [NETSPLIT VICTIM]
07:47.33*** join/#oe hhhcz (n=arnaud@vau06-1-82-228-255-84.fbx.proxad.net)
07:47.43*** join/#oe Necronom (n=jack@ice.mudshark.org) [NETSPLIT VICTIM]
07:47.48*** join/#oe Zero_Chaos (i=nebrvgh@unaffiliated/zerochaos) [NETSPLIT VICTIM]
07:47.52*** join/#oe toi (n=pleemans@d5152D12D.access.telenet.be) [NETSPLIT VICTIM]
07:47.54*** join/#oe Philippe (n=fille@a81-197-111-57.elisa-laajakaista.fi) [NETSPLIT VICTIM]
07:47.55*** join/#oe REdOG (n=REdOG@66.0.161.218) [NETSPLIT VICTIM]
07:47.56*** join/#oe splAt1 (n=splat1@cpc2-leic7-0-0-cust281.leic.cable.ntl.com) [NETSPLIT VICTIM]
07:47.56*** join/#oe Mardy (n=mardy@adsl-248-72.38-151.net24.it)
07:48.01hrw|workmorning
07:48.09*** join/#oe csmanx (n=csman@bas1-montreal42-1178046779.dsl.bell.ca)
07:48.12*** join/#oe zecke (n=ich@145.253.107.2)
07:50.23*** join/#oe eFfeM-log (n=eFfeM@ip545787f8.direct-adsl.nl)
07:50.36*** join/#oe jkp (n=jkp@81-179-24-207.dsl.pipex.com)
07:52.01*** join/#oe Luke-Jr (n=luke-jr@2002:1891:f657:0:20e:a6ff:fec4:4e5d) [NETSPLIT VICTIM]
07:52.04*** join/#oe DaKa (n=David@nslu2-linux/daka) [NETSPLIT VICTIM]
07:52.27*** join/#oe noclouds (n=mhfan@60.166.51.43) [NETSPLIT VICTIM]
07:54.31XorAmorning
07:56.18*** join/#oe zecke (n=ich@145.253.107.2)
07:56.31*** join/#oe wookey_ (i=wookey@217.147.92.89) [NETSPLIT VICTIM]
08:00.20*** join/#oe EvilDevil_ (n=miau@p54A6DBA1.dip.t-dialin.net)
08:02.30*** join/#oe dkey (i=nobody@193.170.48.236) [NETSPLIT VICTIM]
08:02.33*** join/#oe RP (i=1000@tim.rpsys.net)
08:02.34*** join/#oe koen|away (i=koen@dominion.kabel.utwente.nl) [NETSPLIT VICTIM]
08:02.39*** join/#oe Crofton (n=balister@h-68-164-121-139.phlapafg.covad.net)
08:02.40*** join/#oe TheMasterMind1 (n=aman@c-65-96-169-40.hsd1.ma.comcast.net)
08:02.41*** join/#oe Pendalar (i=pendalar@151.213.240.21) [NETSPLIT VICTIM]
08:02.45*** join/#oe hwtechnik (i=hwtechni@gateway/tor/x-55b53cb571afbb6f) [NETSPLIT VICTIM]
08:02.45*** join/#oe rob_w (n=rob_w@p549BA0C1.dip0.t-ipconnect.de) [NETSPLIT VICTIM]
08:02.47*** join/#oe emte (n=emte@d64-180-41-158.bchsia.telus.net)
08:02.53*** join/#oe idealm (n=ideal@222.66.106.154) [NETSPLIT VICTIM]
08:02.53*** join/#oe a-atwood (n=xf009976@proxysb02.ext.ti.com)
08:02.54*** join/#oe wrobbie (n=rob@cm112.sigma248.maxonline.com.sg) [NETSPLIT VICTIM]
08:03.03*** join/#oe cyn (n=cyn@cpe-071-070-234-035.nc.res.rr.com) [NETSPLIT VICTIM]
08:03.05*** join/#oe Genesis (n=Genesis@83.156.28.238) [NETSPLIT VICTIM]
08:03.06*** join/#oe pvanhoof (n=pvanhoof@mailhost.newtec.be)
08:03.09*** join/#oe JoeSchmo (n=jciccone@pool-71-255-82-110.nwrknj.east.verizon.net)
08:04.28*** join/#oe ljp (n=lpotter@203.94.178.46) [NETSPLIT VICTIM]
08:11.31*** join/#oe fdv (i=1988@fire.ifi.uio.no)
08:12.22*** join/#oe psokolovsky (n=psokolov@237.usernat.ip.net.ua)
08:23.34*** join/#oe Genesis (n=Genesis@dyn-83-156-28-238.ppp.tiscali.fr)
08:24.16*** join/#oe Laibsch (n=Laibsch@V0d5d.v.pppool.de)
08:28.31*** join/#oe mithro (n=tim@ppp246-117.static.internode.on.net)
08:39.53IfaistosI am trying to build an external kernel module for the ppc and i am faced with the problem that the ppc kernel is moving towards the powerpc tree but my devices are still in the ppc, as a result a number of include files are missing and as such the nodule fails to compile
08:40.17zeckeIfaistos: I have hacked on icecc.bbclass
08:40.18Ifaistosi  manage to get the 'correct' set of hedader files to make the module compile
08:40.19*** join/#oe psokolovsky_ (n=psokolov@237.usernat.ip.net.ua)
08:40.23zeckeIfaistos: I will need to try it though
08:40.57Ifaistoszecke : i am planning on setting the first cluster boxes today, later in the eveing
08:41.27Ifaistoszecke : once ready i'll let you know
08:43.37Ifaistosand here is the question ...
08:43.54Ifaistoswhat is the 'best' way to include these headers
08:44.30zeckeIfaistos: I'm not that familiar to compiling kernel modules
08:44.53zeckeIfaistos: but IIRC we have a directory with Kernel Headers (in contrast to sanitized headers for libc)
08:44.59Ifaistosone option is to include ALL headers as a patch and then point the module to them i.e /workdir/kernel fro example
08:45.54zeckeIfaistos: and one option is to add (by patch/install) the kernel headers into the right staging dir
08:45.59Ifaistoszecke : if i move them to the kernel dir its probable that they will break something... as they were not intented to be there in the first place
08:46.38zeckeIfaistos: hmm
08:46.41zeckeanyway need to work
08:53.26mithroanyone know how to find the library paths that a ld will search?
08:57.50*** join/#oe mikearthur (n=mike@194.70.145.210)
08:57.59hrw|workmithro: cat /etc/ld.so.conf + /lib /usr/lib?
08:58.33*** join/#oe obergix[work] (n=olivier@inf-berger.int-evry.fr)
08:58.47hrw|workIfaistos: use STAGING_KERNEL_DIR - if module does not build with them then it is broken
09:01.24Ifaistoshrw|work : It won't build. there are some headers 'missing'
09:02.53XorAmithro: + LD_LIBRARY_PATH
09:03.00XorAmithro: env variable
09:03.28*** join/#oe psokolovsky (n=psokolov@237.usernat.ip.net.ua)
09:04.26hrw|workx/cr
09:04.46hrw|workIfaistos: so it need full kernel sources?
09:06.48Ifaistoshrw|work : the ppc tree is moving to the powerpc tree so you compile the kernel as ppc arch but need to build the external kernel modules as powerpc arch... kind of crazy if you ask me...
09:08.12Ifaistoshrw|work : the ppc tree is moving to the powerpc tree so you compile the kernel as ppc arch but need to build the external kernel modules as powerpc arch... kind of crazy if you ask me...
09:09.10Ifaistoshrw|work : i found which header are missing in order to compile the module but if i add them to the kernel dir (as a patch) the kernel does not compile
09:09.54Ifaistoshrw|work : what i am afraid is that if i add them (the headers) to /staging/kernel they will break something else...
09:10.31LaibschFor some reason, my OE on one of my computers is again refusing to compile stuff: http://rafb.net/paste/results/DBk6tB82.html.  Strange thing is that "/usr/bin/env python" which seems to be the shell called by /export/interim/openembedded/bitbake/bin/bitbake straight from the command line goes into that shell just fine.
09:10.53hrw|workcr
09:10.56hrw|workops
09:11.29Ifaistoshrw|work : so i was thinking of 'shipping' the all the kernel headers with the module and then point the module there, in order to avoid 'contamination' of the real kernel headers....
09:11.47hrw|workIfaistos: a bit of hardcore...
09:13.15*** join/#oe florian (n=fuchs@p5083BCD6.dip0.t-ipconnect.de)
09:13.19floriangood morning
09:13.27Ifaistoshrw|work : even then i have to take care for different kernel versions i.e the swifting started from 2.6.13 so id kernel is up to 2.6.12 the module compiles fine with the /saging/kernel...
09:13.47Ifaistosflorian : hi
09:14.30hrw|workhi florian
09:14.50*** join/#oe TheCan (n=thecan@dslb-084-056-141-092.pools.arcor-ip.net)
09:15.52Ifaistoshrw|work : i am thinking of spliting the module in 2 bb files.one for all arches and one called ppc-module that all the 'magic' need for ppc will take place
09:16.50mikearthurcan anyone give me a hand? doing a rebuild and coreutils isn't building :s
09:17.09mikearthurIn file included from lbracket.c:2:
09:17.09mikearthur| test.c:129: error: static declaration of 'eaccess' follows non-static declaration
09:17.09mikearthur| /usr/include/unistd.h:266: error: previous declaration of 'eaccess' was here
09:17.09mikearthur| make[3]: *** [lbracket.o] Error 1
09:18.11hrw|workIfaistos: if it will work...
09:18.24*** join/#oe polyonymous_ (i=hacker@pD953966C.dip0.t-ipconnect.de)
09:19.25RPmikearthur: There is a patch for that in poky
09:19.36mikearthurRP: whats poky and where?
09:19.41RP~poky
09:19.43iboti heard poky is http://projects.o-hand.com/poky, or a subset of OpenEmbedded, created by o-hand.com to testdrive some of their technology
09:19.50RPmikearthur: grab the coreutils .bb
09:22.07hrw|workKILL mc
09:22.31mikearthurRP: coreutils_5.1.3.bb or coreutils-native_5.1.3.bb? I'm building coreutils-native
09:22.48hrw|work5.1.3? did not we have 5.3.0?
09:22.59mikearthurhttp://svn.o-hand.com/repos/poky/trunk/meta/packages/coreutils/
09:23.03mikearthurthats where I'm looking
09:24.23XorAhey mikearthur
09:24.33mikearthurXorA: hey, and congrats on the offer
09:25.35XorAmikearthur: cheers, one day they may even post it
09:26.21mikearthurheh
09:33.19LaibschOk, I found the problem: The NFS mount had the noexec bit set ;-)
09:39.39mithroXorA: are there any other possible locations ld could search?
09:40.21*** join/#oe koen (n=koen@dominion.kabel.utwente.nl)
09:41.42mikearthurkoen: ominous
09:42.52RPmikearthur: There is a patch for the issue you're seeing in there
09:42.59RPwb koen
09:43.08mikearthurRP: coolio
09:43.34*** join/#oe zinga (n=arnaudb@186.80-203-227.nextgentel.com)
09:47.11hrw|workhi koen
09:48.35NAiLRP: re syslog-ng. Just go ahead.
09:48.55RPNAiL: ok, thanks. Just wanted to check first :)
09:51.22XorAmithro: only LD_PRELOAD that I know of
09:51.49koenXorA: wait till I have showered before trying to unhide :)
09:51.54mithroi'm trying to write a quick shell script which searchs all the library paths for a special directory
09:52.19XorAkoen: em, now I truly am scared
09:53.38mithroanyon e know the search order?
09:54.57koenXorA: working at lowlands.nl in the rain + mud + sewage in a night shift
09:59.10XorAkoen: you did this of free will?
10:00.18koenXorA: yes, and getting paid for it :)
10:00.41XorAkoen: I preffer being paid to stay out of the sewage
10:01.20koenXorA: luckily the sewage part only lasted a few minutes
10:03.31XorAANgstrom, sewage powered :-)
10:08.48*** join/#oe lrg (n=liam@194.70.145.210)
10:08.53lrgmorning all
10:08.58hrw|workhi liam
10:09.07RPhi Liam
10:10.32mikearthurkoen: is there a way of limiting the glibc locale generation to certain locales only?
10:10.51XorAhey liam
10:11.38koenmikearthur: iirc RP had a patch for that
10:20.24*** join/#oe katossi (n=guillerm@dhcp6.informatik.uni-duisburg.de)
10:20.47*** join/#oe TheCan (n=thecan@dslb-084-056-161-028.pools.arcor-ip.net)
10:27.21*** join/#oe zecke (n=ich@145.253.107.2)
10:27.40zeckekoen: wtf... Apple Mail sent an empty mail to you
10:28.25hrw|workkoen: http://www.oesf.org/forums/index.php?showtopic=21120
10:29.00*** join/#oe benlau (n=benlau@221.125.13.148)
10:30.27koenzecke: heh, and I was cursing thunderbird for noyt displaying your mail :)
10:30.36koenhrw|work: cute
10:35.31RPmikearthur: poky is patched for that
10:39.32florianRP: uh, that would be nice to have upstream
10:40.08RPflorian: It breaks the other locales and I could be crucified if I checked it in - its a hack :-(
10:40.32RPs/could/would/
10:40.47florianRP: ah, too bad
10:41.33RPflorian: Its on my list of things to fix up at some point but its no straighforward and testing is a pain with glibc taking so long to package...
10:41.49florianRP: indeed
10:47.09XorAlrg: got patch, will test when my image buld finishes
10:48.32XorAlrg: RP: is it expected that a gcc 3.4.4 compiled alsa lib will fail calling ioctl's on a gcc 4.1.1 compiled EABI kernel?
10:50.05lrgXorA: not sure, I would enable the backwards compat with the old ABI in the kernel though.
10:50.23RPXorA: It depends whether the compatibility layer was enabled in the kernel
10:50.27XorAlrg: I can boot OZ on EABI kernel, only thing that fails is alsa
10:50.47RPXorA: buts its also possible someone broke compatiblity in ALSA
10:51.51XorAI get innaproprate ioctl errors ( not the exact messaqge as machine is not booted)
10:51.56RPlibxine: | dsputil_arm.c:54: error: PIC register `r10' clobbered in `asm' ?
10:52.08RPHas anyone seen that before?
10:52.37XorARP: as that file is probably same as one from mplayer, Id do a diff and see if mplayer guys bugfixed it
10:53.13RPXorA: I can guess the fix if not, I'm just wondering why its only shown up now...
10:53.35XorARP: I certanly havent seen it and  compile gxine a couple of days ago
10:55.43XorARP: using gcc 4.1.1
10:56.30RPThis is 3.4.3...
10:57.12XorAits not in my OZ feed
10:58.30*** join/#oe psokolovsky (n=psokolov@237.usernat.ip.net.ua)
11:03.04koenpsokolovsky: nice work on the bootchart
11:03.33koenpsokolovsky: did you consider timing a first, second and third boot to see how much they differ?
11:04.12psokolovskykoen: Hi!
11:05.00psokolovskykoen: Yes, I did several runs, but so far mostly craed for relative time, not absolue precise measurements.
11:05.37psokolovskykoen: To do that, first need to make bootchart stop automatically at the last stage of boot.
11:06.06psokolovskykoen: Will work on that, submit patches for bootstrap-image-bootchart, now that it's committed.
11:06.37*** join/#oe mikearthur (n=mike@194.70.145.210)
11:08.24zecke~hail dvbsnoop
11:08.26ibotACTION bows down to dvbsnoop and chants, "I'M NOT WORTHY!!"
11:08.32mithroanyone remeber the $1 like thing for all arguments given? (in sh scripting)
11:09.07suihkulokkimithro: $@ or use shift
11:09.24mithro$@ is all of them?
11:09.36suihkulokkimithro: yes
11:09.44mithrothanks
11:10.02suihkulokkimithro: be aware that arguments with spaces will get split
11:10.34mithroanyway to chance to fix that?
11:10.48suihkulokki"$@" in right places afaik
11:12.06mithro:/
11:12.11mithrotim@ultraslim:~/oss/tp/tpclient-pywx/doc$ ./tp-pywx-installed test abc "testing abc"
11:12.12mithrotest abc testing abc
11:16.10*** join/#oe woglinde (i=woglinde@e178095169.adsl.alicedsl.de)
11:18.35*** join/#oe giel (n=giel@twigs.unet.nl)
11:24.51mithrosuihkulokki: any idea?
11:25.29XorAmithro: use shift then re-quote all args in your new commandline
11:25.56mithroXorA: :/
11:26.02XorAmithro: or perl
11:27.11XorAmithro: or use a shell that has array support
11:35.19LaibschHi, trying to build tslib here.  Something seems to be wrong with the fetch URL (CVS).  Can somebody take a look?  http://rafb.net/paste/results/FXEQDg69.html
11:40.14hrw|workLaibsch: update bitbake to 1.4.4 or 1.6.0
11:40.35mithroseems this works
11:40.37mithroARGS=""
11:40.37mithrofor ARG in "$@"; do
11:40.37mithroARGS="$ARGS \"$ARG\""
11:40.37mithrodone
11:48.02CIA-1103hrw 07org.oe.dev * re5fc9068... 10/ (1 conf/distro/include/openzaurus.inc): openzaurus.conf: force BitBake to be atleast 1.4.4
11:48.19*** join/#oe mrz80 (i=1000@caledonia.cns.ufl.edu)
11:48.51Laibschhrw|work: Do I need to check it out again?  "svn up" tells me I have the latest version which is 574.
11:49.09Laibschit = bitbake
11:49.13zeckeLaibsch: well... did you checkout a tag?
11:50.00zeckeLaibsch: e.g. the http://svn.berlios.de/viewcvs/bitbake/
11:50.12zeckeLaibsch: depending on where you are on, svn up will do nothing
11:50.19zeckeLaibsch: svn info, tells you where you are
11:50.21Laibschzecke: Not that I know of.  Unless that is what was written on GettingStarted,  but I do not think it was.
11:51.20zeckeLaibsch: well, GettingStarted is outdated again then :)
11:51.32Laibschzecke: http://rafb.net/paste/results/2USz8p72.html
11:51.34zeckeas it uses 'tags'
11:51.55zeckeLaibsch: I'm getting less and less conviced that having a GettingStarted is a good idea
11:52.17Laibschzecke: What is the alternative?
11:52.19zeckeLaibsch: what we see now is people stopping to think and blindly following directions
11:52.32zeckeLaibsch: I have no clue
11:52.54zeckeand I'm about to get moody/hungry so I better stop
11:53.04Laibschhehe
11:53.08zeckeLaibsch: you should go from svn://svn.berlios.de/bitbake/tags/bitbake-1.4.2
11:53.17zeckeLaibsch: to vn://svn.berlios.de/bitbake/branches/bitbake-1.4
11:53.23zeckeLaibsch: or svn://svn.berlios.de/bitbake/tags/bitbake-1.6
11:53.25Laibschyou mean move away?
11:53.32zeckeLaibsch: svn switch
11:53.35LaibschI do have 1.4.2
11:53.54LaibschOK, I see.
11:53.58zeckeLaibsch: I write some 'SVN' conventions
11:54.06zeckeLaibsch: we have three dirs, trunk, branches and tags
11:54.16LaibschIs it Ok to go straight to 1.6?
11:54.17zeckeLaibsch: trunk contains latest, best, most broken stuff
11:54.34zeckeLaibsch: tags contains 'releases', even if we can we will not update the tag
11:54.49zeckeLaibsch: and branches currently contain 'stable' branches we do bugfixing on
11:55.03zeckeLaibsch: e.g. bitbake-1.4 and bitbake-1.6 are considered stable branches
11:55.14zeckeLaibsch: both should work, but bitbake-1.6 should be a bit faster
11:55.19LaibschThanks, zecke.  I'll take 1.6, then.
11:55.36zeckeLaibsch: using svn switch you do not need to recheckout stuff
11:55.37woglindegood choice
11:56.01zeckekoen: can drupal do tables?
11:56.18mikearthurwhy would diet-x11 be looking at my /usr/lib/libXau.so rather than the arm one?
11:56.31zeckemikearthur: because it stinks ;)
11:56.36koenzecke: the wiki?
11:56.40koenzecke: no idea
11:56.59mikearthurzecke: rephrase the question then ;), how would I stop it looking at my /usr/lib/libXau.so rather than the arm one?
11:57.17zeckemikearthur: find the reason for it looking there
11:57.28zeckemikearthur: this can be either a broken .pc or .la file pointing to /usr/lib
11:57.42zeckemikearthur: or a stupid configure check hardcoding /usr/lib as path
11:57.58zeckemikearthur: in most cases consulting config.log auf the autoconf/configure run is a good idea
11:58.05mikearthurok
11:58.42hrw|workkoen: does drupal support kind of 'recent changes'?
11:58.51zeckehrw|work: it has an rss feed
11:59.18zeckehmm
12:00.30*** join/#oe minipanda (n=hzhang@221.221.149.35)
12:00.33LaibschWell, no matter what I do, I get "svn: Cannot replace a directory from within"
12:01.11zecketry --relocate
12:01.41*** join/#oe lamikr (n=chatzill@aragorn.kortex.jyu.fi)
12:02.28mikearthurzecke: libdir='/usr/lib'
12:02.30mikearthurzecke: sucks
12:03.32zeckemikearthur: and installed=true?
12:03.56Laibschzecke: Now I get "$PATH is not a valid relocation" for which google also is not much help.  I think I will just check out again.
12:03.58mikearthurjust doing a clean and rebuild
12:04.10zeckeLaibsch: then recheckout ;)
12:04.24zeckemikearthur: which .la contained that?
12:04.38zeckemikearthur: or was that coming from a config.log
12:04.55mikearthurzecke: config.log
12:05.00woglindezecke hm it alos can be libbla-config
12:05.02zeckemikearthur: that is okay
12:05.17zeckewoglinde: they should use pkgconfig
12:06.21woglindezecke yeah but libxine is a candidate
12:06.29woglindewhich uses libpng-config
12:07.05*** join/#oe eumel (n=chatzill@p54820E9E.dip0.t-ipconnect.de)
12:07.59Laibschzecke: After looking at the tags, I found out that 1.6 and 1.6.0 are indeed different ;-)
12:11.29mikearthurzecke: pastebin http://rafb.net/paste/results/c9xHkq41.html
12:12.03zeckemikearthur: yes, config.log please
12:12.37mikearthursure
12:13.39mikearthurzecke: http://rafb.net/paste/results/gmRb4o13.html
12:15.11zeckemikearthur: no, I need more stuff ;)
12:15.25mikearthurzecke: I'm confused :s
12:17.01zeckemikearthur: well, such is life
12:17.08mikearthur:D
12:17.35zeckemikearthur: Somehow you have /usr/lib/libXau.so
12:17.49zeckemikearthur: in your compile/link line
12:17.53mikearthuryeh
12:17.58zeckemikearthur: now we need to find it why that happens
12:18.09mikearthurbecause OE hates me?
12:18.24Laibschsvn fetches fine now.  Thanks guys.
12:18.25zeckemikearthur: no, just use grep
12:23.24*** join/#oe ArjanS (n=arjan@anymore.nl)
12:30.19zeckewoglinde: hrw|work http://www.openembedded.org/oedem
12:33.31woglindezecke arrivals?
12:33.58*** join/#oe Cwiiis (n=cwiiis@82-43-43-31.cable.ubr02.croy.blueyonder.co.uk)
12:35.57hrw|workzecke: added
12:37.08*** join/#oe zinga_ (n=arnaudb@186.80-203-227.nextgentel.com)
12:38.03woglindedone
12:45.22*** join/#oe chouimat (n=dieu@kde/developer/chouinard)
12:46.04chouimatmorning
12:46.16woglindehi chouimat
12:51.07*** join/#oe zwelch (n=chatzill@pdpc/supporter/sustaining/zwelch)
13:00.04*** join/#oe rob_w (n=rob_w@p549BA0C1.dip0.t-ipconnect.de)
13:08.59*** join/#oe flatronf701C (n=flatronf@202.75.186.154)
13:22.20*** join/#oe csmanx (n=csman@rak-pang.oz.com)
13:25.59Kristoffergetting a "./mkg3states: cannot execute binary file:
13:26.31Kristofferwhile building liblbxutil-X11R7-1.1.0.1-r0
13:31.44Kristofferhmm theres a patch for it, but its not applied
13:41.19KristofferApplying it didnt make any difference though
13:42.17*** join/#oe a-atwood (n=xf009976@proxysb01.ext.ti.com)
13:47.03*** join/#oe TheCan (n=thecan@dslb-084-056-161-028.pools.arcor-ip.net)
13:52.17*** join/#oe Genesis (n=Genesis@dyn-83-156-28-238.ppp.tiscali.fr)
13:53.51KristofferArgh
13:59.05*** join/#oe koen (n=koen@dominion.kabel.utwente.nl)
14:00.05hrw|workRP, do13: ping
14:00.49*** join/#oe lamikr (n=chatzill@eeyore.kortex.jyu.fi)
14:13.35zeckere
14:13.41*** join/#oe katossi (n=guillerm@dslb-084-061-016-168.pools.arcor-ip.net)
14:13.59koenzecke: wb
14:15.10hrw|workoedem people: what do you think about my mail/
14:15.12hrw|work?
14:17.58zeckehrw|work: silent agreement from my side
14:18.11zeckehrw|work: s/beer/ACME alcohol/
14:19.19hrw|workacme alcohol?
14:19.28hrw|workzecke: selfmade too?
14:19.59zeckeany sort of alcohol (cocktails etc...)
14:20.42hrw|worksure - beer is just a name
14:21.12*** join/#oe CosmicPenguin (n=nobody@svl-ext-proxy02.amd.com)
14:22.24hrw|workrsync rulez
14:22.56koens/beer/dinner + drinks/
14:26.10zeckefrikandel+drinks
14:27.04*** join/#oe NAbyss (n=foo@220-253-55-252.VIC.netspace.net.au)
14:27.11woglindenachos
14:27.15zeckehehe
14:27.23koenzecke: Nynke would kill me if we'd go out for frikandels
14:29.51zeckehe, why?
14:30.41koenI don't think she'd travel to berlin to eat some frikandels with a bunch of geeks
14:30.46koen(but I could be wrong)
14:31.05zeckeoh she comes to berlin?
14:31.57hrw|workwas is frikandels?
14:32.07zeckesausage?
14:32.41hrw|workgracias
14:32.57koena deepfried sausage
14:34.08*** join/#oe hvontres|poodle (n=hvontres@63.92.216.147)
14:35.21koenhttp://en.wikipedia.org/wiki/Frikandel
14:35.35hvontres|poodleDoes anybody know what is up with CoreDump?
14:36.11*** join/#oe florian_kc (n=fuchs@dns.kernelconcepts.de)
14:36.20zeckekoen: eeek, horse...
14:37.10woglindekoen wyh not?
14:37.36*** join/#oe NAbyss (n=foo@220-253-55-252.VIC.netspace.net.au)
14:37.44hvontres|poodleYum!!!! Fried Mystery meat :)
14:38.07woglindezecke horsemeat is tasty
14:38.19koenzecke: I think I'll arrive on wednesday if my uni schedule permits
14:38.23florian_kcre
14:39.21koenthat way I can see a bit of berlin :)
14:41.10zeckehehe, location is 98% secured (if we do not outgrow it)
14:41.21zeckeaccomodation is another hot topic...
14:41.53zeckeneed to work about though
14:42.15zeckekoen: BTW: I love the name 'Nynke'
14:43.07zeckethe name of my firstborn must contain a 'ij' and 'y'
14:43.56koen"Friesischen Upsilon"
14:44.09koenAs we taught our german boss
14:44.10zeckelol
14:44.22zeckeUepsilon?
14:44.23*** join/#oe obergix[work] (n=olivier@inf-berger.int-evry.fr)
14:44.45koenupsilon, üpsilon, whatever ;)
14:45.03koenbleh
14:45.12koenI've been awake for 29 hours now
14:45.21zeckeoh
14:45.43woglindekoen get some slepp
14:45.53RPhrw|work: pong
14:46.14hrw|workRP: I will add do_rm_work() {} to linux-openzaurus.inc
14:46.30hrw|workRP: this allow to use rm_work.bbclass and build wlan-ng stuff
14:47.37RPhrw|work: ok. I've yet to actually try rm_work :)
14:47.51*** join/#oe cbrake (n=cbrake@oh-69-34-21-229.sta.embarqhsd.net)
14:49.22hrw|workRP: who know how it will fsck multitasking ;D
14:49.26hrw|workcbrake: hi Cliff
14:50.10CosmicPenguinmorning
14:50.24CosmicPenguinmy biggest wish right now is for some way for uclibc and gcc to co-exist peacefully
14:50.26koenwoglinde: I'm trying to straighten out my sleep schedule after working a nightshift
14:50.31CosmicPenguinso you could  make an initrd and the rootfs in the same build
14:50.47koenCosmicPenguin: not worldpeace?
14:50.59CosmicPenguinnah - world peace doesn't really benefit me, you know?
14:55.00RPhrw|work: It shouldn't as it won't execute the rm_work task until the build is complete?
14:55.25RPhi CosmicPenguin
14:55.48RPCosmicPenguin: Could we extend multimachine to cope with that?
14:55.49CosmicPenguinRP: hey
14:56.06hrw|workRP: rm_work is after do_package and do_deploy
14:56.40koenwtf?
14:56.50koenbitbake svn seems to be totally broken
14:56.54CosmicPenguinRP: possibly
14:56.57hrw|workkoen: trunk?
14:56.59zeckekoen: svn what?
14:57.04koenhrw|work: yes
14:57.13RPkoen: Define totally broken?
14:57.24hrw|workkoen: its WIP to multitask bitbake
14:57.36CosmicPenguinI still think that we can pull it off with intellegent grubbing of the spec files
14:57.40CosmicPenguinbut I haven't had any time to investigate
14:57.53RPkoen: multithreading got merged last night and some of the metadata in OE is broken ;-)
14:57.55koenRP: it's trying to build 2.4 zaurus kernels for any machine I try to use
14:58.09koenand failing to find an eabi 2.95.3
14:58.35RPkoen: You'd better mail me your local.conf :-/
14:59.28*** join/#oe cbrake_ (n=cbrake@oh-69-34-21-229.sta.embarqhsd.net)
14:59.56RPDoes anyone have any thoughts on the circular dependency problem I mentioned on oe@ ?
15:00.30zeckeno
15:00.41*** join/#oe ar_ (n=ar@port-ip-213-211-250-51.reverse.mdcc-fun.de)
15:01.07RPzecke: Would you agree its a bug in debian.bbclass rather than bitbake?
15:01.22zeckelet me reread it
15:01.35koenRP: http://ewi546.ewi.utwente.nl/tmp/bb-b0rked/
15:03.42RPkoen: Those removal messages were not it trying to build it, it was it noting that it couldn't...
15:04.12RPI agree, we need to improve the reporting of it as they're not errors. Trying to tell an error case from a none error case is tricky
15:04.26RP"ERROR: Trying to re-add a failed file? Something is broken.." is a problem though
15:05.40RPkoen: What were you trying to build btw?
15:05.50koenRP: bitbake angstrom-gpe-image
15:06.05koenRP: 'bitbake minimix' does seem to do something
15:15.49RPkoen: It breaks for me as well which means its reproducable - I'll investigate later tonight
15:23.04koenRP: what multithreading: http://svn.berlios.de/viewcvs/bitbake/trunk/bitbake/ChangeLog?rev=566&view=markup ?
15:23.37RPkoen: trunk is 1.7.x now
15:23.57koennothing in the changelog about that
15:24.18RPkoen: Its under development ;-)
15:24.42RPbut I'll make sure it gets added to the 1.7.0 section of the changelog :)
15:24.49koen:)
15:25.48RPBB_NUMBER_THREADS=5 in loac.conf atm but that is subject to change
15:26.20RPIts a really stupid/simple algorithm atm - I'll fix the dependency handling code, then improve the multithreading bit
15:29.13koenzecke: I'll implement your comments (or at least try to) after I get some sleep
15:31.42koen(and after I finish getting of the mud of everything)
15:31.46zeckeRP: 1 thread compiling
15:31.49zeckeRP: 4 monitoring?
15:32.34Ifaistoszecke : I'll start working on the cluster i a while. I'll install debian is it ok ?
15:32.58RPzecke: If we're running less that 5 tasks and have a task to run, we run it :)
15:33.07woglindezecke sleeps with ubuntu *g*
15:34.33zeckeIfaistos: I only support Ubuntu
15:35.30zeckewoglinde: lol
15:35.55zeckeUbuntu 6.06 LTS if you can't configure debian
15:36.38zeckewoglinde: ubuntu is an anicent word and means: Zecke is sick of fighting broken packages in debian
15:36.51zeckewoglinde: because he can't configure debian
15:36.52woglindeshow me broken packages in stable
15:37.07zeckewoglinde: I can show you only insecure ones
15:37.22zeckewoglinde: and stable has pppd? (but debian can't be blamed for that one)
15:37.33woglindehm I will test xen today I think
15:38.14zeckewoglinde: have fun :)
15:38.17zeckeIfaistos: debian is just fine
15:38.23CIA-1103rpurdie * r575 10bitbake/lib/bb/taskdata.py: taskdata.py: Add handling to remove/ignore files which fail after after the checks earlier in add_[r]provider
15:38.32woglindeso lunch now
15:38.54RPkoen: That issue you saw if fixed. It will still print info about the kernels its ignoring but should at least build
15:39.09*** join/#oe mr_nice_slacker (n=mr_nice_@p54A9D09B.dip.t-dialin.net)
15:39.12koenRP: thanks
15:39.15mr_nice_slackerhi all
15:39.28Ifaistoszecke : OK. will probably have something ready later tonight. (2-3 machines at least to start)
15:40.06zeckeIfaistos: I will go home in about an hour
15:40.17zeckeIfaistos: and I don't know if I go to the gym
15:40.26zeckeIfaistos: in the worst case we will meet tomorrow
15:40.44zeckewhat kind of cluster do you build?
15:41.05Ifaistoszecke : p4 celerons @ 2.5 Ghz
15:41.20zeckep4? and how many?
15:41.30zeckehow do you get rid of the heat?
15:42.10Ifaistoszecke : 10. aircondition :) In the entrace of the local electricity company my name is engraved on marble as one of their best customers
15:43.58zeckeIfaistos: if they don't produce enough heat, you can do some more builds
15:47.33Ifaistosmy first cluster (home made) -> http://www.stelioscellar.com/Linux/Helios/index.html
15:47.56hrw|work~lart monotone
15:48.15Ifaistosmy first cluster (home made) -> http://www.stelioscellar.com/Linux/Helios/index.htm
15:48.47mr_nice_slackercan i get a info text of a bitbake target?
15:50.28florian_kcIfaistos: nice
15:52.07RPkoen: feedback on the new code is welcome - I know we need to do something with the logging :)
15:53.09koenRP: 'NOTE: Waiting for 1 active tasks to finish' isn't really helpfull
15:53.41hrw|workkoen: how much is netbook pro worth?
15:54.00koenhrw|work: E1500 when it came out
15:54.16koenridiculously expensive
15:54.27hrw|workkoen: now how much is it worth
15:54.31hrw|workNOW()
15:54.36koenhrw|work: I have no idea
15:54.56koena few pints at fosdem?
15:55.00Genesisa+
15:56.16hrw|workkoen: someone sells one on Polish auction system
15:56.54koenthere's one on ebay for $100 with 6 days left
15:56.58hrw|work~lart monotone badly for broking my working copy
15:57.07hrw|workkoen: that one is ~60 eur now
15:57.29*** join/#oe zinga (n=arnaudb@186.80-203-227.nextgentel.com)
15:58.27hrw|workmtn update == 'you have missing files'; mtn revert --missing;mtn update == 'there are _MTN/tmp/ already'; rm -r _MTN/tmp; mtn update == 'you have missing files' and story starts again ;(
15:59.28hrw|workshit.. have to go ;(
15:59.30hrw|workcu all
15:59.54koenRP: is it possible to list the tasks that are pending?
16:00.01*** join/#oe lamikr (n=chatzill@aragorn.kortex.jyu.fi)
16:00.23RPkoen: Other than looking at ps and making educated guesses, no
16:00.33RPkoen: We ideally need a proper UI
16:03.30koenRP: http://rafb.net/paste/results/FUZk1i50.html
16:06.10RPkoen: and then you get the output from other tasks corrupting the console :)
16:06.15RPkoen: but yes, I agree
16:11.57zeckeRP: commit your bitbaked as well please
16:12.04mr_nice_slackerHow can I read out the SECTION and DESCRIPTION Variables for a target with bitbake?
16:12.24zeckedata.getVar('SECTION', d, True)
16:12.25RPzecke: bitbaked?
16:12.48zeckeThe BitBake Daemon?
16:12.56zeckeThe one that can distribute tasks over the network
16:13.40RPzecke: I'd have to write it first :-(
16:14.19mr_nice_slackerzecke: how to use data.getVar('SECTION', d, True)
16:15.32*** join/#oe Cwiiis (n=cwiiis@82-43-43-31.cable.ubr02.croy.blueyonder.co.uk)
16:18.02zeckemr_nice_slacker: tough question, I do not know what you want to do
16:18.21zeckemr_nice_slacker: e.g. you could look at bittest to see how to load BBFiles and query attributes
16:19.37mr_nice_slackerzecke: i want to sort out http://opensimpad.org/test/test33.php and kill the targets without sense - the list i got over a bitbake -nk world. how to get bittest?
16:20.10zeckefrom SVN and it is in bitbake's trunk (bitbake_qa)
16:20.46zeckemr_nice_slacker: BTW: http://www.angstrom-distribution.org/repo/repo.php
16:20.58zeckehttp://www.angstrom-distribution.org/repo/repo.phps
16:21.17mr_nice_slackerzecke: well yes
16:21.28mr_nice_slackerzecke: how did they get the list?
16:21.39zeckegood question ;)
16:21.55zeckemr_nice_slacker: take a look at BitTest it is using BBFILES
16:22.03zeckeloads every BBFile and then checks the data...
16:22.40mr_nice_slackerzecke: ok - i will download and try it
16:30.48*** join/#oe Timelord (n=TL@4.78.4.43)
16:31.43CIA-1103rpurdie * r576 10bitbake/lib/bb/runqueue.py: runqueue.py: Print summary of active tasks when aborting a build run
16:33.35*** join/#oe stevenh (n=lews@65.167.23.2)
16:33.59*** join/#oe pgfeller (n=pgfeller@53.46.202.62.cust.bluewin.ch)
16:34.55mr_nice_slackerzecke: do i have to install it in a special way? if i start trunk/bitbake_qa/bin/bittest i get an error File "./bittest", line 42, in ? from bittest import *   ImportError: No module named bittest
16:35.34mikearthurhow would I get bitbake to just perform the do_compile step onwards?
16:35.42mikearthurif I'm modifying the source, say
16:35.43mr_nice_slackerzecke: ah ok found the config :)
16:38.10RPmikearthur: bitbake xyz -c compile -f
16:40.41mikearthurRP: wierdly its complaining, for trying to compile linux-openzaurus, about "InvalidTask event exception" in package quilt-native
16:41.07RPmikearthur: Use -b /somepath/linux-openzaurus.bb
16:41.31*** join/#oe furlongm (n=furlongm@83.70.40.199)
16:41.40mikearthurok
16:43.13RPmikearthur: The new dependency code doesn't have that problem :)
16:43.20mikearthur:D
16:44.31*** join/#oe zap (n=zap@85.249.170.16)
16:55.56*** join/#oe dfoley (n=dfoley@h24-207-7-221.primesignal.com)
17:03.49*** join/#oe x29a (n=x29a@pD9EEC863.dip.t-dialin.net)
17:09.38mr_nice_slackerx29a:ping
17:09.55x29apoing
17:10.16mr_nice_slackerx29a: did you managed to build the other cable?
17:10.21x29anot yet
17:10.24*** join/#oe ggilbert (n=ggilbert@tinman.treke.net)
17:10.36x29ai come home from work at 1700, then eat, now configuring my webspace
17:10.43x29aim not very thrilled to do any jtag
17:11.02mr_nice_slackerx29a: yes
17:13.57mr_nice_slackerx29a: i will try to improve my crosscompiler compiling skills then - just drop me a line that i konw if i have to install the light linux on the sl4.
17:14.44x29ak
17:26.25*** join/#oe ___gints_ (n=gints@62.84.15.211)
17:32.26mr_nice_slackerhm, did anybody know if this book(http://www.oreilly.com/catalog/belinuxsys/) is worth the money (it's from 2003)?  
17:32.41mr_nice_slacker-did + does
17:57.17*** join/#oe pH5 (n=ph5@e178247056.adsl.alicedsl.de)
18:05.03*** join/#oe darkschneider (n=gab@213-140-6-96.ip.fastwebnet.it)
18:06.45*** join/#oe EvilDevil_ (n=miau@p54A6DBA1.dip.t-dialin.net)
18:08.42*** join/#oe lamikr (n=chatzill@eeyore.kortex.jyu.fi)
18:09.23*** join/#oe zap (n=zap@85.249.170.16)
18:09.23*** join/#oe JoeSchmo (n=jciccone@pool-71-255-82-110.nwrknj.east.verizon.net)
18:09.23*** join/#oe koen|away (i=koen@dominion.kabel.utwente.nl) [NETSPLIT VICTIM]
18:09.23*** join/#oe EvilDevil (n=miau@p54A6DBA1.dip.t-dialin.net)
18:09.23*** join/#oe CIA-11 (i=cia@cia.navi.cx)
18:09.23*** join/#oe tomimo (n=kurre@a80-186-64-246.elisa-laajakaista.fi)
18:09.23*** join/#oe Kristoffer (n=ken@213-67-126-82-no75.business.telia.com) [NETSPLIT VICTIM]
18:16.34*** join/#oe TheCan (n=thecan@dslb-084-056-161-028.pools.arcor-ip.net)
18:27.51*** join/#oe katossi (n=guillerm@dslb-084-061-016-168.pools.arcor-ip.net)
18:33.58*** join/#oe bronson (n=bronson@66.160.177.213)
18:35.57*** join/#oe pleemans (n=peter@d54C248DE.access.telenet.be)
18:40.40*** join/#oe furlongm_ (n=furlongm@83.70.215.42)
18:42.09*** join/#oe Timelord0 (n=TL@4.78.4.43)
19:16.57*** join/#oe goxboxlive (n=goxboxli@38.84-48-210.nextgentel.com)
19:36.57*** join/#oe furlongm_ (n=furlongm@86.40.5.26)
19:37.45*** join/#oe x29a (n=x29a@pD9EEC863.dip.t-dialin.net)
19:39.50x29amr_nice_slacker: WAAAH
19:39.51x29aARGH
19:40.01x29adamn shit crap cable wont work
19:40.19x29ajust spent almost 2h soldering and now it wont detect
19:44.13poushaghey something wierd with bitbake svn repo - try this link  svn://svn.berlios.de/bitbake/branches/bitbake-1.6
19:44.24poushagsorry
19:44.33poushagsomething wrong with my clipboard
19:44.45poushaglink =  http://svn.berlios.de/viewcvs/bitbake/branches/bitbake-1.6/?rev=576
19:45.20poushagit says current rev is 570
19:45.45poushagisnt it supposed to be 576?
19:46.56poushagbecause when i run svn info on the same url (except svn:// instead of http://) it returns rev as 576
19:47.57*** join/#oe lamikr (n=chatzill@aragorn.kortex.jyu.fi)
19:48.15*** join/#oe andersee (n=andersee@codepoet.org)
19:50.02poushagwell its almost the same url:  svn info svn://svn.berlios.de/bitbake/branches/bitbake-1.6
19:50.33woglindehi andersee
19:51.28anderseewoglinde: howdy
19:55.35*** join/#oe dfoley (n=dfoley@h24-207-7-221.primesignal.com)
19:59.09*** join/#oe x29a (n=x29a@pD9EEC863.dip.t-dialin.net)
20:02.51poushagok i think i see whats going on now - svn info is reporting 'revision' as the latest for the whole bitbake repo - whereas 'last changed rev' is the revision that last changed the specified directory (or anything under it)
20:05.44poushagthe svn-book documentation doesn't seem to mention this at all - just leaves it to the user to deduce - i think it would be ok if they would just change 'revision' to 'repository rev' - because when i ask for info on a directory i would expect something called 'revision' to be the rev of the directory (not the whole repo)
20:08.05*** join/#oe tmbinc (i=XXX@e176132231.adsl.alicedsl.de)
20:12.42*** join/#oe mikearthur (n=mike@82-41-205-190.cable.ubr11.edin.blueyonder.co.uk)
20:13.15mikearthuranyone have any idea why the X libraries would be looking in my /usr/lib rather than my oe stuff?
20:13.49JustinPmikearthur: because their building is broken somehow perhaps
20:16.05mikearthur<PROTECTED>
20:16.05mikearthura-XLbx.lo libXext_la-XMultibuf.lo libXext_la-XSecurity.lo libXext_la-XShape.lo libXext_la-XShm.lo libXext_la-XSync.lo libXext_la-XTestExt1.lo libXext_la-Xcup.lo libXext_la-Xdbe.lo libXext_la-extutil.lo libXext_la-globals.lo -L/home/mike/oe/tosa/tmp/openzaurus/staging/arm-linux/lib -lX11 -ldl
20:17.57mikearthurany ideas?
20:25.53*** join/#oe Crofton (n=balister@66-207-66-26.black.dmt.ntelos.net)
20:26.54*** join/#oe pvanhoof (n=pvanhoof@d54C1807C.access.telenet.be)
20:27.38*** join/#oe tkp (n=tom@81-179-24-207.dsl.pipex.com)
20:27.44tkphey...
20:28.05tkpis the DISTRO_TYPE used for anything specific
20:28.22tkpI see most distro.conf files setting it to either release or debug
20:29.59tkpI mean, does setting it to 'release' actually have any effect on the way things get built?
20:36.55*** join/#oe furlongm (n=furlongm@83.70.32.23)
20:48.38hrwtkp: it is used by some distros and recipes to switch behaviour
20:49.02hrwtkp: switching off kernel messages, forcing to have root password set etc
20:51.55poushaghi hrw - trying to figure out what is in bitbake-data-local branch - do you know?
20:52.07poushag(in teh svn repo)
20:52.11hrwnope
20:52.34hrwuse svn log to check
20:52.50*** join/#oe furlongm_ (n=furlongm@83-70-233-197.b-ras1.prp.dublin.eircom.net)
20:53.03poushagk thx
20:55.00*** join/#oe TheMasterMind1 (n=aman@c-65-96-169-40.hsd1.ma.comcast.net)
20:55.29hrwhi TheMasterMind1
21:07.18x29amr_nice_slacker: worked
21:07.21x29averify done
21:07.26x29aill get it over to the serial
21:48.46*** join/#oe mr_nice_slacker1 (n=mr_nice_@p54A9D932.dip.t-dialin.net)
21:52.39*** join/#oe TheMasterMind1 (n=aman@c-65-96-169-40.hsd1.ma.comcast.net)
21:55.01*** join/#oe furlongm (n=furlongm@83-70-42-41.b-ras1.prp.dublin.eircom.net)
21:55.31*** join/#oe redguy (n=mati@adp180.neoplus.adsl.tpnet.pl)
21:58.47CIA-1103rpurdie * r577 10bitbake/lib/bb/taskdata.py: taskdata.py: Fix so only warn about failed providers once.
22:11.13*** join/#oe jsun (n=jsun@host246.docomolabs-usa.com)
22:14.30*** part/#oe dfoley (n=dfoley@h24-207-7-221.primesignal.com)
22:21.37*** join/#oe W8TVI (n=me@166.166.12.224)
22:24.41*** join/#oe DoTheDog (n=oc60174@c58.octanner.net)
22:42.15*** join/#oe csmanx (n=csman@70.55.81.110)
22:42.46*** join/#oe rwhitby (n=rwhitby@nslu2-linux/rwhitby)
22:59.00*** join/#oe katossi_ (n=guillerm@dslb-084-061-004-110.pools.arcor-ip.net)
23:10.48*** join/#oe rwhitby-away (n=rwhitby@nslu2-linux/rwhitby)
23:13.28*** join/#oe rwhitby (n=rwhitby@nslu2-linux/rwhitby)
23:19.45*** join/#oe rwhitby-nslu2 (n=rwhitby@nslu2-linux/rwhitby)
23:21.03*** part/#oe DoTheDog (n=oc60174@c58.octanner.net)
23:35.19*** join/#oe rwhitby-away (n=rwhitby@nslu2-linux/rwhitby)
23:48.09*** join/#oe furlongm_ (n=furlongm@83.70.235.237)
23:48.50*** join/#oe rwhitby (n=rwhitby@nslu2-linux/rwhitby)
23:56.33*** join/#oe mrz80 (n=scotsman@n128-227-212-213.xlate.cns.ufl.edu)
23:57.37*** join/#oe mithro (n=tim@lester.mithis.com)

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