irclog2html for #oe on 20060523

00:03.17likewisezzz
00:19.50*** part/#oe KenJlime (n=root@h209n4fls310o1049.telia.com)
00:39.32*** join/#oe idealm (n=ideal@222.67.234.143)
00:47.06CSMani just entered bitbake gnutls, and now it's emerging 2million locales
00:54.40*** join/#oe luke-jr_ (n=luke-jr@2002:1891:f657:0:20e:a6ff:fec4:4e5d)
00:54.40*** join/#oe Mardy_ (n=mardy@adsl-ull-237-226.42-151.net24.it)
00:54.40*** join/#oe kurre2_ (n=tomimo@a80-186-64-246.elisa-laajakaista.fi) [NETSPLIT VICTIM]
01:16.22*** join/#oe noclouds (n=mhfan@60.166.51.79)
01:20.19*** join/#oe idealm (n=ideal@222.66.46.91)
01:44.43*** join/#oe do13 (n=ndirk@do13.in-dsl.de)
02:09.26*** join/#oe myopiate (n=myopiate@219.70.70.236)
02:17.10*** join/#oe punk-ass (n=user@ptbynynas01pool0-a80.ptbyny.tds.net)
02:17.44*** join/#oe bluebugs (n=cedric@LAubervilliers-151-11-32-8.w193-251.abo.wanadoo.fr)
02:23.52*** join/#oe Zero_Chaos- (i=lhlhzn@unaffiliated/zerochaos)
02:31.50*** join/#oe minipanda (n=hzhang@221.221.144.66)
02:50.30*** join/#oe ts____gin (n=gints@62.84.15.211)
03:34.38*** join/#oe aquadran_ (i=pablo@scummvm/undead/aquadran)
03:37.44*** join/#oe t[cc]smar (n=[cc]smar@gw.ptr-62-65-142-223.customer.ch.netstream.com)
04:37.47*** join/#oe chrisromain (n=chrisrom@88-138-94-30.adslgp.cegetel.net)
04:43.33mithro~tim PDT
04:44.29mithro~time PDT
04:46.07koenmithro: http://www.worldtimeserver.com/current_time_in_US-CA.aspx
04:46.25koenit closed ~4 hours ago
04:46.37emte5r
04:46.43emte09:48:24 PM
04:46.52mithro9:46 didn't seem right
04:52.54*** join/#oe AvengerMoJo (n=alex@219.134.185.93)
04:54.29CIA-903koen 07org.oe.dev * rcd46d30f... 10/packages/libgpevtype/libgpevtype_0.17.bb: libgpevtype: update to 0.17
05:13.50koen"Most X applications ignore this visual since it is not useful to them; however some applications mistakenly try to use it, which will cause them to fail. An environment variable, XLIB_SKIP_ARGB_VISUALS, was added to the X11 library to hide this visual from applications that mistakenly try to use it. If an application fails only when the Composite is enabled, try setting this environment variable before starting the application"
05:22.52*** join/#oe angom_h (n=angom@red-corp-201.130.156.80.telnor.net)
05:23.16*** join/#oe wrobbie (n=rob@cm7.sigma181.maxonline.com.sg)
05:25.02*** join/#oe _law_ (n=law@81.223.225.146)
05:32.20*** join/#oe mwester (n=mwester@nslu2-linux/mwester)
05:48.22*** join/#oe rwhitby (n=rwhitby@nslu2-linux/rwhitby)
06:04.56*** join/#oe katossi_ (n=guillerm@dslb-084-062-156-235.pools.arcor-ip.net)
06:45.00*** join/#oe shiyee (n=Shiyee@homer.cs.aau.dk)
07:02.23*** join/#oe Genesis (n=Genesis@dyn-83-156-20-193.ppp.tiscali.fr)
07:03.01Genesislo
07:08.12*** join/#oe rob_w (n=bob@p213.54.215.119.tisdip.tiscali.de)
07:08.13rob_whi
07:08.31rob_whow can i configure() a package dependant on ARCH ?
07:09.00rob_wi need to add a configure additional configure switch dependant on the ARCH type
07:11.31*** join/#oe ixoth (n=ixoth@nat-ilca.tepkom.ru)
07:12.00emteuse the functions
07:14.53*** join/#oe awelux (n=awelux__@dslb-084-058-170-191.pools.arcor-ip.net)
07:16.50emte+# Compatability for the rare systems not using or having SYSV
07:16.50emte+python () {
07:16.50emte+    if bb.data.getVar('HOST_NONSYSV', d, True) and bb.data.getVar('HOST_NONSYSV', d, True) != '0':
07:16.50emte+        bb.data.setVar('EXTRA_OECONF', ' --with-ipc=tcp --program-prefix= ', d)
07:16.50emte+}
07:17.25emteis an example matching a flag
07:20.01*** join/#oe theturtle (n=theturtl@guiness.lifl.fr)
07:22.13rob_whmm ok ..  or do you know why glibc-2.3.5cvs will break for i386 ?? i was thinking to disable pthreads as this seems tobe the error
07:22.41ixothrob_w, in fact, i've tried with and without pthreads, for me it fails :(
07:22.52rob_whmm
07:23.14ixothhad no time to investigate it...
07:25.09*** join/#oe Genesis (n=Genesis@dyn-83-156-20-193.ppp.tiscali.fr)
07:25.27rob_wixoth, did you try any other version ?
07:25.48ixothof OE or glibc?
07:25.48emtedid you diable all the arm/pxa patches?
07:25.54emtedisable*
07:26.20ixothhad no time yet to play with patches, but maybe I'll do it now :)
07:32.19rob_wemte,  not conciously
07:34.06kergothrob_w, i386?  try adding... umm... --without-tls if i remember correctly, to the EXTRA_OECONF for glibc and see if that helps
07:34.32ixoth--without-tls didn't work for me :(
07:35.12rob_wbasicly the error looks like this :  pthread.c:(.text+0x91b): undefined reference to `_errno'
07:35.12rob_w<PROTECTED>
07:35.22ixoththe same with me...
07:35.32rob_wmaybe it shouldnt be a big thing to tell pthread about errno.h  , right ?
07:51.44*** join/#oe frg (n=frg@chello087207198130.chello.pl)
07:52.23*** join/#oe morrijr (n=john@cpc3-mfld2-0-0-cust829.nott.cable.ntl.com)
07:53.29*** part/#oe morrijr (n=john@cpc3-mfld2-0-0-cust829.nott.cable.ntl.com)
08:06.40pb__morning kergoth
08:08.56hrw|workmorning
08:14.57*** join/#oe alan|home (n=alan@ARouen-151-1-3-77.w86-208.abo.wanadoo.fr)
08:24.51*** join/#oe Laibsch (n=Laibsch@89.57.40.185)
08:26.27*** join/#oe likewise (n=chatzill@82-171-189-134.dsl.ip.tiscali.nl)
08:29.20koenhey hrw|work
08:30.00hrw|workhi koen
08:30.06hrw|workhttp://www.youtube.com/profile_play_list?user=DiggUser
08:35.22hrw|workdebian release 2.4.18 with security patches
08:42.42magnet<PROTECTED>
08:42.57magnetumm hi even.
08:48.28*** join/#oe obergix[home] (n=olivier@mag77-1-82-238-13-91.fbx.proxad.net)
08:48.40hrw|workhi Olivier
08:48.57ixothrob_w: here's it... the problem with long descriptions...
08:49.11ixothhttp://sources.redhat.com/bugzilla/show_bug.cgi?id=674
08:50.34hrw|workhttp://www.hrw.one.pl/2006/05/23/my-first-linux-26-kernel-patch-accepted/
08:51.07koenmy first kernel patch was to remove the word 'ROM' :)
08:51.19hrw|workkoen: remember that
08:52.43*** join/#oe rwhitby (n=rwhitby@nslu2-linux/rwhitby)
08:53.37mickey|officemorning
08:53.52koenhey mickey|office
08:53.58koenhow's the phone doing?
08:54.39mickey|officeit doesn't boot custom kernels :/
08:55.23mickey|officelooks like i have one of the models where the bootldr/kernel handover is not known
08:55.35mickey|officewhich sucks a bit
08:55.47koenthat's crap indeed
08:55.59mickey|officei hope harald will come up with some ideas
08:56.19mickey|officei might try flashing a stock 2.4 to see if at least the usb transfer works
08:57.22CIA-903mickeyl 07org.oe.dev * r4af0b1bc... 10/packages/ (4 files in 2 dirs):
08:57.23CIA-9We need more python applications... add pyfits 1.0.1 and pyraf 1.2.1:
08:57.23CIA-9PyFITS provides an interface to FITS formatted files under the Python scripting language and PyRAF, the Python-based interface to IRAF. It is useful
08:57.23CIA-9both for interactive data analysis and for writing analysis scripts in Python using FITS files as either input or output. PyFITS is a development
08:57.25CIA-9project of the Science Software Branch at the Space Telescope Science Institute.
08:58.12njsdo people do a lot of astronomical data analysis on handheld devices? :-)
08:58.30hrw|workmickey|office: can you push that into .oz354x too?
08:58.52ixothprobably space telescope is an embedded device :)
08:59.14mickey|officehrw|work: yep
08:59.25koennjs: people run a full blown gentoo on them, so nothing surprises me anymore
08:59.29njswhile I know what "embedded" means, this still conjures up a pleasing image of someone carrying around a 30-meter mirror in their pocket.
09:00.03koennjs: I run monotone on my handheld :)
09:00.20njskoen: oh, well, naturally.  don't leave home without it.
09:01.11njskoen: the next time a nasty worm gets loose from some TV show and eats all the data on every computer connected to the internet, you'll be glad you had a project backup in your pocket!
09:01.14ixothheh, how many years does emerge -Dupv world take on, say, tosa?
09:02.43pb__hi mickey|office
09:04.50mickey|officehi pb_
09:05.27*** join/#oe chrisromain (n=chrisrom@d02v-89-83-236-37.d4.club-internet.fr)
09:05.31CIA-903hrw 07org.oe.dev * rf3fea565... 10/packages/puzzles/puzzles_r6712.bb: puzzles: added r6712 - fetching from SVN
09:06.42hrw|worksomeone know who maintain pcnet_cs driver?
09:13.48*** join/#oe benlau (n=benlau@221.125.13.158)
09:13.50frghello
09:14.36frgtried to do something usefull with oe but failed at start ;)
09:15.36frganyne knows why it didnt build a crosscompiler by itself or didnt use the external toolchain?
09:16.05mickey|officeyou realize you gave no information yet?
09:16.08frgsome more info follows...
09:16.13mickey|officeaha
09:16.16frglocal.conf >>> MACHINE = "h3600"; TARGET_ARCH = "arm"; TARGET_OS = "linux"; DISTRO = "familiar-unstable";
09:16.24frgbranch .dev
09:16.33mickey|officenow pastebin the log.
09:16.36mickey|office~pastebin
09:16.38ibotfrom memory, pastebin is a place to paste your stuff without flooding the channel - try http://pastebin.com/, or http://pastebin.ca, or http://channels.debian.net/paste, or for #oe use http://oe.pastebin.com
09:16.39frgbitbake ncurses >>> builds quilt-native, gnu-config-native, automake-native, autoconf-native, libtool-native, ncurses-native ... then ncurses-5.4-r8 when it crashes
09:16.55hrw|workpastebin log
09:17.00koenmickey|office: bitbake -i <enter> command ; pastelog
09:17.01koen:)
09:17.17mickey|officekoen: righto. ~praise the shell
09:17.31mickey|officewe might have an auto-upload on failure eventually ;)
09:18.23rob_wixoth, so was that  a fix in sight ?
09:18.27koenmickey|office: zecke and I are in favour of auto-paypal on successull builds
09:18.38mickey|officeYES! :D
09:21.12ixothwell, I added something to my local.conf
09:21.30ixothsomething like GLIBC_EXTRA_OECONF='--without-thread'
09:21.46ixothand now it builds, and still compiles glibc :)
09:22.11ixoths/--without-thread/--without-__thread/g
09:22.36*** part/#oe Laibsch (n=Laibsch@89.57.40.185)
09:22.42magnetJustinP: you're around ?
09:23.21mickey|officeggilbert_: ping. could you fix the bugtracker please?
09:25.37magnetanyone using e-'s image ?
09:26.03koenstill no gcc release
09:28.01frgok... http://pastebin.com/732680
09:33.49frgthere is no arm-linux-gcc or anything in path atm but as i've read oe should build them, right?
09:35.32*** join/#oe zecke (n=ich@rosine154.inf.fu-berlin.de)
09:35.44zeckehey
09:35.44mickey|officeif it didn't build a compile before ncurses then dependency handling is broken
09:35.44pb__yo zecke
09:35.50mickey|officeor you have ASSUME_PROVIDED used anywhere
09:35.59mickey|officeyou are using bitbake 1.4.x
09:35.59mickey|office?
09:36.18mickey|officehi ze
09:36.20mickey|officecke
09:36.24zeckemickey|office: I have finally signed in for my first pre-diploma exam :}
09:36.30mickey|officeyes!
09:36.46mickey|officepoint of no return
09:37.01ixothrob_w: glibc build ok... let's see how it works further.
09:37.15frggcc 3.3.6, bitbake 1.4.0 monotone 0.25
09:37.55frgno ASSUME_PROVIDED in local.conf
09:38.01mickey|officefrg: show us a complete run of bitbake -D -D -D ncurses
09:38.07mickey|office(pastebin, of course)
09:38.13frgok :)
09:39.56zeckemickey|office: hehe, I'm getting the haskell king ;)
09:40.16zeckemickey|office: and AlpII was lame... I think I have a fair chanche passing ;)
09:40.47zeckemickey|office: and you are budy writing?
09:40.58koenmickey|office: iirc bitbake 1.4 had the ncurses bug
09:41.21koenmickey|office: let's agree on making people use >1.4.2 before debugging problems
09:42.34hrw|workmickey|office: can opie be changed to support 'keyboard OK button' as default action for window 'OK' button? like it was under 2.4..
09:42.36frgit is 670kB ... you still want to see it?
09:42.46zeckekoen: http://isnoop.net/blog/2006/05/20/macsaber-turn-your-mac-into-a-jedi-weapon/
09:43.13koenzecke: yeah, I saw that :)
09:43.14*** join/#oe dan2003 (n=dan2003@cpc1-ware3-0-0-cust291.lutn.cable.ntl.com)
09:45.39koenfrg: upgrade to bitbake 1.4.2 or 1.4.2, remove /tmp and try again
09:45.52mickey|officezecke: yes, kind of writing here....
09:46.20koenzecke: did you find the right monotone db for the docs yet?
09:46.52zeckekoen: no but that is deu not searching them ;)
09:46.59zeckekoen: I will push everything i have ;)
09:47.31zeckekoen: I should look into mtn rdiff monotone.vanille.de org.openembedded.doc
09:47.34*** join/#oe noclouds (n=mhfan@60.166.48.24)
09:48.01koen'monotone sync monotone.vanille.de org.openembedded.documentation'
09:48.51zeckekoen: I want to see the diff against a remote server first ;)
09:48.56zeckekoen: let me hack mtn ;)
09:49.16frgok koen ... maybe it wasnt wise to emerge bitbaker... i'll just download it, the 1.4.2 version
09:49.34zeckefrg: there is no ebuild for 1.4.2 yet?
09:50.09frgnot in my portage
09:50.36frgsynced 3 weeks ago or so...
09:51.00koenjust follow the GettingStarted guide an you'll be allright
09:51.41zeckemonotone pull localhost org.openembedded.dev
09:51.44zeckeI love firewalls
09:53.00zecke<PROTECTED>
09:53.06zeckethe most expensive xterm ever
09:53.17frgyou mean i shall do this -> svn co svn://svn.berlios.de/bitbake/branches/bitbake-1.4 bitbake
09:53.55CIA-903freyther 07org.oe.documentation * r1425bc04... 10/usermanual/usermanual.xml:
09:53.55CIA-9usermanual/usermanual.xml:
09:53.55CIA-9<PROTECTED>
09:53.55CIA-9<PROTECTED>
09:53.55CIA-9<PROTECTED>
09:54.15zeckefrg: either this, or use a released version from developer.berlios.de/projects/bitbake
09:54.57koenzecke: thanks
09:55.13frgok, getting from berlios
09:56.47zeckekoen: dot syntax or documenting requirements, what do you prefer?
09:57.03koenzecke: dot support for OE?
09:57.12zeckekoen: bitbake
09:57.24koendot support, without doubt
09:57.45koenwe could sell the graphs of bitbake world as wall posters :)
09:58.58mickey|officeheh
09:59.10*** join/#oe woglinde (n=heinold@leningrad.mi.fu-berlin.de)
09:59.20zeckewoglinde: hey
09:59.21koenhey woglinde
09:59.51woglindehm who wants to make a oe live-cd?
10:00.20zeckewoglinde: bitbake opie-livecd
10:00.28woglinde*g*
10:00.36koenwoglinde: there's support for vwmare images in the bugtracker
10:00.44koen(if only it were up right now)
10:01.33frgbtw, is this conf ok for building opie for h3600 ?  http://oe.pastebin.com/732694
10:01.54koenmickey|office: how long will your uni mail address continue to work?
10:03.27mickey|officekoen: the sysadmin told me everything will be ok until I have actually completely left. Which means at least until Winter
10:03.47mickey|officethe same goes for *.vanille.de
10:04.27mickey|officeso we have some months left to work on the transition, but not endlessly
10:05.55frghmm.... so what about that local.conf?
10:06.06zeckeUpdated to revision 516.
10:06.06zeckeKilled by signal 15.
10:06.36zeckefrg: pastebin is timing out here
10:06.45woglindefrg should be okay
10:06.50woglindeif you really want familar
10:06.50frgworks slowly for me too
10:06.52mickey|officehrw|work: i have no idea what caused that change, to be honest
10:06.57mickey|officehrw|work: if i would know, we could fix...
10:07.08frgwhy shouldnt i want familiar? ^^
10:07.16zeckefrg: INHERIT = "package_ipk" can be removed
10:07.22hrw|workmickey|office: ok
10:07.29zeckefrg: what is the error now?
10:07.32koenzecke:  docbook2pdf usermanual.xml works again
10:07.49zeckewoglinde: lunch?
10:07.52frgim about to run it... brb
10:08.07woglindezecke when?
10:08.14zeckewoglinde: now?
10:08.20CIA-903koen 07org.oe.documentation * ra6290875... 10/usermanual/usermanual.xml: usermanual/usermanual.xml: remove non-SGML char
10:09.36woglindezecke nope
10:09.57woglindehave to wait an other hour
10:10.09zeckewoglinde: Curry at 1h?
10:11.55zecke<PROTECTED>
10:12.02zecke<PROTECTED>
10:12.04zecke;)
10:12.16*** join/#oe Laibsch (n=Laibsch@dslb-088-073-250-005.pools.arcor-ip.net)
10:13.57woglindezecke currybude at 13:25
10:14.21zeckewoglinde: I'm starving... had a bad night (slept on my belly... until)
10:14.34woglindeeat a sandwhich at the cafeteria
10:14.53zeckewoglinde: I don't want to unplug my laptop for that
10:15.04woglindeeat your cable
10:15.37zeckewoglinde: which one?
10:16.21woglindeboth
10:17.09*** join/#oe _law_ (n=law@213.173.86.202)
10:23.34*** join/#oe chris144 (n=kvirc@195.234.128.72)
10:23.46chris144good morning folks
10:25.33hrw|workhi chris144
10:25.44chris144hi hrw|work
10:30.10*** join/#oe magnet (n=magnet@lns-bzn-41-82-64-250-43.adsl.proxad.net)
10:37.07lardman|workmorning
10:43.44ixothanyone willing to add some simple tuning config files like tune-c3.conf?
10:43.58ixothsuch as tune-i586.conf, etc
10:44.21mithrocan people test http://www.tp.net.au/tp/ for me?
10:45.03koenmithro: works
10:45.15mithroyay!
10:46.23mithrocan you mail "mithro AT tp.net.au" ?
10:49.05hrw|workwhich part of U.S. is GMT-4?
10:49.21pb__right now?  the east coast
10:50.11hrw|workthx
10:50.33mithrohrw|work: why?
10:50.59hrw|workwanted to add gmt-4 clock to panel
10:52.28*** join/#oe idealm (n=ideal@222.67.234.143)
10:57.08chris144looks like www.oesources.org is down...
10:59.21frgstrange things...
10:59.30frgit went the same path as before
10:59.46zeckefrg: log?
10:59.49frgbitbake ncurses >>> builds quilt-native, gnu-config-native, automake-native, autoconf-native, libtool-native, ncurses-native ... then ncurses-5.4-r8 when it crashes
10:59.55frghttp://oe.pastebin.com/732747
11:00.14zeckeidealm: try bugs.openembedded.org (but I have heard it is down)
11:00.26frgyeah its donw
11:00.26koenmithro: mail sent
11:00.45zeckefrg: while I wait for pastebin... could you do which bitbake
11:01.13zeckefrg: and python -vvv `which bitbake` -p
11:01.20mithrothanks
11:01.25zeckefrg: and paste the first couple of pages
11:01.53zeckefrg: I suspect it picked up your older bitbake
11:02.32frgi took the 1.4.2 as suggested
11:02.39zeckeI will get some food now, but will be around later again
11:02.59zeckefrg: sure, but you still can load modules from the old ones...
11:03.06zeckefrg: or invoke the old one...
11:03.32frgi've unmerged the old one
11:03.40zeckeoh okay
11:03.47zeckeyou don't have the new one though ;)
11:04.02zeckeusing python -vvv you wills ee which .py file it is loading
11:06.48idealmzecke, I checked just now, and wasn't able to access it.
11:08.02frghmmm.. i tried a bitbake -D -D -D ncurses to give more detailed info but it started downloading new packages (file and gettext) which it didnt do before
11:08.29frgbut still no binutils... maybe later it will
11:09.22_guillermowhat would be the actual benefits of kdrive for oe?
11:10.12koen_guillermo: OE is a buildsystem, it only needs a terminal to output too
11:10.50_guillermosorry, I meant for the oe based distros, not oe itself
11:19.11frgthanks and bye for now ... i'll go out and be back later
11:20.46*** join/#oe ArjanS (n=arjan@anymore.nl)
11:24.36*** join/#oe fdv (i=1988@fire.ifi.uio.no)
11:28.03fdvHi. the fakeroot package refers to ver. 1.2.13, while the latest available seems to be 1.2.10. is there something I'm missing?
11:33.04*** join/#oe AvengerMoJo (n=alex@n219077045044.netvigator.com)
11:33.11fdv(and bugs.openembedded.org doesn't seem to respond well to http)
11:37.27*** join/#oe obergix[work] (n=olivier@mag77-1-82-238-13-91.fbx.proxad.net)
11:38.48chouimatmorning
11:39.43koenhey chouimat
11:40.36_guillermoanyone knows why the toughscreen is not working in akita (gpe and .dev)?
11:44.02*** join/#oe cyrilRomain (n=cyrilRom@AToulouse-157-1-33-192.w86-201.abo.wanadoo.fr)
11:51.16*** join/#oe wrobbie (n=rob@cm7.sigma181.maxonline.com.sg)
11:58.18*** join/#oe mrz80 (i=1000@caledonia.cns.ufl.edu)
12:22.17*** join/#oe zecke (n=ich@rosine154.inf.fu-berlin.de)
12:31.17*** join/#oe reenoo (n=r@p5489F705.dip.t-dialin.net)
12:33.28*** join/#oe KenJlime (n=root@h209n4fls310o1049.telia.com)
12:36.08*** join/#oe chrisromain (n=chrisrom@d02v-89-83-236-37.d4.club-internet.fr)
12:36.23*** join/#oe Cwiiis (n=cwiiis@host86-134-114-91.range86-134.btcentralplus.com)
12:40.16hrw|worktime to build new builddir...
12:47.16likewisekoen: ping, does ep93xx/angstrom work correctly at your board, if so, how did you mount the rootfs (ramdisk, nfs, jffs2, ...)?
12:49.53fdvif packages refer to nonexisting versions, is this something that should be filed to bugzilla?
12:50.15zeckefdv: versions? show me an example
12:50.29fdvzecke: fakeroot
12:50.39zeckefdv: you mean source tarball?
12:50.46fdvyes
12:51.01fdvit refers to 1.2.13, but the latest one available on debian mirrors is 1.2.10
12:51.02zeckedunno, you might do it
12:51.22fdvhm, ok
12:51.46zeckeideally we run the source checker regulary, but we don't ATM
12:51.46fdvbugs.openembedded.org is fairly nonresponsive at the moment, though
12:51.52fdvok
12:53.58*** join/#oe Virusmaster (n=Thomas@p549CEECA.dip.t-dialin.net)
13:03.09koenlikewise: didn't try it on the ep93xx yet
13:03.27chouimathi koen
13:03.36koenhey chouimat
13:05.46*** join/#oe florian_kc (n=fuchs@dns.kernelconcepts.de)
13:05.48florian_kchi
13:05.56florian_kcwhat happened to http://bugs.openembedded.org/
13:06.24zeckeflorian_kc: decided to work for pdaXrom?
13:06.57florian_kczecke: ehhhh defintely not, why?
13:06.59likewisekoen: do you know who did run it on a board succesfully? lennert maybe?
13:07.25koenlikewise: g2 or mtaht<number> would be your best bet
13:08.09likewisekoen: thanks
13:08.32CIA-903mickeyl 07org.oe.dev * raa208c78... 10/packages/fakeroot/fakeroot_1.2.13.bb: fakeroot: fix SRC_URI
13:08.56ixothgoodbye everyone
13:09.01likewisecya
13:09.08zeckemickey|office: feel like adding a gnupg mirror?
13:10.21mickey|officeya why not
13:10.56mickey|officeis that file missing as well?
13:11.15florian_kczecke: because i asked about mallum yesterday?
13:11.53koenzecke: could you modify the source checker to remove the downloaded stuff before testing another package?  
13:12.39zeckeflorian_kc: no , I think the bugtracker is down, but only treke knows
13:12.45zeckekoen: rm *.md5?
13:13.03chouimatoops ... just rolled the chair on the cat again
13:13.35koenzecke: rm DL_DIR/*
13:13.46Mardy_is there any tool in OE for measuring X performance?
13:13.53koenzecke: so we can run the checker without needing gigs of diskspace
13:13.54Mardy_something like x11perf
13:14.05koenMardy_: the evas benchmarks?
13:14.17zeckekoen: hmm
13:14.27florian_kczecke: like hh.org ftp
13:15.39zeckeflorian_kc: hh.org ftp just worked here
13:16.12koen|unibbl
13:17.45zecke*idling*
13:18.12Mardybtw, I think in few weeks we'll have an accelerated X server for the w100
13:18.49*** join/#oe cbrake (i=user103@216.144.26.242)
13:20.46mickey|officecool
13:21.07mickey|officespeaking about accelleration... anyone knows the status of pxa27x overlay fb driver in 2.6?
13:21.26hrw|workhi Cliff
13:21.46hrw|work23 10:49 < sashz_horror> okay thankz. I rewrite kdrive for 7x0/860 now for acceleration on kernel 2.6
13:22.36hrw|workMardy: sashz is pain-in-ass to cooperate with too often but maybe you can cooperate? (he use xfree4.4 not xorg)
13:22.45mickey|officehmm
13:22.51zeckelol
13:22.52mickey|officeknowing his code i doubt that
13:22.57mickey|officebut better than nothing
13:23.00mickey|office*shrug*
13:23.21Mardyhrw|work: uh, I didn't know about him
13:24.05hrw|worksf.net upgrades mailman
13:24.21hrw|workMardy: hi is the only one devel of pdaX'rom'
13:25.08Mardymmm... someone told me not too good things about pdaXrom's w100 accelerated driver :-)
13:25.26Mardybut anyway, can you please give me his email address?
13:25.27hrw|workMardy: xora probably ;)
13:25.43Mardyor some way to contact him?
13:26.02hrw|workMardy: sash* on #cacko or "Alexander Chukov <sash@pdaxrom.org>"
13:26.16Mardyhrw|work: thanks!
13:26.26hrw|worknp I have c760 ;D
13:26.32Mardyhehehe
13:26.53Mardybtw, I just accelerated solid fills so far :-)
13:32.20CIA-903mickeyl 07org.oe.oz354x * r13ea7495... 10/packages/ (6 files in 2 dirs):
13:32.20CIA-9add pyfits and pyrad and modern versions of python-everything, python-sharprom
13:32.20CIA-9taken from .dev
13:32.40*** join/#oe joshin (i=josh@VDSL-130-13-143-142.PHNX.QWEST.NET)
13:34.44*** join/#oe Crofton (n=balister@hc6521dcb.dhcp.vt.edu)
13:34.52cbrakehrw|work: hello
13:35.07*** join/#oe goxboxlive (n=goxboxli@ti500710a080-11983.bb.online.no)
13:38.18hrw|workcbrake: which distro/machine combo you usually use?
13:38.41cbrakehrw|work: debianslug/nslu2
13:38.53goxboxliveWhat is wrong here? I am trying again to build a opie-image but it failes when trying to compile opie-bluepin. Then i am trying to build only opie-bluepin, but this happens: http://pastebin.com/732942
13:40.28zeckecompiled without rtti
13:40.47zeckedunno how that should be handled, try to ask mickeyl, he has the most clue of this ;)
13:42.26goxboxliveZecke: Ok, thx. I guess i answer when i he see my question. Do you remember i had problems yesterday with the obex-ftp. For once it was not my incompability, there where something wrong with the file :-)
13:43.17hrw|workmickey|office: task-python-everything does not depend on new added python stuff?
13:43.25zeckegoxboxlive: I'm in class atm...
13:43.31zeckegoxboxlive: will be home at 22h
13:43.51mickey|officehrw|work: which stuff?
13:43.59hrw|workpyfits/pyrad
13:44.06mickey|officeit should
13:44.13zeckegoxboxlive: anyway, why don't you pin a SRCDATE?
13:44.28mickey|officehrw|work: i see it in there
13:45.25hrw|workmickey|office: here it does not work - atleast it looks like that after 'bitbake task-python-everything'
13:45.56hrw|workmickey|office: anyway - started build of pyrad/pyfits
13:47.32mickey|officegoxboxlive: can't see how this should happen except when you mix old and new versions. this is a fresh rebuild?
13:49.44cbrake_question about library names: I'm getting the following error message when trying to install using ipkg: ERROR: Cannot satisfy the following dependencies for clearsilver-doc:
13:49.44cbrake_<PROTECTED>
13:50.33mickey|officecbrake: oops. found an uncommited patch in here :)
13:50.46mickey|office+RPROVIDES = "libncurses5"
13:52.43CIA-903hrw 07org.oe.oz354x * r6e8dffd5... 10/packages/tcltk/tk_8.4.11.bb: tk: fix DEPENDS (.oz354x is older then .dev and has old ames for X11 stuff)
13:55.53*** join/#oe Laibsc1 (n=Laibsch@dslb-088-073-178-059.pools.arcor-ip.net)
13:56.29cbrake_mickey|office: so where does ipkg get the libncurses5 dependency?  I can't find anything in the ipkg metatdata -- does it dynamically determine lib dependencies during install?
13:56.56hrw|workcbrake: ncurses should provide libncurses5 package
13:57.02mickey|officethe dependencies are coded in the packages file and in the individual packages
13:57.16mickey|officei have fixed this since long in my tree
13:57.23mickey|officei need to do mt diff more often :D
13:59.18cbrake_I'm puzzled -- there are no Depends for clearsilver-doc in my Packages file ...
13:59.32hrw|work-doc does not get depends iirc
14:00.28*** join/#oe Laibsc1 (n=Laibsch@dslb-088-073-222-053.pools.arcor-ip.net)
14:02.35cbrake_hrw|work: how does ipkg get the information then to complain about libncurses5 dependency?
14:03.29*** join/#oe Laibsc1 (n=Laibsch@dslb-088-073-210-057.pools.arcor-ip.net)
14:04.16hrw|workmoment...
14:04.33koenhrw|work: I'm thinking about switching from the fdo kdrive to the xorg kdrive in .dev
14:05.21CIA-903mickeyl 07org.oe.dev * rad100a5e... 10/packages/ncurses/ncurses.inc: ncurses.inc: RPROVIDES = libncurses5
14:05.23goxboxlivemickey: yes i deleted everything last weekend, and started all over again. I have also done a poll and updfate today
14:06.27hrw|workkoen: I do not use .dev to build images currently
14:07.22mickey|officegoxboxlive: this is very hard to debug remotely. i can only say that it works here, i built gpe-image and opie-image yesterday
14:07.32mickey|officegoxboxlive: which gcc/glibc are you usgin?
14:07.40mickey|officegoes, even
14:12.32hrw|workcbrake_: -V3
14:16.31Zero_ChaosIs OZ stable on the C3200?
14:24.57cbrake_hrw|work: traced the dependecies back through to python-curses
14:25.22cbrake_hrw|work: I'll get mickey's fix, but wanted to understand why
14:27.06*** join/#oe alan|xchat (n=alan@ARouen-151-1-66-156.w86-215.abo.wanadoo.fr)
14:29.19*** join/#oe chouimat (n=dieu@kde/developer/chouinard)
14:30.15*** join/#oe Bernardo (n=Bernardo@sourcemage/Bernardo)
14:30.27Bernardohi
14:30.45Bernardohi
14:30.52hrw|workpython-2.4.3-manifest.inc:RDEPENDS_python-curses="python-core libncurses5"
14:31.09hrw|workcbrake_: this line is wrong
14:31.10hrw|workhi Bernardo
14:31.23hrw|work~lart mickeyl for wrong RDEPENDS
14:33.26*** join/#oe ideal (n=idealm_@222.67.234.143)
14:45.17*** join/#oe EvilDevil_ (n=evildevi@p54A6CEA7.dip.t-dialin.net)
14:48.57cbrakehrw|work: so what is the difference between PROVIDES and RPROVIDES?
14:49.08koenbuild time and runtime
14:49.23koenI don't get why mickey; puts that 'fix' in
14:49.24hrw|workcbrake: PROVIDE is build-time, RPROVIDE is runtime
14:49.30koensince a package always RPROVIDES itself
14:49.47hrw|workkoen: ncurses does not rprovide libncurses5
14:49.59hrw|workkoen: but is in python manifest rather
14:50.35*** join/#oe magnet (n=magnet@82.250.191.188)
14:51.35koenaha
14:51.38cbrakeso does RPROVIDES end up in the ipkg Provides field?
14:51.44koenncursus packaging is wrong
14:51.51koencbrake: yes
14:52.01koenPackage: ncurses Version: 5.4-r8
14:52.04*** join/#oe likewise (n=chatzill@82-171-189-134.dsl.ip.tiscali.nl)
14:52.12koenthat should get renames to libncurses5
14:52.17koenrenamed*
14:54.14hrw|workkoen: nope
14:54.25hrw|workkoen: this package contain more then just library
14:54.56fdvthere's a typo in org.openembedded.dev/packages/flex/flex.inc. the file part of the url should be "/flex/flex-2.5.31.tar.bz2", not "/lex/flex-2.5.31.tar.bz2", if anybody would want to fix :)
14:55.10fdvno rush for me
14:56.36koenhrw|work: why does it contain more? ncurses already has a few zillion subpackages
14:57.49hrw|workreally?
14:58.48*** join/#oe rob_w (n=bob@p213.54.215.119.tisdip.tiscali.de)
14:59.42koenncurses-{dev,doc,terminfo,tools}
15:00.01JustinP~/away bus
15:00.19hrw|worklook how much stuff is in ncurses itself... minimal terminfo set, few binaries
15:00.26koenI see
15:00.28*** join/#oe Bernardo (n=Bernardo@sourcemage/Bernardo)
15:00.57rob_wsorry guys .. what was again that way to compile glibc --- something in local.conf called OE_EXTRA_CONF or such
15:01.37JustinProb_w: eh? glibc should be compiled without any extra settings
15:02.08hrw|workcbrake: can you install mc on dev.?
15:02.12rob_wfor i386 not
15:02.32rob_wwe had this today discussed but i closed my chat window before saving the strings
15:02.51hrw|work~logs
15:02.53ibotapt/ibot/jbot/purl all log to http://ibot.rikers.org/<channelname>/ where channelname is html encoded ie: %23debian | lines that start with a space are not shown | some channels have stats at http://ibot.rikers.org/stats/<channelname>.html.gz, or updated "nightly"
15:03.06*** join/#oe nts____gi (n=gints@62.84.15.211)
15:03.56CosmicPenguini386 compiles fine without any OE_EXTRA_CONF
15:06.19rob_whrw|work,  i will there tomorrow .. thanks
15:07.59cbrakehrw|work: mc installed
15:11.20*** join/#oe splAt1 (n=splat1@cpc2-leic7-0-0-cust281.leic.cable.ntl.com)
15:13.50CosmicPenguinanyone here clued into the new X development cycle?
15:14.25CosmicPenguinWhats the procedure for releasing a new driver - seeing as though it no longer is tied into the major monolithic release?
15:14.36koenno idea
15:14.59koenCosmicPenguin: http://handhelds.org/hypermail/oe/88/8863.html
15:15.33koenCosmicPenguin: I suspect they release a 7.x every six months and release bugfix releases of parts when needed
15:16.28CosmicPenguinIndeed - thats probably it
15:16.28CosmicPenguinsince all the individual drivers have both the X7.1 and individual versions in the tarball name
15:17.52CoreDump|homehi
15:24.16*** join/#oe magnet_ (n=magnet@82.250.186.28)
15:25.20hrw|workthx cbrake
15:26.21CosmicPenguinwe did all that work for 7.0, and now we need to do it for 7.1 again.. :)
15:26.56hrw|workCosmicPenguin: this time it should be smaller: lot of monotone rename
15:27.09koenCosmicPenguin: are you building xorg for alchemy boards as well?
15:27.36CosmicPenguinkoen: actually, I've never done that personally
15:28.04CosmicPenguinI know that people have done it - its all fbdev based, so it should be basic
15:28.06CosmicPenguinI have built QTE for the alchemy before though - heh
15:28.07koenI ran into some "wants to run binaries" trouble when trying to merge to  xorg stuff in bugzilla
15:28.16koenand some missing stuff in the site files
15:33.51*** join/#oe Bernardo (n=Bernardo@sourcemage/Bernardo)
15:35.31*** join/#oe Laibsch (n=Laibsch@dslb-088-073-220-112.pools.arcor-ip.net)
15:42.05goxboxlivenickeyl: I am using gcc-3.4.4 but the glibc i have no idea.. ust that i the local.conf has prefferd_prvider ******** "glibc"
15:44.39goxboxliveMIckeyl: Once more. Just that it's written in local.conf prefferd_provider_virtual/arm-linux-libc-for-gcc="glibc"
15:45.16*** join/#oe ar_ (n=ar@port-ip-213-211-250-51.reverse.mdcc-fun.de)
15:48.50goxboxliveMickeyl: Forget it, i'll start a new fresh org.open***.dev
15:53.02hrw|workNOTE: package gnutls-1.4.0-r0: task do_build: completed
15:56.00mickey|officegoxboxlive: one more... don't use familiar as distro
15:56.06mickey|officeopenzaurus-unstable is atm. better maintained in .dev
15:56.18*** join/#oe Cwiiis[laptop] (n=cwiiis@host-84-9-159-224.bulldogdsl.com)
15:58.14koenmickey|office: unmaintained everywhere in monotone
15:58.20koenmickey|office: move it to nonworking ;)
15:58.40mickey|officethat would be a bit too offensive atm.
15:59.24koenoffensive would be adding a check for familiar in bitbake and/or sanity.conf
16:01.02Genesisbye
16:01.06florian_kchmm right, anyone an idea why they don't check in latest changes?
16:01.35koenflorian_kc: they even have stopped inventing excuses and went to plain ignoring OE
16:03.53koenhrw|work: is that gnutls with or without the extra ssl addons?
16:04.20florian_kci wonder if i want to maintain familiar in oe myself...
16:04.31*** join/#oe law|home (n=_law_@213.173.86.202)
16:04.54koenflorian_kc: you could do it in OE, but I bet some people would get nasty
16:04.55hrw|workkoen: with
16:05.04koen*cough*hhorg*cough*
16:05.09*** join/#oe Laibsc1 (n=Laibsch@dslb-088-073-218-225.pools.arcor-ip.net)
16:05.26florian_kckoen: we are surrounded by people getting nasty...
16:05.56hrw|workkoen: its 1.3.5->1.4.0 recipe
16:06.31koenflorian_kc: and all because france + gang needed to take over from me
16:06.48koenah well
16:06.58koenlet them suffer in their own misery
16:08.39goxboxlivemickeyl: Ok, but what shall i use as distro then?
16:08.59koengoxboxlive: DISTRO="openzaurus-unstable"
16:09.14*** join/#oe mallum (n=mallum@host86-141-47-51.range86-141.btcentralplus.com)
16:09.23florian_kckoen: do you know if there are importent fixes available we might want to check in?
16:09.28koenmickey|office: if you are going to recommend OZ to !zaurus hw, you'd might want to consider making checkversion machine specific
16:09.48koenflorian_kc: they are in the images and on rene's/eriks disks
16:09.49mickey|officekoen: that should be already
16:09.55koenflorian_kc: so they aren't really available
16:10.08koenmickey|office: I have checkversion on my h2200 and hx4700.....
16:10.22florian_kckoen: pb__ mentioned some important bugfixes in bugzilla yesterday... iirc
16:10.26goxboxlivekoen: But i am using the HTC Universal ( i-mate JasJar)
16:10.31koengoxboxlive: so?
16:10.39koeneither you take the advice, or you don't
16:10.53goxboxlivekoen: : ai ai sir :-)
16:10.58hrw|workgnutls 1.4.0:  Depends: libgcrypt11 (>= 1.2.2), libgpg-error0 (>= 1.3), libgcc1 (>= 4.0.2), libc6 (>= 2.3.5+cvs20050627)
16:11.01*** join/#oe qip|Virus|da (n=Thomas@p549CEC1E.dip.t-dialin.net)
16:11.16*** join/#oe mrz80 (i=1000@caledonia.cns.ufl.edu)
16:11.23koenhrw|work: that's not too much
16:11.37florian_kchmm.. do we have experience with openzaurus on ipaq?
16:11.56koenflorian_kc: as I said, it runs on my h2200 and hx4700
16:12.11koenflorian_kc: it runs great, much faster thanks to softfloat
16:12.25florian_kckoen: okay... waht does "checkversion" do?
16:12.34hrw|workflorian_kc: check kernel version
16:12.50hrw|workflorian_kc: initscripts got hardcoded kernel version and check running kernel
16:13.05hrw|workflorian_kc: OZ users too often forgot to flash OZ kernel
16:13.13florian_kchrw|work: uh
16:13.30koenactually, on the hx4700 and h2200 is makes sense
16:15.33hrw|workwill push gnutls 1.4.0, libgpg-error 1.3 later
16:15.43florian_kcon the older ones it doesn't i guess...
16:16.09lardman|workPerhaps time is ripe for a distribution name now then - an Angstrom-pre
16:16.20lardman|works/name/name change
16:16.54florian_kceh cries
16:21.44*** join/#oe woglinde (i=woglinde@e178081133.adsl.alicedsl.de)
16:26.17*** join/#oe Cwiiis[laptop] (n=cwiiis@88-105-120-236.dynamic.dsl.as9105.com)
16:27.43koenhey Philippe
16:28.04Philippehello koen
16:29.38*** join/#oe dan2003 (n=dan2003@cpc1-ware3-0-0-cust291.lutn.cable.ntl.com)
16:29.52frglooks like bitbake finally magically discovered it should build the arm tools
16:30.10frglets see how it goes
16:32.39woglindehi koen
16:33.06koeney woglinde
16:33.09frghmm... as of now it builds gettext, flex, bison so that IS binutils ;) ...   however only the native x86 ones right now
16:33.17frghi both of you
16:33.22woglindehi frg
16:34.19frghope this finally works... or else im gonna use the old method for building opie :D
16:34.23hrw|workcu
16:35.59woglindefrg which old method?
16:37.19goxboxliveIf i am deleting OE. And download a new OE.db and start all over again. How do i prevent bitbake to generate locales when i am building in example an opie or gpe image?  I have tried the an patch, bu that missmatc my version.
16:38.37CIA-903hrw 07org.oe.dev * rc5657a49... 10/packages/gnutls/ (3 files in 2 dirs):
16:38.37CIA-9gnutls: added 1.4.0 (current stable)
16:38.37CIA-9- we probably should drop 1.0.xx (old old stable)
16:38.37CIA-9<PROTECTED>
16:38.41CIA-903hrw 07org.oe.dev * rce949228... 10/packages/libgpg-error/ (libgpg-error-1.3/pkgconfig.patch libgpg-error_1.3.bb): libgpg-error: added 1.3
16:39.33koengoxboxlive: why wouldn't you want the locales?
16:39.56woglindekoen maybe he wants to avoid the 1 hour locales generation
16:40.09woglindefrom glibc
16:40.24koenwoglinde: either wait an hour extra, or won't be able to build at all
16:40.42koenwoglinde: it seems goxboxlive has wasted 3 days trying to avoid building the locales
16:41.00woglindekoen hm
16:41.02koen3 days vs 1 hour.... tough choice
16:41.30koenwoglinde: I'm an engineer, so I say "make it work first, optimize later"
16:41.37woglindekoen yes
16:42.37woglindehm new xorg
16:42.41frgwoglinde: you know... the non-oe one ;)    http://dudu.dyn.2-h.org/nist/qt-notes.php  ... if it still works, ofcourse
16:43.06woglindefrg for which device you want build?
16:43.12frgh3600
16:43.27woglindeah didnt have luck with familar?
16:43.38frgim trying
16:43.39koens/familiar/bitrot/
16:43.46woglindekoen *g*
16:43.52woglindeI told him yesterday
16:44.00woglindein otherways
16:44.13frg:O
16:44.36*** join/#oe hufnus (n=slonsiki@DSL135-086.labridge.com)
16:44.46woglindehm it should be possible with openzaurus-unstable
16:45.09frganyways... fetching binutils right now... will take an hour with my connection... we'll see...
16:47.45*** join/#oe redguy (n=mati@acn125.neoplus.adsl.tpnet.pl)
16:51.45goxboxlivekoen/woglinde: Last time i generated the locales it took me 24h ( i am not kidding) to build a gpe-image.
16:52.05woglindegoxbox I remeber
16:52.16woglindegoxobox with angstroem or openzaurus?
16:52.39goxboxlivekoen: Why do i wnt the locales, i just need the english one. I have use for arabian locales, neither frence ones.
16:52.54goxboxlivewoglinde: it was 'familiar'
16:53.22woglindehm it should glibc 2.3.6 right?
16:53.47goxboxliveHow do i check that?
16:55.00goxboxliveActually, i just dint get it why it takes so long on my macjhine. It is an XP2500 and i have 1GB ram. Is that to little to build with OE
16:55.37woglindefamiliar or familiar-unstable?
16:55.54goxboxlivefamiliar, i have had problems with unstable before.
16:56.24likewisegoxboxlive: 1 GB should be enough.
16:56.37woglindejepp
16:57.05woglindemy openzaurus-toolchain generateted the glibc locales in one hour
16:57.11woglindexp2800 with 1 gig ram
16:57.14*** join/#oe chrisrom1in (n=chrisrom@d02v-89-83-236-37.d4.club-internet.fr)
16:57.34woglindeis your hardisk in dma-mode?
16:57.48goxboxlivehold on, i'll check
17:01.10*** join/#oe jtd (n=jtd@adsl-70-224-84-175.dsl.sbndin.ameritech.net)
17:01.38goxboxlivewoglinde: How do i check that on a SATA disk?
17:01.44woglindeah okay
17:01.57woglindeat sata there is no dma mode
17:02.04woglindeor pio
17:02.09woglindeits always fastest
17:02.18goxboxlive:-) ok, the rest of my disks ( IDE ) ll where enabled
17:02.26woglindehm
17:02.41woglindedont know whats going wrong at your computer
17:03.01woglindeokay have to reboot
17:03.04woglindenew kernel
17:03.15*** join/#oe nlt_ (n=laradji@dsl-magic-1.mpl4.ovea.net)
17:07.13*** join/#oe woglinde (i=woglinde@e178084135.adsl.alicedsl.de)
17:07.18woglindere
17:07.23woglindehm
17:07.29woglindeit runs faster I think
17:07.56lardman|workbye guys
17:08.17woglindebye lardmand
17:10.57*** join/#oe rob_w (n=bob@p213.54.215.119.tisdip.tiscali.de)
17:13.26cyrilRomainHow can I get the list of patches applied to a certain package ?
17:13.40*** join/#oe incinerator (n=incinera@82-41-24-164.cable.ubr04.edin.blueyonder.co.uk)
17:14.43woglindeheja kergoth
17:14.57kergothhey
17:14.57florian_kchi kergoth
17:16.10cyrilRomaina_cerain_package/*.patch, no more no less ?
17:16.52pb_morning kergoth
17:17.05woglindehi pb
17:17.11pb_yo woglinde
17:17.51*** join/#oe goxboxlive (n=goxboxli@ti500710a080-11983.bb.online.no)
17:17.55woglindere goxbox
17:19.07florian_kccyrilRomain: it depends, you need to check in the bb file
17:19.09goxboxliveOk, i have started all over again. But should i use the org.openembedded.oz354fam083 branch or the **.dev branch. when i am building for a HTC UNiversal
17:19.17*** join/#oe obergix[home] (n=olivier@mag77-1-82-238-13-91.fbx.proxad.net)
17:19.31woglindegoxobox he did you buy one?
17:19.44*** join/#oe magnet (n=magnet@82.250.180.62)
17:20.01woglindegoxbox try the .dev branch and set distro to openzaurus
17:20.06goxboxliveYes, i bought one this autum :-)
17:20.25cyrilRomainflorian_kc: ok, I'll take a deeper look then, thx
17:20.32goxboxliveWhy openzaurs ( i am a newbie u know)
17:20.56woglindegoxbox hm than better use the available image for the htc
17:21.09*** join/#oe nevarrie (n=jgrant@CPE-72-129-236-111.kc.res.rr.com)
17:21.40goxboxliveWich available image? he one at handhelds.org?
17:22.16woglindehm okay
17:22.31woglindeits the mda pro
17:22.55woglindelook here
17:22.57woglindehttp://wiki.xda-developers.com/index.php?pagename=UniversalProgress
17:23.20florian_kcwoglinde: they are pretty cheap in .de now :-)
17:23.36woglindeflorian the pro or mdaIII?
17:23.52woglindemdaIII 100-150 euros at ebay for the pro I didnt look
17:25.32woglindehm oh the motorola a780 and the htc share the same camera modell
17:25.50goxboxlivewoglinde: Yes i know about that image, but that's an modified Blueangel image. I have buildt an newer image with OE, but there are som bugs in it. http://www.handhelds.org/moin/moin.cgi/Universal
17:25.56florian_kcwoglinde: the pro... you can get them for less than 400 at ebay.
17:26.12woglindeflorian still a lot of money for me
17:26.19woglindeeven 150
17:26.24woglindefor a mda III
17:26.43florian_kcwoglinde: true... it would be even much for me, but i'm really tempted to try it.
17:27.49woglindegoxbox hm what types of bugs?
17:28.25cyrilRomainflorian_kc: is there a special bitbake command that can give me the final list of patches applied ? ('bitbake -v -D' apparently does not list them)
17:28.44*** part/#oe Laibsch (n=Laibsch@dslb-088-073-218-225.pools.arcor-ip.net)
17:28.52woglindecyril the easiest way is to look in the .bb
17:29.26CosmicPenguinor jump in to the work directory and quilt applied
17:31.47cyrilRomainok, thx
17:32.55goxboxlivewoglinde: Like the Irattach is pointed to /dev/ttyS1 , wich is our Bluetooth, IRDA should be at ttyS2. And the inittab does not have virtual consoles (tty1 tty2 tty3 tty4) out of the box. ALl the modules doesnt install right ( have to do it manually afterward). And the touchscreen doesnt work, have to add something to tslib.sh and make a ts-conf file.
17:34.29goxboxliveThere are more bugs, like during boot it clamimes opver taht it doeant have support for vfat,ext2,ext3 on ram0 -> ram11. I have to copy the /proc/filesystems to /etc/filesystems to get rid of this.
17:35.13goxboxliveAnd the last one, it is very slow, very slow
17:37.50pb_cyrilRomain: it ought to be fairly straightforward to use bitbake -c showdata | grep ^SRC_URI and then a bit of awk post-processing to extract the "patch=1" uris.
17:41.00*** join/#oe zap (n=zap@217.170.93.196)
17:44.22*** join/#oe nacer (n=laradji@pai34-4-82-240-124-12.fbx.proxad.net)
17:54.19*** join/#oe _law_ (n=law@mail.stiftadmont.at)
17:56.20cbrake_is this a fairly standard way to debug builds -- looking for the best techniques for the faq: http://oe.handhelds.org/cgi-bin/moin.cgi/OeFaq#head-7fb463176940807fd4f6d0a04773933339f5634c
17:59.29koencbrake_: 'bitbake devshell' should do the same
18:00.11*** part/#oe law|home (n=_law_@213.173.86.202)
18:01.00koencbrake_: it will create a sourceable script in deploy/addons
18:06.34cbrakekoen: wow, that is useful thing to know
18:13.11*** join/#oe _law_ (n=_law_@213.173.86.202)
18:14.45koen~spell integrity
18:14.54koenibot: botsnack
18:14.54ibotthanks, koen
18:17.34woglinde~spell integer
18:19.04CIA-903koen 07org.oe.documentation * r6d0a9eb5... 10/usermanual/usermanual.xml: usermanual/usermanual.xml: Add a section about how to get OE
18:19.22woglindehm where is zecke
18:23.30*** join/#oe reenoo (n=r@p5489F705.dip.t-dialin.net)
18:23.38woglindehi reenoo
18:24.02reenoore
18:24.04reenoohey woglinde
18:25.56CIA-903koen 07org.oe.documentation * rcc8da47a... 10/usermanual/usermanual.xml: usermanual/usermanual.xml: add prereq on monotone 0.25
18:30.34*** join/#oe Harvy (n=norm@80-193-172-141.cable.ubr05.pres.blueyonder.co.uk)
18:37.09*** join/#oe lamikr (n=chatzill@aragorn.kortex.jyu.fi)
18:46.58*** join/#oe luke-jr_ (n=luke-jr@2002:1891:f657:0:20e:a6ff:fec4:4e5d)
18:49.47*** join/#oe Laibsch (n=Laibsch@V28b9.v.pppool.de)
18:56.48*** join/#oe drw (n=drw@65.65.116.130)
19:01.09CIA-903koen 07org.oe.dev * r1a204644... 10/packages/liboil/ (liboil_0.3.6.bb liboil_0.3.9.bb): liboil: update to 0.3.9
19:02.32*** join/#oe hwtechnik (n=hwtechni@tor/session/external/x-649a999b8930eaa6)
19:04.18woglindehm whats liboil for?
19:04.34koenoptimizations
19:04.39woglinde???
19:04.42koenoil = optimized inner loops
19:04.48woglindeah
19:04.56koenfast implementations of lots of functions
19:05.01goxboxlivejust to have something to play with while OE generates the locales i build a xfce-image before i deleted the *.*.dev branch. But how do i get the xfce to work.
19:05.35goxboxliveBecause the Xfbdev works. X starts, but nit xfce. How do i link the xcfe to Xfbdev?
19:05.52CosmicPenguinput it in your xsession somehwere
19:06.05woglindesomething like for (bla=0, 0 < 3, bla++) a = a + bla; resulting in a = a +0 a= a+1 a= a+3
19:06.18CIA-903koen 07org.oe.dev * r098476e9... 10/packages/schroedinger/schroedinger_0.2.0.0.bb: schroedinger: at first public release of the schroedinger/dirac codec. The package includes a librady and gstreamer plugin
19:06.22CIA-903koen 07org.oe.dev * r0160cc9d... 10/packages/schroedinger/schroedinger_0.2.0.0.bb: schroedinger: at some missing metadata bits
19:06.42koenCosmicPenguin: xfwm doesn't work on kdrive due to xcomposite
19:06.43CosmicPenguinschroedinger - what happens when uncreative project namers start hitting the "Random Page" on Wikipedia
19:06.49CosmicPenguinkoen: oh, sad!
19:07.30koenCosmicPenguin: 24 bits != 888RGB but 5658RGBA
19:07.59hrw|huskyhi
19:08.03CosmicPenguinthats ok - xfce is really for full blooded machines anyway
19:08.13CosmicPenguinI prefer Matchbox
19:08.16hrw|huskygnutls need to ship m4 and pkgconfig probably
19:09.16goxboxliveFYI: My locales has started to generat. I'll report back when they are finished. I started to build 'nano'
19:10.02hrw|huskygoxboxlive: 1-3h
19:11.38goxboxlivehrw: Last time i took me allmost 24h :-) .
19:12.03hrw|huskygoxboxlive: pentium 200mhz?
19:12.19koen~lart html mail
19:12.26goxboxlivehrw: :-) xp2500 1GB ram.
19:12.56hrw|huskygoxboxlive: axp1700/768 or axp2200/1024 here
19:14.43hrw|huskyCosmicPenguin: you are amd guy... sempron64 2500 (cheapest), semp64 3100 (cool&quiet first model) or athlon64?
19:14.45goxboxlivekoen: So you mean that i can not use xfce with my universal. I am using kdrive-fbdev. I have managed to start it before. But i had to start it inside GPE while GPE was running. But it was so slow that i just deleted everything (again :-) )
19:15.21CosmicPenguinathlon64, if its for a desktop.. :)
19:15.34CosmicPenguinbut the sempron is good for the budget minded
19:15.50hrw|huskyCosmicPenguin: cash limited.. a64 = semp2500 with board on via
19:16.17hrw|huskyCosmicPenguin: im thinking of cheapest upgrade to amd64
19:17.29CosmicPenguinhmm... I'm not sure on what semprons fit in a socket 939
19:17.42hrw|huskyCosmicPenguin: and how much give cool&quiet?
19:18.13hrw|huskyCosmicPenguin: semp64 are s754 here.. i do not count s939 ones boundled with some boards
19:18.14CosmicPenguinits cooler and quieter.. :)
19:18.24CosmicPenguindepends where the boxen is going
19:20.10*** join/#oe dhr (n=hugh@CPE00606767ed59-CM000f9fa81660.cpe.net.cable.rogers.com)
19:20.11hrw|huskyCosmicPenguin: i would exchange axp2200 which goes ~56C
19:20.11CosmicPenguinsempron should be cooler then that
19:20.13hrw|huskyCosmicPenguin: cooler like cooler.. i prefer quiet :)
19:20.13chris144good night
19:20.21hrw|huskyn8 chris144
19:20.30chris144ni hrw|husky
19:21.14CosmicPenguinI have an Opteron in my office right now, and its not noisy, but it sure is hot
19:21.24hrw|huskyCosmicPenguin: but does semp64/2500 will be faster in 64bit then axp2200... I rather wont go to 3100 one
19:21.52koenCosmicPenguin: cool&quiet?
19:22.04hrw|huskyopteron is definitelly no way
19:22.25CosmicPenguinhttp://www.amd.com/us-en/Processors/ProductInformation/0,,30_118_9485_9487%5E10272,00.html
19:22.37KenJlimemickey|bbl: you there man?
19:22.57hrw|huskyCosmicPenguin: no way to get link..
19:23.10CosmicPenguinI know, I know - stupid AMD website
19:23.22CosmicPenguinbut koen was asking questions
19:23.28hrw|huskyopt140 is 850 pln..
19:23.30CosmicPenguinthats just an overview of the Cool & Quiet stuff
19:24.35*** join/#oe lamer11484121659 (n=jmau@p54A5CBF8.dip0.t-ipconnect.de)
19:24.41hrw|huskya64/3000 is 430 sem64/2500 is 240 pln
19:24.46KenJlimekoen: I cannot compile qte-mt 2.3.10 for the sh3 arch, but 2.3.12 works fine. Therefore Ive set a preferred version. But the opie include file overrides it, so I basicly want a ? infront of that =
19:25.08hrw|huskyKenJlime: include opie and then set to 2.3.12
19:25.11koenyou'll have to talk to the resident qt/e hackers
19:25.55KenJlimehrw|husky: Why not set all opie libraries with ?= that way we can override them?
19:26.09KenJlimedoh
19:26.12KenJlimejust realized something
19:26.18KenJlimeyour right
19:26.25hrw|huskyKenJlime: ask mickeyl - i do not use .dev branch for device work
19:26.38KenJlimewill do, know how to do for now atleast
19:29.11hrw|huskycu
19:30.30*** join/#oe katossi (n=guillerm@dslb-084-062-156-235.pools.arcor-ip.net)
19:57.50*** join/#oe florian (n=fuchs@p5083BFD8.dip0.t-ipconnect.de)
19:57.53florianre
20:11.53koen~lart thunderbird 1.5
20:13.05KenJlimekoen: could you commit #1011
20:13.51goxboxliveFYI: The locales are generated.
20:16.30frgsmall question: i've interrupted a build in the middle of do_populate_staging  ... can i resume that without having to build it from start again?
20:17.02KenJlimefrg: yes
20:17.09frgstage?
20:17.19KenJlimefrg: it does that auto
20:17.39frgoh really?
20:17.41*** join/#oe Cwiiis[laptop] (n=cwiiis@88-105-120-236.dynamic.dsl.as9105.com)
20:18.58frgzomg... its Great! :D
20:19.02frglol
20:19.42*** join/#oe W8TVI (n=me@166.166.14.19)
20:19.48frgdidn't try that, got scared it would start all over again with unpacking the tarball :)
20:31.23*** join/#oe magnet_ (n=magnet@82.250.188.161)
20:36.29*** join/#oe zecke (n=ich@88.134.3.173)
20:39.28fdvdoes internal compiler error on gcc-cross-initial sound familiar to anybody?
20:39.41woglindewhich toolchain?
20:40.07fdvuhm, sorry?
20:40.22woglindebinutls 3424323.34
20:40.26woglindegcc 5.6.7
20:40.26fdvjust set up oe/bitbake following the getting-started stuff
20:40.29woglindeglibc 89.34
20:40.39fdvok
20:43.30fdvI presume the tools used are the native ones (x86)
20:43.42fdvgcc there is 4.0.3
20:44.58fdvbinutils is 2.16.1cvs20060117-1
20:45.31floriankoen: do orinoco-modules (oz-unstable, .dev) build for you?
20:45.35*** join/#oe zap (n=zap@85.249.170.16)
20:46.43fdvlibc is 2.3.6-7
20:49.48fdvwoglinde: those the ones you meant?
20:50.27zeckekoen: tomorrow I have some more time again
21:11.12koenflorian: no, neither do the atmeldrivers
21:11.17koenflorian: with kernel 2.6, that is
21:16.21floriankoen: same with 2.4, looks like spectrum_cs triggers a ggc 4.0 bug
21:28.55*** join/#oe Crofton (n=balister@66-207-66-26.black.dmt.ntelos.net)
21:33.14frgzecke: the build process works fine now :)   (building glibc for arm right now)
21:33.29zeckefrg: awesome, what was the resolution?
21:33.38frgnot that i know what was wrong before ;)
21:33.52frgmaybe the update to bitbaker 1.4.2
21:35.12frgi mean the 1.4.0 i had before didnt work well and now 1.4.2 works
21:36.21frgi dont remember any other significant change ^^
21:37.50frgand i stopped playing with having and not having external crosscompiler used and decided to have it built inside
21:40.08zeckefrg: have you seen the Documentation on using prebuilt toolchains and implications with that decision?
21:40.35frgi guess not...
21:41.19zeckehttp://oe.handhelds.org/usermanual/ch05s05.html
21:41.40zeckethere are some implications and issues ahead
21:41.54frgi've chosen a prebuilt one after it failed many times to build its own
21:42.05zeckeah okay ;)
21:42.12zeckeI was forced to use a pre-built one
21:42.29frgand then i've forgotten to remove it from path (if that mattered) ;)
21:43.11*** join/#oe florian (n=fuchs@p5083BFD8.dip0.t-ipconnect.de)
21:45.29frghmm... looks like it is not very straightforward to set that up correctly
22:01.49*** join/#oe hwtechnik (n=hwtechni@tor/session/external/x-e8dae5b5abaeea9b)
22:03.37*** join/#oe rwhitby (n=rwhitby@nslu2-linux/rwhitby)
22:09.11frg|asleepgood night
22:23.11fdvwoglinde: thanks, you put me on the right track. upgrading gcc helped :)
22:23.12woglindefdv no prob
22:25.37zeckenite
22:25.44florianzecke: gn
22:25.59*** part/#oe koen (i=koen@dominion.kabel.utwente.nl)
22:26.41*** join/#oe koen (i=koen@dominion.kabel.utwente.nl)
22:26.56*** join/#oe andersee (n=andersen@codepoet.org)
22:42.24*** join/#oe Greg2 (n=greg@pub58.hunt4.nfis.com)
22:42.43Greg2hello
22:43.44Greg2until i pick up a larger hd for my laptop i thought i would set up oe on my desktop
22:43.50Greg2my desktop only has 512mb of ram, will that be a problem?
22:44.57woglindegreg2 no
22:45.14woglindecompiling will be a little bit slower than with 1 gig
22:45.24woglindebut principal no prob
22:46.01Greg2woglinde  ok  thanks
22:46.19Greg2does anyone still use the cow patch, or is that built in.. or not needed now
22:46.57woglindeuse bitbake 1.4.2 as suggested in the topic
22:47.50CosmicPenguinwow - I haven't heard "cow" in quite a long time
22:48.24Greg2that must be why i couldn't find out much about it
22:49.25Greg2thanks, it's time to build
22:49.29Greg2s/build/bitbake
22:49.38Greg2bye all
22:52.54*** part/#oe Greg2 (n=greg@pub58.hunt4.nfis.com)
22:56.25JustinPhrw|gone: any reason you didn't put up e-image for rc4? I'm getting worried that there are strange discrepancies between our build systems...
23:10.08JustinPkoen: what *is* going on....who sent what insults? I'm honestly at a loss for what happened with Familiar
23:18.27*** join/#oe ScytheBlade1 (n=Death@about/pxe/ScytheBlade1)
23:35.05JustinPhrw|gone: my fears have been confirmed....rxvt works fine in your oz 3.5.4.1 rc4 image but in mine it doesn't. And you seem to keep having gcc compilation errors whereas I don't.
23:35.34JustinPhrw|gone: I'll try another pull and update and rebuild to see if some magic will happen on my system...
23:39.19*** join/#oe mithro (n=tim@lester.mithis.com)
23:54.07*** join/#oe rwhitby (n=rwhitby@nslu2-linux/rwhitby)

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.