**** BEGIN LOGGING AT Wed Apr 13 02:59:57 2011 Apr 13 05:16:38 anyone availabe for a likely dumb bitbake question Apr 13 05:33:57 Nedlinpopo: try and ask (I may not be able to answer) Apr 13 05:34:19 so I'm trying to setup bitbake for the first time, Apr 13 05:34:55 i cloned the bitbake repo, and checked out bitbake 1.12 Apr 13 05:35:17 then I cloned the openembedded repo Apr 13 05:35:50 and checked out the org.openembeded.dev branch Apr 13 05:36:41 so far, it seems good Apr 13 05:37:19 then i set up a file to source like this: Apr 13 05:37:46 export OEBASE="${HOME}/beagle-oe" Apr 13 05:37:46 export OEBRANCH="${OEBASE}/org.openembedded.dev" Apr 13 05:37:46 export PATH="${OEBASE}/bitbake/bin:$PATH" Apr 13 05:37:46 export BBPATH="${OEBASE}/build" Apr 13 05:40:05 uhm, OEB* are new to me (I haven't been able to use oe for a while), and back then you needed the oe tree in BBPATH, but this may have changed Apr 13 05:40:28 and a file ${HOME}/build/conf/local.conf with a MACHINE="beagleboard", DISTRO="angstrom-2008.1", and a BBFILES="${OEBRANCH}/recipes/*/*.bb ${USERBRANCH}/recipes/*/*.bb" Apr 13 05:40:32 hmm Apr 13 05:40:35 that's interesting Apr 13 05:40:51 the docs say BBFILES is where it looks, but it's easy to try Apr 13 05:41:41 i get stupid errors about not being able to inherit from classes/something.bbclass, which makes me think that it's not finding classes Apr 13 05:41:56 let me see what BBPATH looks like Apr 13 05:43:25 BBPATH has the conf directory, and the OE directory Apr 13 05:44:03 I wonder if there's something weird in the OE conf directory conflicting with mine Apr 13 05:47:10 do you have anything in your conf directory beside the local.conf? Apr 13 05:49:47 yeah, there is an auto.conf (which just has the MACHINE=beagleboard) and a site.conf (where BBFILES and PARALELL_MAKE, etc. are) Apr 13 05:50:13 local.conf actually only has DISTO and DISTRO_TYPE Apr 13 05:51:02 i wonder if maybe i have BBPATH and BBFILES mixed up Apr 13 05:52:16 so supposedly BBPATH should find the config files and BBFILES should be all the recipies to consider Apr 13 05:54:31 yes, BBFILES has the recipes Apr 13 05:57:23 yeah, it seems to find the recipies, but not the classes Apr 13 05:57:37 so the first recipe fails to inherit properly Apr 13 06:00:16 and the classes should be available in BBPATH Apr 13 06:00:25 yeah Apr 13 06:40:38 oh wow Apr 13 06:40:46 it's something with my machine Apr 13 06:40:58 er, with my MACHINE def Apr 13 06:41:11 if i switch to overo it can work Apr 13 06:41:12 i think Apr 13 06:46:08 something is weird here Apr 13 06:48:19 no, it's something weird between MACHINE and DISTRO Apr 13 06:53:55 ah ha! Apr 13 06:54:04 the distro is invalid Apr 13 06:54:17 i have specified an invalid distro Apr 13 06:54:44 because i accidentally copied it from the overo setup Apr 13 16:16:23 is there a channel for bitbake or openembedded? Apr 13 16:16:54 #oe Apr 13 16:27:02 thanks Apr 13 17:52:18 Hi folks Apr 13 17:53:28 I seem to be having a problem with the narcissus builder - it's taken 2+ hours with no movement and previously it's been much quicker. Is anyone else having trouble, or am I just asking too much of it? Apr 13 17:57:19 huh. dagnabbit, just as I come on here it moves on and claims to be assembling the image :-) Apr 13 18:03:24 ...and done. Thanks folks :-) Apr 13 19:28:38 I'm getting a segfault when trying to run e17 on my Archos 5 IT (gen 7). The only relevant output I found: http://pastebin.com/AkDF0ZRT Apr 13 19:30:04 Since e17 evidently works elsewhere, I'm thinking it might be a device-specific issue somehow. Anybody have any thoughts? It's failed on multiple images, so I'm thinking a bad image isn't the problem. Thanks in advance. Apr 13 19:41:45 hi everybody. I have some troubles with build angstrom-gnome-image, it fails on compiling gobject-introspection-native-0.9.10-r1 (it says that /usr/bin/ld: cannot find -lselinux) Apr 13 19:48:47 mike554433: As a general rule, you should mention whether this is -dev or stable, what OS you're using, etc. Apr 13 19:49:05 In your case, I would try installing SELinux packages and see if that works Apr 13 19:50:16 well...I've got Ubuntu 10.10 Apr 13 19:50:36 you mean install SELinux packages on my host machine? Apr 13 19:51:20 I think so. I'm hardly an expert here, but that it's failing building a -native package to me indicates you want to install a native library. Apr 13 19:51:46 oh..thanks, will try it just now Apr 13 19:59:12 Capn_Fish thank you! you advice worked for me, installed libselinux1-dev and error disappeared)) Apr 13 19:59:29 No problem. Glad to have helped. Apr 13 23:40:08 hello you all... I'm from Italy so sorry for my english... :) OK... i have a problem, I'm developing a program on Angstrom and I'm using Ubuntu Apr 13 23:40:49 last week i had to format ubuntu so i had a backup of my oe folder and replace it after the formattation Apr 13 23:41:55 now, all look that work, if i do bitbake x11-image it work but... if i try to cross compile my helloworld sample it give me this error: Apr 13 23:42:01 arm-angstrom-linux-gnueabi-gcc: No such file or directory ERROR: Function do_compile failed Apr 13 23:42:10 what's happened? Apr 13 23:42:18 someone can help me? **** ENDING LOGGING AT Thu Apr 14 02:59:58 2011