**** BEGIN LOGGING AT Thu Nov 11 02:59:57 2010 Nov 11 03:12:18 what should my environment look like to build an angstrom base-image? Nov 11 03:12:38 I have the toolchain in my path and lib in my LD_LIBRARY_PATH Nov 11 03:13:16 yet I'm getting an error that it can't find libmpfr.so.1 which is in /opt/arm-angstrom/arm-angstrom-linux-gnueabi/usr/lib/ which is in ld_library_path Nov 11 03:18:57 hmm, I even copied it to one of the paths specified with -rpath-link on the cli and it can't find it Nov 11 03:23:10 does oe nuke environmentals? LD_RUN_PATH seems to be of no hel peither Nov 11 03:32:59 tried copying them into /usr/lib, don't see how it could be looking for a native copy, could this be the case? Nov 11 03:38:35 lpjhjdh: normally oe builds its own toolchain. i assume you're using an external-toolchain setup, including the .inc? Nov 11 03:39:16 I see, I actually just grabbed a copy because I thought oe didn't as I was getting command not found Nov 11 03:39:57 i'm trying to build gstreamer-ti for a beagleboard with the angstrom_2010_x toolchain setup (gcc 4.5, binutils 2.20, new libtool, ..) and it's dying in the link phase because libtool can't find the libraries in sysroot Nov 11 03:40:31 currently reading the user manual but I was trying to just get a base image up. After editing local.conf should I be able to do a "bitbake base-image" and expect it to complete without intervention? Nov 11 03:40:39 OE is passing in --with-libtool-sysroot=/path/to/sysroots/armv7a-angstrom-linux-gnueabi to the ./configure Nov 11 03:40:48 lpjhjdh: no, don't mess with that, don't set LD_*, don't even *think* about touching /usr/lib unless you want a broken machine. Nov 11 03:40:52 lpjhjdh: yes. Nov 11 03:41:35 but gstreamer-ti is getting built in beagleboard-angstrom-linux-gnueabi, not armv7a-angstrom-linux-gnueabi, so the libraries it's looking for are all in the armv7a sysroot but libtool can't see them Nov 11 03:41:42 yeah, there are few enough files it's easy to remove them Nov 11 03:42:14 any idea how to proceed? i'm not sure if libtool-sysroot is used in the library search path and/or if it's used as the deployment location Nov 11 03:45:26 kergoth: so if I setup my host deps properly and bitbake, should I be able to just setup local.conf, BBPATH and then "cd $OEHOME/build && bitbake base-image" Nov 11 04:42:13 my bandaid solution is to create symlinks in sysroots/beagleboard.../usr/lib to all the libraries gstreamer-ti needs in sysroots/armv7a.../usr/lib Nov 11 08:55:54 good morning Nov 11 09:00:53 morgen Nov 11 10:28:29 he obi Nov 11 10:28:46 hi :) Nov 11 10:29:50 how many patches from you arent applied? Nov 11 10:31:06 hm or do you have write acess now? Nov 11 10:31:26 two: http://patchwork.openembedded.org/bundle/obi/opendreambox/ Nov 11 10:31:30 in theory, yes Nov 11 10:31:49 but it doesn't work. cbrake is investigating why Nov 11 10:32:01 only two Nov 11 10:32:01 cool Nov 11 10:32:30 last thing i heard is that gitosis was broken on the server Nov 11 10:32:40 hm uh Nov 11 10:36:34 actually, there are 4 submitted patches pending, but 2 of them depend on another one Nov 11 10:36:37 http://patchwork.openembedded.org/bundle/obi/opendreambox/?state=* Nov 11 10:38:18 uh libfribiddi patch Nov 11 10:38:28 hm why you comment the AC_RANLIB Nov 11 10:39:41 i don't. i removed that patch Nov 11 10:41:24 i have some other patches, which i didn't submit yet, because they are just too many for the mailing list and they have already been discussed and acked Nov 11 10:41:28 http://git.opendreambox.org/?p=obi/openembedded.git;a=shortlog;h=refs/heads/equality-operator Nov 11 10:42:06 would you like to push them? Nov 11 10:42:30 i'd rebase the tree then Nov 11 10:42:56 ups Nov 11 10:43:11 now I am like zecke Nov 11 10:43:14 didnt see the remove Nov 11 10:44:37 they are already two weeks old now Nov 11 10:45:06 which is how long i'm waiting for my ssh key to become activated ;) Nov 11 11:01:34 hm strange Nov 11 11:01:46 maybe you can ask k6sox this evening Nov 11 11:01:53 or I will Nov 11 11:05:23 hehe.. bitbaking into 1 bb-thread is sooo sloooow... Nov 11 11:05:47 5 hours instead of 2 to build collie images.. Nov 11 11:06:58 jupp Nov 11 11:07:48 woglinde: ok. i've rebased my equality-operator branch, so feel free to pull and push. Nov 11 11:09:36 hm when I find the time Nov 11 11:09:42 maybee after lunch Nov 11 11:10:56 hm Nov 11 11:11:08 shell stuff Nov 11 12:27:56 will be intressting when we will switch to clang Nov 11 12:32:48 Folks ... I am doing something wrong and I don't know what Nov 11 12:33:03 the tmp/rootfs ends with wrong owner in files Nov 11 12:33:27 otavio@neumann:~/hacking/ossystems/oe$ ls tmp/rootfs/dev/ttyS0 -l Nov 11 12:33:27 -rw-r--r-- 1 otavio otavio 0 Nov 11 10:21 tmp/rootfs/dev/ttyS0 Nov 11 12:33:43 Do someone know what possible cause for it? Nov 11 12:34:02 hi otavio Nov 11 12:34:18 mknod? Nov 11 12:34:29 whithout fakeroot? Nov 11 12:34:42 woglinde: My system has fakeroot installed Nov 11 12:34:49 (using Debian sid one) Nov 11 12:34:54 and Nov 11 12:34:59 oe builds fakeroot its self Nov 11 12:35:15 otavio@neumann:~/hacking/ossystems/oe$ ls tmp/staging/x86_64-linux/usr/bin/fakeroot -l Nov 11 12:35:18 -rwxr-xr-x 1 otavio otavio 3607 Nov 10 17:32 tmp/staging/x86_64-linux/usr/bin/fakeroot Nov 11 12:35:21 it has it Nov 11 12:35:40 woglinde: where it is called? Nov 11 12:36:38 image generation somewhere Nov 11 12:36:55 rootfs Nov 11 12:39:08 fakeroot do_rootfs()? Nov 11 12:47:48 strange Nov 11 12:47:58 it is difficult for me to trace it. any idea? Nov 11 12:53:10 humm Nov 11 12:53:22 I used the stagging fakeroot byhand and it is working Nov 11 12:53:47 03Michael Smith  07master * r2c41577eda 10openembedded.git/recipes/smpeg/ (smpeg-0.4.5+svnr387/add-disable-rpath.patch smpeg_svn.bb): Nov 11 12:53:47 smpeg: configure with --disable-rpath Nov 11 12:53:47 Otherwise libtool and ld try to link against ${libdir}/libdl.so.2 on the Nov 11 12:53:47 host system. Nov 11 12:53:47 Signed-off-by: Michael Smith Nov 11 12:53:58 03Michael Smith  07master * r6bd4101ffc 10openembedded.git/recipes/xorg-driver/xf86-input-mutouch_git.bb: Nov 11 12:53:58 xf86-input-mutouch: add latest git release Nov 11 12:53:58 Fixes build with XINPUT ABI 7. Nov 11 12:53:58 Signed-off-by: Michael Smith Nov 11 12:54:02 03Michael Smith  07master * raf1a2e0e76 10openembedded.git/recipes/libsdl/libsdl-x11_1.2.14.bb: Nov 11 12:54:02 libsdl-x11: configure with --disable-rpath Nov 11 12:54:02 Otherwise libtool and ld try to link against ${libdir}/libdl.so.2 on the Nov 11 12:54:02 host system. Nov 11 12:54:02 Signed-off-by: Michael Smith Nov 11 12:54:04 03Michael Smith  07master * r13a0c4a2f1 10openembedded.git/conf/distro/include/ (2 files): Nov 11 12:54:04 preferred-xorg-versions: use git release of xf86-input-mutouch Nov 11 12:54:04 The latest source release, 1.2.1, fails to build with X11R7.5. Nov 11 12:54:04 Signed-off-by: Michael Smith Nov 11 14:00:26 Hmm Nov 11 14:00:41 I did a box w/ tinderbox stuff enabled and it's only showing up on the page as started Nov 11 14:00:46 not succeeded (which I see it did) Nov 11 14:01:33 http://tinderbox.openembedded.net/builds/102244/ Nov 11 14:02:30 One that failed earlier did show up as Failed, btw http://tinderbox.openembedded.net/builds/102240/ Nov 11 14:09:32 Anyone know if Michael Smith is on this channel? If yes under which nick? Nov 11 14:10:11 morning Nov 11 14:10:34 hi kergoth Nov 11 14:10:37 hi stefan Nov 11 14:10:48 hi woglinde Nov 11 14:13:15 Tartarus: +1 to issue w/ tinderbox Nov 11 14:13:50 Tartarus: but if you will run bitbake again after build it will shown as successfull Nov 11 14:14:32 I have had other issue with efikamx build - it was shown as started but was failed in reality Nov 11 14:14:42 ok Nov 11 14:14:52 I'll kick it again for that machine in a while, started another image now Nov 11 14:14:54 with bb 1.10 at least Nov 11 14:15:03 now I'm switched to master Nov 11 14:15:07 so will check again Nov 11 14:24:37 gm all Nov 11 14:24:57 he khem slept well? Nov 11 14:25:05 who was the arm conference going Nov 11 14:25:07 yeah sort of Nov 11 14:25:30 went bed early (body is not adjusted to sleep early) Nov 11 14:25:53 and now 6am it feels tired of sleeping :) Nov 11 14:26:07 woglinde: its going well Nov 11 14:26:21 6am uaha Nov 11 14:26:24 I would be dead Nov 11 14:26:27 lot of interest in Opensource tracks especially dealing with embedded lnx Nov 11 14:26:40 its hard for me to get at 7.30am Nov 11 14:26:43 up Nov 11 14:27:08 woglinde: same for me but last night I slept at like 9 Nov 11 14:28:00 hmm, you guys have kids, doesn't that mean that you are used to get up early? Nov 11 14:28:21 khem: good to see you taking the role for the first release manager Nov 11 14:28:22 stefan_schmidt: heh supposed to Nov 11 14:28:25 no Nov 11 14:28:36 the problem is he never sleeps before 21am Nov 11 14:28:39 woglinde: long sleeper kid? Nov 11 14:28:47 ah, ok Nov 11 14:28:58 so its hard for him too to get up Nov 11 14:29:10 yeah, that is understandable Nov 11 14:30:03 stefan_schmidt: I would request devs to lift foot from commit pedal during last week of november Nov 11 14:30:22 so we could test build and do any fixes needed for release Nov 11 14:30:40 khem: You think one week is enough? Personally I would aim for two weeks Nov 11 14:31:10 hehe cut rw for non testers Nov 11 14:31:19 stefan_schmidt: 2 would be better. Nov 11 14:31:24 * stefan_schmidt is doing some big buglabs merge to master in his git tree. Adjusting my workflow to a merge window ;) Nov 11 14:31:33 if i would be the beloved dictator I would do it Nov 11 14:31:57 woglinde: I see nothing that makes this problematic. Nov 11 14:32:06 woglinde: well if you were beloved dictator then you would say it and no body will commit Nov 11 14:32:14 People can use a branch for these two weeks and push it after the release Nov 11 14:32:23 yeah Nov 11 14:32:26 over time we can tweak the workflow Nov 11 14:32:33 stefan_schmidt: 2 weeks a good idea Nov 11 14:32:39 let me send an email on friday Nov 11 14:32:43 khem nah Nov 11 14:32:46 khem: great Nov 11 14:33:08 and I would request folks to test test test Nov 11 14:33:23 * stefan_schmidt is excited what OE will learn during the first releases Nov 11 14:34:36 * stefan_schmidt plans to test openjdk for 32bit/64bit and angstrom 2008 and 2010 Nov 11 14:34:49 And perhaps more if they went well Nov 11 14:35:59 stefan_schmidt: great Nov 11 14:36:16 I would hope that the test matrix grows Nov 11 14:36:27 and we can boast more testing combinations Nov 11 14:37:50 yeah Nov 11 14:38:30 we also discussed getting the testing-next builds to tinderbox and from there directly into a matrix Nov 11 14:38:40 Need somebody with python skills doing this Nov 11 14:40:23 I wonder if wiki can handle such automatic edits Nov 11 14:40:31 he learn python yourself Nov 11 14:40:36 isnt that hard Nov 11 14:40:43 lot of modules Nov 11 14:40:46 good dokus Nov 11 14:40:47 then bots can write out wiki Nov 11 14:40:55 woglinde: I heard this from various people over the years :) Nov 11 14:41:13 khem: I don't think we would keep it in the wiki then anymore Nov 11 14:41:14 and you are mostly faster than doing it in c Nov 11 14:41:21 stefan_schmidt: just another language Nov 11 14:41:50 python is handy sometimes at othertimes C is handy Nov 11 14:42:07 I never stated the same Nov 11 14:42:09 :) Nov 11 14:42:19 khem sure Nov 11 14:42:23 Just not going to implement this Nov 11 14:42:28 stefan is only to lazy Nov 11 14:42:35 woglinde: indeeeeeed Nov 11 14:47:08 khem: better to integrate text matrix with our tinderbox/stats engine Nov 11 14:47:27 it holds almost all needed data Nov 11 14:47:59 Jay7: I hear you volunteer for the code changes ;) Nov 11 14:48:31 Jay7: btw. wrt to the disk usage is the space in Mbytes Nov 11 14:52:12 khem: yes Nov 11 14:52:17 /1024 Nov 11 14:52:23 not /1000 Nov 11 14:53:26 stefan_schmidt: well.. may be but not before release anyway :) Nov 11 14:53:35 I can add more testing combinations to my server Nov 11 14:53:44 feel free to request Nov 11 14:53:48 Jay7: sure, this release will have the manual testing matrix tag Nov 11 14:55:27 should my custom image recipe have a PR? Nov 11 14:55:36 yes Nov 11 14:57:20 hm... improving oe-stats is interesting idea.. Nov 11 14:57:42 but I should do some work on kexecboot before Nov 11 15:25:38 oy my god oesf is still alive Nov 11 15:26:26 hehe Nov 11 15:31:46 Jay7: re-running didn't help :( Nov 11 15:32:20 seems something is broken in oe-stats then.. Nov 11 15:32:26 yeah Nov 11 15:34:56 * Tartarus puts ina debug print Nov 11 15:38:08 hi ka6sox Nov 11 15:39:57 ka6sox do you have some time? Nov 11 15:48:55 hmm, some ideas Nov 11 15:49:03 * Tartarus re-reruns a failing build Nov 11 15:49:10 Then I need to do a bitbake 1.8.x build I think Nov 11 15:50:54 03Chris Larson  07master * r3be3b9be62 10bitbake.git/setup.py: Nov 11 15:50:54 Don't ship our own copy of PLY, require it Nov 11 15:50:54 PLY is publically available, so there's no point in shipping ours. We still Nov 11 15:50:54 retain a local copy, however, so we don't lose the ability to run bitbake in Nov 11 15:50:54 place in the source tree. Nov 11 15:50:55 Signed-off-by: Chris Larson Nov 11 15:51:06 03Chris Larson  07master * rcc11b9c20e 10bitbake.git/ (ez_setup.py setup.py): Nov 11 15:51:06 Per Luke Leighton, drop setuptools/ez_setup usage Nov 11 15:51:06 They are unnecessary for us. Nov 11 15:51:06 Signed-off-by: Chris Larson Nov 11 15:51:07 03Chris Larson  07master * rdaa3ffe359 10bitbake.git/setup.py: Nov 11 15:51:07 Add missing codegen.py to the distutils install Nov 11 15:51:07 Signed-off-by: Chris Larson Nov 11 16:02:27 03Chris Larson  07master * r1cbf8a9403 10bitbake.git/ (10 files in 2 dirs): Nov 11 16:02:27 Move the pysh package into the bb package Nov 11 16:02:27 The pysh we're using is modified, and we don't want to risk it conflicting Nov 11 16:02:27 with one from elsewhere. Nov 11 16:02:27 Signed-off-by: Chris Larson Nov 11 16:02:53 hi Nov 11 16:03:31 03Chris Larson  07master * rff4753e362 10bitbake.git/lib/bb/pysh/pyshyacc.py: Nov 11 16:03:31 bb.pysh: fix writing pyshtables all over the place Nov 11 16:03:31 Signed-off-by: Chris Larson Nov 11 16:03:42 03Chris Larson  07master * r6e24f573a0 10bitbake.git/lib/bb/pysh/pyshyacc.py: Nov 11 16:03:42 bb.pysh: add Case support to format_commands Nov 11 16:03:42 Signed-off-by: Chris Larson Nov 11 16:05:10 any one knows how can a fix the following message Nov 11 16:05:11 NOTE: the following files were installed but not shipped in any package: Nov 11 16:05:15 ?? Nov 11 16:05:56 marenas: http://docs.openembedded.org/usermanual/usermanual.html Nov 11 16:06:07 search for that message Nov 11 16:06:19 it's not necessarily a problem, especially if you're using a recipe from the repos Nov 11 16:06:35 but if you're developing your own recipe and you need those files to be included, the user manual should help you out Nov 11 16:07:17 okk, thx Nov 11 16:07:24 np Nov 11 16:07:39 its my own recipe for something im testing Nov 11 16:08:05 i would like to cpy an executable file along with a couple of txt files Nov 11 16:08:56 in a custom directory, but bitbake seems to not want to copy these files to a custom dir Nov 11 16:09:51 Is someone around that can delete things from tinderbox? Nov 11 16:09:52 it isn't copying thats the problem, its packaging. Nov 11 16:10:15 and how can i include them in the packaging ? Nov 11 16:12:02 marenas: read the manual you've already been linked to Nov 11 16:14:49 im on it Nov 11 16:15:15 its very helpful ! thx Nov 11 16:23:55 Bah, this is crazy, now it is reporting success Nov 11 16:26:33 Tartarus: hehe Nov 11 16:33:04 anyone know if angstrom-distribution.org ran into the same bandwidth problems as last month? Nov 11 16:33:16 it was fast for a couple days, but slow as a dog again as of yesterday :-/ Nov 11 16:46:35 woglinde ping? Nov 11 17:00:35 ka6sox hm could look why the ssh-key for git for obi(Andreas Oberriter) dont works, cbrake looked at it but didnt make any progress Nov 11 17:06:36 I don't have access to gitosis...sorry :( Nov 11 17:13:24 oh Nov 11 17:13:27 okay Nov 11 17:13:28 wb Nov 11 17:13:29 sorry dont know who is mangeging what Nov 11 17:13:32 hms Nov 11 17:13:35 we need a wiki site for it Nov 11 17:14:13 ya, to fix gitosis we need to fix gitosis so others can fix it...(kind of circular I know) Nov 11 17:14:42 hm so whole machine is broken? Nov 11 17:19:47 hmm, for an autotoolized package, what is the easiest way to tell it to lok for the native compiler? it builds a tool that processes some stuff, but the stuff itself is "noarch" Nov 11 17:32:11 03Tom Rini  07org.openembedded.dev * r5c5d48e2a9 10openembedded.git/recipes/inetutils/ (inetutils_1.4.2.bb inetutils_1.5.bb inetutils_1.8.bb): Nov 11 17:32:11 inetutils: Use fakeroot in do_install Nov 11 17:32:11 rsh/related and traceroute will otherwise be usuable. Nov 11 17:32:11 Signed-off-by: Tom Rini Nov 11 17:36:42 hm.. Nov 11 17:36:53 from my current builds only one was succeeded Nov 11 17:37:16 it is akita which was build in same TMPDIR where tosa was built before Nov 11 17:37:37 succeeded according to oestats Nov 11 18:08:58 hey, anybody can help me with this plz Nov 11 18:09:11 ERROR: Exception: Message:1 Nov 11 18:10:09 03Chris Larson  07master * r173540c96a 10openembedded.git/recipes/autoconf/autoconf.inc: Nov 11 18:10:09 autoconf: don't choke on m4-native in ASSUME_PROVIDED Nov 11 18:10:09 Signed-off-by: Chris Larson Nov 11 18:12:48 . Nov 11 18:14:36 marenas: need more info. please pastebin the whole thing Nov 11 18:17:00 NOTE: Running task 608 of 615 (ID: 11, /home/marenas/OE/openembedded/recipes/tn200-utils/tn200-utils_1.0.0.bb, do_qa_staging) Nov 11 18:17:01 DEBUG: Parsing /home/marenas/OE/openembedded/recipes/tn200-utils/tn200-utils_1.0.0.bb (full) Nov 11 18:17:01 DEBUG: Executing task do_qa_staging Nov 11 18:17:01 DEBUG: Checking Package: tn200-utils Nov 11 18:17:01 ERROR: QA Issue with tn200-utils: No GNU_HASH in the elf binary: '/home/marenas/OE/angstrom-dev/work/armv5te-angstrom-linux-gnueabi/tn200-utils-1.0.0-r0/install/tn200-utils/TN200/IFV/IFVD' Nov 11 18:17:01 ERROR: QA Issue with tn200-utils: non debug package contains .debug directory: tn200-utils path /work/armv5te-angstrom-linux-gnueabi/tn200-utils-1.0.0-r0/install/tn200-utils/TN200/IFV/.debug/IFVD Nov 11 18:17:01 ERROR: QA Issue with tn200-utils: No GNU_HASH in the elf binary: '/home/marenas/OE/angstrom-dev/work/armv5te-angstrom-linux-gnueabi/tn200-utils-1.0.0-r0/install/tn200-utils/usr/bin/ESN_read' Nov 11 18:17:02 ERROR: QA run found fatal errors. Please consider fixing them. Nov 11 18:17:02 ERROR: Error in executing: /home/marenas/OE/openembedded/recipes/tn200-utils/tn200-utils_1.0.0.bb Nov 11 18:17:03 ERROR: Exception: Message:1 Nov 11 18:17:03 ERROR: Printing the environment of the function Nov 11 18:17:12 marenas: do *not* spam the channel again Nov 11 18:17:18 use a pastebin, read the channel topic Nov 11 18:19:40 sry Nov 11 18:22:17 marenas: which errors are you confused about? seems like the solutions are fairly self-evident Nov 11 18:23:22 the GNU_HASH error indicates your build isnt obeying OE's LDFLAGS Nov 11 18:23:44 the other is self explanatory, your globs in your FILES_* vars are including .debug dirs in the non-dbg packages Nov 11 18:23:56 try adding "TARGET_CC_ARCH += "${LDFLAGS}" " to your recipe Nov 11 18:24:11 okk Nov 11 18:24:44 (i didn't know what GNU_HASH was either, but i used the following method: http://lmgtfy.com/?q=no+GNU_HASH+openembedded&l=1 Nov 11 18:25:53 not trying to be a dick, i've just found that people are more helpful if you do a few minutes of googling before asking for help Nov 11 18:27:05 but GNU_HASH alone isn't a problem Nov 11 18:27:21 i've had that error b4 and the file is copied and works ok Nov 11 18:28:26 similarly, the answer to your other problem can be found by googling "non debug package contains .debug directory" Nov 11 18:44:34 03Chris Larson  07master * rdc1e3efb70 10openembedded.git/recipes/autoconf/autoconf.inc: Nov 11 18:44:34 Revert "autoconf: don't choke on m4-native in ASSUME_PROVIDED" Nov 11 18:44:34 Drop this for now, to avoid risk of introduction of another problem. Will Nov 11 18:44:34 revisit and verify both. Nov 11 18:44:34 This reverts commit 173540c96aac632de5ff1a78b25cdc49201ee27e. Nov 11 18:51:59 gm all Nov 11 19:00:22 gm Nov 11 19:01:24 Crofton: it was great meeting you yesterday Nov 11 19:01:35 Crofton: I am still at the Conf Nov 11 19:02:48 cool Nov 11 19:02:52 I am back at work Nov 11 19:03:24 few of us went for dinner later Nov 11 19:43:46 Is anything special required for sem_open to work? Nov 11 19:49:19 It is suppose to work if nptl is enabled and I am suppose to have it included Nov 11 19:49:21 but it fails Nov 11 19:50:37 otavio: what version of eglibc and kernel Nov 11 19:52:29 otavio: do u have /dev/shm mounted as tmpfs Nov 11 19:53:31 re Nov 11 19:53:36 khem: I am using glibc 2.9 and 2.6.34 Nov 11 19:53:52 otavio: ok Nov 11 19:53:52 khem: it can be a bug here or not. Nov 11 19:54:07 otavio: versions look ok they should support it Nov 11 19:54:27 khem: do you know any easy way for me to check if nptl is "working"? Nov 11 19:55:13 hmm Nov 11 19:56:08 khem: whole system is running at tmpfs so /dev/shm ought to be fine Nov 11 19:57:31 is it mounted Nov 11 19:58:14 I guess it is not Nov 11 19:58:16 * otavio checks Nov 11 19:59:07 khem: yes mounted Nov 11 19:59:09 and fails Nov 11 20:00:12 khem: sem_open fails. ENOSYS Nov 11 20:01:03 it looks it is not kernel related but glibc only Nov 11 20:12:02 khem: any idea? Nov 11 20:56:33 well, build finished Nov 11 20:56:45 let's update chart Nov 11 20:56:53 yes, I've found a fix for the lack of sound in libsdl_mixer with vorbis Nov 11 20:57:13 it didn't find libvorbis Nov 11 21:18:12 hmmm Nov 11 21:18:14 03Denis 'GNUtoo' Carikli  07org.openembedded.dev * rac36d86725 10openembedded.git/recipes/libsdl/libsdl-mixer_1.2.11.bb: (log message trimmed) Nov 11 21:18:14 libsdl-mixer 1.2.11: fix libvorbis's search path Nov 11 21:18:14 without that patch configure outputed something like this: Nov 11 21:18:14 checking tremor/ivorbisfile.h usability... yes Nov 11 21:18:14 checking tremor/ivorbisfile.h presence... yes Nov 11 21:18:14 checking for tremor/ivorbisfile.h... yes Nov 11 21:18:15 checking for ov_open_callbacks in -lvorbisidec... no Nov 11 21:18:33 maybe I should try to add ENTREPRISE stugfg to libsdl_mixer while I'm at it Nov 11 21:20:39 otavio: interesting Nov 11 21:20:49 hi khem Nov 11 21:20:56 hey GNUtoo|laptop Nov 11 21:21:13 I'll go but we must find time to fix the libtool stuff on libsdl Nov 11 21:21:21 so I got music without locally removing it Nov 11 21:21:43 also Nov 11 21:21:51 I saw that in libsdl_mixer: Nov 11 21:22:16 --enable-music-mp3-mad-gpl Nov 11 21:22:18 GNUtoo|laptop: sure, next week > Nov 11 21:22:20 that doesn't look right Nov 11 21:22:21 ok Nov 11 21:22:25 I must find the time too Nov 11 21:22:41 yeah, tomorrow if you have sometime then ping me Nov 11 21:22:44 ok Nov 11 21:23:26 ${@base_conditional('ENTERPRISE_DISTRO', '1', '--disable-music-mp3-mad-gpl', '--enable-music-mp3-mad-gpl', d)} Nov 11 21:23:30 should be used instead Nov 11 21:23:37 ok thanks a lot khem Nov 11 21:23:41 what is ENTERPRISE_DISTRO Nov 11 21:23:57 in USA they have a software patent system Nov 11 21:24:09 one of the most dangerous patent is the MP3 patent Nov 11 21:24:14 it's enforced Nov 11 21:24:22 for instance they even went against openmoko Nov 11 21:24:23 I know Nov 11 21:24:39 so ENTREPRISE_DISTRO is for avoiding mp3 and such risky things Nov 11 21:24:50 I see Nov 11 21:25:01 for instance it's used in scummvm Nov 11 21:25:09 ok Nov 11 21:25:23 is this an issue with libtool 2.4 Nov 11 21:25:24 DEPENDS = "virtual/libsdl libvorbis libogg zlib ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad mpeg2dec', d)}" Nov 11 21:25:46 khem, I don't know what your big libtool patch does Nov 11 21:25:59 for libsdl I mean Nov 11 21:26:32 oh i remember now Nov 11 21:26:42 hmmm I think that patch was just to get it building Nov 11 21:26:53 try to remove it and see if you can still build Nov 11 21:26:57 but it build without Nov 11 21:27:00 if yes then we can trash it Nov 11 21:27:08 I'll retry now Nov 11 21:27:15 I have forgotten why I put it there Nov 11 21:27:18 in first place Nov 11 21:30:45 ok I see. So if it works without the libtool patch then you can trash it Nov 11 21:30:57 send a patch and I will review it Nov 11 21:31:26 NOTE: package libsdl-x11-1.2.14-r7: task do_build: Started Nov 11 21:31:37 ok thanks a lot Nov 11 21:36:06 I'll go to sleep, thanks a lot Nov 11 21:36:30 gn Nov 11 22:04:35 * Jay7 have updated disk usage chart Nov 11 22:04:42 are there any changes Nov 11 22:04:58 I'll say no :) Nov 11 22:05:00 Jay7: can you change BB_SCHEDULER = "speed" Nov 11 22:05:04 and see if it changes Nov 11 22:05:17 and then another run with BB_SCHEDULER = "completions" Nov 11 22:05:19 and then another run with BB_SCHEDULER = "completion" Nov 11 22:05:23 khem: what should it change? Nov 11 22:06:13 speed/disk usage/parsing time? Nov 11 22:06:27 where to look for changes? :) Nov 11 22:06:59 I just want to know the disk usage patterns with those scheduling policies Nov 11 22:07:26 ah Nov 11 22:07:34 well, I'll try this night Nov 11 22:08:09 but now with bb master and 3 bb threads Nov 11 22:08:19 1 thread is soo slooow Nov 11 22:09:48 03Tom Rini  07org.openembedded.dev * r3bf5876d57 10openembedded.git/recipes/linux/ (3 files in 3 dirs): Nov 11 22:09:49 linux 2.6.33: Add mpc831[35]e-rdb support Nov 11 22:09:49 Bring these boards up to a slightly more modern version. In the Nov 11 22:09:49 case of 8313, grab upstream defconfig and in the case of 8315 just Nov 11 22:09:49 confirm against upstream defconfig for nothing too strange. Nov 11 22:09:49 Signed-off-by: Tom Rini Nov 11 22:12:16 will check latest bb changes too Nov 11 22:18:57 Jay7: with completion, it works to complete a single recipe asap before moving to the next, which slows down build time, but means you hit rm_work faster, which should reduce the peak disk usage (for background) Nov 11 22:19:12 s/background/background info/ Nov 11 22:19:38 well, let's check Nov 11 22:20:28 "speed" is the default scheduler, btw, so don't bother with a separate one for that Nov 11 22:20:46 * Tartarus prods linux_2.6.35.bb a little since it's the 1st flag version for us embedded folks Nov 11 22:20:59 Tartarus: good plan Nov 11 22:21:19 should see if there are any cves that apply to that version Nov 11 22:21:31 * kergoth_ kicks off a qemux86 build and crosses fingers Nov 11 22:21:33 Bringing it up to .8 now Nov 11 22:21:41 And then yeah, bringing some of the easy platforms up to it Nov 11 22:22:50 kergoth_: so I'll check with completion then Nov 11 22:23:11 * kergoth_ nods Nov 11 22:23:13 cool Nov 11 22:23:24 always interesting to see if reality matches up with expectations :) Nov 11 22:27:57 build started Nov 11 22:29:14 i hope this qemux86 build finishes, would really like to do more testing of an oe based distro on the target, haven't messed with that end of things in a while Nov 11 22:33:01 my plan is to do pair of builds then update testing-next to current state to check incremental builds Nov 11 22:33:36 and start building of minimal distro too Nov 11 22:52:34 hi all Nov 11 22:52:41 hey Nov 11 22:53:25 hi all Nov 11 22:53:42 any one here ? Nov 11 22:54:53 yeah Nov 11 22:54:56 just ask Nov 11 22:56:17 i want to know if any one compiled driver ath9k_htc for mipsel machine ? Nov 11 22:56:59 i want to compile this driver for my dm800, but i'm losted and i don't know from where i begin :( Nov 11 23:00:15 any one help me ? Nov 11 23:26:31 I've added info about BB_SCHEDULER to http://wiki.openembedded.org/index.php/Advanced_configuration Nov 11 23:26:46 will update later with real data :) Nov 11 23:27:11 ah, do this test too: Nov 11 23:27:21 bitbake console-image x11-image \ Nov 11 23:27:37 heh..the two images start in parallel Nov 11 23:27:48 vs bitbake console-image; bitbake x11-image? :) Nov 11 23:27:52 yes Nov 11 23:27:58 hm.. good idea Nov 11 23:28:05 usually Nov 11 23:28:12 I do sequentially Nov 11 23:28:17 but once I tried Nov 11 23:28:33 seems no time gain iirc Nov 11 23:29:57 it should take slightly more time but should have lower peak Nov 11 23:44:57 btw, I should try to do build with dash too.. Nov 11 23:47:47 Jay7: yes dash is a good idea Nov 11 23:48:06 although there are known issues that may not work with dash Nov 11 23:48:31 btw, I've tried to build under FreeBSD Nov 11 23:48:42 it does not working at all Nov 11 23:48:42 ok and ? Nov 11 23:48:47 :( Nov 11 23:48:52 we should have compatibility layer Nov 11 23:48:55 did you report problems Nov 11 23:48:58 not yet Nov 11 23:48:59 or fixed some Nov 11 23:49:01 ok Nov 11 23:49:07 I will be happy to fix them Nov 11 23:49:14 will do after release Nov 11 23:49:19 only problem I have is I dont have a fbsd system Nov 11 23:49:22 ok Nov 11 23:49:36 but for now we should say that we are not supported FreeBSD at this time Nov 11 23:49:38 yeah in this release we should consolidate what we have and put it out Nov 11 23:49:48 then do the hard work of such kind later Nov 11 23:50:20 should we have some wiki page with tasks to do before release? Nov 11 23:50:26 and may be with release plan Nov 11 23:50:37 Jay7: yes good idea Nov 11 23:50:49 http://www.freebsd.org/releng/ Nov 11 23:50:56 just as a sample Nov 11 23:52:37 well Nov 12 00:01:39 Jay7: look here about bitbaking two images http://pastebin.com/1dCT1jGd Nov 12 00:01:52 (those were already built) Nov 12 00:02:41 in the case of no-updates it is faster, you save the initial parse-times Nov 12 00:03:02 yes, sure Nov 12 00:03:51 let me restart X Nov 12 00:08:49 * Jay7 should buy second HDD to build on RAID0 Nov 12 00:09:39 according to charts tmpfs usage is almost impossible :) Nov 12 00:09:51 so, SSD or RAID0 Nov 12 00:10:31 hm... or tmpfs but with swap partitions on two drives.. Nov 12 00:12:15 I have seen some folks do sucessful builds on machines with 12G of ram Nov 12 00:12:20 and using ramfs Nov 12 00:12:36 so if you have like 16G of ram and use rm_work you should be well set Nov 12 00:12:46 I did it long ago with 8gb Nov 12 00:12:57 now seems thing have inflated Nov 12 00:13:03 8gb may be too small now with pstage Nov 12 00:13:09 or you can disable pstage Nov 12 00:13:16 I had it enabled Nov 12 00:13:21 hmm Nov 12 00:13:27 did u build like x11-image ? Nov 12 00:13:32 3 images Nov 12 00:13:37 console, opie, x11 Nov 12 00:13:50 hmm and all fitted into ramfs ? Nov 12 00:13:55 interesting . Nov 12 00:14:01 yes, months ago Nov 12 00:14:03 btw.. Nov 12 00:14:08 actually if we use rm_work it should be ok Nov 12 00:14:11 how to disable pstage? Nov 12 00:14:25 by default bb will use completion scheduler Nov 12 00:14:37 so it should use less ram at a giventime Nov 12 00:14:53 [01:14] "speed" is the default scheduler, btw, so don't bother with a separate one for that Nov 12 00:14:56 we should not see the spikes we see in Jay7 's graph Nov 12 00:15:03 khem: yes, Jay7 is experimenting Nov 12 00:15:12 speed is default true Nov 12 00:15:16 but not when you use rm_work Nov 12 00:15:27 hm.. Nov 12 00:15:30 with rm_work completion is default Nov 12 00:15:35 ah ha Nov 12 00:15:38 interesting Nov 12 00:15:59 so, I should bother with 'speed' then :) Nov 12 00:16:14 hmm Nov 12 00:16:17 khem: after build, tmpfs was just 2,5GB Nov 12 00:16:24 3 images for armv5te Nov 12 00:16:24 if any of you are usinf x86 target then beaware of this glibc fiasco https://bugzilla.redhat.com/show_bug.cgi?id=638477 Nov 12 00:16:30 I am trying to push and getting the remote end hung up Nov 12 00:16:33 ant__: ok Nov 12 00:16:34 + toolchain Nov 12 00:16:55 Crofton: ka6sox must be around to see if git is hosed Nov 12 00:17:12 pull is ok, I just can't push Nov 12 00:17:20 not sure if it something at my end Nov 12 00:17:22 yes this has happened before Nov 12 00:17:26 file going r/o Nov 12 00:17:34 i mean filesystem Nov 12 00:18:56 khem: Do you know if minimal-image happens to be the smallest image you can use w/ DISTRO=minimal? Updating the qemus to use 2.6.35 and I want a quick build target Nov 12 00:20:20 Tartarus: yes its minimal Nov 12 00:20:23 but it may not boot Nov 12 00:20:34 as some images dont include udev Nov 12 00:20:43 and the system sort of expects it Nov 12 00:20:52 Tartarus: why not 2.6.36 Nov 12 00:21:03 .35 is the embedded linux flag version Nov 12 00:21:08 Tartarus: 2.6.35 has bug on arm with gcc 4.5 Nov 12 00:21:14 So I figure we'll see a lot of activity there Nov 12 00:21:18 Tartarus: embedded flag eg Nov 12 00:21:20 eh Nov 12 00:21:30 * khem meant sarcasm Nov 12 00:21:40 http://lwn.net/Articles/413341/ Nov 12 00:21:45 Tartarus: I know I know Nov 12 00:21:52 OE is beyond that Nov 12 00:21:59 we are more at bleeding edge Nov 12 00:22:13 2.6.36 is better for us Nov 12 00:22:28 * Jay7 have updated wiki page about scheduler :) Nov 12 00:22:58 I still have issues with SH4 and gcc 4.5 Nov 12 00:23:08 capture the flag.. embedded flag :) Nov 12 00:23:08 we might have to use 4.4 just for SH4 Nov 12 00:23:10 Not if silicon vendors are going to be releasing kernel trees based on .35 Nov 12 00:23:15 I dont know if I can fix it in time for release Nov 12 00:23:33 Tartarus: fine QEMU can be spared Nov 12 00:24:03 or could be portrayed as torch bearer for next 'flagged' version Nov 12 00:24:33 I don't think OE is going to have much sway in what's picked as the next one Nov 12 00:24:34 you can harden other non qemu machines on .35 Nov 12 00:24:36 thats ok Nov 12 00:24:43 But I think if we have stuff on the current one, it's a good thing Nov 12 00:24:56 And yeah, if you want to move all of the qemus up to .36, that's fine Nov 12 00:25:11 But I'm trying to get everyone up to .35 now, given they're a little spread atm Nov 12 00:25:15 whats the problem with 4.5 and the kernel? Nov 12 00:25:47 Crofton: there is some code gcc emits that kernel's ELF loader can not handle w.r.t modules Nov 12 00:26:00 its in unwinding parts for ARM Nov 12 00:26:06 hmm Nov 12 00:26:11 let me find the bug if I can Nov 12 00:26:15 ok, i take that back, it was just mips64 that was .35 before Nov 12 00:26:18 I ahve a kernel built with OE 4.5 Nov 12 00:26:23 yeah its a nasty one there is a workaround though Nov 12 00:26:24 seems ok Nov 12 00:26:59 well.. too late is here Nov 12 00:27:03 time to sleep Nov 12 00:27:17 Jay7: sleep well Nov 12 00:27:24 gn Nov 12 00:27:42 computer should build OE, man should sleep :) Nov 12 00:27:43 khem, fwiw, I would have preferred the flag version to follow the ones that normally get extended maintenance windows anyhow, but, whichever Nov 12 00:27:50 Maybe the next one will do that :) Nov 12 00:29:01 https://bugzilla.kernel.org/show_bug.cgi?id=16310 Nov 12 00:29:04 thats the bug Nov 12 00:29:24 Tartarus: thats fine too Nov 12 00:29:29 just backport that fix Nov 12 00:29:52 I am not so much married to .36 Nov 12 00:30:02 but I want qemu's to do the latest stuff Nov 12 00:30:11 so we can find issues and debug them easily Nov 12 00:30:23 rather than using JTAGS to debug them real hardware Nov 12 00:30:34 its easy to debug them in qemu Nov 12 00:30:50 thats why plan to keep qemu's at bleeding edge kernels Nov 12 00:31:21 Hi all Nov 12 00:32:28 * Tartarus switches tasks-tools-proper to inetutils from netkit-telnet, locally first Nov 12 00:33:06 Tartarus: heh netkit-telnet does not build on ppc :) good job Nov 12 00:33:08 get rid of it Nov 12 00:33:18 khem: ah, right, good call on the completion w/ rm_work, i forgot it did that (imo it shouldn't, even if that reduces disk space usage -- its unintuitive to think your build time is effected by rm_work) Nov 12 00:33:34 er, affected Nov 12 00:33:42 yeah right Nov 12 00:33:55 but its like Os and O2 nature in gcc Nov 12 00:33:59 so I think its ok Nov 12 00:46:27 khem, fyi, that fix was already part of the .35 recipe Nov 12 00:52:40 trying to compile e-wm i get a error with eeze: Nov 12 00:52:41 | checking for LIBUDEV... configure: error: Package requirements (libudev) were not met: Nov 12 00:52:41 | Nov 12 00:52:41 | No package 'libudev' found Nov 12 00:53:01 i'll try build udev Nov 12 00:53:15 It is already builded Nov 12 00:53:17 :( Nov 12 00:57:50 see why it's not found Nov 12 00:57:52 check config.log Nov 12 00:59:20 ok Nov 12 00:59:40 it's says that libudev doesn't existis Nov 12 01:00:02 http://angelox_123.pastebin.com/biLA7FEq3 Nov 12 01:00:06 http://angelox_123.pastebin.com/biLA7FEq Nov 12 01:00:17 that's correct link(without 3 number on finish) Nov 12 01:10:12 Well, check and see why :) Nov 12 01:10:18 That's saying it couldn't find it w/ pkgconfig Nov 12 01:10:25 So see if the .pc files are installed Nov 12 01:10:28 And if they aren't Nov 12 01:10:31 rebuild libudev Nov 12 01:10:34 and see if they're not being packaged Nov 12 01:11:02 libudev doesn't exists :( Nov 12 01:11:05 what is .pc files ? Nov 12 01:11:16 libudev probably comes from udev, heh Nov 12 01:11:22 and that's the type of file pkg-config reads from Nov 12 01:11:38 i tried rebuild udev :) Nov 12 01:11:43 i'm +/- newbie :) Nov 12 01:12:53 rebuild it again, and pay attention to the end Nov 12 01:12:59 see if it says anything about unshipped files Nov 12 01:13:51 okay i'll try soon(it's re-building gcc by a commit here,Pentium 4 3GHZ 1GB RAM {SLOWWWW} :( ) Nov 12 01:24:35 03Tom Rini  07org.openembedded.dev * r9b6c781643 10openembedded.git/recipes/tasks/task-proper-tools.bb: Nov 12 01:24:35 task-proper-tools: Switch from netkit-telnet to inetutils Nov 12 01:24:35 netkit-telnet is very old and doesn't compile for PowerPC to boot. Nov 12 01:24:35 Switch to inetutils here as that's still maintained upstream. Nov 12 01:24:35 Signed-off-by: Tom Rini Nov 12 01:26:19 where are you, testing-next? Nov 12 01:26:30 :( Nov 12 01:26:46 9b6c781643 is my testing next Nov 12 01:30:13 * Tartarus is fixing stuff to test the next testing branch Nov 12 01:31:43 khem ping? Nov 12 01:33:51 hmmm...can anyone please try to push something to the git server? Nov 12 01:36:20 crofton Crofton|road ping? Nov 12 01:36:26 I did just a min ago Nov 12 01:36:30 sec, I can checkin one fix now Nov 12 01:36:44 okay it works then Tartarus? Nov 12 01:37:05 It did 12 min ago Nov 12 01:37:11 hmmm Nov 12 01:37:20 I see fatal: The remote end hung up unexpectedly Nov 12 01:37:28 any thoughts on what I screwed up Nov 12 01:37:44 gitosis is b04k3n Nov 12 01:37:51 needs fixin Nov 12 01:38:19 that can cause exactly what we are seeing Nov 12 01:43:42 so umm Nov 12 01:43:50 if you are trying to use PROC_read and PROC_write Nov 12 01:43:55 make sure you have sdmak Nov 12 01:44:01 ... that will save oyu several days of wtf **** ENDING LOGGING AT Fri Nov 12 02:59:57 2010