**** BEGIN LOGGING AT Wed Sep 17 02:59:57 2008 Sep 17 08:09:10 * * OE Bug 4551 has been created by elena.valhalla(AT)gmail.com Sep 17 08:09:12 * * proposed bb for podget (bash podcast aggregator) Sep 17 08:09:14 * * http://bugs.openembedded.net/show_bug.cgi?id=4551 Sep 17 08:27:02 pb_: concerning the bb prompt problem: they moved the "fancy prompt/tab completion" options out of the shells Config.in to busybox settings -> busybox library tuning -> command line editing. one have to enable them andthe prompt is working again :) Sep 17 08:36:19 horizon: aha, very good Sep 17 08:37:10 * * OE Bug 4552 has been created by vjensen(AT)gmx.de Sep 17 08:37:12 * * php-native fails in .stable with mysql problem Sep 17 08:37:14 * * http://bugs.openembedded.net/show_bug.cgi?id=4552 Sep 17 08:39:24 is uclibc support working perfectly? or should i build with glibc? Sep 17 08:52:26 Hi! Sep 17 08:56:12 mornin' Sep 17 08:56:42 hi ant_work Sep 17 08:56:57 hey pb_ Sep 17 08:57:04 hi all Sep 17 08:58:04 aum: about that TMPDIR issue...it's strange nobody else reported it (I stumbled in it end-july, last post on angstrom-devel of july) Sep 17 08:58:33 I did not pen a bug thinking this iwas specific to my setup, nut... Sep 17 08:58:41 ant_work: i'm trying to build from dev branch of current OE tree Sep 17 08:59:29 did a build for uclibc, it seemed to mess up the bluetooth packages, so i've switched to glibc and am starting again Sep 17 09:00:11 i'm just bitbaking ncurses-native to see if I get the same problem about 'insane /usr/lib/libncurses.la' Sep 17 09:01:39 with -TMPDIR = "/OE/${DISTRO}-tmp/" +TMPDIR = "/OE/build/${DISTRO}/tmp/" ? It works here Sep 17 09:01:58 ant_work: the TMPDIR setting doesn't seem to be a problem actually Sep 17 09:02:09 i think it might have been a red herring Sep 17 09:02:24 I don't think so Sep 17 09:02:38 is reproducible Sep 17 09:02:48 when my build of ncurses-native finishes i'll pastebin the libncurses.la that gets produced Sep 17 09:04:10 you know what would be amazing - some automated tools to help new devs create/contribute bitbake recipes Sep 17 09:04:31 he, just look at gentoo's ebuilds :-) Sep 17 09:04:43 you can steal 90% Sep 17 09:04:59 i'm not used to source-based distros Sep 17 09:05:33 welcome :-) Sep 17 09:06:15 first thing i noticed is the cobwebs growing under my chair while i wait for stuff to build :P Sep 17 09:12:14 Uhr, someone here for some support? I'm kinda stuck here... Sep 17 09:12:30 Renegerr: you'll have to be a little more specific about what is wrong Sep 17 09:13:31 Of course, i wanted to know if someone is available ;) Sep 17 09:13:53 Well, i've got a custom-PCB MX21ads board here, based on a testboard from freescale. Sep 17 09:14:38 I'm trying to build a filesystem, which goes well, but, when i shoot it into ram (As a cramfs), the last line i see is: Freeing init memory: 104K Sep 17 09:14:56 I've tried several distro's, several busybox and init configurations... This is all i get. Sep 17 09:15:15 The kernel is working perfectly (The kernel is build manually, because we're doing some driver development) Sep 17 09:15:46 I mainly used the angstrom.2007.1 distro Sep 17 09:16:00 Check that your /dev/console and associated devices are set up right. You can get that kind of problem if init doesn't manage to open the right file descriptors. Sep 17 09:16:08 hi pb_ Sep 17 09:16:26 In particular, that can happen if something goes wrong with the fakeroot system during image construction, or if you try to run mkfs outside of the fakeroot environment. Sep 17 09:16:31 BlindMan: good morning Sep 17 09:17:55 Hm. My first, hand builded filesystem, worked when i set the init to "init=/bin/sh" in the kernel command line... Even when the /dev/ttymxc0 wasn't there. Sep 17 09:18:33 It shouldn't matter whether you have /dev/ttymxc0 or not. /dev/console is the important one. Sep 17 09:20:17 Hm. I untarred the builded filesystem, and the only one i see in /dev is initctl... Doesn't seems to be right.. Sep 17 09:21:25 I'm going to check my devices file... Sep 17 09:21:47 right, that would be a problem Sep 17 09:22:24 Many thanks. I'll give it a try.. Sep 17 09:25:47 pb_: again on bitbake: what is the 'standard' BBPATH? I see angstrom includes /OE... Sep 17 09:27:11 (to allow the modified TMPDIR) Sep 17 09:28:54 ant_work: I don't think there is any standard, as such. It depends entirely on how your project is organised. Sep 17 09:29:04 http://lists.linuxtogo.org/pipermail/angstrom-distro-devel/2008-July/002416.html Sep 17 09:29:20 the standard settings are triggering QA for insane paths Sep 17 09:29:39 (that's for Angstrom) Sep 17 09:30:24 I don't think that's likely to be related to BBPATH, as such. I could believe that some values of TMPDIR could cause that. Sep 17 09:30:57 it's clearly a bug in some part of the metadata, though, and I think it should just be fixed rather than trying to find a value of TMPDIR that doesn't happen to tickle the problem. Sep 17 09:31:23 if this is specific to 4ngstr0m then I guess you will have to take it up with those guys directly. I don't really know anything about that distro. Sep 17 09:50:51 i hope someone can help - i'm still getting build failure with ncurses-native - i've put the build output, local.conf and the .la file contents up at http://pastebin.com/m1b9d5807 - can someone please take a look and tell me if you see anything obvious? Sep 17 10:08:53 aum: it does not happen building .dev Sep 17 10:09:46 ant_work: i'm not sure what you mean - my OE tree has the dev branch, and the command i'm using is 'bitbake ncurses-native' Sep 17 10:09:54 ?? Sep 17 10:10:03 NOTE: Running task 191 of 193 (ID: 5, /home/david/work/sw/pocketpc/openembedded/OE/org.openembedded.stable Sep 17 10:10:03 i switched my OE tree to the dev branch 3 days ago Sep 17 10:10:31 ohh Sep 17 10:10:42 and BBFILES := "/home/david/work/sw/pocketpc/openembedded/OE/org.openembedded.stable/packages/*/*.bb" too Sep 17 10:10:48 so how do i switch fully/properly to the dev tree? Sep 17 10:11:04 check environment Sep 17 10:11:09 and local.conf Sep 17 10:11:24 do i need to pull more stuff with mtn? Sep 17 10:11:46 no, just checkout .dev branch Sep 17 10:11:57 (if not done) Sep 17 10:12:00 please bear with me, i'm more used to cvs/svn and make - i'm completely new to mtn/bitbake Sep 17 10:12:11 i thought i did check out .dev branch Sep 17 10:12:22 what mtn command do i need to get .dev? Sep 17 10:12:36 aum: you can also check OE out with git if that is any easier for you Sep 17 10:12:37 $ cd /stuff Sep 17 10:12:44 $ mtn --db=/stuff/OE.mtn checkout --branch=org.openembedded.dev Sep 17 10:12:58 (http://wiki.openembedded.net/index.php/Getting_Started) Sep 17 10:13:46 i originally followed the angstrom recipe at http://www.angstrom-distribution.org/building-%C3%A5ngstr%C3%B6m Sep 17 10:14:20 eh, 4ngstr0m ... Sep 17 10:14:36 is that a dirty word in this chan? Sep 17 10:14:43 joking Sep 17 10:15:14 that mtn command you gave - would that include the angstrom stuff? Sep 17 10:15:54 aum: it's not a dirty word, but the way angstrom sets itself up is rather different to (and more complicated than) the majority of other distros. most of the people in this channel are probably not very familiar with it. Sep 17 10:16:11 /stuff is /home/david/work/sw/pocketpc/openembedded/OE/ Sep 17 10:16:18 for you Sep 17 10:16:38 i might move to a shorter /path Sep 17 10:16:51 I have a separate /oe partition Sep 17 10:17:05 :-] Sep 17 10:17:17 OE does need its own partition :P Sep 17 10:17:49 the logs are long enough, don't overcomplicate the things... Sep 17 10:20:54 anyone using qt-x11-free_4.4.1? Sep 17 10:21:20 so do i need to set BBPATH first? Sep 17 10:23:15 * aum recants that silly question Sep 17 10:23:33 the error is: http://nopaste.biz/51801 Sep 17 10:23:54 when compiling it native and not cross it works Sep 17 10:24:34 aum: follow Angstrom-instructions but change TMPDIR (I purged BBPATH too) Sep 17 10:26:35 and replace .stable with .dev ! Sep 17 10:27:02 k Sep 17 10:27:08 (BBFILES and BBPATH) Sep 17 10:27:37 and should i build on glibc? Sep 17 10:31:10 mtn --db=/stuff/OE.mtn checkout --branch=org.openembedded.dev Sep 17 10:31:38 certificates | keys | revisions Sep 17 10:31:38 mtn: 78,131 | 76 | 25,739 Sep 17 10:31:38 mtn: bytes in | bytes out | certs in | revs in Sep 17 10:31:38 mtn: 341.2 k | 271.4 k | 32/394 | 8/97 Sep 17 10:31:46 i could be waiting a while Sep 17 10:32:29 is there a quicker way to get an up-to-date dev branch? Sep 17 10:33:14 that's odd, it looks like mtn is doing a pull rather than a checkout Sep 17 10:33:16 I wonder why that is Sep 17 10:33:32 sry Sep 17 10:33:35 i am doing a pull Sep 17 10:33:40 can i skip that? Sep 17 10:33:42 yes Sep 17 10:33:45 last snapshots are old (15-Jun) Sep 17 10:34:02 if you're only 97 revs behind, that probably isn't worth worrying about for now Sep 17 10:34:14 once you are checked out, you can run a pull in the background to get up to date Sep 17 10:34:29 for now, though, forget the pull, just do the checkout Sep 17 10:34:47 ain't a weekly snapshot once upon a time? Sep 17 10:34:57 but will that require a lot of rebuilding when i next pull? Sep 17 10:35:09 aum: dunno, it depends which packages have been changed Sep 17 10:35:26 it's up to you, you can wait for the pull to complete if you want Sep 17 10:35:40 wait, is worth ! Sep 17 10:35:46 k Sep 17 10:35:56 120/394 certs now Sep 17 10:36:05 ok, sounds like it's worth waiting then. Sep 17 10:36:21 if you're 30% done already then that doesn't sound too bad Sep 17 10:36:27 quicker than stable - that took hours to pull Sep 17 10:36:46 both old: http://wiki.openembedded.net/snapshots/ Sep 17 10:36:55 that's probably because you needed to download the whole tree for stable. Sep 17 10:37:19 unless you explicitly specified stable at the time, mtn would have pulled all the branches for you. Sep 17 10:37:29 ahh, right Sep 17 10:37:31 so, in that case, all you need to download now are the updates in the .dev tree between then and now Sep 17 10:37:45 k Sep 17 10:37:55 nearly halfway thru pull now Sep 17 10:38:48 the thing that takes some getting used to with mtn (or git, or bitkeeper, or...) if you are coming from a cvs/svn type world is that a pull/push operation only synchronises your local repository with the remote repository, it's completely separate from checking in and out to a working directory. Sep 17 10:39:08 k Sep 17 10:39:26 by default, mtn will synchronise the whole of the remote repository, so you will have all branches locally accessible. you select which one you want to actually use when you check out. Sep 17 10:39:43 i worked for many years in a world where there was only one version control system - rcs - and only one build system - make Sep 17 10:40:22 morning Sep 17 10:40:35 hrw: evening Sep 17 10:40:37 someone has e1000e network card? Sep 17 10:42:48 one thing i've done so far is patch the flwm window manager to run a large virtual desktop, with hardware buttons panning the physical screen around Sep 17 10:42:54 aum: heh, right. Sep 17 10:43:24 works well - lets me run big-gui apps like abiword and gnumeric on my ipaq Sep 17 10:44:52 pb_: aum: here is koen's answer.. Since I can't reproduce the error I'm extremely suspicious about the 'fix'. I fear it will only hide symtoms of a much larger error. Sep 17 10:45:09 with GPE, large dialogs look like a mess on the ipaq screen - widgets get drawn all over the top of each other Sep 17 10:45:13 I agree there is someting to nail down... Sep 17 10:53:17 ant_work: what fix is he talking about? Sep 17 10:58:30 hmm, the pull has been stuck on 393/394 certs for 20 mins now, hopefully it'll be done soon so i can start a build and go off to bed Sep 17 11:06:26 pb_: I suppose he's talking about my workaround Sep 17 11:06:33 http://lists.linuxtogo.org/pipermail/angstrom-distro-users/2008-August/002100.html Sep 17 11:07:05 Hm. I rebuilded with a new device file... When i look at the ext2 file (I dd'ed the ext2 fs on a USB disk) all the /dev entries i defined are there... But still no console Sep 17 11:07:11 or, http://lists.linuxtogo.org/pipermail/angstrom-distro-devel/2008-July/002416.html Sep 17 11:07:22 I mean, there is /dev/console, only no text on the console Sep 17 11:09:29 Looks like it doesnt start anything... Sep 17 11:12:27 * Renegerr is brb. Smoking. Sep 17 11:12:31 hrw: ping Sep 17 11:14:16 hrw: can you imagine any reason why a kernel working on SL-C860 won't boot on SL-C700? Sep 17 11:14:57 Renegerr: did you verify that /dev/console was actually a character device with the right numbers? Sep 17 11:14:57 (apart corrupted image?) Sep 17 11:15:35 Renegerr: also, did you try booting with, say, init=/bin/busybox sh? Sep 17 11:15:44 ant_work: no - they are same Sep 17 11:15:46 if init wasn't running at all then you ought to get "kernel panic: attempted to kill init" or some such Sep 17 11:16:06 ant_work: what does kernel say before hang? Sep 17 11:16:26 hrw: I sent to a user the kexecboot-kernel twice...no luck Sep 17 11:16:42 I eben sent a gzip Sep 17 11:17:54 hrw: he said after flashing Sep 17 11:17:56 Rebooting the system... Sep 17 11:18:03 * aum launches bitbake and goes to bed Sep 17 11:18:07 And then it hangs, ignoring the battery switch. I have to pull out the battery to reboot and then the device won't start. Sep 17 11:18:18 thanks for the help guys, fingers crossed i'll end up with a good build Sep 17 11:19:14 hrw: I asked him to do a NAND restore, just to be sure of initial state of device... Sep 17 11:25:53 ant_work: the same problem here.. Sep 17 11:26:12 ant_work: it says rebooting the system and then is message "Function not implemented" Sep 17 11:26:25 on C3000 Sep 17 11:26:35 /dev/console is major 5, minor 1, which is correct, according by the /proc/devices (I got that with an old, legacy filesystem). I used init=/bin/sh, which is a symlink to busybox. Sep 17 11:27:43 The last thing i get is "freeing init memory: 104K" Sep 17 11:27:43 JaMa: the message you see is about if_down Sep 17 11:27:53 yes Sep 17 11:28:01 and then it hangs Sep 17 11:28:34 no filesystems found? Sep 17 11:28:43 on nand / sd / cf ? Sep 17 11:29:04 I use the ramdisk. Mom, i copypaste the last part of the output Sep 17 11:29:20 RAMDISK: cramfs filesystem found at block 0 Sep 17 11:29:20 RAMDISK: Loading 7240KiB [1 disk] into ram disk... done. Sep 17 11:29:20 VFS: Mounted root (cramfs filesystem) readonly. Sep 17 11:29:20 Freeing init memory: 104K Sep 17 11:29:40 JaMa: http://lists.linuxtogo.org/pipermail/angstrom-distro-devel/2008-September/002514.html Sep 17 11:30:41 please test the patch /* Append -x --no-ifdown as last opt of kexec */ Sep 17 11:31:14 but it shouldn't block the kexec... Sep 17 11:31:54 ant_work: I'll check in the evening.. no Z at work :) Sep 17 11:32:02 he..here too Sep 17 11:35:37 Is there some stupid configuration what i'm missing.. I looked at my machine and my local config over and over again, but i cant find anything... Sep 17 11:42:25 JaMa: it is possible that kexecboot fails if no filesystems are found...I always have one image on nand Sep 17 11:43:07 I tried it on sd with one partiton and on first partition of hda Sep 17 11:43:44 did you see the graphical bootmenu with OE logo 'where do you want to boot from today ?" Sep 17 11:43:47 :-) Sep 17 11:44:12 yes, nice menu.. only hda had cf icon :) Sep 17 11:44:13 * ant_work is not joking... Sep 17 11:44:57 ok, do you have kernel and kernel-cmdline in /boot ? Sep 17 11:45:24 kexecboot looks there for zImage and kernel-cmdline Sep 17 11:45:26 yes.. symlinks to kernel-version and kernel-cmdline-version Sep 17 11:45:33 perfect Sep 17 11:45:50 ant_work: I checked it in code.. both kernels (on sd and hda1 were found) Sep 17 11:46:17 ah, ok, and is 'console=' set in cmdline? Sep 17 11:46:38 this was the real issue, not the if_down message Sep 17 11:46:58 I'm rebuilding zImage-kexecboot, but it seems that -x --no-ifdown option was used in my last build.. Sep 17 11:47:43 http://lists.linuxtogo.org/pipermail/angstrom-distro-devel/2008-September/002510.html Sep 17 11:48:03 both patches are not yet committed Sep 17 11:48:25 console was set to console=ttyS0,115200n8 console=tty1 noinitrd fbcon=rotate:1 dyntick=enable debug Sep 17 11:48:43 no, console of linux-kexecboot Sep 17 11:49:05 +++ packages/kexecboot/linux-kexecboot.inc Sep 17 11:49:10 +CMDLINE_spitz = "console=ttyS0,115200n8 console=tty1" Sep 17 11:49:45 ant_work: but I have applied that patch during my u-boot tests :) Sep 17 11:50:07 it's amess..the tweo things are crossing together until someone decides to comit Sep 17 11:50:29 (and my keyboard is dying) Sep 17 11:52:08 ant_work: Do you have any idea for my problem? Sep 17 11:52:52 I can only say I was stuck at boot when testing boot from different sources and lacking proper devices Sep 17 11:53:39 Hm. Bummer... Sep 17 11:56:02 Reneger: do you have serial console? Sep 17 11:56:40 The stuff i copypasted is from my serial console Sep 17 11:58:35 Ohyeah, a small detail: After the last line (freeing init memory), i'm able to type something in, what appears on the console. So the CPU isn't dead or something. It seems to me that it's just doing nothing Sep 17 12:00:43 Is somewhere some description how to flash u-boot and then some kernel with u-boot for blind people (without serial cable)? Sep 17 12:01:07 JaMa: on what device? Sep 17 12:01:09 I still don't know it its not working or only waiting for something else then 'Y'+enter Sep 17 12:01:11 C3000 Sep 17 12:01:28 you probably want the #openzaurus channel for that. Sep 17 12:02:46 pb_: thanks, I'd post it there too Sep 17 12:03:49 Renegerr: right after that, udev should start...but udev is teribly broken on some machines... Sep 17 12:03:59 http://bugs.openembedded.net/attachment.cgi?id=9969 Sep 17 12:04:47 to log all message ttyS0 must be the master console (the last declared) Sep 17 12:07:24 pb_: I have opened a bug for helping people like JaMa to build uImages.. bug 4544 Sep 17 12:07:47 if you would like to help us committing it... Sep 17 12:08:30 just let commented +#require conf/machine/include/kexecboot.inc Sep 17 12:08:34 for the moment Sep 17 12:08:44 this is another pair of shoes ... Sep 17 12:12:43 The ttymxc0 (my serial console) is the only one defined. Sep 17 12:12:59 ok, all output is there then Sep 17 12:15:18 I'll check my kernel for udev. Sep 17 12:22:08 hi Sep 17 12:22:25 i need help, to write a package for agar library Sep 17 12:33:32 ithink i just have a problem of working directory ... Sep 17 12:34:40 boris_OmegA: S="${WORKDIR}/agarsomethingstrangeandnonstandard" Sep 17 12:35:45 Hrm. I cant find udev support anywhere in my kernel config... Sep 17 12:35:48 :| Sep 17 12:37:40 hrw, S = "${WORKDIR}/agar-${PV}" Sep 17 12:38:12 but i don't know why it append -rc1 at end of working deirectory :s Sep 17 12:38:50 mickeyl: good morning Sep 17 12:38:55 hi mickeyl Sep 17 12:39:04 you are up early today :-) Sep 17 12:39:09 boris_OmegA: how recipe is named? Sep 17 12:39:38 recipe ? Sep 17 12:40:40 hrw, recipe ? Sep 17 12:41:01 hi pb_ Sep 17 12:41:04 yo hrw Sep 17 12:41:09 pb_: hehe Sep 17 12:41:27 pb_: my wife is on vacation (at home). this means I get much less time to work :) Sep 17 12:41:44 boris_OmegA: .bb file Sep 17 12:42:32 ok Sep 17 12:42:40 agar_1.2.3.bb Sep 17 12:44:29 Renegerr: General setup ---> [*] Support for hot-pluggable devices Sep 17 12:44:40 File systems ---> Sep 17 12:44:45 hrw, here is my compil log http://pastebin.com/d9e96d1a Sep 17 12:44:49 Pseudo filesystems ---> Sep 17 12:44:55 [*] /proc file system support Sep 17 12:45:01 [*] Virtual memory file system support (former shm fs) Sep 17 12:46:38 mickeyl: heh, right, I see Sep 17 12:47:12 :D Sep 17 12:47:21 mickeyl: ask her to cook something special for you...(4-St. raten) Sep 17 12:47:26 *Braten Sep 17 12:47:30 hmm Sep 17 12:47:36 Braten is great, but not her strength Sep 17 12:47:44 her strength is more along Pasta and Chilli Sep 17 12:47:46 but 4 hours are long ! Sep 17 12:48:19 she would cook more if I wasn't overweight.... Sep 17 12:48:21 *sigh* Sep 17 12:48:28 desserts... *mmmh* Sep 17 12:49:17 mickeyl: so, now that I have fso on my gta01, what are the next steps if I want to start trying to use it as a phone? Sep 17 12:50:18 pb_: insert a SIM and just use it Sep 17 12:50:21 (that would be the theory) Sep 17 12:50:34 mickeyl: heh. I tried that but nothing much seemed to happen :-} Sep 17 12:50:36 you have telephony and SIM addressbook / SIM messagebook at your disposal now Sep 17 12:50:48 really? that sucks somehow. not being asked for a PIN? Sep 17 12:51:07 if I call my cell number from another phone, I hear ringing tone, so presumably it is registered on the network, but the gta01 doesn't react at all Sep 17 12:51:17 yah, no pin prompt or anything Sep 17 12:51:33 it just says "connecting w/dbus" Sep 17 12:51:51 hmm, bummer. Sep 17 12:52:04 ant_work: Check at all 3 items. Sep 17 12:52:15 yeah Sep 17 12:52:36 pb_: you could send me some logs, if you follow http://wiki.openmoko.org/wiki/OpenmokoFramework Sep 17 12:52:41 (at the bottom of the page) Sep 17 12:52:56 ok, cool, I'll take a look Sep 17 12:53:11 please i need help to write a new package Sep 17 12:53:20 the "How to debug" section, right? Sep 17 12:53:39 right Sep 17 12:54:11 ok, here we go Sep 17 12:55:10 I seem to have a lot of "no plugin: factory function not found in module [...]" type of things, are they cause for concern? Sep 17 12:55:21 ah, now it seems to be chattering to the modem Sep 17 12:56:12 and I have some big squares on my screen: 1 4 2 3 Sep 17 12:56:28 that's the "unlock" screen from Zhone Sep 17 12:56:35 (not SIM unlock, just touchscreen unlock) Sep 17 12:56:46 aha. what do I do to unlock it? Sep 17 12:56:51 just push 1 2 3 4 Sep 17 12:57:02 heh :-) Sep 17 12:57:10 it's the equivalent of "slide to unlock" on some platform that must not be named ;) Sep 17 12:57:11 okay, now it says "registered to network", that looks more promising Sep 17 12:57:17 yes, that looks good Sep 17 12:57:19 let me try calling it again Sep 17 12:57:20 something i might have to mention Sep 17 12:57:21 Any chance that someone knows why 'cc1' is no longer included in 'task-native-sdk'? Sep 17 12:57:25 from #beagle Sep 17 12:57:26 the first boot will probably not work Sep 17 12:57:31 this sounds familiar Sep 17 12:57:34 since there's still something broken in OE wrt. dbus startup Sep 17 12:57:39 * pb_ tries to find the piece of paper with his phone number on Sep 17 12:57:42 usually only the second and subsequent boots work Sep 17 12:57:42 mickeyl: I like qtopia on my freerunner better than the standard firmware ;) Sep 17 12:57:45 * chouimat|away runs :) Sep 17 12:57:52 chouimat|away: you're entitled to your opinion :) Sep 17 12:57:54 I don't suppose zhone can tell me my number in any easy way, can it? Sep 17 12:58:03 pb_: no, that's not necessarily saved on the SIM Sep 17 12:58:08 ah, nevermind, I found it Sep 17 12:58:14 chouimat|away: qtopia is an island though Sep 17 12:58:23 mickeyl: I really have to run or I will miss my bus Sep 17 12:58:24 FSO is the only thing that embraces 3rd party development Sep 17 12:58:28 chouimat|away: cu Sep 17 13:01:51 hmm, gsm850 available Sep 17 13:02:17 is there a light saber app available for openmoko? Sep 17 13:03:13 * * OE Bug 4553 has been created by openembedded(AT)hangerhead.com Sep 17 13:03:14 * * cc1 is not included in task-native-sdk Sep 17 13:03:17 * * http://bugs.openembedded.net/show_bug.cgi?id=4553 Sep 17 13:04:35 Crofton|work: yes, i think someone made on Sep 17 13:04:41 so you have no excuse for not buying one now :D Sep 17 13:05:42 * hrw knows better devices^wphones to spend cash on Sep 17 13:05:46 mickeyl: awesome, it worked Sep 17 13:05:55 *phew* :) Sep 17 13:05:59 heh :-) Sep 17 13:06:03 all hail mickeyl Sep 17 13:06:04 ~praise FSO and his inventor Sep 17 13:06:05 All hail FSO and his inventor! Sep 17 13:06:11 * mickeyl bows Sep 17 13:06:36 * mickeyl knows more about AT than he ever wanted to Sep 17 13:06:43 that's the job... Sep 17 13:08:25 indeed :-} Sep 17 13:09:10 * hrw -> lunch Sep 17 13:12:07 ~bon appetit Sep 17 13:12:08 methinks bon appetit is smacznego. Guten Appetit. Eet Smakelijk. God Appetitt. Buon Appetito. Buen apetito Bom Apetite. buen apetito Smaklig måltid!. Hyvää ruokahalua. Bo Proveito Sep 17 13:36:16 ant_work: I checked my config, that's OK. Udev, proc and hot pluggable are selected. Sep 17 13:45:35 ant_work: It's kinda reading my filesystem. When i change /dev/console to an unvalid minor node, i get "Warning: unable to open an initial console." Sep 17 13:50:25 does your device table now resemble to http://gitweb.openembedded.net/?p=org.openembedded.dev.git;a=blob;f=files/device_table-minimal.txt;h=1d15b090538e6a00ef91329ae2e777f837ac0842;hb=HEAD Sep 17 13:50:28 ? Sep 17 13:53:59 Yes, only i've added the ttymxc0 for my serial console (Not nescessary) and a block device for the mmc card Sep 17 13:56:23 he.. http://gitweb.openembedded.net/?p=org.openembedded.dev.git;a=blob;f=files/device_table-kexecboot.txt;h=dd716f33ecda6ff7be32d237c07cf38125f8dfcc;hb=HEAD Sep 17 13:56:55 urgh..what's that? Sep 17 13:57:26 seems double... Sep 17 13:57:48 Hmyeah, copypaste mistake? Sep 17 13:57:55 pb_: help Sep 17 13:59:02 soem dev with write access would fix this, please? Sep 17 13:59:10 org.openembedded.dev.git] / files / device_table-kexecboot.txt Sep 17 14:05:08 ant_work: mm? Sep 17 14:07:25 pb_: files / device_table-kexecboot.txt seems 'overworked' Sep 17 14:33:04 ant_work: ok, I'll have a look Sep 17 14:35:11 thx Sep 17 14:40:19 does anyone know if an agar (sdl gui library) package have ever been written ? Sep 17 14:44:51 i need help to write one !!!! Sep 17 15:01:35 boris_OmegA: what help do you require, exactly? Sep 17 15:16:38 ant_work: that should be fixed now Sep 17 15:17:05 pb_, i need help to write a .bb file to build agar library Sep 17 15:17:08 thx, Sep 17 15:17:42 had you time to look at the uImage patches? Sep 17 15:18:52 er, no. which patches were those? Sep 17 15:19:03 http://bugs.openembedded.net/attachment.cgi?id=9979 Sep 17 15:19:19 boris_OmegA: what help, specifically? Sep 17 15:20:14 pb_: was bug 4544 Sep 17 15:23:52 pb_, all :) in fact, this library source doesn't need autotools, and autoconf is launched ... Sep 17 15:23:55 pb_, I don't have commit privs :) Sep 17 15:23:58 so i get errors Sep 17 15:28:15 pb_: I'd like to have this uImage framework committed, then we can finish the kexecboot deployment (with zImage and/or uImage) Sep 17 15:31:13 pb_: I 'cleaned' the attachment of #4544, now the link is http://bugs.openembedded.net/attachment.cgi?id=9994 Sep 17 15:32:31 is it possible using package_ipk to offer of more than one version of a package? I can build several versions of a package but when I rebuild package-index all but the preferred version gets deleted Sep 17 15:35:57 Tartarus: oh, right. I can check it in for you, but your mail program wrapped the lines of your patch so it won't apply. Sep 17 15:36:05 Tartarus: if you send it again as an attachment then I will do the necessary Sep 17 15:36:38 pb_, k, thanks. Sep 17 15:37:36 tharvey: they shouldn't be deleted, but they might be getting moved into the morgue. Sep 17 15:37:50 you can stop ipkg-make-index doing that with some option, but I don't recall offhand what it is Sep 17 15:38:12 or, obviously, if this is just a temporary measure you can fish them out of there by hand Sep 17 15:46:53 Tartarus: done Sep 17 15:53:24 pb_, can we meet tomorrow to speak about this packet writing ? Sep 17 15:53:53 pb_, thanks - that is the case that they are getting moved to morgue - I'll look for the option to keep them around Sep 17 15:54:16 pb_, of course, I haven't figured out a way to get ipkg to refer to a specific package version - it seems to only want the package name, so perhaps its a moot point Sep 17 15:54:50 boris_OmegA: it would probably be better for you to post your specific questions to the mailing list. Sep 17 15:55:00 ok Sep 17 15:55:10 i will do this, thanks for your advices Sep 17 15:58:08 pb_, yay, thanks again Sep 17 16:02:48 mickeyl: has fs0 a 'caller-blacklist'? I'd like to send fax tones by incoming calls for someone out there... Sep 17 16:03:07 I still search a phone with such abilities Sep 17 16:03:39 you can't just send arbitrary tones back, this is controlled by the gsm chipset Sep 17 16:03:46 best you could do is send BUSY Sep 17 16:03:54 and with fso you can do that by using the dbus interface Sep 17 16:04:02 it's not in the zhone testing UI though Sep 17 16:05:25 ah, you can't route the pcm output from the cpu to the gsm audio path? that's too bad. Sep 17 16:09:05 hm...time ago I was fiddling with our Alcatel OmniPCX Office...it seems one can screen the calls (ISDN) Sep 17 16:09:21 yeah, we can do that with our asterisk here Sep 17 16:09:39 he..I have a spare S0 on that Alcatel Sep 17 16:09:47 oneday will try Asterisk Sep 17 16:10:08 but Alcatel is ok, was expensive but works Sep 17 16:32:36 we've been using asterisk for about three years now, it seems pretty good. Sep 17 16:33:03 took us a while to find some good, affordable phones to use with it though. Sep 17 16:35:03 If it's GSM you won't be sending tones anyway. Sep 17 16:44:15 hi Sep 17 16:45:38 hi woglinde, hvontres|work Sep 17 16:45:41 Has anybody run into something like this and knows how to fix it: "error: m4_require: circular dependency of AC_LANG_COMPILER(C++) Sep 17 16:45:56 yes, me and woglinde Sep 17 16:46:04 :-/ Sep 17 16:46:11 hvontres yes Sep 17 16:46:17 there are fixes Sep 17 16:46:20 bbl, bye Sep 17 16:46:50 mostly it is that AC or AM macros called in the false order Sep 17 16:46:51 woglinde: could you point me in that direction? I'd like to see if I can fix libxine later today Sep 17 16:47:00 hm Sep 17 16:47:06 which version Sep 17 16:47:24 hms I why didnt check in my fixes for xine Sep 17 16:47:55 woglinde: 1.1.0-r1 in .dev Sep 17 16:49:53 !oebugs 4488 Sep 17 16:50:04 !bugs 4488 Sep 17 16:50:12 !help Sep 17 16:50:48 !oebug 4488 Sep 17 16:50:57 * * Bug 4488, Status: UNCONFIRMED, Created: 2008-08-05 17:13 Sep 17 16:50:58 * * : libxine-x11 and libxine-fb fail do_configure Sep 17 16:50:59 * * http://bugs.openembedded.net/show_bug.cgi?id=4488 Sep 17 16:51:51 aehm Sep 17 16:52:06 1.1 is stone age and has serval security bugs Sep 17 16:53:42 woglinde: ahh... I guess I'll have to take a look at the libxine-fb recipie then. thanks Sep 17 16:55:11 hm let me see what my last try was Sep 17 16:55:32 1.1.12 Sep 17 16:55:40 and even this has security bugs Sep 17 16:56:29 woglinde: it looks like the latest recipie in .dev is libxine-1.1.0 Sep 17 16:57:23 yes as I said Sep 17 16:57:29 I didnt check in my stuff yet Sep 17 16:57:35 woglinde: ahh... Sep 17 16:58:10 hvontres are you need it as fast as possible? Sep 17 17:01:19 woglinde: not really. I was trying to build some opie stuff. I guess you could add a patch to http://bugs.openembedded.net/show_bug.cgi?id=4488 when you get a chance Sep 17 17:02:29 ???? Sep 17 17:02:36 *g* I will fix and commit it Sep 17 17:12:52 woglinde: thanks :) Sep 17 17:30:25 when inheriting module class, oe.stable, it will ignore my EXTRA_CFLAGS in the Makefile Sep 17 17:30:49 and I have to use EXTRA_OEMAKE = "EXTRA_CFLAGS=xxxx" in the recipe, duplicating the entries in the Makefile Sep 17 17:30:55 is there a nicer way around this? Sep 17 17:36:03 does anyone use pygtk with OE? there arent any packages I noticed Sep 17 17:36:08 at least that i've found Sep 17 17:37:34 python-pygtk Sep 17 17:37:38 and friends Sep 17 17:47:40 CosmicPenguin: you rule. thank you sir. Sep 17 17:48:24 np Sep 17 18:07:15 http://tservice.net.ru/~s0mbre/blog/2008/09/17/ Sep 17 18:25:30 hi bluelightning Sep 17 18:26:59 hi woglinde Sep 17 18:38:07 has anyone successfully built python-pygtk, or specifically, python-pygobject-native? Sep 17 18:38:18 the compile fails on python-pygobject Sep 17 18:39:15 when mickeyl Sep 17 18:39:18 I guess Sep 17 18:39:57 ? Sep 17 18:40:01 was that for me? Sep 17 18:40:04 yes Sep 17 18:41:56 what did you mean by 'when mickeyl'? Sep 17 18:43:01 when mickeyl arrives perhaps he can answer, I guess Sep 17 18:55:06 re Sep 17 18:55:20 frikker: show error (via pastebin.ca) Sep 17 18:55:33 Crofton|work: overo looks like nice toy Sep 17 18:55:42 yeah Sep 17 18:55:48 iirc at kernel summit they gave it to each attender Sep 17 18:55:56 good to see Angstrom running there from day one Sep 17 18:56:10 yeah, I think that blog entry was from an attendee Sep 17 18:56:16 Crofton|work: adding new device is quite easy Sep 17 18:58:05 too bad that gumstix tends to use marvell wifi... Sep 17 18:58:38 yeah Sep 17 18:58:53 I'll tell sakoman_ to kick the hw guy :) Sep 17 18:59:11 * Crofton|work prepares to snipe Sep 17 19:03:49 hrw: thank you. http://pastebin.com/m6698c132 Sep 17 19:04:08 command: bitbake python-pygtk Sep 17 19:04:15 thats like the last half or so Sep 17 19:08:10 frikker: which glib-2.0-native was built? Sep 17 19:12:20 let me check Sep 17 19:12:47 for me it looks like wrong combination of glib/pygobject Sep 17 19:12:48 hrw: looking for glib-2.0-native-x.x.x? Sep 17 19:12:52 yes Sep 17 19:14:11 hmm Sep 17 19:14:20 well now bitbake python-pygtk finishes in like 10 seconds Sep 17 19:14:25 and just spits out the most recent error Sep 17 19:14:27 (same one as befor) Sep 17 19:14:35 so i have no idea what glib-native was used Sep 17 19:14:39 how could i tell? Sep 17 19:15:04 look at /oetmp/work/i686/glib- Sep 17 19:15:08 find tmp/stamps -name glib-*native*compile Sep 17 19:17:07 hey Crofton|work whats the USA rules on liquids on planes? Sep 17 19:17:20 Crofton|work: same as our, 100ml bottles not ever 1L Sep 17 19:17:22 ?? Sep 17 19:17:24 same as .eu Sep 17 19:17:26 almost Sep 17 19:17:40 don't get any duty free liquids Sep 17 19:17:57 unless you can put them in checked baggage before transferrinf Sep 17 19:18:01 where are you headed? Sep 17 19:18:17 Crofton|work: no hassles, I was just checking it was same as EU Sep 17 19:18:44 XorA|hols, wanna get some fine liquor on the flight? Sep 17 19:18:49 at the security check after customs, they have tubs full of booze Sep 17 19:18:54 Crofton|work: london->detroit->Orlando Sep 17 19:18:59 the TSA parties must be awesome Sep 17 19:19:17 heh heh, thats probably the true reason for the ban Sep 17 19:19:18 well, don't judge the US on Orlando :) Sep 17 19:19:48 Crofton|work: I been to Boston, Rhode Island, and New York before Sep 17 19:20:04 well, don't judge us on them either :) Sep 17 19:20:46 Don't ask me, I mostly refuse anything but bbc world news service Sep 17 19:20:47 ga Sep 17 19:21:00 *g* Sep 17 19:23:23 hrw: nothing Sep 17 19:23:28 hrw: no glib-native* in there Sep 17 19:23:49 hrw: oops found it, sorry Sep 17 19:24:05 2.12.4 Sep 17 19:25:15 frikker *g* Sep 17 19:25:19 looks like I need to finally do OE build and check Sep 17 19:27:46 hm. I need graphics application in which I can draw some boxes with defined (by me) size and move them. Dia is no solution as I cannot draw "280x150" boxes in it Sep 17 19:27:51 suggestions? Sep 17 19:30:05 woglinde: *g*? Sep 17 19:31:04 hrw: so is that a good version to use? 2.12.4? Sep 17 19:32:47 try 2.14? Sep 17 19:33:11 didnt check koen 2.16 in? Sep 17 19:35:18 woglinde: what did you mean by the *g* comment? Sep 17 19:35:28 hrw: try pygtk 2.14? sorry i dont understand what you mean Sep 17 19:35:37 hrw: oops nevermind sorry i understand Sep 17 19:35:58 hrw: one more dumb question - how do i change the version? Sep 17 19:36:56 increase DEFAULT_PREREFRENCES Sep 17 19:37:18 or set PREFERRED_VERSION Sep 17 19:39:13 XCALIBRATE extension missing: Success Sep 17 19:39:19 fun... Sep 17 19:40:00 woglinde: is this in local.conf? Sep 17 19:44:41 frikker hm yes Sep 17 19:44:48 you can set it in local.conf Sep 17 19:53:08 hrw: well its running now, with PREFERRED_VERSION="2.14" and recompiling, so we'll see what hapens... Sep 17 19:57:10 hehe Sep 17 20:05:55 hi polyonymous Sep 17 20:06:28 hey Sep 17 20:20:12 * * OE Bug 3678 has been REOPENED by bluelightning(AT)bluelightning.org Sep 17 20:20:14 * * Opie: cursor key rotation incorrect on some devices Sep 17 20:20:17 * * http://bugs.openembedded.net/show_bug.cgi?id=3678 Sep 17 20:37:13 * * OE Bug 4549 has been RESOLVED (FIXED) by trini(AT)embeddedalley.com Sep 17 20:37:15 * * A number of dev packages are uninstallable Sep 17 20:37:17 * * http://bugs.openembedded.net/show_bug.cgi?id=4549 Sep 17 20:39:29 woglinde: that didn't do the trick Sep 17 20:39:37 woglinde: still trying to use glib-native-2.12.x Sep 17 20:39:58 frikker hm Sep 17 20:40:25 then try to set DEFAULT_PREFRENCES=5 in 2.14.bb Sep 17 20:42:21 03  07org.openembedded.dev * r55a5dd4b37 10OE.dev/classes/package.bbclass: package.bbclass: apply patch from Tom Rini to avoid RDEPENDS on nonexistent empty packages Sep 17 20:42:21 03  07org.openembedded.dev * rca67329e7f 10OE.dev/: Sep 17 20:42:21 merge of '5205c4bbe6c22164549099dae6ac17f506611c18' Sep 17 20:42:21 and '53a39bdeb01bc91193b8a56e10450806ba2f759a' Sep 17 20:42:23 03  07master * r55a5dd4b37 10OE.dev/classes/package.bbclass: package.bbclass: apply patch from Tom Rini to avoid RDEPENDS on nonexistent empty packages Sep 17 20:42:28 03  07master * rca67329e7f 10OE.dev/: Sep 17 20:42:30 merge of '5205c4bbe6c22164549099dae6ac17f506611c18' Sep 17 20:42:39 and '53a39bdeb01bc91193b8a56e10450806ba2f759a' Sep 17 20:42:53 03  07org.openembedded.dev * r852ae63f2d 10OE.dev/: Sep 17 20:42:56 ant_: hey :) Sep 17 20:43:02 merge of '76a1c51304038a511d0105e6d572f83c0a52994b' Sep 17 20:43:06 and '859e2ad80476c0c2a7333efae72e37c9a644472f' Sep 17 20:43:12 03  07master * rdc8f41ff12 10OE.dev/packages/phoneme/ (3 files in 2 dirs): Sep 17 20:43:18 phoneme-advanced-foundation: Updated to build b87 (removed b73 for this) Sep 17 20:43:26 phoneme-advanced-personal-qt3: New recipe. Sep 17 20:43:31 03  07org.openembedded.dev * r38a68dff97 10OE.dev/ (2 files in 2 dirs): add python-pygobject 2.15.4 and prefer it Sep 17 20:43:41 03  07org.openembedded.dev * r425df565de 10OE.dev/: Sep 17 20:43:48 merge of '3d704269a4c9fd224a47e37d4d32b325354912cd' Sep 17 20:43:55 and '4872b30764f9d90796ac966d1616d34ec0eceff9' Sep 17 20:43:59 03  07org.openembedded.dev * rdc8f41ff12 10OE.dev/packages/phoneme/ (3 files in 2 dirs): Sep 17 20:44:11 phoneme-advanced-foundation: Updated to build b87 (removed b73 for this) Sep 17 20:44:16 phoneme-advanced-personal-qt3: New recipe. Sep 17 20:44:23 03  07master * r425df565de 10OE.dev/: Sep 17 20:44:28 merge of '3d704269a4c9fd224a47e37d4d32b325354912cd' Sep 17 20:44:37 and '4872b30764f9d90796ac966d1616d34ec0eceff9' Sep 17 20:44:49 03  07master * r852ae63f2d 10OE.dev/: Sep 17 20:44:54 merge of '76a1c51304038a511d0105e6d572f83c0a52994b' Sep 17 20:45:01 and '859e2ad80476c0c2a7333efae72e37c9a644472f' Sep 17 20:45:05 03  07master * r38a68dff97 10OE.dev/ (2 files in 2 dirs): add python-pygobject 2.15.4 and prefer it Sep 17 20:45:12 Jay7: wb Sep 17 20:45:28 ant_: I have serial cable! :) Sep 17 20:45:44 Jay7: !!! Sep 17 20:45:47 not tryed yet but have :) Sep 17 20:52:18 bye Sep 17 20:52:22 bye hrw Sep 17 20:57:44 03  07master * r0f5e3ed707 10OE.dev/packages/linux/ (23 files in 4 dirs): linux-omap git: refresh patchset Sep 17 20:58:01 03  07org.openembedded.dev * r0f5e3ed707 10OE.dev/packages/linux/ (23 files in 4 dirs): linux-omap git: refresh patchset Sep 17 21:12:04 03  07org.openembedded.dev * r1819296872 10OE.dev/: Sep 17 21:12:10 merge of '3c71db502f1f99ac9b5d9e0ab928273904283f4f' Sep 17 21:12:14 and 'c2ccffcf8a360685e566eab3f870529066019228' Sep 17 21:12:18 03  07org.openembedded.dev * r6b42aec1eb 10OE.dev/packages/images/ (opie-image-16mb.bb opie-image.bb): opie-image: add ANGSTROM_EXTRA_INSTALL Sep 17 21:13:21 03  07master * r6b42aec1eb 10OE.dev/packages/images/ (opie-image-16mb.bb opie-image.bb): opie-image: add ANGSTROM_EXTRA_INSTALL Sep 17 21:13:22 03  07master * r1819296872 10OE.dev/: Sep 17 21:13:26 merge of '3c71db502f1f99ac9b5d9e0ab928273904283f4f' Sep 17 21:13:31 and 'c2ccffcf8a360685e566eab3f870529066019228' Sep 17 21:14:38 ping ant_ Sep 17 21:14:53 xjqian: hey Sep 17 21:15:33 I just did an -c buildall gpedrive, it finishes without error. Sep 17 21:15:44 I have the latest of org.openembedded.dev and I can't manage to compile thunar. Has anyone managed to integrate this application? http://pastebin.com/m638ace50 Any idea? Sep 17 21:15:48 oh, I'll test right now... Sep 17 21:16:02 do you still have the lgpl2.0? problem as we vaguely remember Sep 17 21:16:39 libart-2 Sep 17 21:16:53 ah nice we made in planet.kernel.org Sep 17 21:16:54 right Sep 17 21:17:28 and I think the mysql dependency can be safely removed. Sep 17 21:18:14 gregoiregentil seems like an error inside thunar Sep 17 21:19:01 woglinde: yes, but it's strange. 0.8.0 compiles on my gentoo machine with x86. and there is only one 0.8.0 release Sep 17 21:19:06 which has been stable for a long time Sep 17 21:19:11 hm Sep 17 21:19:47 gregoiregentil which compiler you have on gentoo and which for cross Sep 17 21:20:11 and pleas show the lines around thunar-vfs-io-local.c:275 Sep 17 21:20:41 xjqian: a bit of patience... Sep 17 21:22:27 thunar-vfs-io-local.c: http://pastebin.com/m6698e0ea Sep 17 21:23:09 my local.conf: http://pastebin.com/d7bf02103 Sep 17 21:24:53 gregoiregentil hm strange there is no do arround this lines Sep 17 21:25:30 exactly... Sep 17 21:25:36 gregoiregentil are you building on gentoo with make -j4 too? Sep 17 21:25:47 where can I check this? Sep 17 21:26:19 for oe your post says NOTE: make -j4 Sep 17 21:26:24 *g* Sep 17 21:26:29 for gentoo I cant say Sep 17 21:26:36 woglinde: yes, let me take a look Sep 17 21:26:54 yes, I do on gentoo too Sep 17 21:26:58 okay Sep 17 21:27:08 than parallel build is not the root Sep 17 21:28:22 weird stuff - base-image requires linux-handhelds-2.6_2.6.21-hh20, but linux-handhelds-2.6_2.6.21-hh20 fails configure because it seems to require uclibc Sep 17 21:28:30 yet i've set local.conf to use glibc Sep 17 21:29:09 greorie Sep 17 21:29:11 #define __THUNAR_VFS_IO_LOCAL_C__ Sep 17 21:29:11 #include Sep 17 21:29:15 is at the end Sep 17 21:29:24 maybee thats the problem what is in there Sep 17 21:30:12 niccceee -> http://www.linuxdevices.com/news/NS2315196306.html Sep 17 21:30:19 with angstroem Sep 17 21:34:13 * * OE Bug 4538 has been RESOLVED (FIXED) by xjqian(AT)gmail.com Sep 17 21:34:15 * * Bump libpng version to 1.2.31 Sep 17 21:34:17 * * http://bugs.openembedded.net/show_bug.cgi?id=4538 Sep 17 21:35:10 xjqian: ERROR: '/oe/org.openembedded.dev/packages/mysql/mysql_4.1.18.bb' failed Sep 17 21:36:15 ant_: is mysql complains about berkley db? Sep 17 21:36:31 can someone please help - i'm trying to build angstrom base-image with dev branch - base-image requires linux-handhelds-2.6-2.6.21-hh20-r20, but this latter target fails with: /home/david/work/sw/pocketpc/openembedded/OE/build/angstrom/tmp//deploy/uclibc/images/h4000// does not exist, you may need to bitbake it separately Sep 17 21:36:47 Jay7: http://bugs.openembedded.net/show_bug.cgi?id=4393 Sep 17 21:36:52 yet in my local.conf i have specified glibc, not uclibc Sep 17 21:38:13 * * OE Bug 4446 has been RESOLVED (FIXED) by xjqian(AT)gmail.com Sep 17 21:38:15 * * bb recipe for libdmtx - 2D barcode reader / writer Sep 17 21:38:17 * * http://bugs.openembedded.net/show_bug.cgi?id=4446 Sep 17 21:38:39 aum: there was something about initramfs-images iirc Sep 17 21:38:54 ant_: can you be more specific? Sep 17 21:39:13 http://bugs.openembedded.net/show_bug.cgi?id=4553 Sep 17 21:39:28 cc1 missing when you install gcc on the target Sep 17 21:39:41 anyone familiar with this? Sep 17 21:41:49 aum: iirc all started from here : http://projects.linuxtogo.org/pipermail/angstrom-distro-devel/2008-February/001885.html Sep 17 21:41:54 Crofton: that sounds like a missing dependency on cpp Sep 17 21:42:03 ant_: I have no idea why mysql fails for certain targets. If you want to test gpsdrive, just remove mysql from the dep. I will probably commit that with better packaging for gpsdrive Sep 17 21:42:04 hoi pb Sep 17 21:42:10 hi woglinde Sep 17 21:42:24 so install what package to test? Sep 17 21:42:32 wb pb__ Sep 17 21:42:37 Crofton: er, cpp I suppose Sep 17 21:42:49 cpp or gcc-cpp? Sep 17 21:42:54 * Crofton looks Sep 17 21:43:26 ant_: ugly stuff Sep 17 21:43:30 03  07master * rf41246fc08 10OE.dev/conf/distro/include/sane-srcrevs.inc: sane-srcrevs: Put back entry for illume. Sep 17 21:43:38 03  07org.openembedded.dev * rf41246fc08 10OE.dev/conf/distro/include/sane-srcrevs.inc: sane-srcrevs: Put back entry for illume. Sep 17 21:43:42 hmm Sep 17 21:44:00 how do I build gcc for the target ... Sep 17 21:44:05 aum: question is:did someone ever tested initramfs-bootmenu-image ? Sep 17 21:44:08 Crofton: bitbake gcc Sep 17 21:44:34 aum: I don't use linux-hh Sep 17 21:44:46 (linux-rp is hard enough) Sep 17 21:45:05 ant_: i'm not particularly fussed about linux-hh myself, but it's a requisite of console-image, base-image, x11-image... Sep 17 21:45:53 so basically, you should be able to opkg install cpp and the problem disappears? Sep 17 21:46:26 I think so. Sep 17 21:46:47 gcc should Depend on cpp, so that ought to happen automatically, but I think someone else mentioned recently that this wasn't happening anymore Sep 17 21:47:01 I know, this seems real familiar Sep 17 21:47:45 03  07org.openembedded.dev * r5f93a6df8b 10OE.dev/: Sep 17 21:47:45 merge of '25b373bd9d80f07fcb709bdf80c6683debe5e46c' Sep 17 21:47:45 and '9ba4295a48a42020cb433b5bca58e7fb702432d9' Sep 17 21:47:46 03  07org.openembedded.dev * ra3c66854fa 10OE.dev/packages/images/jalimo-beagleboard-demo-image.bb: jalimo-beagleboard-demo-image: New recipe. Sep 17 21:47:47 03  07master * ra3c66854fa 10OE.dev/packages/images/jalimo-beagleboard-demo-image.bb: jalimo-beagleboard-demo-image: New recipe. Sep 17 21:47:50 03  07master * r5f93a6df8b 10OE.dev/: Sep 17 21:47:52 merge of '25b373bd9d80f07fcb709bdf80c6683debe5e46c' Sep 17 21:47:54 and '9ba4295a48a42020cb433b5bca58e7fb702432d9' Sep 17 21:48:04 * Crofton grumbles about board specfic demo images :) Sep 17 22:10:56 03  07org.openembedded.dev * r1579e2999e 10OE.dev/packages/cacao/ (3 files in 2 dirs): Sep 17 22:10:56 cacao 0.99.2: Sep 17 22:10:56 - remove N800 workarounds Sep 17 22:10:56 - added patches to fix VFP incompatibility (affects ARM builds) Sep 17 22:10:59 03  07master * r1579e2999e 10OE.dev/packages/cacao/ (3 files in 2 dirs): Sep 17 22:11:00 cacao 0.99.2: Sep 17 22:11:03 - remove N800 workarounds Sep 17 22:11:04 - added patches to fix VFP incompatibility (affects ARM builds) Sep 17 22:14:17 * Jay7 -> sleep() Sep 17 22:19:53 xjqian: without mysql fails again Sep 17 22:19:56 | In file included from gpsdrive_config.c:31: Sep 17 22:19:56 | ./gpsdrive.h:31:25: error: mysql/mysql.h: No such file or directory Sep 17 22:20:32 config needs some patching probably Sep 17 23:11:10 03  07org.openembedded.dev * r8996715b2c 10OE.dev/packages/gpe-scap/gpe-scap_1.3.bb: gpe-scap: bump PR Sep 17 23:11:24 03  07org.openembedded.dev * r93f1eb1d72 10OE.dev/packages/abiword/abiword_2.6.4.bb: abiword: bump PR Sep 17 23:11:29 03  07master * r93f1eb1d72 10OE.dev/packages/abiword/abiword_2.6.4.bb: abiword: bump PR Sep 17 23:11:32 03  07master * r8996715b2c 10OE.dev/packages/gpe-scap/gpe-scap_1.3.bb: gpe-scap: bump PR Sep 17 23:27:13 * * OE Bug 4533 has been RESOLVED (FIXED) by xjqian(AT)gmail.com Sep 17 23:27:15 * * Navit Icon Sep 17 23:27:17 * * http://bugs.openembedded.net/show_bug.cgi?id=4533 Sep 17 23:49:50 hey, anyone here know if bitbake can compile parallel? Sep 17 23:50:02 short answer: yes Sep 17 23:50:28 if you set PARALLEL_MAKE = "-j N" in your local.conf, many recipes will obey that Sep 17 23:50:45 Some explicitly disable that, however, as they break the package Sep 17 23:51:02 And there's apparently some breakage not yet worked around (I personally have only hit that when adding custom packages) Sep 17 23:51:28 bitbake itself can also do some tasks in parallel, but that is more buggy and not recommended unless you're trying to fix it :) Sep 17 23:51:38 ok Sep 17 23:51:57 and also, i get errors while compiling sqlite right now... Sep 17 23:53:40 anyone else have issues? Sep 17 23:53:54 If you goto pastebin.com and paste in the failing log, maybe :) Sep 17 23:53:58 ~pastebin Sep 17 23:53:58 [~pastebin] A "pastebin" is a web-based service where you can paste anything over 3 lines without flooding the channel. Here are links to a few : http://www.pastebin.com , http://pastebin.ca , http://channels.debian.net/paste , http://paste.lisp.org , http://www.rafb.net/paste Sep 17 23:54:32 will do Sep 17 23:55:43 http://rafb.net/p/AT03zx11.html Sep 17 23:55:46 there it is Sep 18 00:03:03 'nite Sep 18 00:03:08 anyone? Sep 18 00:08:58 fixed it Sep 18 00:10:17 Sorry, semi afk while working on other stuff :) Sep 18 00:14:06 np Sep 18 00:31:06 03  07org.openembedded.dev * r7f13129754 10OE.dev/packages/ (2 files in 2 dirs): diversity-nav: Remove obsolete package (see http://git.openmoko.org/?p=openmoko.git;a=commit;h=309e1dda4c2b9c58b11b9718b2eaed7b9b94611c for details) Sep 18 00:31:06 03  07master * r7f13129754 10OE.dev/packages/ (2 files in 2 dirs): diversity-nav: Remove obsolete package (see http://git.openmoko.org/?p=openmoko.git;a=commit;h=309e1dda4c2b9c58b11b9718b2eaed7b9b94611c for details) Sep 18 01:15:44 03  07org.openembedded.dev * rc581d5ed76 10OE.dev/packages/libpng/ (10 files in 2 dirs): Sep 18 01:15:44 libpng: bump to 1.2.31. close oebug#4538. unify Sep 18 01:15:44 # drop broken 1.2.8 Sep 18 01:15:44 * add make-file patch to 1.2.12 Sep 18 01:15:44 * recommend dropping 1.2.12 and 1.2.20 due to security holes Sep 18 01:15:46 03  07org.openembedded.dev * rdbc2739eda 10OE.dev/packages/libdmtx/ (.mtn2git_empty libdmtx_0.5.2.bb): libdmtx: new recipe. close oebug#4446 Sep 18 01:15:51 03  07master * rdbc2739eda 10OE.dev/packages/libdmtx/ (.mtn2git_empty libdmtx_0.5.2.bb): libdmtx: new recipe. close oebug#4446 Sep 18 01:15:54 03  07master * rc581d5ed76 10OE.dev/packages/libpng/ (10 files in 2 dirs): Sep 18 01:15:56 libpng: bump to 1.2.31. close oebug#4538. unify Sep 18 01:15:58 # drop broken 1.2.8 Sep 18 01:16:00 * add make-file patch to 1.2.12 Sep 18 01:16:02 * recommend dropping 1.2.12 and 1.2.20 due to security holes Sep 18 01:17:02 03  07org.openembedded.dev * r95c8dd42a9 10OE.dev/: Sep 18 01:17:02 merge of '156573f21daba762fc9410e3cbeb2c3e7fdebc21' Sep 18 01:17:02 and '9defb4ea3b59c767618beab8ee9a5441c6ba4797' Sep 18 01:17:03 03  07org.openembedded.dev * rb18c8bbf7b 10OE.dev/packages/opie-restartapplet2/opie-restartapplet2_1.2.3.bb: opie-restartapplet2: add 1.2.3 package Sep 18 01:17:04 03  07master * rb18c8bbf7b 10OE.dev/packages/opie-restartapplet2/opie-restartapplet2_1.2.3.bb: opie-restartapplet2: add 1.2.3 package Sep 18 01:17:07 03  07master * r95c8dd42a9 10OE.dev/: Sep 18 01:17:09 merge of '156573f21daba762fc9410e3cbeb2c3e7fdebc21' Sep 18 01:17:11 and '9defb4ea3b59c767618beab8ee9a5441c6ba4797' Sep 18 01:58:32 03  07org.openembedded.dev * r7febfd6861 10OE.dev/packages/uclibc/ (5 files in 3 dirs): (log message trimmed) Sep 18 01:58:35 uclibc-svn: correct linuxthreads and add log2 Sep 18 01:58:37 * add linuxthread support for am with arm-linuxthreads.patch, Sep 18 01:58:39 otherwise qt-emebedded 4.4.1 is not buildable Sep 18 01:58:41 * to enable linuxthreads you have to comment Sep 18 01:58:45 LINUXTHREADS_OLD=y in uClibc.conf Sep 18 01:58:49 * include linuxthreads-changes.patch from the uclibc-mailinglist Sep 18 01:59:41 03  07org.openembedded.dev * r91d9fa947c 10OE.dev/conf/distro/ (4 files in 2 dirs): Sep 18 01:59:41 uclibc: fix logic error for glib-2.0-native Sep 18 01:59:41 * if we set for glib-2.0 USE_NLS = yes, we have Sep 18 01:59:43 to do it for the native package too, otherwise Sep 18 01:59:45 the check function for USE_NLS bails out and build the Sep 18 01:59:47 older 2.12.4 package Sep 18 01:59:49 03  07master * r91d9fa947c 10OE.dev/conf/distro/ (4 files in 2 dirs): Sep 18 01:59:51 uclibc: fix logic error for glib-2.0-native Sep 18 01:59:53 * if we set for glib-2.0 USE_NLS = yes, we have Sep 18 01:59:55 to do it for the native package too, otherwise Sep 18 01:59:57 the check function for USE_NLS bails out and build the Sep 18 01:59:59 older 2.12.4 package Sep 18 02:08:19 holy fscking shite - has anyone seen this? http://pastebin.com/m2333a754 **** ENDING LOGGING AT Thu Sep 18 02:59:57 2008