**** BEGIN LOGGING AT Wed Nov 28 02:59:56 2007 Nov 28 03:07:34 Is someone available to commit a new cmake recipe? I've updated it and moved common items to a .inc file Nov 28 03:08:51 otavio: you should add it to the bug tracker. Nov 28 03:22:50 * otavio will do after people commit the other three bugs he has already openned ;-) Nov 28 03:24:44 otavio: from experience, don't hold you breath Nov 28 03:25:31 hehe Nov 28 03:26:41 Zero_Chaos: I'm still getting used to OE and then I'm starting to find things that I could help. Since I'm starting to use it, I'd like to share the improvements/fixes I've done locally ... Nov 28 03:27:13 Zero_Chaos: but I'll wait a little before send more bugs... at least until someone comment on the bugs I've sent already Nov 28 03:27:42 Zero_Chaos: I'm using stgit to control the patch queue, so is easy to stay on sync ;-) Nov 28 03:29:52 Zero_Chaos: or, if it takes too much, make my changed tree available somewhere Nov 28 03:31:19 otavio: if I were you, I would put my patches on the bug tracker. Nov 28 03:32:35 Zero_Chaos: will do Nov 28 05:00:20 XorA|gone: PING Nov 28 05:00:49 anyone that knows how to work a Default_Preference=-1 and force ${AUTOREV} at the same time? Nov 28 05:01:15 * Zero_Chaos is getting really tired of adding things to conf/local.conf just to wait for cache update and nothing new to happen Nov 28 05:02:59 Zero_Chaos: you can use the prefered version Nov 28 05:08:38 yeah I was having issue with that, but I got it now :-) Nov 28 05:08:59 well, half of it anyway Nov 28 05:09:12 can you give me an example of how to force autorev? Nov 28 05:10:36 Zero_Chaos: autorev I don't know Nov 28 05:10:47 Zero_Chaos: I'm using _git packages and they does work Nov 28 05:10:50 damn, nor do I :-) Nov 28 05:10:59 depends on the designer ;-) Nov 28 05:11:13 haha Nov 28 05:12:08 Zero_Chaos: SRCREV_pn-libmokogsmd2 ?= "${AUTOREV}" Nov 28 05:12:19 Zero_Chaos: so it use it by default Nov 28 05:12:38 yeah like that, only I have no ? just the = Nov 28 05:12:40 hmm Nov 28 05:12:44 maybe that is my issue? Nov 28 05:12:59 shouldn't be though, but hell, what do I know. let's find out Nov 28 05:13:01 Zero_Chaos: it's to use your value, if you set and autorev if not Nov 28 05:13:19 Zero_Chaos: then on .bb packages/openmoko2/openmoko-appearance_svn.bb:PV = "0.1.0+svnr${SRCREV}" Nov 28 05:13:37 Zero_Chaos: read one of those Nov 28 05:13:51 Zero_Chaos: or move to GIT ;-) Nov 28 05:14:00 not an option Nov 28 05:14:41 otavio: the package I am building has a preferred rev, and I am trying to force autorev, which has no love for me Nov 28 05:14:59 I can't even remember the file that stores preferred revs.... Nov 28 05:16:49 Zero_Chaos: ahh Nov 28 05:16:52 then it's easy Nov 28 05:17:33 ...c'mon, it's not *that* easy... Nov 28 05:17:33 Zero_Chaos: SRCREV_pn- = REV Nov 28 05:17:49 yeah, tried that, trying again, with the ? Nov 28 05:18:09 Zero_Chaos: no, ? is to not override if you set it already Nov 28 05:18:22 like: if not set, set it to ... Nov 28 05:18:23 ha, well then, I have a lot of issues :-) Nov 28 05:18:40 Zero_Chaos: can you paste your .bb? Nov 28 05:18:43 * wick728 is away: afk Nov 28 05:18:49 on paste.debian.org Nov 28 05:18:55 .net, sorry Nov 28 05:19:27 otavio: like I said, there is an override to force a specific rev and I don't remember where, so I doubt that would help. Nov 28 05:19:55 otavio: but you can see it, packages/kismet/kismet_svn.bb Nov 28 05:20:58 Zero_Chaos: this one? Nov 28 05:21:00 Zero_Chaos: ok Nov 28 05:22:16 Zero_Chaos: conf/distro/include/sane-srcrevs.inc:SRCREV_pn-kismet ?= "2285" Nov 28 05:22:20 Zero_Chaos: this one? Nov 28 05:23:42 yup Nov 28 05:23:52 I want to force autorev but all I can find are errors :-) Nov 28 05:24:54 Zero_Chaos: you want it to look automaticaly for this specific revision? Nov 28 05:24:58 Zero_Chaos: or what? Nov 28 05:25:22 no, the person that commited the reciepe wants that revision, I want autorev Nov 28 05:26:07 Zero_Chaos: what distro you have on DISTRO var? Nov 28 05:26:18 angstrom-2007.1 Nov 28 05:28:34 Zero_Chaos: edit it and put on the last line: SRCREV_pn-kismet = "${AUTOREV}" Nov 28 05:28:45 PREFERRED_VERSION_kismet = "2007-10-R1+svnr${SRCREV}" Nov 28 05:28:46 SRCREV_pn-kismet ?= "${AUTOREV}" Nov 28 05:28:55 I put that in local.conf and it buggers out Nov 28 05:29:46 but if I build the .bb directly then it will work... Nov 28 05:29:53 * Zero_Chaos kicks bitbake Nov 28 05:30:03 Zero_Chaos: how ar eyou calling bitbake? Nov 28 05:30:45 it buggers with this when I call "bitbake kismet" Nov 28 05:30:46 ERROR: SRCREV was used yet no valid SCM was found in SRC_URI Nov 28 05:31:07 and when I call "bitbake -b ../org.open[...]kismet_svn.bb" it works Nov 28 05:31:14 but obviously that is no good Nov 28 05:32:54 any idea? Nov 28 05:35:03 was looking at that files Nov 28 05:35:08 but it looks strange, indeed Nov 28 05:35:14 since others do the same Nov 28 05:35:41 I should imagine it would work... but I am unloved it seems. Nov 28 05:36:04 ERROR: SRCREV was used yet no valid SCM was found in SRC_URI Nov 28 05:36:11 ^^ that really kills me ^^ Nov 28 05:36:15 I mean honestly, WTF? Nov 28 05:37:13 Check the lastest revision, by hand, and try to set it in place of AUTOREV Nov 28 05:37:18 might work for now Nov 28 05:37:42 otavio: I know how to bandaid it, but I want to fix it right ;-) Nov 28 05:38:12 Zero_Chaos: I can't try it locally here since I'm in the middle of a big building Nov 28 05:38:17 Zero_Chaos: later I can try it Nov 28 05:44:40 otavio: I can set the SRCREV to 2300 (latest) but not to ${AUTOREV} Nov 28 05:44:52 otavio: it is "${AUTOREV}" right? Nov 28 05:45:23 It looks to Nov 28 05:49:01 well, I'll have to beat up XorA|gone later then. Nov 28 05:49:06 * Zero_Chaos prods XorA|gone Nov 28 06:11:21 Does anybody knows about it? Nov 28 06:11:22 | CROSS COMPILE Badness: /usr/include in INCLUDEPATH: /usr/include/firefox-2.0.0.3/nspr Nov 28 06:11:25 | cc1plus: internal compiler error: in add_path, at c-incpath.c:362 Nov 28 06:21:37 found. .pc file for nspr has wrong include paths Nov 28 06:49:23 otavio: I was unable to compile firefox yesterday too Nov 28 06:49:38 otavio: Btw, your 3372 bug has no patch attached Nov 28 06:51:30 otavio: could you provide mtn diff Nov 28 07:48:22 morning Nov 28 07:48:43 hi XorA Zero_Chaos was waiting for you Nov 28 07:50:50 is there anything wrong with my bb? http://pastebin.ca/800037 Nov 28 07:51:04 it still not configures, compiles, installs Nov 28 07:54:21 your ${S} is probably wrong, looks like that should be ${WORKDIR}/trunk Nov 28 07:54:38 XorA, how can you know this? Nov 28 07:54:47 module=trunk on svn line Nov 28 07:55:12 aah! Nov 28 07:58:27 XorA, wohoo! works!! thx! Nov 28 07:59:41 can you also tell me why SRCREV_pn-blub ?= "${AUTOREV}" works for one package and not for another Nov 28 08:00:22 the error is that svn -r ${AUTOREV} gets executed Nov 28 08:03:22 hrm... now I get another error while compiling Nov 28 08:03:32 | /media/data/moko/build/tmp/staging/x86_64-linux/include/python2.5/pyport.h:734:2: error: #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)." Nov 28 08:03:52 mickeyl is the python guy Nov 28 08:05:31 is this an error in my package source or openembedded related? Nov 28 08:10:10 josch: no idea without researching deeper Nov 28 08:12:03 this is a more complete error log: http://pastebin.ca/800241 it seems it want to include x86_64 python headers header what makes no sense since it cross compiles for armv4t Nov 28 08:42:26 hello, somebody knows howto create an initrd image with OE Nov 28 08:48:32 Hi! I need your help. Iam collecting points in page listed below. If you be so kind, please click url below.(sorry for the spam, thank you) http://www.3dwhite.lt/?click=56a3cdcf22ccc7ab5f0a7f4d2bc900ff Nov 28 08:52:02 hop Nov 28 08:52:17 hey geekounet Nov 28 08:52:27 hey Genesis :) Nov 28 08:53:02 hello, somebody knows howto create an initrd image with OE Nov 28 08:53:39 good question :| Nov 28 08:56:25 Genesis: sorry for my english i'm from Spain, could you help me? Nov 28 08:58:37 no sorry Nov 28 08:59:03 no worry for your english , i'm from France :) Nov 28 09:04:22 ah! I got some steps further Nov 28 09:04:55 this is the code that points gcc to the x86_64 python of my host http://celpaste.morb-design.com/pastebin.php?show=m2db915af Nov 28 09:05:21 so ./configure detects python in ./build/tmp/staging/x86_64-linux/include/python2.5/Python.h Nov 28 09:05:36 but this is wrong because I compile for arm Nov 28 09:05:49 so I want to have ./build/tmp/staging/arm-angstrom-linux-gnueabi/include/python2.5/Python.h detected Nov 28 09:06:01 how is this done?? Nov 28 09:07:15 Hi, I want to add a package (boa) to be included in an image. I have read http://www.openembedded.info/usermanual.html#commonuse_new_image , but I don't know, where to put the variables like PACKAGE_INSTALL . Nov 28 09:08:10 urmelZaus|work, maybe using DISTRO_EXTRA_RDEPENDS in local.conf? Nov 28 09:09:06 this variable does not exists, i have to add it myself? Nov 28 09:10:03 just add DISTRO_EXTRA_RDEPENDS += "myapp" Nov 28 09:19:44 josch: the DISTRO_EXTRA_RDEPENDS seems not to work Nov 28 09:19:55 :-/ Nov 28 09:31:16 josch: I have added PACKAGE_INSTALL += "boa" to my local.conf ... the rootfs now includes boa Nov 28 09:31:45 urmelZaus|work, ah! great! Nov 28 09:34:30 I now got further with my problem Nov 28 09:34:49 has anybody ever encountered a "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)." error message being thrown? Nov 28 09:35:28 it seems that there is a something misdefined Nov 28 09:35:51 #if LONG_BIT != 8 * SIZEOF_LONG Nov 28 09:35:51 * 32-bit platforms using gcc. We try to catch that here at compile-time Nov 28 09:35:51 * rather than waiting for integer multiplication to trigger bogus Nov 28 09:35:51 * overflows. Nov 28 09:35:52 */ Nov 28 09:35:54 #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)." Nov 28 09:35:58 #endif Nov 28 09:36:30 I'm not even on 32 bit but use 64 bit so how can this error occur? Nov 28 09:44:38 morning Nov 28 09:45:05 hi hrw Nov 28 09:45:54 hello, somebody knows howto create an initrd image with OE Nov 28 09:46:36 movilinex: does does initrd differ from normal OE image? Nov 28 09:46:46 I used OE images as initrd many times Nov 28 09:50:14 hrw: we have build Angstrom OPIE image. It has 64 MB, and we need a little image that runs in RAM Nov 28 09:50:46 hrw:then we will do chrooting to OPIE image Nov 28 09:55:12 * XorA is sure there was an initramfs tutorial posted to mailing list only a week ago or so Nov 28 09:55:56 movilinex: where you run it? Nov 28 09:58:15 hrw:htc prophet, processor omap 850, not supported in OE but with same processor as HTC TORNADO Nov 28 10:00:22 movilinex: and wizard? Nov 28 10:01:22 XorA:yes Nov 28 10:01:48 although I just sold the wizard so no linux on that :-) Nov 28 10:02:33 movilinex: it has sd card? Nov 28 10:02:44 XorA:yes linwizard project seems to be broken Nov 28 10:03:11 movilinex: I dont think it ever started, more html coders than kernel coders :-) Nov 28 10:03:18 hrw:yes Nov 28 10:03:26 movilinex: for new devices I would rather build minimal image and connect via serial to do hacking Nov 28 10:03:41 movilinex: and once you get sdcard working then use sd card as rootfs Nov 28 10:04:33 hrw:it can connect via ssh Nov 28 10:05:12 good morning! Nov 28 10:06:10 movilinex: how do you connect to device? Nov 28 10:06:15 bt? wifi? usb? Nov 28 10:06:36 * XorA guesses we are talking about a haret boot here Nov 28 10:07:37 hrw:haret is the bootloader and connection between PC / Device is with usb Nov 28 10:09:42 i have build initrd with buildroot and opie image for tornado with OE. Chrooting seems not to work. Nov 28 10:10:25 I wonder why new device which has some parts of hardware not yet working needs to run opie... Nov 28 10:10:35 movilinex: do you have working sd card? Nov 28 10:10:39 under linux Nov 28 10:10:45 yes Nov 28 10:11:01 and framebuffer is partially support Nov 28 10:11:21 then why initrd?? Nov 28 10:11:25 boot from sd Nov 28 10:13:03 hrw:you want to tell that in kernel line command i put .... Nov 28 10:13:36 hrw:how does it do? Nov 28 10:13:49 movilinex: did you ever asked other devices maintainers ow they do linux porting? Nov 28 10:13:58 s/ ow / how / Nov 28 10:14:46 I never had pocketpc device and see those kind of questions again and again and again.. Nov 28 10:15:15 does no one wrote page like 'how to port linux to pocketpc device in 10 steps'? Nov 28 10:15:27 hrw:no, we have watched that they usually use initrd Nov 28 10:15:55 yes Nov 28 10:16:09 i know what you say Nov 28 10:16:41 one of steps is 'once you get SD controller working switch to booting from sd card' Nov 28 10:17:12 hrw:thank you Nov 28 10:17:30 one card, two partitions -> 1.vfat (with haret and kernel) 2. ext2 (with linux rootfs) Nov 28 10:18:00 insert card, boot into windowsmobile, run haret. haret will load kernel from card and boot into second partition Nov 28 10:18:28 root=/dev/mmcblk0p2 rootdelay=5 (or rootwait) and its all Nov 28 10:18:55 hrw:ok thank you very much Nov 28 10:18:58 and omap850 HTC platforms read even 2G cards (if not larger) Nov 28 10:19:20 hrw:yes we have a 2GB card Nov 28 10:19:27 and it supports Nov 28 10:19:29 movilinex: dig a bit in handhelds.org wiki Nov 28 10:19:36 my friend has htc artemis Nov 28 10:20:45 hi broonie Nov 28 10:20:53 Morning. Nov 28 10:24:35 yo ;) Nov 28 10:25:04 i need to make bootable image with grub , it seems that it's not supported by OE , isn't it ? Nov 28 10:25:28 should i write a bootimg.bbclass-like class for grub bootimage ? Nov 28 10:25:41 some advices are welcome :) Nov 28 10:56:50 03xora 07org.oe.dev * r1e4ef714... 10/ (1 conf/distro/include/sane-srcrevs.inc): sane-srcrevs.inc : increment gsmd and dialer2 in unison Nov 28 10:59:04 * * OE Bug 3378 has been RESOLVED (INVALID) by xjqian(AT)gmail.com Nov 28 10:59:06 * *  gmp-native-4.2.1-r2 fails to compile Nov 28 10:59:08 * * http://bugs.openembedded.org/show_bug.cgi?id=3378 Nov 28 11:00:04 * * OE Bug 3379 has been created by autobuild(AT)openembedded.org Nov 28 11:00:07 * * gmp-native-4.2.1-r2-do_compile Nov 28 11:00:08 * * http://bugs.openembedded.org/show_bug.cgi?id=3379 Nov 28 11:00:16 * * OE Bug 3380 has been created by autobuild(AT)openembedded.org Nov 28 11:00:18 * * gettext-native-0.14.1-r6-do_configure Nov 28 11:00:20 * * http://bugs.openembedded.org/show_bug.cgi?id=3380 Nov 28 11:00:29 * * OE Bug 3381 has been created by autobuild(AT)openembedded.org Nov 28 11:00:31 * * qemu-native-0.9.0+cvs20070613-r5-do_compile Nov 28 11:00:32 * * http://bugs.openembedded.org/show_bug.cgi?id=3381 Nov 28 11:00:41 * * OE Bug 3382 has been created by autobuild(AT)openembedded.org Nov 28 11:00:42 * * curl-native-7.16.4-r0-do_configure Nov 28 11:00:45 * * http://bugs.openembedded.org/show_bug.cgi?id=3382 Nov 28 11:02:13 * XorA tries to work out what the random code in linux.inc in do_install_prepend is trying to acheive Nov 28 11:02:30 because it seems to be a broken work around here :-( Nov 28 11:03:50 XorA: looks like workarounding vendor patches Nov 28 11:04:22 hrw: it ends up installing something call uImage in kernel-image, but it really isnt a uImage Nov 28 11:04:46 I had vendor patchset once which moved all kernels and modules into totally other directory Nov 28 11:05:09 XorA: did you tracked who added that code? Nov 28 11:05:14 and was it Koen Nov 28 11:05:47 hrw: it was Nov 28 11:07:18 where is he hiding today :-D Nov 28 11:07:55 ~seen koen Nov 28 11:07:56 koen was last seen on IRC in channel #oe, 3d 20h 57m ago, saying: 'steliosk: the autobuilder can't :('. Nov 28 11:08:25 am i wrong with my grub pb ? Nov 28 11:08:50 Genesis: I didnt understand it, OE generates ext2fs and tarballs quiet happilly Nov 28 11:08:53 XorA: on neo1973 all audio is routed to headset when it is connected? Nov 28 11:09:05 hrw: should be, neod alters the mixer Nov 28 11:09:14 XorA : that seems to not add stage1 Nov 28 11:09:18 XorA: cool Nov 28 11:10:21 $ file minimalist-image-nao-geode.ext2 Nov 28 11:10:21 minimalist-image-nao-geode.ext2: Linux rev 0.0 ext2 filesystem data Nov 28 11:10:26 what i need is : Nov 28 11:10:43 Genesis: sounds like you need to package some bits of grub and force them into rootfs Nov 28 11:10:52 yeap Nov 28 11:10:55 $ file AL512-4.bin-debian Nov 28 11:10:55 AL512-4.bin-debian: x86 boot sector, code offset 0x48 Nov 28 11:11:04 i need boot sector img Nov 28 11:11:19 so i need to write some bbclass thx Nov 28 11:11:49 Genesis: what you need is NOT ext2 image but whole hdd image Nov 28 11:12:02 hum .. yes i thinkl Nov 28 11:12:14 bootimg create such image and you need to install grub on it Nov 28 11:12:41 hmm, is deploy done before install? Nov 28 11:12:58 * XorA bets not Nov 28 11:13:02 damnation Nov 28 11:13:03 grub failed Nov 28 11:13:10 XorA: so on neo when I am listening do music from mediaplayer and incoming call starts ringtone should be played on headset instead of internal speaker? Nov 28 11:13:37 hrw: you speak to wrong guy Nov 28 11:14:19 seems like OE people prefers uboot Nov 28 11:15:39 Genesis: it just depends what is on the machine we use Nov 28 11:16:13 XorA: that bit worked around atmel vendor patches, shouldn't be needed anymore, since vanilla has decent at91 support these days Nov 28 11:16:30 koen: cool, I need a real uImage in kernel-image Nov 28 11:17:42 * koen gets back to college work Nov 28 11:18:12 hmm, looks like I need to move uImage generation to do_compile_append Nov 28 11:19:05 Genesis: alix here use grub but I installed grub by hand on device Nov 28 11:19:45 i saw that Nov 28 11:20:02 that's not powerfull Nov 28 11:20:19 so you'll interessted by test a bbclass that do that hrw ? Nov 28 11:20:28 i wrote that after eat Nov 28 11:20:39 s/wrote/will write Nov 28 11:23:12 Genesis: cannot warrant it Nov 28 11:23:15 time is limited Nov 28 11:31:54 CM: added the patch Nov 28 11:32:16 CM: have you tried the firefox patch on #3373? Nov 28 11:32:22 CM: it works for me Nov 28 11:32:32 xjqian: what would it help? Nov 28 11:44:13 Where should MACHINE_ESSENTIAL_* variables be set? machine.conf or distro.conf ? Nov 28 11:45:07 and does the definition of "booting" include being able to access the command line of a machine with no serial access or screen via the network? Nov 28 11:46:05 machine Nov 28 11:46:28 rwhitby: for me booting is 'boot machine to state which I can control it' Nov 28 11:46:51 so for an nslu2 that would include network and telnet/ssh access. Nov 28 11:47:05 yes Nov 28 11:47:32 is machine_essential limited to kernel packages, or can other packages be used too (e.g. network driver firmware package)? Nov 28 11:50:36 I would add all needed to get net on nslu2 Nov 28 11:58:16 I try to integrate boa in an at91sam9263 build. I used the angstrom-distro with a "bitbake bootstrap-image". I added DISTRO_EXTRA_RDEPENDS += " boa" to my local.conf. But boa is not in the rootfs. Nov 28 12:00:11 otavio: Yes, but I will try again. I'm still an oe-newbie.. ;) Nov 28 12:00:38 CM: what error you had? Nov 28 12:00:41 CM: me too :-) Nov 28 12:00:57 Complained about some git bla bla Nov 28 12:01:24 So I just cleaned it out and updated from oe again Nov 28 12:01:26 CM: you should apply it using : patch -p1 < ...patch Nov 28 12:01:33 03rwhitby 07org.oe.dev * r5d961d38... 10/ (1 classes/nslu2-image.bbclass): nslu2-image.bbclass: Remove the need for the temporary subdirectory by grabbing files from their original locations directly. Allow usage of this class in ixp4xx machines, not just nslu2. Nov 28 12:01:37 03rwhitby 07org.oe.dev * r09fe4678... 10/ (1 packages/images/slugos-image.bb): slugos-image: Deprecate support for dsmg600 and nas100d images - users need to inherit them in local.conf if they want them. Nov 28 12:01:44 03rwhitby 07org.oe.dev * r3d577369... 10/ (1 conf/distro/slugos.conf): slugos.conf: Add missing provider specification Nov 28 12:01:50 03rwhitby 07org.oe.dev * rd52b4fdc... 10/ (1 packages/apex/nslu2 packages/apex/files): apex-nslu2: Move the defconfig to a generic files dir so you can build this package for the ixp4xx machines. Nov 28 12:01:53 urmelZaus|work: create own image which will install also boa Nov 28 12:01:55 otavio: I added it in the firefox-2.0.0.3 folder, then changed the bb recipie to include it Nov 28 12:01:55 03rwhitby 07org.oe.dev * r28d3e80d... 10/ (1 packages/linux/linux.inc): linux.inc: Added support for processor endianness Nov 28 12:02:00 urmelZaus|work: AFAIK this is not the way it should be done. 'bitbake -c rebuild task-base' will help you though ... Nov 28 12:02:01 03rwhitby 07org.oe.dev * r5391412b... 10/ (1 conf/distro/include/slugos.inc): slugos.inc: Move slugos to the same toolchain as OABI Angstrom 2007.1, and bump version to 4.7 Nov 28 12:02:10 03rwhitby 07org.oe.dev * rbb584660... 10/ (17 files in 5 dirs): linux-ixp4xx: Migration from ixp4xx-kernel. Intended to follow recent OE kernel recipe conventions. Default kernel for slugos distro and ixp4xx machines. ixp4xx-kernel will be removed later once this is well tested. Nov 28 12:02:19 CM: no. It isn't suppose to be applied while building but to change OE itself Nov 28 12:02:26 cbrake_away: I want to cry, the patch rapoport gave me doesn't compile! Nov 28 12:02:36 otavio: Heh, that explais a lot :) Nov 28 12:02:58 CM: try that this way then Nov 28 12:04:15 but the scr_rev for firefox has to be updated too, or it will build 1.0.7 or so Nov 28 12:04:44 CM: I setted mine preferenced version to 2.0.0.3 Nov 28 12:04:59 CM: you can test it using: bitbake firefox-2.0.0.3 Nov 28 12:06:37 rschuster: will 'bitbake -c rebuild task-base' rebuild the whole packages? Nov 28 12:09:33 urmelZaus|work: no it just fixes the issue that what you added in DISTRO_EXTRA_RDEPENDS ends up being on your image Nov 28 12:10:19 urmelZaus|work: but as said. it is not the correct way to do it. hence the workaround Nov 28 12:10:40 DISTRO_EXTRA_RDEPENDS is wrong way Nov 28 12:10:56 hmm. are there a documentation howto generate a new image class? Nov 28 12:14:49 :-D few more firefox fixes being cooked :-) Nov 28 12:15:45 urmelZaus|work: not sure but an image recipe is like any other recipe Nov 28 12:15:51 BB recipe I mean :) Nov 28 12:16:38 urmelZaus|work: look at how openmoko-devel-image is done. that is what you should mimic Nov 28 12:16:45 rshcuster: I read http://www.openembedded.info/usermanual.html#commonuse_new_image , but I don't know, in which file to put this variables Nov 28 12:19:24 urmelZaus|work: but you know that recipes can include each other and that you can append and prepend all its variables? Nov 28 12:20:34 rschuster: yes, its all python, I know, but what is "the right way" ;-) Nov 28 12:34:56 well... simple question now... an install script that gets called while do_install by bitbake wants to use convert (imagemagick) Nov 28 12:35:23 I figured that most of my binaries are located in ./build/tmp/staging/x86_64-linux/bin/ <= is this the location it looks for convert? Nov 28 12:35:29 how to I install it? Nov 28 12:37:39 1./build/tmp/staging/x86_64-linux/bin/ == ${STAGING_BINDIR_NATIVE} Nov 28 12:37:55 hrw, how do I install additional apps there? Nov 28 12:38:42 morning Nov 28 12:38:48 otavio: Got busy at work for a while, but let's wait and see: NOTE: package firefox-2.0.0.3-r3: task do_compile: started ;) Nov 28 12:41:03 03jeremy_laine 07org.oe.dev * rce64d96d... 10/ (1 packages/linux/linux-2.6.23/mpc8313e-rdb/defconfig): linux-2.6.23: update mpc8313e-rdb defconfig based on mpc8323e-rdb Nov 28 12:41:08 03jeremy_laine 07org.oe.dev * r0d388ad4... 10/ (1 packages/uboot/u-boot_1.3.0.bb): u-boot: add version 1.3.0 Nov 28 12:41:15 03jeremy_laine 07org.oe.dev * r33e5bd40... 10/ (3 files in 3 dirs): mpc8313e-rdb: use u-boot 1.3.0 instead of git Nov 28 12:44:04 * * OE Bug 3383 has been created by thebohemian(AT)gmx.net Nov 28 12:44:06 * * zlib: package's debian name should be zlib1g Nov 28 12:44:09 * * http://bugs.openembedded.org/show_bug.cgi?id=3383 Nov 28 12:45:08 josch: install them through the do_stage() function Nov 28 12:45:34 rschuster, you mean imagemagick?? Nov 28 12:45:43 josch: yep Nov 28 12:45:54 rschuster, can you give an example? Nov 28 12:46:22 do_stage() { Nov 28 12:46:22 install -m 0755 src/cacaoh/.libs/cacaoh ${STAGING_BINDIR}/ Nov 28 12:46:22 } Nov 28 12:46:26 this is the first bb file I make and I got really far (it compiles without problems) but there are many thiings I still not know Nov 28 12:46:36 from cacao/cacaoh-cldc-native Nov 28 12:46:41 ah yes Nov 28 12:47:05 josch:you need a -native package. Nov 28 12:47:11 ?? Nov 28 12:47:44 josch: the "imagemagic" recipe is build for your target system Nov 28 12:48:23 of course it is but I have to build it for my host system Nov 28 12:48:38 and it certainly will not use my local imagemagick install ^^ Nov 28 12:48:56 josch: if there where a imagemagick-native (dont know whether one exists) it would be for you build system and it would make sense to install its binaries to {STAGING_BINDIR} (which is equal to STAGING_BINDIR_NATIVE in recipes which inherit native) Nov 28 12:49:48 josch: search for packages having -native in the name and look what they do in do_stage() Nov 28 12:49:52 okay I checked and there is now native imagemagick recipe Nov 28 12:49:57 okay Nov 28 12:50:38 so I even have to create a bb file for imagemagick? Nov 28 12:53:55 hrm... they seem to have one thing in common: "inherit native" Nov 28 13:04:35 nud: sorry to hear that -- did you try 2.6.24-rc3? Nov 28 13:09:36 cbrake: I'm trying right now to compile it Nov 28 13:10:11 cbrake: I've removed the ramdisk load since it didn't apply anymore, I don't know if it's upstream though Nov 28 13:13:29 otavio: Compiled, but I can't test until I get home: http://rafb.net/p/nq5uEl59.html Nov 28 13:17:04 * * OE Bug 3381 has been RESOLVED (INVALID) by koen(AT)openembedded.org Nov 28 13:17:06 * *  qemu-native-0.9.0+cvs20070613-r5-do_compile Nov 28 13:17:08 * * http://bugs.openembedded.org/show_bug.cgi?id=3381 Nov 28 13:17:16 * * OE Bug 3382 has been RESOLVED (INVALID) by koen(AT)openembedded.org Nov 28 13:17:18 * *  curl-native-7.16.4-r0-do_configure Nov 28 13:17:20 * * http://bugs.openembedded.org/show_bug.cgi?id=3382 Nov 28 13:17:29 * * OE Bug 3379 has been RESOLVED (INVALID) by koen(AT)openembedded.org Nov 28 13:17:31 * *  gmp-native-4.2.1-r2-do_compile Nov 28 13:17:33 * * http://bugs.openembedded.org/show_bug.cgi?id=3379 Nov 28 13:17:41 * * OE Bug 3380 has been RESOLVED (INVALID) by koen(AT)openembedded.org Nov 28 13:17:43 * *  gettext-native-0.14.1-r6-do_configure Nov 28 13:17:45 * * http://bugs.openembedded.org/show_bug.cgi?id=3380 Nov 28 13:22:38 can someone give me a helping hand in building imagemagick-native? this maybe too much for a bitbake newbee like me :-) do I simply have to add "inherit native"? Nov 28 13:27:37 cbrake: strangely enough I don't have the hability to check the PCI support Nov 28 13:30:57 nud: hmm, must be some missing bits in mainline then :-( Nov 28 13:39:00 cbrake: looks like there is a new patch that adds a few things in the Kconfigs Nov 28 13:39:06 http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=4667/1 Nov 28 13:42:03 could it be that bitbake doesnt care about ASSUME_PROVIDED += "binutils-cross" ? Nov 28 13:42:33 i have it already in my staging directory, and in assume provided, but it gets build every time i do a new image with ma existing toolchain Nov 28 13:46:59 nud: thanks, looks like we'll need that for 2.6.24 ... Nov 28 13:48:05 * * OE Bug 3384 has been created by thebohemian(AT)gmx.net Nov 28 13:48:07 * * add libtool 1.5.6-6osso recipe Nov 28 13:48:09 * * http://bugs.openembedded.org/show_bug.cgi?id=3384 Nov 28 14:05:42 03rwhitby 07org.oe.dev * r9e45d3c8... 10/ (1 conf/distro/include/slugos.inc): slugos.inc: Set default cmdline_root for nslu2 Nov 28 14:05:47 03rwhitby 07org.oe.dev * r672c37d6... 10/ (1 conf/machine/include/ixp4xx.inc): ixp4xx.inc: Set default machine essentials to include the ixp4xx ethernet firmware Nov 28 14:05:56 03rwhitby 07org.oe.dev * r1e54b4f2... 10/ (3 files in 2 dirs): apex-nslu2: No need to byteswap the little-endian kernel on loading. Remove unused alternatives for cmdline - these recipes are for nslu2 only. Nov 28 14:22:30 morning Nov 28 14:35:02 CM: great :-) Nov 28 14:41:51 CM: I'm improving it packaging now. Later, if it proves to work, I'll send a new bug about it Nov 28 14:43:54 otavio: http://rafb.net/p/bh2vTU23.html Nov 28 14:44:05 otavio: Haven't tried to run it yet though ;) Nov 28 14:46:53 CM: wow nice! Nov 28 14:47:19 Later I want to buy a Neo1973 but I'm in Brazil and that looks a little more difficult to do Nov 28 14:47:37 otavio: Yeah, wait for gta02 :) Nov 28 14:47:55 The larger rootfs will be nice, 64mb is tight ;) Nov 28 14:48:04 indeed Nov 28 14:48:15 But the killer features, imho, is wifi support Nov 28 14:49:01 What GTA (from GTA01 and GTA02) stands for? Nov 28 14:49:55 Don't know actually Nov 28 14:50:07 has something changed with user accounts on the wiki? Nov 28 14:50:15 I was going to add the dates for FOSDEM Nov 28 14:52:54 does ANYBODY know what GTA stands for? Nov 28 14:53:03 this is a faq Nov 28 14:54:29 wesnoth starts up!! Nov 28 14:54:38 but it's incredibly slooooow.... :-( Nov 28 14:54:48 josch: Cool (btw, this is not #openmoko) ;) Nov 28 14:55:33 CM, ah sry ^^ Nov 28 14:55:43 Heh, I'm not :P Nov 28 14:56:14 Grand Theft Auto Nov 28 14:57:10 I change my question to: does anybody know what GTA stands for EXCEPT grand theft auto? Nov 28 14:57:56 Google Theived Android Nov 28 15:03:29 Gotta Think of an Acronym Nov 28 15:27:14 hey mickeyl Nov 28 15:29:18 odd ... I bitbake subversion. Subversion ipkg is created just fine, but a bunch of dependency ipks like neon apr-util, etc do not get built unless I bitbake then explicitly Nov 28 15:31:10 why is do_package_write_ipk not getting called unless I specificially bitbake a package? Nov 28 15:32:40 hi XorA. got your PC environment up again? Nov 28 15:32:52 mickeyl: no, Im using WinXP Nov 28 15:32:52 cbrake: lack if internal deps Nov 28 15:33:02 XorA: really? d'oh Nov 28 15:33:21 mickeyl: I couldnt be bothered install linux then installing it again when RMA of drive comes back Nov 28 15:33:38 right Nov 28 15:33:43 mickeyl: and there is a rootless xserver, works well enough Nov 28 15:33:59 ssh -X openmoko.local to get to build machine :-) Nov 28 15:38:13 hrw: so if I want to build subversion and all dep ipk's for a feed, what is the best way to do this, other than manually bitbake'ing each recipe Nov 28 15:40:02 I had something for it but forgot where ;( Nov 28 15:45:48 could someone try to compile the bttv driver for an ARM processor ? Nov 28 15:46:08 I get this: | ERROR: "__bad_udelay" [drivers/media/video/bt8xx/bttv.ko] undefined! Nov 28 15:46:08 | ERROR: "__bad_udelay" [drivers/media/dvb/bt8xx/dst.ko] undefined! Nov 28 15:50:04 anyone tried sourcepkg.bbclass recently? Nov 28 15:50:32 does not work for me: NOTE: exceptions.IndexError:list index out of range while evaluating: Nov 28 15:50:59 happens right in the first package: shasum-native Nov 28 15:54:20 shasum-native does not have source fetched from outside Nov 28 16:00:03 ah .. Nov 28 16:05:28 not good. I file a bug Nov 28 16:18:59 there it is: http://bugs.openembedded.org/show_bug.cgi?id=3385 Nov 28 16:20:16 hrw: how can I find out where exactly in the code of get_src_tree(d) happens the exception? Nov 28 16:26:02 03mickeyl 07org.oe.dev * r6b8f9f93... 10/ (1 packages/meta/meta-toolchain.bb): meta-toolchain: properly fix .pc files to point to the toolchain directory. closes #3426 Nov 28 16:26:39 rschuster: I usually end up instrumenting the python code with print statements. There may be a better way. Nov 28 16:27:06 cbrake: :) Nov 28 16:27:29 cbrake: does plain print works or should that be bb.note and friends Nov 28 16:27:45 rschuster: if I recall, print works Nov 28 16:27:51 cbrake: We used to have dependencies which caused all subpackages to package before the package you were building itself Nov 28 16:28:34 cbrake: Those dependencies were wrong and were removed but we now having nothing making everything package. I added a buildall target in poky as an experiment of one way of solving that Nov 28 16:29:14 RP: ok, I'll look at that. Nov 28 16:29:34 rschuster: If you use bitbake trunk it will dump the contents of the python functions into temp/ like it does in 1.8 for shell Nov 28 16:29:50 rschuster: I'd probably not recommend trunk in general but it does have that feature Nov 28 16:30:31 cbrake: If you find it useful, feel free to add to OE, its just a few lines in base.bbclass Nov 28 16:30:44 RP: will do -- thanks Nov 28 16:42:10 when sourcepkg retrieves S (= > bb.data.getVar('S', ..) S has the value of "${WORKDIR}" (sic). it then unconditionally split by slashes and access unconditionally the second ([1]) entry. AFAIK the assumption that S must contain at least one slash is wrong? or not? Nov 28 16:49:04 * * OE Bug 3375 has been RESOLVED (FIXED) by mlauer(AT)vanille-media.de Nov 28 16:49:06 * *  meta-toolchain does not fix pkgconfig data files path properly Nov 28 16:49:08 * * http://bugs.openembedded.org/show_bug.cgi?id=3375 Nov 28 16:49:16 * * OE Bug 3385 has been created by thebohemian(AT)gmx.net Nov 28 16:49:18 * * sourcepkg.bbclass: fails to handle packages with no external sources Nov 28 16:49:20 * * http://bugs.openembedded.org/show_bug.cgi?id=3385 Nov 28 17:00:40 rschuster: Is the variable expanded or not? Nov 28 17:01:27 rschuster: If not, I don't see why it should contain multiple slashes. If it is expanded, most people don't build in the root of their system :} Nov 28 17:02:55 RP: it is not expanded. however the implementor assumed that S is ${WORKDIR}/foo. but for shasum its just ${WORKDIR} Nov 28 17:03:33 rschuster: Its a very wrong assumption then, ${WORKDIR} is perfectly valid Nov 28 17:04:13 * RP dreads to think why it wants to do that Nov 28 17:18:28 otavio: Segfaults on the Neo: http://rafb.net/p/mcqZx555.html Nov 28 17:25:49 CM: strange Nov 28 17:25:52 CM: it works for me Nov 28 17:43:16 bye Nov 28 18:22:05 * * OE Bug 3386 has been created by autobuild(AT)openembedded.org Nov 28 18:22:06 * * xf86-video-ati-6.6.193-r1-do_configure Nov 28 18:22:08 * * http://bugs.openembedded.org/show_bug.cgi?id=3386 Nov 28 18:44:25 Can someone explain the right way to add some files to the boa webserver document root? Should I build a new recipe or is there a simple solution? Nov 28 19:06:57 urmelZAUS: I'd create a new recipe (for a new package) with the html files you want Nov 28 19:09:07 ~curse grub u-boot and consors Nov 28 19:09:07 May the fleas of a thousand camels infest your most sensitive regions, grub u-boot and consors ! Nov 28 19:13:48 bonne soirée Nov 28 19:17:36 nud: do you know a template or an example for such a simple task? Nov 28 19:21:46 you just have to use the install command in do_install, and that's pretty much everything Nov 28 19:22:11 I guess you'll put your files in a repository of some sort Nov 28 19:22:23 nud: thanks Nov 28 20:06:14 03jeremy_laine 07org.oe.dev * r960ad5e7... 10/ (4 files in 3 dirs): linux-2.6.23: add NAND flash driver for mpc8323e-rdb, fix NOR mapping Nov 28 20:19:04 * * OE Bug 3387 has been created by r.farina(AT)adelphia.net Nov 28 20:19:06 * * kismet preferred version Nov 28 20:19:08 * * http://bugs.openembedded.org/show_bug.cgi?id=3387 Nov 28 21:51:23 gm Nov 28 22:10:04 * * OE Bug 3388 has been created by xjqian(AT)gmail.com Nov 28 22:10:06 * * Meta-Bug: Angstrom 2007 preferred version update Nov 28 22:10:08 * * http://bugs.openembedded.org/show_bug.cgi?id=3388 Nov 28 22:15:04 * * OE Bug 3364 has been RESOLVED (INVALID) by xjqian(AT)gmail.com Nov 28 22:15:06 * *  mpfr-native-2.3.0-r1-do_populate_staging Nov 28 22:15:08 * * http://bugs.openembedded.org/show_bug.cgi?id=3364 Nov 28 22:20:55 xjqian: PING Nov 28 22:21:25 Zero_Chaos: hi Nov 28 22:21:56 xjqian: hey, 3387 was my bug and you made 3388, I presume it would be proper to set 3388 depends on 3387? Nov 28 22:24:48 Zero_Chaos: I set 3387 blocks 3388, which I think is the proper relationship Nov 28 22:25:45 okay, that's fine, that's what I meant. Nov 28 22:26:13 xjqian: is my bug clear enough, do I require a more compelling reasoning? is it clear enough that the release I'm asking for is stable? Nov 28 22:26:23 xjqian: basically, do I need to do anything else Nov 28 22:26:33 Zero_Chaos: yes it's clear enought for me Nov 28 22:26:47 xjqian: k' thanks Nov 28 22:27:28 Zero_Chaos: however, I created 3388 for Koen, if you know what I mean ;) Nov 28 22:29:08 xjqian: I am sorry, but I simply have no idea what you mean... *cough cough* Nov 28 22:30:57 Zero_Chaos: I'm not experienced enough to commit changes that may affect a wide audience. I will leave it up to Koen, the Angstrom super lord, to decide which one should be updated in the Angsrom preferred. Nov 28 22:31:29 xjqian: my sarcasm may have been lost when translated into irc.... :-) Nov 28 22:56:04 * * OE Bug 3389 has been created by autobuild(AT)openembedded.org Nov 28 22:56:06 * * linux-efika-2.6.20.20-r1-do_configure Nov 28 22:56:08 * * http://bugs.openembedded.org/show_bug.cgi?id=3389 Nov 28 23:31:44 How I could change psplash image? I saw it has .h files for it but didn't get how to convert an image for that format Nov 28 23:31:49 Could someone help on it? Nov 28 23:34:50 please see the documentation in the psplash source package Nov 28 23:34:56 there's a batch file for that Nov 28 23:35:12 eh, wait... that's called script. Nov 28 23:35:13 heh Nov 28 23:36:27 oh, on the source itself? Ok Nov 28 23:36:32 mickeyl: thank you Nov 28 23:42:07 mickeyl: you are converting to DOES? Nov 28 23:42:24 what's that? :) Nov 28 23:42:35 ah, DOS, even Nov 28 23:42:36 heh Nov 28 23:42:53 not really, in fact i'm trying to kill the last windows machine in my office early next year Nov 28 23:42:59 then i'm winfree Nov 28 23:51:26 sleep tight Nov 28 23:54:18 okay, anyone have an akita and know how to nand restore? Nov 28 23:54:33 I'm having a really bad day considering I just did a nand erase... Nov 28 23:54:52 Zero_Chaos: Boot with OK-D-M held down Nov 28 23:55:03 I got that. Nov 28 23:55:24 and then? Nov 28 23:55:44 I can't remember which screen it is, but iirc, you need to go across a couple of pages to get to the backup/restore options Nov 28 23:56:06 I can't find "backup/restore" only "update" which doesn't seem to work Nov 28 23:56:17 hm, that's odd Nov 28 23:56:34 the directions I find online says menu 3 then 2, but I have no 2 in menu 3 Nov 28 23:56:43 ..erk Nov 28 23:57:13 yeah, and I have to nand restore now, considering I killed the emergency boot loader. Nov 29 00:02:35 03likewise 07org.oe.dev * r417a59ef... 10/ (3 files in 2 dirs): linux-2.6.23: Added LEDs patch (only) for mpc8313e-rdb. Needs testing. Nov 29 00:02:41 03likewise 07org.oe.dev * rf477e212... 10/ (3 files in 3 dirs): linux-2.6.23: Fixup of mpc8313e-rdb-leds.patch. Nov 29 00:03:01 testing Nov 29 00:03:06 neat Nov 29 00:03:16 NAbyss: okay, I found the restore, but it tells me no file Nov 29 00:03:24 NAbyss: where do I put the file on the CF card? Nov 29 00:03:48 Zero_Chaos: In the root, as per the filename it was downloaded as, iirc Nov 29 00:03:54 sysdbk310 or similar, from memory Nov 29 00:04:11 okay, systc100.dbk Nov 29 00:04:16 ja Nov 29 00:04:19 on a 1gb fat16 partition Nov 29 00:04:27 on my cf card of the same size Nov 29 00:04:32 and it says file not found Nov 29 00:06:22 it says "file:SYSTC100.DBK"\n"not exist file" Nov 29 00:06:30 but that is the only file on the damned cf card Nov 29 00:06:37 wtf.. Nov 29 00:06:43 yeah. Nov 29 00:07:59 Zero_Chaos: how is the card partioned? IIRC the fat partition needs to be the 1st entry in the table. Nov 29 00:08:19 hvontres|work: it's the only Nov 29 00:08:26 hvontres|work: 1gb partition on a 1gb card. Nov 29 00:08:36 /dev/sdb1 in my computer Nov 29 00:09:04 Zero_Chaos: ahh... that should be ok then Nov 29 00:09:34 Zero_Chaos: and it is fat16 right? Nov 29 00:09:50 mkdosfs makes fat16 I think... right? Nov 29 00:10:00 it makes them all Nov 29 00:11:00 Zero_Chaos: according to the man page, it picks the "best" for you if you don't tell it :) Nov 29 00:11:03 so "mkdosfs -F 16" Nov 29 00:11:13 Zero_Chaos: yup Nov 29 00:11:51 it says vfat in "mount" that seems bad... Nov 29 00:11:56 I'll force it this time Nov 29 00:12:33 Zero_Chaos: you might want to check the partition type in fdisk as well Nov 29 00:14:20 yeah Nov 29 00:15:59 I've not really fdisked a dos drive before... what number should it be? Nov 29 00:16:48 well it says fat16 anyway, I'll leave it alone and format it right Nov 29 00:17:19 still says vfat... i thought vfat was fat32 though... Nov 29 00:18:41 for no reason at all, it likes me now Nov 29 00:19:34 maybe it was the -F16, but it looked the same when done according to mount... Nov 29 00:19:38 whatever it's working now. Nov 29 00:20:03 NAbyss: hvontres|work: CosmicPenguin: thanks, it is flashing now, now I just hope it works when done :-) Nov 29 00:21:40 okay, green bar is the length of the screen and it printed OK after "Restore..." Nov 29 00:21:43 so what now? Nov 29 00:21:46 reboot? Nov 29 00:22:41 hmm, it seems to be booting... Nov 29 00:22:47 at least I get a sharp logo again.... Nov 29 00:24:54 Zero_Chaos: Any luck Nov 29 00:25:43 hvontres|work: if I turn it on a get a sharp logo and a blinking block cursor, don't know if it doesn't anything else. I can get into the flash menu again so I presume it restored my emergency bootloader at least Nov 29 00:26:11 as for what I actually put into the NAND, well, it doesn't seem to work, or maybe I'm not patient enough Nov 29 00:27:48 okay, I rebooted and let whatever is there try to boot before my last line and now... it's still doing nothing Nov 29 00:28:47 so back to my original thought... :-) anyone with an akita that know of something that works that I can flash? Nov 29 00:29:36 because whatever is in my flash seems to not work Nov 29 00:34:43 if there is an image on the wiki for download, does that mean it works? I presume so because the last one was from 10/30 Nov 29 00:36:04 nevermind, there are not jffs2 on the download site. Nov 29 00:38:04 * * OE Bug 3390 has been created by utx(AT)penguin.cz Nov 29 00:38:06 * * zaurusd does not discriminate between "lid was opened" and "headphones removed" Nov 29 00:38:09 * * http://bugs.openembedded.org/show_bug.cgi?id=3390 Nov 29 00:38:17 * * OE Bug 2571 has been RESOLVED (FIXED) by utx(AT)penguin.cz Nov 29 00:38:18 * *  scripts under /etc/zaurus/hinge-$orientation.d/ run twice Nov 29 00:38:20 * * http://bugs.openembedded.org/show_bug.cgi?id=2571 Nov 29 02:37:05 * * OE Bug 3391 has been created by autobuild(AT)openembedded.org Nov 29 02:37:07 * * libmad-0.15.1b-r0-do_configure Nov 29 02:37:09 * * http://bugs.openembedded.org/show_bug.cgi?id=3391 Nov 29 02:40:05 * * OE Bug 3392 has been created by autobuild(AT)openembedded.org Nov 29 02:40:07 * * gtk+-2.10.14-r7-do_compile Nov 29 02:40:09 * * http://bugs.openembedded.org/show_bug.cgi?id=3392 **** ENDING LOGGING AT Thu Nov 29 02:59:56 2007