**** BEGIN LOGGING AT Sun May 18 02:59:57 2008 May 18 03:36:10 03khem 07org.oe.dev * r6f13b55b... 10/ (5 files in 4 dirs): Apply scp-argument-fix.patch only to dropbear 0.49 recipe. May 18 06:15:34 avahi i snot building at the moment .. May 18 06:16:01 can someone look at this b4 I land in Philly tonight? :) May 18 09:13:21 rwhitby: We never worked out exactly how to run mirrors automatically other than the previous discussion we had May 18 09:23:56 RP: so how are we going to move forward? May 18 09:24:15 I want to move nslu2-linux to git asap :-) May 18 09:24:49 rwhitby: Using OE.dev? May 18 09:25:08 rwhitby: It is OpenMoko switching, not OE.dev :/ May 18 09:26:19 correct - I want to set up an identical system to what they are setting up. May 18 09:26:42 mirror OE.dev mtn to an nslu2-linux git server that nslu2-linux folk can commit to. May 18 09:26:49 just like zecke is doing May 18 09:27:18 but in the future (I hope) OE.dev will move to git too, so I'm just thinking ahead till then. May 18 09:27:38 rwhitby: I don't know how OM are planning to commit back to OE.dev May 18 09:27:40 the other alternative, of course, is for all nslu2-linux committers to use the future OE.dev git repo directly. May 18 09:27:59 RP: I thought zecke had a two-way gateway May 18 09:28:43 rwhitby: yes and no, I'm not sure exactly how capable it is. I was under the impression some changes would come back with OM devs using monotone May 18 09:29:17 rwhitby: and whilst there are OE.dev git trials in progress, there isn't a repo thats offical May 18 09:31:57 RP: I was under the impression that zecke is running an official openmoko git repo, and it has an org.openembedded.dev branch, and that branch is two-way synced (perhaps manually) with monotone.openembedded.org May 18 09:32:18 rwhitby: Yes, thats my impression too May 18 09:32:36 OK, I will wait for official word on the way forward ... May 18 10:05:55 RP: meld May 18 10:11:17 RP, rwhitby I currently manually merge back to OE, there is no way to do it automatic due to PR and PV incompatabilities May 18 10:11:51 XorA|gone: Sounds like how I handle poky.... May 18 10:11:57 * RP hugs meld May 18 10:13:55 XorA|gone, RP: sounds like we need to accelerate the OE transition to git to save everyone having to do extra work ... May 18 10:14:22 rwhitby: Its not been decided which way OE is going to go yet May 18 10:14:38 I would still have to meld even with git May 18 11:46:51 03jeremy_laine 07org.oe.dev * rd0e6322f... 10/ (1 classes/oestats-client.bbclass): oestats-client.bb: disable stats if we cannot get a build id May 18 11:51:10 steliosk: hello? May 18 11:59:18 03koen 07org.oe.dev * r860bccc9... 10/ (7 files in 3 dirs): gcc: add gcc csl 2007q3 May 18 12:09:47 good morning May 18 12:10:09 What is the git-equivalent of "mtn head" to show the checked out revision? May 18 12:11:47 jeremy_laine: so essentially we are missing events from BB that tell about the status? May 18 12:12:17 mickeyl: I think basically whenever a build exists in an abnormal condition May 18 12:12:24 s/exists/exits/ May 18 12:12:53 mickeyl: also, I was not sure how to set a variable that is persistent throughout the build May 18 12:13:38 currently, the way oestats-client.bbclass works is that it gets a "build id" from the server upon the BuildStarted event May 18 12:13:51 (we post a form to OESTATS_SERVER/builds/start/) May 18 12:14:19 and I am storing the build id in TMPDIR/oestats.id, which is wrong for concurrent builds May 18 12:14:48 (don't actually know if concurrent builds are officially supported?) May 18 12:15:48 sadly, i did not have the chance to look at our bitbake code since long :/ May 18 12:16:04 i agree that what you ask for is necessary for automated usage though May 18 12:16:17 could you please add these as feature request to the bugtracker? May 18 12:16:18 mickeyl: by the way, setting up an oestats server is really a snap thanks to django May 18 12:16:43 mickeyl: if you use an sqlite DB you're up and running in 30 seconds :) May 18 12:16:58 wow May 18 12:17:00 _that's_ quick May 18 12:17:24 * step 1: checkout the code May 18 12:17:34 * step 2: apt-get install python-django May 18 12:17:46 * step 3: python manage.py syncdb May 18 12:18:02 * step 4: python manage.py runserver some.server.org:8000 May 18 12:18:09 => done May 18 12:19:00 for production use you need to change settings.py for a MySQL server for instance, and do the usual apache2 setup May 18 12:21:00 for those of you joining in, http://oestats.jerryweb.org/ for a demo May 18 12:21:44 excellent, thanks May 18 12:23:13 mickeyl: will work on opening SVN access for you if you want, in the meantime you can post patches to the "oestats" ticket system or mail them to me May 18 12:23:49 will do, thanks. no promise when i have time to actually look at that though ;) May 18 12:24:22 who ran the official tinderbox, zecke? May 18 12:24:43 whoever it was might have some good input on what they'd like to see in oestats May 18 12:24:58 morning May 18 12:25:03 hi! May 18 12:25:55 yep, that was zecke and later koen iirc May 18 12:26:16 mickeyl: by the way if you want to try the OE side of thinks, feel freel to use OESTATS_SERVER = "oestats.jerryweb.org", no warranty that the server will be up at an given time though :) May 18 12:26:25 s/thinks/things/ May 18 12:26:45 mickeyl: you could put OESTATS_BUILDER = "mickeyl" or something similar May 18 12:26:45 sure, thanks! May 18 12:26:57 is all this info at one place? May 18 12:27:05 could you perhaps add a wiki page on that? May 18 12:27:58 mickeyl: the main source of info is the project page (including setup instructions) on http://opensource.bolloretelecom.eu/projects/oestats/ May 18 12:28:13 (it's referenced in oestats-client.bbclass) May 18 12:28:31 ok, that should be it May 18 12:30:59 jeremy_laine: pong May 18 12:31:09 likewise: hi! May 18 12:31:25 Hi Jeremy May 18 12:32:04 likewise: was just showing of a (rough) build statistics tool (demo: http://oestats.jerryweb.org/ ) May 18 12:34:15 jeremy_laine: this is cool. I just started on a bisect script (when a certain build fails, bisect to the commit that made it fail). May 18 12:34:49 likewise: ah, sounds promising! May 18 12:35:43 jeremy_laine: my scripting foo experience is really minimal but I'll play with Django, it was on my todo list anyway. May 18 12:36:10 jeremy_laine: there is this excellent dajngo setup where they test Linux kernel builds - I should have a look at that too May 18 12:36:19 likewise: no problem, for now it's all very simple and easy reading :) May 18 12:36:50 jeremy_laine: what exactly is step 1. checkout the code. you mean django code? May 18 12:36:59 (I'm catching up reading the IRC log) May 18 12:37:23 likewise: no the code for "oestats", you'll find more complete instructions at http://opensource.bolloretelecom.eu/projects/oestats/ May 18 12:42:16 03koen 07org.oe.dev * r59d8e866... 10/ (3 files in 3 dirs): angstrom 2008: make compiler selection easier, use 2007q3 for armv7a (yes, PV went backwards *again*, full rebuild time) May 18 12:42:21 03koen 07org.oe.dev * reb9d3f4c... 10/ (1 conf/machine/include/tune-cortexa8.inc): tune-cortexa8: enable tree-vectorizer to get proper NEON support May 18 12:55:56 I am running into trouble with monotone and I hope you guys can help me. When I do "mtn pull" I get an error that the database is locked. But there is no mtn process running. How do I free the lock? May 18 12:56:18 jeremy_laine: The oestats output looks beautiful May 18 12:56:22 and very helpful May 18 12:57:34 Laibsch: the main problem from my POV is that the default build view is too verbose May 18 12:58:06 Laibsch: I think by default the tasks should be grouped by package with tasks collapsed, and expanded if you click May 18 12:58:25 http://oestats.jerryweb.org/builds/build/23/ May 18 12:58:30 ^^^ That? May 18 12:59:09 jeremy_laine: I think it would be even better to hide as much as possible all succeeded tasks May 18 12:59:21 One is usually only interested in the failed ones May 18 12:59:36 Laibsch: true May 18 12:59:44 althought such a layout might not cheer you up as much ;-) May 18 13:00:22 But in general I think the layout is clean and easy to understand May 18 13:00:37 jeremy_laine: this is running of mtn or of git? May 18 13:00:54 I never really fully understood to read the tinderbox output May 18 13:01:05 likewise: the server side has no connection to the SCM for now May 18 13:01:33 likewise: only the client has some interaction with the SCM in the sense that it reads METADATA_REVISION May 18 13:01:36 jeremy_laine: One thing you need to consider is how to deal with overlays May 18 13:01:41 jeremy_laine: ok, but what starts the builds May 18 13:02:03 Laibsch: true, there should be one METADATA_REVISION per tree May 18 13:02:10 yes May 18 13:02:23 likewise: you run your build whatever way you usually run them May 18 13:02:28 Sonkei is a good example May 18 13:02:39 likewise: oestats does not trigger builds, just collect the results May 18 13:04:17 jeremy_laine: ok, we should follow-up on the mailing list how we can meld the builder with the bisecter. May 18 13:04:27 jeremy_laine: together with the output. May 18 13:04:56 likewise: I think these should stay separate entities, although we can work on getting a nice interaction between the tools May 18 13:05:54 jeremy_laine: ok May 18 13:06:25 likewise: if you want, we can get the bisecter to interact with the build stats server (e.g: you queue some tasks via the web UI and the bisector picks up it tasks it needs to run, org something) May 18 13:07:01 jeremy_laine: in my setup, the bisector is the closed loop that instructs the builder what to build May 18 13:07:02 likewise: also if you need an XML output of the build reports for your processing it should be very easy May 18 13:12:44 * Laibsch is glad to see some .stable activity in the bug tracker May 18 13:21:05 * * OE Bug 4275 has been created by  May 18 13:21:07 * * modphp fails to build May 18 13:21:09 * * http://bugs.openembedded.net/show_bug.cgi?id=4275 May 18 13:40:38 03mattjreimer 07org.oe.stable * r0a63e1d7... 10/ (3 files in 3 dirs): (log message trimmed) May 18 13:40:38 linux-handhelds 2.6.21-hh20: turn on voltage regulator for hx4700 May 18 13:40:38 hx4700's voltage regulator gives a significant boost in runtime. The May 18 13:40:38 following patch builds the voltage regulation code as modules for May 18 13:40:38 hx4700. Its machine conf already lists these two modules in May 18 13:40:39 MACHINE_EXTRA_RRECOMMENDS so nothing else should be necessary to get May 18 13:40:43 it working. May 18 13:52:32 morning May 18 13:56:34 gm May 18 13:56:40 hey ant_ May 18 13:56:48 hi cyrilRomain May 18 13:57:10 long time we don't meet here... May 18 13:57:17 indeed May 18 13:57:44 cyrilRomain: that's from building gettext NOTE: the following files were installed but not shipped in any package:NOTE: /usr/lib/preloadable_libintl.soNOTE: Multiple libraries (libasprintf.so.0, libgettextpo.so.0) found and LEAD_SONAME not defined May 18 13:57:53 * cyrilRomain disappeared for some time .. May 18 13:58:03 I think koen touched libintl recently..? May 18 13:58:39 * ant_ even moved to a new home out of the town last month... May 18 13:59:23 Laibsch: ping May 18 13:59:25 jeremy_laine: Have you looked at buildbot? May 18 13:59:32 RP: hey... May 18 14:01:25 http://www.rp.rpsys.net/bb1.png May 18 14:02:04 http://www.rp.rpsys.net/bb2.png May 18 14:02:30 RP: building angstrom-2008.1 from scratch fails (one need do -c rebuild zaurus-updater), while building from pstage fails on angstrom-version (this one need to be rebuilt) May 18 14:02:34 RP: http://rafb.net/p/yU2JjQ62.html May 18 14:03:51 ant_: hmm, I'm not sure that is packaged staging's fault :/ May 18 14:04:10 RP: and how is the initramfs appeared? May 18 14:04:18 ? May 18 14:04:43 I find it in /deploy May 18 14:05:04 I'm not sure what the question is? May 18 14:05:39 ok, why do initramfs-image is build? May 18 14:06:16 I don't know May 18 14:06:36 Ok, thought was discussed and I missed the tal... May 18 14:06:44 *talk May 18 14:20:48 RP: btw have you seen on the ML the backports from .25 for fixing usb on linux-rp_2.6.24? Is already a .25 release in your filesystem? May 18 14:22:11 uh oh... babe woke up.. CYL May 18 14:44:43 03jeremy_laine 07org.oe.dev * ra78e816f... 10/ (1 classes/oestats-client.bbclass): oestats-client.bbclass: switch to multipart/form-data (prepare for sending logs) May 18 15:12:45 mornin' all May 18 15:17:44 hi mwester May 18 16:05:07 03jeremy_laine 07org.oe.dev * r85541989... 10/ (1 classes/oestats-client.bbclass): oestats-client.bbclass: catch errors communicating with stats server May 18 16:27:00 03mickeyl 07org.oe.dev * rb57b6f67... 10/ (3 files in 2 dirs): python-setuptools-native 0.6c6 inherit native (how did that ever work without?) May 18 17:19:21 What is the git-equivalent of "mtn head" to show the checked out revision? May 18 17:22:15 Laibsch: git rev-parse HEAD May 18 17:22:26 kergoth: Thanks May 18 17:22:29 np May 18 17:22:45 git has a much larger command-base May 18 17:23:02 and it will need some time to get to know even the important ones May 18 17:51:39 can somebody tell me which package provides "cu"? May 18 17:54:15 uucp May 18 17:59:23 cekay: the package I get from bitbake uucp does not have cu May 18 17:59:24 i'd rather recommend screen or {mickey|mini}term though ... May 18 17:59:50 cu is separately packged May 18 18:00:48 mickey|dinner: I see thanks May 18 18:00:55 oh, ok May 18 18:02:17 mickey|dinner: where can I get miniterm? May 18 18:02:34 or mickeyterm May 18 18:02:51 bitbake mickeyterm May 18 18:03:01 needs python-serial and some additional packages though May 18 18:03:16 ok will try /usr/bin/cu then first May 18 18:03:44 since console-image matches the required dependencies I assume May 18 18:03:57 if you're after a small binary, use screen, picocom, or cu May 18 18:05:19 mickey|dinner: somebody suggested me screen before. I don't understand how to use screen to communicate with a serial device May 18 18:06:51 screen /dev/ttySAC0 115200 May 18 18:06:53 works fine here May 18 18:08:34 I didn't put a baud rate before. Maybe I don't need it. It's just the shared mem interface May 18 18:16:22 mickey|dinner: how is bread and butter progress? May 18 18:43:47 zero until now, all energy in framework. this'll change next week, as i'm working towards a linuxtag demo May 18 18:45:32 is there an easy way with mtn to review everything you have commited locally before you push it to the mainstream OE repo? May 18 18:46:04 ls May 18 18:46:13 re May 18 18:47:44 svolpe: monotone-viz May 18 18:48:52 Laibsch: hi May 18 18:49:18 Laibsch, thanks. May 18 18:49:21 ant_, thanks. May 18 18:49:38 svolpe: hey May 18 18:49:45 Laibsch: ERROR: Task 1809 (/oe/org.openembedded.dev/packages/images/initramfs-image.bb, do_rootfs) failed May 18 18:49:50 ant_, I tried mtn ls changed but I think it shows any file I have changed and not just the ones I commited. May 18 18:49:55 again this updater-sh thing... May 18 18:50:27 ant_: I am almost out, I don't think I can help you with that now. And I have not understood yet, why do_rootfs fails all the times May 18 18:50:37 It has to do with the zaurus-updater thing May 18 18:50:39 and why is it pulling initramfs-image? May 18 18:50:51 Please report anything you find in the bug tracker May 18 18:51:24 ok, but the initramf thing is puzzling me May 18 18:51:28 svolpe: "mtn ls changed" will exactly _not_ show the changed files you have already committed May 18 18:51:35 ant_: me, too May 18 18:51:35 (I was awaiting the implementation of it) May 18 18:51:43 :-) May 18 18:51:50 which is why right now I don't have an answer for you May 18 18:53:03 ant_: May 18 18:53:08 !oebug 4234 May 18 18:53:10 * * Bug 4234, Status: NEW, Created: 2008-05-08 05:40 May 18 18:53:11 * * : zaurus-updater not being pulled in May 18 18:53:12 * * http://bugs.openembedded.net/show_bug.cgi?id=4234 May 18 18:53:22 That is the place to discuss this May 18 18:54:44 (properly "fished" on IRC, RP did already repair zaurus-updater "on the fly" once) May 18 18:55:56 ant_, ah, thanks. May 18 18:57:06 ant_, so is there an easy way to list all the ones I have commited before I mtn push? other than monotone-viz. I'm working remote it would not be easy to use. May 18 18:57:39 svolpe: don't ever think I'm a monotone expert ;-) May 18 19:01:12 03svolpe 07org.oe.dev * rac3b0371... 10/ (1 packages/php/php_5.2.5.bb): php 5.2.6-r3: Fixed broken config caused by xml2-config not being found May 18 19:05:58 svolpe: http://gitweb.openembedded.net/?p=org.openembedded.dev.git&a=search&h=HEAD&st=author&s=svolpe May 18 19:07:11 I don't see the last one... May 18 19:07:23 yet May 18 19:08:51 ant_, I thought there was delay between mtn and git. May 18 19:14:45 bbl May 18 19:54:07 03jeremy_laine 07org.oe.dev * rc0506e8e... 10/ (1 classes/oestats-client.bbclass): oestats-client.bbclass: upload log file when a task fails May 18 19:58:12 03MarekVasut 07org.oe.dev * rf2497299... 10/ (1 packages/keyring/keyring_0.6.8.bb): May 18 19:58:12 keyring: fix compilation. Closes 2418. May 18 19:58:12 * Commit by Laibsch May 18 19:58:16 03MarekVasut 07org.oe.dev * r9471612e... 10/ (4 files in 3 dirs): May 18 19:58:16 keyring: fix compilation. Closes 2418. May 18 19:58:16 * Commit by Laibsch May 18 19:58:21 03KhemRaj 07org.oe.dev * r3690cf9a... 10/ (5 files in 2 dirs): May 18 19:58:21 dropbear: apply scp-argument-fix.patch to version 0.49 only. reorder some fields according to Style Guide. bump PR. May 18 19:58:22 * commit and cosmetic changes by Laibsch May 18 19:58:29 03Laibsch 07org.oe.dev * r94a69c17... 10/ (7 files in 4 dirs): May 18 19:58:29 explicit merge of '3690cf9a949f76acaa2b247794d6ee00339acd46' May 18 19:58:30 and 'f2497299e919cb94e12fc8690a709479451e5510' May 18 19:58:37 03Laibsch 07org.oe.dev * r2a959140... 10/ (21 files in 13 dirs): May 18 19:58:37 explicit merge of '8c79c14e519c2da015b828d88899e0af791e9da9' May 18 19:58:37 and '94a69c171834b89089886081d5bd9f0e42d880f0' May 18 20:56:06 03rpurdie 07org.oe.dev * r3dfeb449... 10/ (1 classes/image.bbclass): image.bbclass: Fix image creation locking so creating multiple images at once works (#4193). Remap PACKAGE_INSTALL variable so packages to install can include names which are changed by debian.bbclass. (from poky) May 18 20:57:04 * * OE Bug 4193 has been RESOLVED (FIXED) by rpurdie(AT)rpsys.net May 18 20:57:06 * * baking two images at the same time fails May 18 20:57:08 * * http://bugs.openembedded.net/show_bug.cgi?id=4193 May 18 21:09:07  May 18 21:51:21 03mickeyl 07org.oe.dev * re5c1d0fc... 10/ (6 files in 3 dirs): marketing: add oe-flyer and oe-poster May 18 21:55:32 RP: Thanks a lot May 18 21:57:06 03utx 07org.oe.dev * r4eb44db9... 10/ (11 files in 2 dirs): May 18 21:57:06 Enabled CP2101 USB to serial module: May 18 21:57:06 * enabled for all USB host enabled configurations May 18 21:57:06 * required to support Qstarz GPS travel recorders May 18 21:57:10 03utx 07org.oe.dev * r7143762e... 10/ (7 files in 4 dirs): New package wwwoffle: World Wide Web Offline Explorer (offline http+ftp proxy) May 18 22:15:05 * * OE Bug 2418 has been RESOLVED (FIXED) by May 18 22:15:07 * * Keyring wont compile, fix included May 18 22:15:09 * * http://bugs.openembedded.net/show_bug.cgi?id=2418 May 18 22:37:04 * * OE Bug 2690 has been RESOLVED (FIXED) by May 18 22:37:06 * * Script to make zaurus images usable May 18 22:37:08 * * http://bugs.openembedded.net/show_bug.cgi?id=2690 May 18 22:51:05 * * OE Bug 4276 has been created by  May 18 22:51:07 * * upgrade automake to 1.10 May 18 22:51:09 * * http://bugs.openembedded.net/show_bug.cgi?id=4276 May 19 00:22:16 03mickeyl 07org.oe.dev * rcc7e210e... 10/ (6 files in 4 dirs): EFL cvs update to 20080518, remove patches that have been applied upstream May 19 00:22:21 03mickeyl 07org.oe.dev * rd78b6d9e... 10/ (1 conf/distro/include/sane-srcdates.inc): EFL cvs update to 20080528 May 19 00:53:04 * * OE Bug 2866 has been RESOLVED (FIXED) by May 19 00:53:06 * * php-native fails to build May 19 00:53:08 * * http://bugs.openembedded.net/show_bug.cgi?id=2866 May 19 00:53:16 * * OE Bug 4080 has been RESOLVED (FIXED) by May 19 00:53:18 * * php-5.2.0-r2 does not build on Gentoo May 19 00:53:20 * * http://bugs.openembedded.net/show_bug.cgi?id=4080 May 19 01:17:32 03Laibsch 07org.oe.dev * r509968e9... 10/ (6 files in 4 dirs): php: move version 4.x to nonworking. We have version 5 (I will fix out the remaining bugs) May 19 01:17:37 03Laibsch 07org.oe.dev * r1564b090... 10/ (1 packages/php/files packages/nonworking/php/files): May 19 01:17:37 php: move patches for version 4 to nonworking, too May 19 01:17:37 * they are not used by any of the version 5 recipes May 19 01:17:37 * completes 509968e9aaa6b52420f7ae51e79fa781b449a633 May 19 01:17:41 03Laibsch 07org.oe.dev * re667f22b... 10/ (4 files in 3 dirs): php: autotools has become unnecessary in version 5.2.5. Drop. Fixes 2866. May 19 01:50:23 03Laibsch 07org.oe.dev * r4392736c... 10/ (1 packages/php/php-native_5.2.5.bb packages/php/php.inc): php-native: add mysql-native to DEPENDS **** ENDING LOGGING AT Mon May 19 02:59:57 2008