**** BEGIN LOGGING AT Sat May 16 02:59:57 2009 May 16 04:55:17 03Angus Ainslie  07fso/milestone5.5 * r939f6da681 10openembedded.git/recipes/python/python-ecore/ecore-x.patch: python-ecore: add some bindings May 16 05:26:43 03Angus Ainslie  07fso/milestone5.5 * r9f1ab7eb83 10openembedded.git/recipes/python/ (python-ecore/ecore-x.patch python-ecore_svn.bb): python-ecore: add some bindings May 16 05:26:43 03Angus Ainslie  07fso/milestone5.5 * r7cc1beec12 10openembedded.git/: Merge branch 'fso/milestone5.5' of git@git.openembedded.net:openembedded into fso/milestone5.5 May 16 06:58:00 good morning May 16 07:00:56 hi good morning May 16 07:01:08 does anyone use beagleboard here? I have a few questions. May 16 07:16:03 whitefox: it's difficult to find someone here during weekend, maybe later May 16 07:16:19 ok thanks May 16 07:37:05 whitefox, if you have a beagle specific question you could go to #beagle, if it is more #oe this is the right place May 16 07:37:23 morning May 16 07:37:24 and irrespective of where you put them, if you don't ask the question you won't get an answer May 16 07:37:35 hi hrw, mckoan May 16 07:37:49 * eFfeM has not installed telepathy yet May 16 07:38:01 whitefox: basic rule apply: "do not ask to ask but ask" May 16 07:38:11 yes May 16 07:38:26 so go ahead, ask May 16 07:38:54 hrw who is so fond adding OE is not Kenny to the topic May 16 07:39:14 it was fun the first time, but i feel it lost the fun factor May 16 07:40:09 eFfeM: thats why I removed it May 16 07:41:25 i know, but it seems to be added every once in a while by someone May 16 07:41:30 saw it come and go May 16 09:18:56 03Marcin Juszkiewicz  07org.openembedded.dev * r039cc994ff 10openembedded.git/recipes/fbprogress/ (fbprogress/fbprogress-init fbprogress_1.1.bb): fbprogress: BUG only tool to show boot progress on built-in monochrome LCD May 16 09:18:56 03Marcin Juszkiewicz  07org.openembedded.dev * r3dd84182dd 10openembedded.git/conf/distro/include/sane-srcrevs.inc: sane-srcrevs: update linux-bug to get Ethernet fixed May 16 09:19:06 03Marcin Juszkiewicz  07org.openembedded.dev * r91432caba8 10openembedded.git/conf/distro/include/sane-srcrevs.inc: sane-srcrevs: bump linux-bug to get recent fixes May 16 09:47:37 hi gremlin[it] how are you? May 16 09:49:54 hi mckoan, about good thanks ! you ? May 16 09:54:55 morning folks May 16 09:55:00 hey! May 16 09:56:22 hi mickeyl zecke gremlin[it] May 16 09:56:41 hi all ! May 16 10:06:25 03Koen Kooi  07org.openembedded.dev * r7b2b189bbd 10openembedded.git/conf/checksums.ini: checksums: add more checksums May 16 10:06:25 03Koen Kooi  07org.openembedded.dev * rfc71410294 10openembedded.git/recipes/connman/connman_0.19.bb: connman update to 0.19 May 16 10:06:26 03Koen Kooi  07org.openembedded.dev * rb4e2975797 10openembedded.git/recipes/connman/ (connman-gnome_git.bb files/connman-applet.desktop): connman-gnome: add (default disabled) git version May 16 10:06:26 03Koen Kooi  07org.openembedded.dev * rd4cfee07a1 10openembedded.git/recipes/mtd/mtd-utils-native_1.2.0+git.bb: mtd-utils-natice 1.2.0+git: raise default pref for angstrom May 16 10:06:29 03Koen Kooi  07org.openembedded.dev * rfa1039ef16 10openembedded.git/ (2 files in 2 dirs): linux-kirkwood: update to 2.6.29.2 May 16 10:06:32 03Koen Kooi  07org.openembedded.dev * ra420e4d129 10openembedded.git/: Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev May 16 10:06:34 gremlin[it]: I'm ok, ready to see The Giro d'Italia in a few hours below my office May 16 10:07:21 morning all May 16 10:07:23 mckoan, ohhhh good ... it pass on Padova on tuesday ... but i did't see ... i don't matter a lot ;) May 16 10:08:07 hi Richard May 16 10:08:37 RP: do you remember why you have used copy.deepcopy in cache.py:sync? copy.copy vs. copy.deepcopy on current is it 4seconds vs. 8 seconds May 16 10:09:30 anybody successfully experienced with Python-psyco May 16 10:09:52 Python-psyco with amd64 machines? May 16 10:11:27 zecke: Not offhand but I suspect there would be a good reason May 16 10:12:25 RP: I don't see it, I see a good reason to use copy.copy because the dict gets manipulated, but the content of the dict is not changed. May 16 10:12:53 iirc Python-psyco doesnt' work with amd64 distros May 16 10:12:53 RP: for a five second difference I have changed os.getcwd() and os.chdir in build.py:exec_func to nothing :) May 16 10:13:09 (yeah, not really wins...) May 16 10:13:48 zecke: I think without the deepcopy, it deletes the data from depends_cache? May 16 10:14:12 I am new to beagleboard and openembedded. I have Angstorm running in beagleboard. If I want to compile gnuradio in beagleboard, do I need to use OE or I should just compile it in Angstorm using standard C? May 16 10:14:14 There is something odd about the way that code worked :/ May 16 10:15:14 RP: no, the data itself is refcounted too May 16 10:15:26 RP: so copy.copy would increase the refcount of each item May 16 10:15:46 zecke: Have you checked with some don't cache recipes? May 16 10:16:37 It could also be I just used the wrong copy not realising the performance hit... May 16 10:16:59 RP: hehe, my test setup is really limited... do we have don't cache recipes in OE? May 16 10:17:57 zecke: Anything with a floating SRCREV should trigger that May 16 10:18:26 zecke: The idea was floating recipes didn't get cached May 16 10:18:42 RP: right, makes sense May 16 10:18:59 RP: but cooker is doing everything through bb.cache while loading... *hmm* thinking :) May 16 10:19:15 and it is bad that HTTPSimpleServer shows up during profiling.. :} May 16 10:19:41 zecke: You're working on trunk I assume? May 16 10:19:52 The UI code hasn't been touched for performance yet... May 16 10:20:25 The messages server <-> client are going to be the number one performance issue there iirc May 16 10:20:25 RP: yeah, I think it makes sense to work on trunk :) May 16 10:20:49 zecke: agreed May 16 10:21:12 with 12 minutes parsing time on my freebsd rootserver... four seconds is not what I should optimize :} May 16 10:21:37 my engineering approach now is... make it faster... then check what I broke :} May 16 10:21:48 probably by comparing with a gold version... May 16 10:21:57 zecke: z!!! May 16 10:43:52 raster: !!! I heard you managed to arrange the handover of keys? May 16 10:44:17 zecke: yup. May 16 10:44:39 your mum will meet me @ berlin hbf 19:00 May 16 10:44:46 fter that i just need tofind your place May 16 10:44:48 where is it? May 16 10:45:51 raster: it is close to the station, I assume she will bring you... or such May 16 10:46:11 raster: specially as my door bell still says "buchmann" :) May 16 10:46:13 oooh really? May 16 10:46:21 hahahahah! May 16 10:46:30 cool. that's convenient May 16 10:47:58 raster: and till adam is also in berlin, if you feel like, give him a call? May 16 10:48:11 oh sure! May 16 10:48:17 zecke: 4 seconds in 12 minutes. Hmm. May 16 10:48:27 i'll drop a mail now actually May 16 10:48:35 zecke: Look at the message handling if you want it to go faster ;-) May 16 10:49:39 zecke: Might be worth comparing to 1.8 to see how bad it is :/ May 16 10:49:41 RP: to be honest, I don't know anything about our xmlrpc handling :) May 16 10:50:03 zecke: Its how shall I put it, suboptimal ;-) May 16 10:52:50 RP: *cry* May 16 10:53:14 zecke: step a) was make it work, b) was make it fast May 16 10:53:21 * RP only got to a) :( May 16 10:53:47 Having said that, I'm feeling a renewed optimism for things at the moment May 16 10:53:54 :) May 16 10:53:59 * RP is hacking on poky a bit May 16 10:54:08 * hrw hacks ep93xx now May 16 10:56:33 rebuilding from scratch again May 16 10:56:47 mickey|breakfast, zecke: good morning! May 16 10:56:58 hi pb May 16 10:57:11 ~kill -O2 May 16 10:57:12 * ibot shoots a super-inverse fluxneutron gun at -O2 May 16 10:57:36 * hrw badly curses ep93xx May 16 10:58:05 hi hrw May 16 11:00:05 RP: oh my god... 12 vs. 2 minutes :} May 16 11:00:28 zecke: yes, as I feared :( May 16 11:00:52 hi pb___ May 16 11:01:22 zecke: We need to be able to set masks on the messages being sent over xmlrpc May 16 11:01:43 So when debug is turned off, you don't get the debug messages going over the wire May 16 11:01:48 hi rp May 16 11:47:22 someone here has uclibc build working? May 16 11:52:34 raster: OT: do you use pango or harfbuzz in evas now? May 16 12:18:51 03Sergey Lapin  07org.openembedded.dev * rf7cda20ffc 10openembedded.git/recipes/at91bootstrap/ (at91bootstrap.inc at91bootstrap_2.10.bb at91bootstrap_2.4.bb): at91bootstrap: generalization of recipes May 16 12:18:59 03Sergey Lapin  07org.openembedded.dev * r090d693fff 10openembedded.git/recipes/at91bootstrap/ (3 files in 3 dirs): at91bootstrap: added v2.11 May 16 12:26:28 hi May 16 12:35:51 I wondered if someone could tell me if this is the right place to ask about fixing an error when building Angstrom May 16 12:37:03 do not ask to ask but ask May 16 12:38:46 I'm building console-image and it fails in do_rootfs, the log file is + ipkg-make-index -r /home/users/ugrad/hbo22/oe/build/tmp/deploy/glibc/ipk/all/Packages -p /home/users/ugrad/hbo22/oe/build/tmp/deploy/glibc/ipk/all/Packages -l /home/users/ugrad/hbo22/oe/build/tmp/deploy/glibc/ipk/all/Packages.filelist -m /home/users/ugrad/hbo22/oe/build/tmp/deploy/glibc/ipk/all/ May 16 12:38:52 /home/users/ugrad/hbo22/oe/build/tmp/staging/i686-linux/usr/bin/ipkg.py:39: DeprecationWarning: the md5 module is deprecated; use hashlib instead May 16 12:38:55 import md5 May 16 12:38:57 Traceback (most recent call last): May 16 12:39:00 File "/home/users/ugrad/hbo22/oe/build/tmp/staging/i686-linux/usr/bin/ipkg-make-index", line 114, in May 16 12:39:03 pkg = ipkg.Package(filename) May 16 12:39:05 File "/home/users/ugrad/hbo22/oe/build/tmp/staging/i686-linux/usr/bin/ipkg.py", line 161, in __init__ May 16 12:39:08 tarStream = ar.open("control.tar.gz") May 16 12:39:11 File "/home/users/ugrad/hbo22/oe/build/tmp/staging/i686-linux/usr/bin/arfile.py", line 59, in open May 16 12:39:14 f = self._scan(fname) May 16 12:39:16 File "/home/users/ugrad/hbo22/oe/build/tmp/staging/i686-linux/usr/bin/arfile.py", line 79, in _scan May 16 12:39:17 ~pastebin May 16 12:39:18 [~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 May 16 12:39:19 size = int(descriptor[5]) May 16 12:39:22 ValueError: invalid literal for int() with base 10: '`' May 16 12:41:35 sorry, http://pastebin.com/d5ed4f299 May 16 12:46:23 mush: fedora? May 16 12:46:29 ahh yep May 16 12:47:04 your OE is old? May 16 12:47:41 i checkout the stable yesterday afternoon May 16 12:51:08 stable/2009? May 16 12:51:54 yes May 16 12:54:38 strange May 16 12:55:21 03Andrea Adami  07org.openembedded.dev * r6d20fd1c39 10openembedded.git/recipes/kexec/files/kexec2-klibc.patch: May 16 12:55:21 kexec-tools-static_2.0.0: more fixes towards klibc static linking May 16 12:55:21 - still failing do_compile May 16 12:55:21 - FIXME: sha256_update was taken from old 1.110 version May 16 12:55:21 - FIXME: forced nr_cpus = 1 vs. nr_cpus = sysconf(_SC_NPROCESSORS_CONF) May 16 12:55:23 - don't bump PR - no runtime yet :/ May 16 12:57:26 hrw: There are two of us building angstrom for uni projects, both on uni machines and both fail with that error. Something in our sys config? May 16 12:57:54 moment May 16 12:58:11 I need to check one thing - 10-15 minutes May 16 12:58:40 ok May 16 13:02:28 mush: I have a patch for you May 16 13:02:47 great May 16 13:02:52 http://pastebin.ca/1424594 May 16 13:03:04 check it under fedora and tell me result May 16 13:03:19 Debian based systems do not break Python like fedora do May 16 13:06:18 sorry i know this is a silly question, but i should just copy the configs into the right files, or do i need to merge a patch with my tree? May 16 13:06:29 merge that patch into tree May 16 13:07:31 ok so i use the index numbers to do that right? May 16 13:08:02 ? May 16 13:08:16 did you ever used patch util? May 16 13:08:24 no May 16 13:08:28 o fsck. May 16 13:09:15 so do those changes by hand - its just s/ipkg-utils/opkg-utils/ May 16 13:10:20 great thanks, i won't get to do it till monday but i will let you know how it goes May 16 13:10:37 no way to check today? May 16 13:10:38 ok May 16 13:11:01 no sorry, we have no ssh access to machines at uni and it's like 1 in th morning here May 16 13:11:07 ok May 16 13:16:42 Is Sledz here? May 16 13:17:38 not atm. May 16 13:24:04 sorry, anybody could tell me where to find a list of bitbake commands for OE ? which file declare them? May 16 13:25:11 I mean -cclean -cfetchall, and so on May 16 13:25:52 mickey|breakfast: thanks. I reverted a change in the wiki that I thought was unnecessary and syntactically incorrect, but I had wanted to ask his opinion first May 16 13:26:02 florian: http://wiki.openembedded.net/index.php/Talk:Good_ideas May 16 13:26:06 what do you say? May 16 13:26:19 especially given the fact that there is only one entry ;-) May 16 13:29:25 yep May 16 13:42:58 florian: I'm not 100% sure what you mean with "include opkg in busybox" or I would have opened that ticket myself May 16 13:43:23 Can you please do that? To me it sounds a bit like the busybox tracker would be the right place for that May 16 13:43:51 but feel free to use the OE tracker if you feel it should be a contribution from the OE community May 16 13:43:59 I will delete that page now May 16 14:00:30 mckoan|away: basically: grep ^addtask classes/* May 16 14:04:04 Laibsch: opkg could be a part of busybox. especially because it links in an old version of libbb May 16 14:04:31 could or should? May 16 14:04:42 who would be the adressee of such a request? May 16 14:04:52 the opkg maintainer or the busybox people? May 16 14:05:02 Laibsch: both May 16 14:05:06 please don't get me wrong, I'm not saying this is a bad idea May 16 14:05:23 I'm just not sure it's a good idea to collect good ideas in the wiki ;-) May 16 14:06:13 or some oe user contributing this of course since here we have the potential "customers" May 16 14:07:00 Laibsch: Its much better than the bugtracker... imo. May 16 14:09:43 * florian -> shopping, bbiab May 16 14:11:03 florian: Can you please open a ticket in the bts? May 16 14:11:18 I'd do it, but I don't really understand the request well enough May 16 14:11:23 I just have a general idea May 16 14:12:44 Laibsch: good idea with http://wiki.openembedded.net/index.php/Common_mistakes_in_a_recipe page May 16 14:12:56 thanks May 16 14:13:03 please add any you may know of May 16 14:13:20 I extended current ones May 16 14:13:26 cool May 16 14:14:05 * * OE Bug has been RESOLVED (FIXED) by May 16 14:14:07 * * angstrom-x11-image doesn't build due to libgpevtype package May 16 14:14:09 * * http://bugs.openembedded.net/show_bug.cgi?id= May 16 14:15:01 Ah, the bts is back May 16 14:15:03 Nice May 16 14:15:13 hrw: I like your formatting May 16 14:15:15 well, not exactly May 16 14:15:54 hrw: I was a bit worried that explanations may be a tradeoff to readability of the page (I suspect the list may eventually grow quite long) May 16 14:16:04 but your formatting solves that nicely, I think May 16 14:16:10 CoreDump: wb May 16 14:16:16 what's missing? May 16 14:16:23 oh, I see, the bug number May 16 14:16:30 ;-) May 16 14:16:59 cdbot is no longer receiving mails from the BTS May 16 14:17:36 oh? May 16 14:17:53 Is this a problem in bugzilla, you think? May 16 14:18:00 When did this start? May 16 14:18:26 I dunno May 16 14:18:34 OK May 16 14:18:41 I'll be with you a minute May 16 14:18:43 didn't notice until you mentioned it May 16 14:18:53 CoreDump: there is no openembedded-issues ML May 16 14:19:05 CoreDump: bugzilla reports to openembedded-commits May 16 14:19:50 hrw: that might be the problem =) May 16 14:20:11 ;) May 16 14:20:21 hi all .. there is a way to check free inodes without df or e2tunes ? May 16 14:20:22 !oebugrep May 16 14:21:39 !oebugrep May 16 14:24:24 ping mckoan|away May 16 14:33:37 I think that I need to add lame to benchmark set... May 16 14:34:04 for lamers ;) May 16 15:19:03 03Andrea Adami  07xora/angstrom-srcpv * rba2ce3ddff 10openembedded.git/ (5 files in 3 dirs): kexec-tools_2.0.0: initial commit - kexec-tools_2.0.0 compiles just fine - kexec-tools-static_2.0.0 breaks during do_compile (against klibc) - setting DEFAULT_PREFERENCE = "-1" May 16 15:19:03 03Rolf Leggewie  07xora/angstrom-srcpv * rec5f45228f 10openembedded.git/ (conf/checksums.ini recipes/uim/uim.inc): uim: update SRC_URI to point to googlecode.com May 16 15:19:04 03Marcin Juszkiewicz  07xora/angstrom-srcpv * r3dd84182dd 10openembedded.git/conf/distro/include/sane-srcrevs.inc: sane-srcrevs: update linux-bug to get Ethernet fixed May 16 15:19:05 03Cliff Brake  07xora/angstrom-srcpv * r1db790bfdc 10openembedded.git/docs/usermanual/chapters/getting_oe.xml: doc: change openembedded.net reference to openembedded.org May 16 15:19:08 03Rolf Leggewie  07xora/angstrom-srcpv * r16d94b6b28 10openembedded.git/recipes/podget/podget_0.5.8.bb: May 16 15:19:11 podget: libiconv in RDEPENDS is most certainly incorrect May 16 15:19:13 * moving libiconv out of RDEPENDS and virtual/libiconv into DEPENDS May 16 15:19:15 03Koen Kooi  07xora/angstrom-srcpv * rfc71410294 10openembedded.git/recipes/connman/connman_0.19.bb: connman update to 0.19 May 16 15:19:18 03Koen Kooi  07xora/angstrom-srcpv * r7b2b189bbd 10openembedded.git/conf/checksums.ini: checksums: add more checksums May 16 15:19:25 03Marcin Juszkiewicz  07xora/angstrom-srcpv * r039cc994ff 10openembedded.git/recipes/fbprogress/ (fbprogress/fbprogress-init fbprogress_1.1.bb): fbprogress: BUG only tool to show boot progress on built-in monochrome LCD May 16 15:19:29 03Marcin Juszkiewicz  07xora/angstrom-srcpv * r91432caba8 10openembedded.git/conf/distro/include/sane-srcrevs.inc: sane-srcrevs: bump linux-bug to get recent fixes May 16 15:19:34 03Koen Kooi  07xora/angstrom-srcpv * rfa1039ef16 10openembedded.git/ (2 files in 2 dirs): linux-kirkwood: update to 2.6.29.2 May 16 15:19:37 03Koen Kooi  07xora/angstrom-srcpv * rd4cfee07a1 10openembedded.git/recipes/mtd/mtd-utils-native_1.2.0+git.bb: mtd-utils-natice 1.2.0+git: raise default pref for angstrom May 16 15:19:40 03Sergey Lapin  07xora/angstrom-srcpv * rf7cda20ffc 10openembedded.git/recipes/at91bootstrap/ (at91bootstrap.inc at91bootstrap_2.10.bb at91bootstrap_2.4.bb): at91bootstrap: generalization of recipes May 16 15:19:47 03Koen Kooi  07xora/angstrom-srcpv * rb4e2975797 10openembedded.git/recipes/connman/ (connman-gnome_git.bb files/connman-applet.desktop): connman-gnome: add (default disabled) git version May 16 15:19:50 03Koen Kooi  07xora/angstrom-srcpv * ra420e4d129 10openembedded.git/: Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev May 16 15:19:55 03Andrea Adami  07xora/angstrom-srcpv * r6d20fd1c39 10openembedded.git/recipes/kexec/files/kexec2-klibc.patch: May 16 15:19:58 kexec-tools-static_2.0.0: more fixes towards klibc static linking May 16 15:20:00 - still failing do_compile May 16 15:20:02 - FIXME: sha256_update was taken from old 1.110 version May 16 15:20:04 - FIXME: forced nr_cpus = 1 vs. nr_cpus = sysconf(_SC_NPROCESSORS_CONF) May 16 15:20:06 - don't bump PR - no runtime yet :/ May 16 15:20:08 03Graeme Gregory  07xora/angstrom-srcpv * rd95c408e82 10openembedded.git/: May 16 15:20:12 Merge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.net/openembedded into xora/angstrom-srcpv May 16 15:20:14 Conflicts: May 16 15:20:16 recipes/linux/linux-kirkwood_2.6.29.2.bb May 16 15:20:18 03Sergey Lapin  07xora/angstrom-srcpv * r090d693fff 10openembedded.git/recipes/at91bootstrap/ (3 files in 3 dirs): at91bootstrap: added v2.11 May 16 16:27:35 hrw|gone: thank you May 16 16:29:53 03Andrea Adami  07org.openembedded.dev * r71c53615c2 10openembedded.git/recipes/kexec/files/kexec2-klibc.patch: kexec-tools-static_2.0.0: another step towards klibc statical linking - retry with purgatory.c - FIXME: kcc LDFLAGS - STILL FAILING BUILD May 16 16:46:33 03acid-burn  07org.openembedded.dreambox * r85bfcdd483 10openembedded.git/packages/python/python-gdata_1.3.1.bb: update python-gdata to newest version and strip out some unneeded stuff May 16 17:13:38 03Graeme Gregory  07org.openembedded.dev * r775236876a 10openembedded.git/recipes/linux/ (linux-kirkwood/mvsdio.patch linux-kirkwood_2.6.29.2.bb): linux-kirkwood_2.6.29.2.bb : add kludge to allow SDHC cards to work May 16 17:15:38 03Andrea Adami  07xora/angstrom-srcpv * r71c53615c2 10openembedded.git/recipes/kexec/files/kexec2-klibc.patch: kexec-tools-static_2.0.0: another step towards klibc statical linking - retry with purgatory.c - FIXME: kcc LDFLAGS - STILL FAILING BUILD May 16 17:15:39 03Graeme Gregory  07xora/angstrom-srcpv * r4df91333b6 10openembedded.git/: May 16 17:15:39 Merge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.net/openembedded into xora/angstrom-srcpv May 16 17:15:39 Conflicts: May 16 17:15:40 recipes/linux/linux-kirkwood_2.6.29.2.bb May 16 17:15:42 03Graeme Gregory  07xora/angstrom-srcpv * r775236876a 10openembedded.git/recipes/linux/ (linux-kirkwood/mvsdio.patch linux-kirkwood_2.6.29.2.bb): linux-kirkwood_2.6.29.2.bb : add kludge to allow SDHC cards to work May 16 17:20:03 03Koen Kooi  07org.openembedded.dev * rc88999de18 10openembedded.git/ (2 files in 2 dirs): linux-kirkwood: fix MACHINE_KERNEL_PR May 16 17:22:08 03Graeme Gregory  07org.openembedded.dev * r5537df3b31 10openembedded.git/ (2 files in 2 dirs): linux-kirkwood_2.6.29.2.bb : fix PR to new scheme May 16 17:22:10 03Graeme Gregory  07org.openembedded.dev * r2ce4d564bb 10openembedded.git/: Merge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.net/openembedded into org.openembedded.dev May 16 17:23:43 03Koen Kooi  07xora/angstrom-srcpv * rc88999de18 10openembedded.git/ (2 files in 2 dirs): linux-kirkwood: fix MACHINE_KERNEL_PR May 16 17:23:44 03Graeme Gregory  07xora/angstrom-srcpv * r5537df3b31 10openembedded.git/ (2 files in 2 dirs): linux-kirkwood_2.6.29.2.bb : fix PR to new scheme May 16 17:23:46 03Graeme Gregory  07xora/angstrom-srcpv * r2ce4d564bb 10openembedded.git/: Merge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.net/openembedded into org.openembedded.dev May 16 17:23:47 03Graeme Gregory  07xora/angstrom-srcpv * r98e281bae5 10openembedded.git/: May 16 17:23:47 Merge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.net/openembedded into xora/angstrom-srcpv May 16 17:23:49 Conflicts: May 16 17:23:51 recipes/linux/linux-kirkwood_2.6.29.2.bb May 16 17:34:43 03Koen Kooi  07org.openembedded.dev * r1869cf8f84 10openembedded.git/ (3 files in 3 dirs): May 16 17:34:43 webkit: bump SRCREV May 16 17:34:43 * runtime tested on angstrom/beagleboard May 16 17:40:32 hello May 16 17:41:07 I found that the "system" word in conf/bitbake.conf there make failing a recipe: May 16 17:41:08 conf/bitbake.conf:398:export BUILD_CPPFLAGS = "-isystem${STAGING_INCDIR_NATIVE}" May 16 17:41:08 conf/bitbake.conf:400:export TARGET_CPPFLAGS = "-isystem${STAGING_DIR_TARGET}${layout_includedir}" May 16 17:41:19 is the "system" word there normal ? May 16 17:41:30 when I remove it nothing configures May 16 17:42:54 Yes, -isystem is the appropriate flag to use for those includes. May 16 17:43:28 pb_: what does it means ? May 16 17:44:03 I'm not quite sure what you mean by "remove it". If you mean you are removing "-isystem" but leaving the filename then yes, that would cause a failure. May 16 17:44:37 pb_: no I just remove the "system" word making it -i... May 16 17:44:54 ptitjes: why did you do that? I don't think "-i" is a valid option. May 16 17:45:33 pb__: to try May 16 17:45:54 i have a build tool that uses CPPFLAGS but don't accept that option :( May 16 17:46:18 ah, I see. May 16 17:46:28 you could change it to -I (capital i) if you want, that should work May 16 17:46:46 or fix your tool of course :-} May 16 17:47:40 pb__: this is not mine, and fixing it might tae a while :) I need a intermediate fix May 16 17:47:53 trying with -I May 16 17:48:16 (hoping that will not make something else fail :)) May 16 17:48:41 ptitjes: You might be better filtering that out of CPPFLAGS in your recipe May 16 17:49:31 RP: I was exactly thinking about that but I don't know what to use, sed acts on files and I must admin I am a bit ignorant in what command to use May 16 17:49:38 RP: do you have a suggestion ? May 16 17:50:06 ptitjes: I'd probably write an anonymous python function which tweaked the variable May 16 17:50:31 arf May 16 17:51:22 if this is a tool that's just used in one specific package, it might be easier to fix it in the makefile so that the tool never sees the offending flags. May 16 17:52:02 ptitjes: Grep the metadata for __anonymous and you see examples of anonymous functions... May 16 17:52:12 but there are 101 ways to "fix" this May 16 17:52:12 when you said "a build tool" to start with, I thought you meant this was some global thing that you were applying to all packages, but I get the impression now that I might have misunderstood. May 16 17:53:00 pb__: yes this is g-ir-scanner from gobject-introspection May 16 17:53:03 Funnily enough I had this problem with a tool recently and fixed it in the tool itself. With gobject-introspection iirc May 16 17:53:13 heh May 16 17:53:14 pb__: for now it used only inside gobject-introspection May 16 17:53:26 pb__: but soon it will be used in all the gnome libraries May 16 17:53:37 ptitjes: oh dear, that stuff is ugly May 16 17:53:45 ptitjes: There is a fix for the isystem issue in poky May 16 17:53:48 RP yeah sure May 16 17:53:54 RP: do you have a fix May 16 17:53:55 ptitjes: in that case you should definitely fix the tool, it'd be a nuisance to have to patch every gnome recipe for this. May 16 17:54:05 ptitjes: The bad news is that I never finished the recipe May 16 17:54:28 pb__: yeah I'll make the error go in upstream bugtracker, but now I need a fix May 16 17:54:29 ptitjes: It also uses BBCLASSEXTEND which isn't in OE yet May 16 17:55:08 humm... May 16 17:55:39 ptitjes: http://git.pokylinux.org/cgit.cgi/poky/commit/?id=90208115c07a0e8c4cbffce0a846db920619c7c2 May 16 17:55:45 RP: we are trying to make that recipe work for SHR, and we have only problems May 16 17:55:47 ptitjes: well, RP and I have both suggested workarounds to you. if you need a real fix then it sounds like you need to either adapt the bits from poky or just debug the problem from first principles. May 16 17:56:02 it can't be _that_ hard to patch this thing to deal with -isystem May 16 17:56:29 Its a one line change to git/giscanner/scannermain.py May 16 17:56:42 anyhow the -I workd May 16 17:56:43 adding a continue telling it to ignore stange options :/ May 16 17:56:59 ptitjes: That is a nasty global hack ;-) May 16 17:57:23 RP: if you have a patch for girscanner please submit it upstream May 16 17:57:36 RP: I may push so that it is applied quickly May 16 17:57:46 ptitjes: Its just a hack at the moment May 16 17:58:11 but gives a strong hint as to how and where you'd fix it ;-) May 16 18:06:47 RP: http://bugzilla.gnome.org/show_bug.cgi?id=582885 May 16 18:10:40 RP: so your recipe don't work ? May 16 18:13:07 RP: does your: self._linker_cmd = os.environ.get('CCLD', self._compiler_cmd) May 16 18:13:21 fix the ld: unrecognized option '-pthread' problem ? May 16 18:31:35 ptitjes|party: yes, it does May 16 18:32:01 My recipe will build gobject-introspection-native but it doesn't change object-introspection to use the native version that has been installed May 16 18:32:06 * RP ran out of time May 16 19:16:05 03Tim 'timtim' Ellis  07org.openembedded.dev * r32a26a50e1 10openembedded.git/ (2 files in 2 dirs): linux-kirkwood: Add GSPCA based webcams as modules May 16 19:16:46 03Marcin Juszkiewicz  07org.openembedded.dev * rce7d213084 10openembedded.git/ (conf/checksums.ini recipes/hdparm/hdparm_9.15.bb): hdparm: added 9.15 May 16 20:01:24 03Tim 'timtim' Ellis  07org.openembedded.dev * r0d55f9e543 10openembedded.git/recipes/mpeg-encode/ (files/fixup.patch mpeg-encode_1.5b.bb): mpeg-encode: Make this aware of LDFLAGS, fixes QA GNU_HASH issue May 16 20:04:04 03Tim 'timtim' Ellis  07org.openembedded.dev * r19b858ceca 10openembedded.git/recipes/netpbm/ (netpbm-10.28/libgnuhash.patch netpbm_10.28.bb): netpbm: Make this aware of LDFLAGS, fixes QA GNU_HASH issue May 16 20:15:17 hi, should i already move to a new git , still using org.openembedded.dev May 16 20:15:50 is there a change for usosl or whatever the name was ? May 16 20:17:26 yes, change the URL in .git/config May 16 20:17:32 to .org May 16 20:17:49 and it will just work (tm) May 16 20:17:51 :) May 16 20:18:23 doh. memo to self, be careful when recalling things from the shell history in case they turn out to be "sudo shutdown -rn now" May 16 20:18:39 timtimred: thanks May 16 20:19:17 pb__: add to that note, be careful in which window to type halt or shutdown May 16 20:19:33 * eFfeM once managed to shut down his desktop tv instead of the target het watned to shut down May 16 20:19:57 yah, I have fallen for that problem in the past as well May 16 20:20:17 03Tim 'timtim' Ellis  07org.openembedded.dev * r793e489438 10openembedded.git/recipes/mysql/mysql_4.1.22.bb: mysql: mysql_config produced by this build specifies host includes and libs, sed these out so we can use this to cross compile stuff with QA checks May 16 20:20:21 guess everyone has May 16 20:21:14 eFfeM subscribed to the mailing list? :) May 16 20:21:41 timtimred: yes, that is why i recalled a change was needed May 16 20:21:59 ahh okies, its easy to miss stuff ;) May 16 20:22:03 but i think i deleted the message by accident before actually making the change May 16 20:22:28 and was lazy so instead of searching the archives, i decided to ask here :-) May 16 20:24:48 so thanks for your help! May 16 20:25:24 no probs :) May 16 20:50:56 lo May 16 20:54:03 Crofton|work: can *.net be cnames for *.org? May 16 21:17:35 hrw, when we get everything done, we should do that May 16 21:17:53 but, I think it is still a good idea to get everyone back on .org May 16 21:19:35 sure, but now you force everyone to do that May 16 21:20:09 I have 6-8 copies of OE metadata on hard drives here and why I am supposed to change address in all of them? May 16 21:20:43 with git.oe.net being CNAME of git.oe.org I can just use those repos without changes May 16 21:20:44 hrw, we'll do out best May 16 21:20:54 thx May 16 21:20:59 but mickey controls .net May 16 21:21:19 and I can't speak for him May 16 21:21:41 so we need to talk with him about moving .net under your control May 16 21:22:05 and then share that access with 'oe infrastructure team' which I prefer to not be a part of May 16 21:22:07 that would be best May 16 21:22:08 denix0: May 16 21:22:10 :D May 16 21:22:37 right now .org is on my personal account May 16 21:22:55 once the OE is effective we need to move all this stuff there May 16 21:23:40 I'd still like to see the .net stuff go away eventually .... May 16 21:29:16 I hate microsd card size May 16 21:31:11 ok, builds in progress, time to go sleep May 16 21:31:12 bye May 16 22:15:13 * Crofton|work notes that hrw is working *alot* May 16 22:47:40 03Sergey Lapin  07org.openembedded.dev * r0f1b411ed8 10openembedded.git/: Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev May 16 22:47:50 03Sergey Lapin  07org.openembedded.dev * re49fd68b70 10openembedded.git/conf/checksums.ini: checksum.ini: adding at91bootstrap ver 11 May 16 22:48:38 Crofton|work: Receiving objects: 100% (286245/286245), 96.01 MiB | 1866 KiB/s, done. May 16 22:48:45 with peaks above 1920 May 16 22:56:31 03Sergey Lapin  07org.openembedded.dev * rc62f7ebd25 10openembedded.git/recipes/at91bootstrap/at91bootstrap-2.11/afeb9260-166/defconfig: at91bootstrap: fixed machine name directory May 16 23:33:56 03Sergey Lapin  07org.openembedded.dev * r25c0e5fe63 10openembedded.git/recipes/at91bootstrap/ (2 files in 2 dirs): at91bootstrap_2.11: updated patch for AFEB9260 with thumb. May 16 23:41:52 03Graeme Gregory  07org.openembedded.dev * r83cb9a11a2 10openembedded.git/ (5 files in 3 dirs): May 16 23:41:52 linux-kirkwood_2.6.29.2.bb : add CPUIDLE support so hopefully we waste May 16 23:41:52 less power while idle May 16 23:42:50 03Tim 'timtim' Ellis  07xora/angstrom-srcpv * r32a26a50e1 10openembedded.git/ (2 files in 2 dirs): linux-kirkwood: Add GSPCA based webcams as modules May 16 23:42:51 03Koen Kooi  07xora/angstrom-srcpv * r1869cf8f84 10openembedded.git/ (3 files in 3 dirs): May 16 23:42:51 webkit: bump SRCREV May 16 23:42:51 * runtime tested on angstrom/beagleboard May 16 23:42:53 03Tim 'timtim' Ellis  07xora/angstrom-srcpv * r0d55f9e543 10openembedded.git/recipes/mpeg-encode/ (files/fixup.patch mpeg-encode_1.5b.bb): mpeg-encode: Make this aware of LDFLAGS, fixes QA GNU_HASH issue May 16 23:42:57 03Tim 'timtim' Ellis  07xora/angstrom-srcpv * r19b858ceca 10openembedded.git/recipes/netpbm/ (netpbm-10.28/libgnuhash.patch netpbm_10.28.bb): netpbm: Make this aware of LDFLAGS, fixes QA GNU_HASH issue May 16 23:43:00 03Marcin Juszkiewicz  07xora/angstrom-srcpv * rce7d213084 10openembedded.git/ (conf/checksums.ini recipes/hdparm/hdparm_9.15.bb): hdparm: added 9.15 May 16 23:43:05 03Tim 'timtim' Ellis  07xora/angstrom-srcpv * r793e489438 10openembedded.git/recipes/mysql/mysql_4.1.22.bb: mysql: mysql_config produced by this build specifies host includes and libs, sed these out so we can use this to cross compile stuff with QA checks May 16 23:43:11 03Sergey Lapin  07xora/angstrom-srcpv * re49fd68b70 10openembedded.git/conf/checksums.ini: checksum.ini: adding at91bootstrap ver 11 May 16 23:43:14 03Sergey Lapin  07xora/angstrom-srcpv * r0f1b411ed8 10openembedded.git/: Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev May 16 23:43:17 03Sergey Lapin  07xora/angstrom-srcpv * rc62f7ebd25 10openembedded.git/recipes/at91bootstrap/at91bootstrap-2.11/afeb9260-166/defconfig: at91bootstrap: fixed machine name directory May 16 23:43:20 03Graeme Gregory  07xora/angstrom-srcpv * r83cb9a11a2 10openembedded.git/ (5 files in 3 dirs): May 16 23:43:25 linux-kirkwood_2.6.29.2.bb : add CPUIDLE support so hopefully we waste May 16 23:43:27 less power while idle May 16 23:43:29 03Sergey Lapin  07xora/angstrom-srcpv * r25c0e5fe63 10openembedded.git/recipes/at91bootstrap/ (2 files in 2 dirs): at91bootstrap_2.11: updated patch for AFEB9260 with thumb. May 16 23:43:32 03Graeme Gregory  07xora/angstrom-srcpv * r94f29c0742 10openembedded.git/: Merge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.net/openembedded into xora/angstrom-srcpv May 16 23:43:37 03Graeme Gregory  07xora/angstrom-srcpv * r6ad6ef9f4d 10openembedded.git/: May 16 23:43:39 Merge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.net/openembedded into xora/angstrom-srcpv May 16 23:43:41 Conflicts: May 16 23:43:43 recipes/webkit/webkit-gtk_svn.bb **** ENDING LOGGING AT Sun May 17 02:59:57 2009