**** BEGIN LOGGING AT Thu Mar 04 02:59:58 2010 Mar 04 04:27:00 ok - if anyone is awake out there Mar 04 04:27:22 I am adding 2.6.33 to oe stable for avr32, specifically atngw100 Mar 04 04:28:01 I get this error in do_staging: sh: avr32-angstrom-linux-uclibc-depmod-: command not found Mar 04 04:28:48 it should be calling avr32-angstrom-linux-uclibc-depmod-2.6-, not just depmod - that is why the command is not found Mar 04 04:29:39 I found where this command is concocted - kernel.bbclass Mar 04 04:29:58 DS += "virtual/${TARGET_PREFIX}depmod-${@get_kernelmajorversion('${PV}')} virtual/${TARGET_PREFIX}gcc${KERNEL_CCSUFFIX} update-modules" Mar 04 04:30:32 so I looked at get_kernelmajorversion - it is doing a regular expression to strip the kernel major version from something Mar 04 04:31:49 looking in the manual, PV is the version of the package - how do I set this in my kernel recipe? I don't know where to look to figure out what it is misreading or what I am not setting Mar 04 04:56:06 additionally, I have instrumented get_kernelmajorversion and it returns 2.6, so it appears to be working correctly... Mar 04 05:49:48 martinmeba: what does your recipe look like Mar 04 05:51:24 you said its stable branch Mar 04 05:52:33 you have to backport commit-id c0a3e918 as well Mar 04 06:51:33 where wil i get Kernel SGX Kernel patch for 2.6.29-r46 Mar 04 06:53:49 siji: for OMAP3? http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/3_01_00_02/index_FDS.html has linkeds for both the open and closed bits. Mar 04 06:54:10 yes Mar 04 06:54:18 Beagleboard Mar 04 06:54:32 ok Mar 04 06:55:01 ,I tried this Mar 04 06:55:12 I mean the patches frm the SDK Mar 04 06:55:21 but SGX not working Mar 04 06:59:18 siji: well the kernel modules and the closed driver all come from that file, we had a few issues getting it going on 2.6.27 (on the OpenPandora) but it works well enough. Mar 04 06:59:41 ok Mar 04 07:01:35 * DJWillis looks at the image he just built and wonders why it's 7.6GB uncompressed :-o - Did bins stop getting stripped when I was not looking? Mar 04 07:02:38 siji: what issues do you have? (i'll reply in a bit, have to drive into work in a moment) Mar 04 07:03:39 I created Angstrom Rootfs with X11 Mar 04 07:03:58 and now trying to build SGX on it Mar 04 08:01:42 siji: what errors do you get? you have installed the modules and the drivers? Mar 04 08:01:58 Oh, and what XServer? X.Org I assume? Mar 04 08:02:14 no i think it's kdrive Mar 04 08:03:00 i have installed libgles*.ipk's Mar 04 08:09:22 siji: kdrive? hmm, well for a start you have may not installed the modules"omap3-sgx-modules" (but I would have assumed rdepends would have dragged them in). What do you have in /etc/pvr*? Mar 04 08:12:01 let me hve a look Mar 04 08:13:10 cant find pvr in etc Mar 04 08:14:51 siji: install the omap3-sgx-modules you built for your kernel and reboot the board. Mar 04 08:16:22 ok let me try Mar 04 08:24:44 morning, anyone knows if oe's snprintf and vsnprintf are capable of handling NULL arguments ? Mar 04 08:43:35 mlip2: not really sure but better not rely on it if you have a choice Mar 04 08:43:51 the answer might also differ on whether you have glibc, eglibc or uclibc Mar 04 08:44:19 eFfeM: forgot to mention that i use glibc atm Mar 04 08:44:56 autohell bugs me, have set the vars to no via a cache file for now Mar 04 08:45:24 personally I'd take the safe way and say no Mar 04 08:45:59 i don't know exactly but my bet would be that based upon that setting either a test is done or not in hte app code Mar 04 08:46:18 i haven't looked but guessed the same Mar 04 08:46:20 but if it is not done and the func can handle NULL it'll probably do the test internally Mar 04 08:46:46 so performance wise doing the test early gains if NULL is passed Mar 04 08:47:25 shouldn't make too much of a difference though Mar 04 08:47:37 ye Mar 04 08:48:00 and guess something similar is done earlier, so you might see if there is another var which does say so (maybe for another arch or package) Mar 04 08:52:47 mhm , shouldn't autotools be using the staging dir for checks such as AC_RUN_IFELSE? Mar 04 08:56:03 nvm, it doesn't Mar 04 09:08:05 03Martin Jansa  07org.openembedded.dev * r68364e28d6 10openembedded.git/conf/distro/include/preferred-shr-versions.inc: Mar 04 09:08:05 preferred-shr-versions: upgrade linux-libc-headers to 2.6.32 Mar 04 09:08:05 Signed-off-by: Martin Jansa Mar 04 09:08:39 DJWillis, u there Mar 04 09:30:45 siji: am now (for a bit) Mar 04 09:31:34 hi djwillis Mar 04 09:32:47 ,i started frm the begining Mar 04 09:32:58 put the fresh rootfs in sd card Mar 04 09:35:44 am getting error "Package omap3-sgx-modules md5sum mismatched Mar 04 09:38:26 ,how to fix this Mar 04 09:42:15 siji: if the MD2 hash does not match the package your trying to install is not what it thinks it is :-o Mar 04 09:42:32 siji: your building this I assume? Mar 04 09:42:44 yes Mar 04 09:42:48 siji install the latest sgx package Mar 04 09:42:53 or download Mar 04 09:42:55 ok Mar 04 09:46:01 lol Mar 04 09:46:10 the new Moov V780 Mar 04 09:46:14 600 mhz arm with tegra Mar 04 09:46:22 and Windows CE 6.0 R3 Mar 04 09:47:10 jo crofton Mar 04 09:47:15 welcome in germany Mar 04 09:47:17 *g* Mar 04 09:48:26 anyone seeing lots of segfaults from python2.5 while building with bitbake? Mar 04 09:48:32 hm Mar 04 09:48:38 bad memory? Mar 04 09:48:43 or is it really crappy hw (mem)? Mar 04 09:48:47 woglinde: :) Mar 04 09:50:35 ,u mean sdk 3.0.9 wont work? Mar 04 09:52:15 gm Mar 04 09:52:22 woglinde, thanks Mar 04 09:52:58 I am in Karlsruhe at http://www-int.etec.uni-karlsruhe.de/seiten/conferences/wsr10/ Mar 04 09:54:16 DJWillis,pls help me Mar 04 09:54:49 crofton I know Mar 04 09:55:06 I wasn't sure if I had mentioend that here Mar 04 09:55:19 was before fosdem Mar 04 09:55:24 siji: /msg me if you want, not sure people will want the chan flooded with machine support stuff. Mar 04 09:55:27 :) Mar 04 09:56:26 so now lets see if I can use sqlite in pyro Mar 04 09:59:59 :( Mar 04 10:11:41 hi jineld Mar 04 10:38:12 hi cbrake Mar 04 10:38:13 hi * Mar 04 10:38:18 hi blinder Mar 04 10:38:35 hi woglinde Mar 04 10:44:11 hello Mar 04 10:44:30 can someone tell where i can download pre-compiled packages for an arm cpu? Mar 04 10:44:41 i knew once a side, but i forgott Mar 04 10:45:17 look at angstroem Mar 04 10:46:02 ah right! how simple Mar 04 10:46:07 thank you woglinde Mar 04 10:46:16 http://www.angstrom-distribution.org/narcissus/ Mar 04 10:46:27 is probably what you want Mar 04 10:48:25 c64zottel: and there is a #angstrom channel so save bugging #oe dudes Mar 04 10:51:11 good morning Mar 04 10:52:54 hi mckoan Mar 04 10:56:16 hi woglinde Mar 04 11:37:58 hi mr_nice and otavio Mar 04 11:39:17 woglinde hi Mar 04 12:21:38 can I disable parallel make in a recipe? Mar 04 12:21:58 sure Mar 04 12:22:21 hm, how? Mar 04 12:22:39 PARALLEL_MAKE = ""? Mar 04 12:22:49 thx! Mar 04 12:28:51 it worked :) Mar 04 12:30:54 can anyone hint me to documentation about the new staging style? I read a lot about it on the ml but I cannot find documentation about it Mar 04 12:31:54 its simple Mar 04 12:32:00 dont do something Mar 04 12:32:34 about stage Mar 04 12:32:38 morning Mar 04 12:32:41 bitbake is all doing for you Mar 04 12:32:44 hi hrw Mar 04 12:33:12 ok thx Mar 04 13:10:27 03Bernhard Guillon  07org.openembedded.dev * rc922defbc5 10openembedded.git/recipes/barnyard/barnyard_0.2.0.bb: barnyard: add barnyard - a output system for snort Mar 04 13:12:51 03Bernhard Guillon  07org.openembedded.dev * r3d669df21e 10openembedded.git/recipes/snort/ (files/snort.fix.configure.in.HACK snort_2.8.5.3.bb): snort: add snort - a free lightweight nids Mar 04 13:26:25 khem: I looked at the commit log for c0a3e918 and I do not see what is applicable to my problem Mar 04 13:42:23 03Sebastian Spaeth  07org.openembedded.dev * r68f8a8b618 10openembedded.git/recipes/ffalarms/ffalarms_git.bb: Mar 04 13:42:23 ffalarms: bump git version as current vala syntax failed Mar 04 13:42:23 The .next() iterator has changed to .get_next(), so we need to bump ffalarms for current vala. Mar 04 13:42:23 Signed-off-by: Sebastian Spaeth Mar 04 13:58:40 03Thomas Zimmermann  07org.openembedded.dev * r0c65795481 10openembedded.git/recipes/ca-certificates/ (ca-certificates_20090814.bb files/remove-c-rehash.patch): (log message trimmed) Mar 04 13:58:40 ca-certificates: add package for ssl certificates Mar 04 13:58:40 * this is package for ssl certificates as they are no longer Mar 04 13:58:40 provided by curl nor openssl Mar 04 13:58:40 * this package contains the certificates from debian Mar 04 13:58:40 * uses update-ca-certificates from debian without the Mar 04 13:58:41 part that creates hash links to the certs, because Mar 04 14:04:28 03Thomas Zimmermann  07org.openembedded.dev * rdf46e35a68 10openembedded.git/recipes/openmoko-3rdparty/ventura_svn.bb: Mar 04 14:04:28 ventura: add ca-certificates to RRECOMMENDS Mar 04 14:04:28 Signed-off-by: Thomas Zimmermann Mar 04 14:04:56 ynezz: alive? Mar 04 14:11:41 mickey|palmSprin: Palm sprint? Mar 04 14:11:45 03Petr Štetiar  07org.openembedded.dev * redac9ba836 10openembedded.git/recipes/linux/ (18 files in 2 dirs): Mar 04 14:11:45 linux 2.6.32: add support for ts72xx boards Mar 04 14:11:45 Signed-off-by: Petr Štetiar Mar 04 14:11:45 Acked-by: Marcin Juszkiewicz Mar 04 14:11:48 03Petr Štetiar  07org.openembedded.dev * r07046be146 10openembedded.git/recipes/linux/ (32 files in 2 dirs): Mar 04 14:11:48 linux 2.6.27: add support for ts72xx and make it default kernel Mar 04 14:11:48 Signed-off-by: Petr Štetiar Mar 04 14:11:48 Acked-by: Marcin Juszkiewicz Mar 04 14:11:49 03Petr Štetiar  07org.openembedded.dev * rd9ff026059 10openembedded.git/ (conf/checksums.ini recipes/linux/linux_2.6.32.bb): Mar 04 14:11:49 linux 2.6.32: update to latest stable 2.6.32.9 patchset Mar 04 14:11:50 Signed-off-by: Petr Štetiar Mar 04 14:11:50 Acked-by: Marcin Juszkiewicz Mar 04 14:11:54 03Petr Štetiar  07org.openembedded.dev * rb5263c641e 10openembedded.git/recipes/linux/ (5 files in 2 dirs): Mar 04 14:11:54 linux 2.6.24: update ts72xx patchset and stop using it as default kernel Mar 04 14:11:54 Signed-off-by: Petr Štetiar Mar 04 14:11:54 Acked-by: Marcin Juszkiewicz Mar 04 14:12:09 hrw: yes, thanks! Mar 04 14:12:19 hrw: yeah, code sprint for FSO support for Palm Pre Mar 04 14:12:45 mickey|palmSprin: what platform will be next? Mar 04 14:13:01 iphone Mar 04 14:13:09 Palm Springs... hmm... Mar 04 14:13:34 ynezz: they target linux phones :D Mar 04 14:15:12 hrw: well, for this year we have Palm Pre & HTC Dream on the scope Mar 04 14:15:20 no idea what next Mar 04 14:15:49 but i guess I'll be working a couple of years on the Pre Mar 04 14:16:16 hardware is great enough to keep me satisfied for a while Mar 04 14:16:18 it's a good one? Mar 04 14:16:19 ah Mar 04 14:16:25 mickey|palmSprin: and it reminds sl-5500 Mar 04 14:17:12 yeah Mar 04 14:17:15 that's a bonus ;) Mar 04 14:18:04 for me it feels strange but thats my opinion. Mar 04 14:19:05 yeah, it's taste Mar 04 14:19:20 but it's also about openness Mar 04 14:19:32 i don't have much time to work on reverse engineering Mar 04 14:19:32 i'm a middleware guy Mar 04 14:19:37 so i need to make compromises Mar 04 14:19:45 and the palm pre is the best bet atm. Mar 04 14:19:48 (imo) Mar 04 14:30:57 mickey|palmSprin: http://patchwork.openembedded.org/patch/1594/ maybe? Mar 04 14:31:04 03Bernhard Reutner-Fischer  07org.openembedded.dev * rb801951573 10openembedded.git/recipes/busybox/ (2 files in 2 dirs): Mar 04 14:31:04 busybox: wget accept and ignore --no-check-certificate Mar 04 14:31:04 needed for self-hosting; applied to upstream Mar 04 14:31:04 Signed-off-by: Bernhard Reutner-Fischer Mar 04 14:31:04 Acked-by: Marcin Juszkiewicz Mar 04 14:31:07 hi mickey|palmSprin Mar 04 14:32:41 hi pb_ Mar 04 14:33:57 hrw: patch looks good if we don't have a special python-*ssl subpackage Mar 04 14:35:31 03Martin Jansa  07org.openembedded.dev * r9281fc0f1b 10openembedded.git/recipes/mesa/ (files/fix-progs-makefile.patch mesa-dri_git.bb): Mar 04 14:35:31 mesa-dri_git: fix building progs (missing -lstdc++, similar patch used in mesa-full) Mar 04 14:35:31 Signed-off-by: Martin Jansa Mar 04 14:38:19 mickey|palmSprin: you are python maintainer Mar 04 14:42:01 03Marcin Juszkiewicz  07org.openembedded.dev * r2c4a52f99d 10openembedded.git/recipes/linux/ (4 files): Mar 04 14:42:01 linux: fix compulab_image dependency loop Mar 04 14:42:01 Signed-off-by: Marcin Juszkiewicz Mar 04 14:43:12 Hi. I am trying to build gnuplot with bitbake but it fails with this error msg => 15:34:40 hannken in ~/proxym/oe/build $ bitbake gnuplot Mar 04 14:43:12 NOTE: Handling BitBake files: | (8089/8089) [100 %] Mar 04 14:43:12 NOTE: Parsing finished. 7440 cached, 316 parsed, 333 skipped, 0 masked. Mar 04 14:43:12 NOTE: Resolving any missing task queue dependencies Mar 04 14:43:12 NOTE: Preparing runqueue Mar 04 14:43:14 NOTE: Executing runqueue Mar 04 14:43:16 NOTE: Running task 1466 of 1479 (ID: 7, /home/hannken/proxym/oe/openembedded/recipes/gnuplot/gnuplot_4.2.4.bb, do_qa_configure) Mar 04 14:43:19 ERROR: This autoconf log indicates errors, it looked at host includes. Mar 04 14:43:21 Rerun configure task after fixing this. The path was '/home/hannken/proxym/oe/build/tmp/work/armv5te-angstrom-linux-gnueabi/gnuplot-4.2.4-r1/gnuplot-4.2.4' Mar 04 14:43:24 ERROR: Error in executing: /home/hannken/proxym/oe/openembedded/recipes/gnuplot/gnuplot_4.2.4.bb Mar 04 14:43:25 ERROR: Exception: Message:1 Mar 04 14:43:26 ~pastebin Mar 04 14:43:27 [~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 Mar 04 14:43:28 ERROR: Printing the environment of the function Mar 04 14:43:32 ERROR: Build of /home/hannken/proxym/oe/openembedded/recipes/gnuplot/gnuplot_4.2.4.bb do_qa_configure failed Mar 04 14:43:34 ERROR: Task 7 (/home/hannken/proxym/oe/openembedded/recipes/gnuplot/gnuplot_4.2.4.bb, do_qa_configure) failed Mar 04 14:43:36 NOTE: Tasks Summary: Attempted 1465 tasks of which 1465 didn't need to be rerun and 1 failed. Mar 04 14:43:38 ERROR: '/home/hannken/proxym/oe/openembedded/recipes/gnuplot/gnuplot_4.2.4.bb' failed.. Any suggestion ? Mar 04 14:43:40 sorry :( Mar 04 14:43:44 I thought I copied the pastebin url Mar 04 14:43:50 http://paste.pocoo.org/show/185539/ Mar 04 14:57:07 03Lucian Ion  07org.openembedded.dev * r21272c27fa 10openembedded.git/recipes/apr/apr_1.3.5.bb: (log message trimmed) Mar 04 14:57:07 update-apr-library-version-to-1.3.5 Mar 04 14:57:07 +[http://www.apache.org/dist/apr/apr-1.3.5.tar.bz2] Mar 04 14:57:07 +md5=9ac9a00eaa190937fdbbde7b4f03ac1e Mar 04 14:57:07 +sha256=a33d360b70a9c7971651b3810513d7a85ca84d13ddfc1cb96d6cb0af76aab574 Mar 04 14:57:08 + Mar 04 14:57:08 >From 6193a25e065b44da0a4b3b8a95d8f00c64f3f982 Mon Sep 17 00:00:00 2001 Mar 04 15:06:36 nice - just one page of patches in patchwork Mar 04 15:06:40 03Chris Conroy  07org.openembedded.dev * r7e0dca3937 10openembedded.git/classes/rootfs_ipk.bbclass: (log message trimmed) Mar 04 15:06:40 rootfs_ipk.bbclass: move rootfs postprocess command Mar 04 15:06:40 I ran into a problem yesterday where the ROOTFS_POSTPROCESS_COMMAND Mar 04 15:06:40 started failing after I turned off ONLINE_PACKAGE_MANAGEMENT. It seems Mar 04 15:06:40 the problem is that if package management is turned off, then the opkg Mar 04 15:06:41 directory gets deleted. Subsequent opkg commands in the Mar 04 15:06:42 ROOTFS_POSTPROCESS_COMMAND fail to open the lock file because the Mar 04 15:23:57 03Michael Smith  07org.openembedded.dev * r82c4e6b362 10openembedded.git/classes/kernel.bbclass: (log message trimmed) Mar 04 15:23:57 kernel.bbclass: pass ${KERNEL_VERSION} to depmod -a Mar 04 15:23:57 The postinsts for kernel-image and modules run "depmod -a" on the Mar 04 15:23:57 target, but this only updates the old kernel's modules.dep. Mar 04 15:23:57 "depmod -a ${KERNEL_VERSION}" updates the files in Mar 04 15:23:58 /lib/modules/${KERNEL_VERSION}. Mar 04 15:23:59 Signed-off-by: Michael Smith Mar 04 15:38:01 03Koen Kooi  07org.openembedded.dev * r4d040590a7 10openembedded.git/recipes/mozilla/ (8 files in 3 dirs): firefox: fix .pc files for 3.5.2 and 3.6, fix up staging a bit Mar 04 15:38:10 03Koen Kooi  07org.openembedded.dev * r941aaf1feb 10openembedded.git/recipes/xorg-driver/xf86-video-omapfb_git.bb: xf86-video-omapfb: update to latest git Mar 04 15:46:13 03Michael Lippautz  07org.openembedded.dev * r1f7e258930 10openembedded.git/recipes/libyaml/libyaml_0.1.3.bb: Mar 04 15:46:13 libyaml: Bump version to 0.1.3 Mar 04 15:46:13 * Additionally fix staging Mar 04 15:46:13 Acked-by: Marcin Juszkiewicz Mar 04 15:47:13 enough of patchwork for now Mar 04 16:13:43 GNUtoo: just did a pull, now rebuilding eeepc will be afk for dinner in a short while, but will be back later Mar 04 16:19:00 Hmm Mar 04 16:19:10 Git folks, does this look right, to send something to pb's branch/ Mar 04 16:19:16 $ git push --dry-run origin toolchain-desuck:origin/pb/toolchain-desuck Mar 04 16:19:20 minus the --dry-run of course Mar 04 16:19:29 that keeps saying "[new branch] ..." Mar 04 16:19:32 which seems wrong Mar 04 16:26:02 Tartarus: why do you try to push to someone's else name? Mar 04 16:26:13 Tartarus: and you have one origin/ too many Mar 04 16:27:20 re Mar 04 16:27:53 zecke_: pb told me to push something I sent him Mar 04 16:28:19 and that did it, thanks Mar 04 16:32:09 Tartarus: the "proper" flow would be shared/toolchain-desuck. :) Mar 04 16:44:55 heh Mar 04 16:45:33 that reminds me, can someone delete my current branches? Mar 04 16:51:08 03Koen Kooi  07org.openembedded.dev * re8b9043ef2 10openembedded.git/recipes/gnome-mplayer/gecko-mediaplayer_svn.bb: geck-mediaplayer: add svn version Mar 04 17:01:39 Tartarus: which ones? Mar 04 17:12:16 eFfeM1, I didn't push yet Mar 04 17:23:07 GNUtoo: ah ok, just found out that the compilation fails for me, thre is a problem with intelfb.patch Mar 04 17:25:46 reboot, biab Mar 04 17:30:38 re Mar 04 17:34:22 eFfeM, eFfeM1 ah ok Mar 04 17:34:26 oops Mar 04 17:35:42 anyway maybe we should use 2.6.33: http://lwn.net/Articles/370711/ "but more commonly if you saw the flickering on your laptop panel due to LVDS downclocking"... Mar 04 17:35:59 did you have this issue? Mar 04 17:42:38 yeah saw the link earlier when you pasted it Mar 04 17:42:51 we could try that version should not be too difficult, but can't do that right now Mar 04 17:43:00 actually preparing to do my tax papers :-( Mar 04 18:13:27 is there a way to include the libpng3 package as part of my image install list? Mar 04 18:13:36 I'm using stable/2009 branch Mar 04 18:49:20 jiggak: why not install afterwards: opkg update; opkg install libpng3 (or something like that) Mar 04 18:50:10 eFfeM1: it would just be nice to automate the whole thing so that other developers don't have to be told to manually opkg install it Mar 04 18:50:27 make your own image and add it Mar 04 18:51:15 ok Mar 04 18:51:26 I have created my own .bb file for a custom image, but if I add "libpng3" to the IMAGE_INSTALL list bitbake complains that nothing provides that package Mar 04 19:00:31 eFfeM1: again, I'm on stable/2009 branch and it appears libpng recipe doesn't claim to provide that package name... I will just have to update libpng.bb|inc or cherry pick from the devel branch Mar 04 19:01:07 I was just looking for a simpler way... no biggie Mar 04 19:02:25 jiggak, for libpng3 look at wesnoth recipe Mar 04 19:02:34 jiggak, look at the 1.6.x one Mar 04 19:42:52 03Michael Lippautz  07org.openembedded.dev * rb98404cdd8 10openembedded.git/recipes/libidn/libidn_1.15.bb: libidn: Move to new staging Mar 04 19:43:02 03Michael Lippautz  07org.openembedded.dev * r37e7edb4ce 10openembedded.git/recipes/libgsasl/libgsasl_1.4.0.bb: Mar 04 19:43:02 libgsasl: Add recipe Mar 04 19:43:02 * Add recipe for the GNU implementation of the Simple Authentication Mar 04 19:43:02 and Security Layer framework. Mar 04 19:43:02 03Michael Lippautz  07org.openembedded.dev * re2f1bc83c3 10openembedded.git/recipes/libidn/ (libidn_1.15.bb libidn_1.18.bb): libidn: Bump version to 1.18 Mar 04 20:10:30 03Koen Kooi  07org.openembedded.dev * rf6d6b30255 10openembedded.git/recipes/gnome/gnome-doc-utils.inc: gnome-doc-utils: don't build docs since we lack the libxml2 python native module Mar 04 20:46:44 03Koen Kooi  07org.openembedded.dev * rfb56f49224 10openembedded.git/recipes/python/python-pygobject_2.20.0.bb: python-pygobject: add libffi dep so -lffi actually works Mar 04 21:15:26 03Holger Hans Peter Freyther  07org.openembedded.dev * rc512d0fcf4 10openembedded.git/ (3 files in 3 dirs): Mar 04 21:15:26 fetchmail: Upgrade to 6.3.14 to fix known security issues Mar 04 21:15:26 * 6.3.8 needs two more security patches but the original Mar 04 21:15:26 sourcecode is not available anymore. Mar 04 21:15:26 * Move the sums into the recipe Mar 04 21:15:27 * The python FILEPATH seems to be broken... I'm not fixing Mar 04 21:15:27 this right now but it would require some RDEPENDS fixes Mar 04 21:15:28 03Holger Hans Peter Freyther  07org.openembedded.dev * r78c7106f99 10openembedded.git/ (4 files in 3 dirs): Mar 04 21:15:29 expat-2.0.0: Upgrade expat library to fix various known security bugs Mar 04 21:15:29 * Fixes CVE-2009-3720 Mar 04 22:27:54 * kergoth tries to figure out how RP's proposal which will likely take months and involve changes to bitbake requires TSC approval less than something he can do in a weekend once new style staging is complete Mar 04 22:29:28 ~logs Mar 04 22:29:29 All conversations are logged to http://ibot.rikers.org/channel, where "channel" is replaced by the URL-encoded channel name, such as %23freenode for #freenode. Lines starting with spaces are not logged. logs are updated daily Mar 04 22:44:22 XorA: hey. do you have any emotional attachment to the php recipes? Mar 04 22:44:42 XorA: or do you know why php-native is 5.3.0 while php plain is 5.2.11? Mar 04 22:44:52 zecke_: no, and no Mar 04 22:45:08 * zecke_ is compiling an upgraded version of pgp Mar 04 22:45:10 php Mar 04 22:45:19 * XorA isnt even sure what php-native is used for Mar 04 22:45:57 I just happened to upgrade php while on a customer site Mar 04 22:48:41 it is built. :) Mar 04 22:49:26 I'm building udev_141.bb and do_stage_append() is not being run. Should this function show up in a "bitbake -c listtasks udev"? Mar 04 22:58:19 03Phil Blundell  07org.openembedded.dev * rfdf8185913 10openembedded.git/: Merge branch 'org.openembedded.dev' of new.openembedded.org:openembedded into org.openembedded.dev Mar 04 22:58:19 03Phil Blundell  07org.openembedded.dev * rdc352c9d9d 10openembedded.git/: Merge branch 'org.openembedded.dev' of new.openembedded.org:openembedded into org.openembedded.dev Mar 04 22:58:20 03Phil Blundell  07org.openembedded.dev * r1ae7c5f36d 10openembedded.git/: Merge branch 'org.openembedded.dev' of new.openembedded.org:openembedded into org.openembedded.dev Mar 04 22:58:21 03Phil Blundell  07org.openembedded.dev * ra3b0920d0c 10openembedded.git/recipes/gtk+/ (11 files in 11 dirs): gtk+: build gtk-demo and package it appropriately Mar 04 22:58:22 03Bernhard Reutner-Fischer  07org.openembedded.dev * rfd2bed3297 10openembedded.git/recipes/xz/ (6 files): Mar 04 22:58:22 xz: add xz package Mar 04 22:58:22 xz is the lzma successor Mar 04 22:58:22 tested with automake-1.11.1, autoconf-2.65 Mar 04 22:58:22 Signed-off-by: Bernhard Reutner-Fischer Mar 04 22:58:37 ah, whoops Mar 04 22:58:47 that isn't quite what I wanted. Mar 04 22:59:07 hm? Mar 04 23:03:34 that xz stuff was a mistake, I didn't want to push that. Mar 04 23:03:34 pb__: press undo? Mar 04 23:03:38 03Phil Blundell  07org.openembedded.dev * re874add03c 10openembedded.git/recipes/xz/ (6 files): Mar 04 23:03:39 Revert "xz: add xz package" Mar 04 23:03:39 This reverts commit fd2bed3297f3b76a8a6b18ba599e7d9d71d2c045. Mar 04 23:03:51 why not? Mar 04 23:03:52 zecke_: ah, good thinking Mar 04 23:03:54 argh the 2nd time I can't push Mar 04 23:04:07 pb__: or reboot Mar 04 23:04:26 woglinde: because that was an old patch and it had lots of things wrong with it Mar 04 23:04:48 03Holger Hans Peter Freyther  07org.openembedded.dev * r70c732de4a 10openembedded.git/ (6 files in 3 dirs): Mar 04 23:04:49 php-5.2.11: Upgrade to 5.2.12 to fix various issues Mar 04 23:04:49 Fix CVE-2009-3557, CVE-2009-3558, CVE-2009-4017, Mar 04 23:04:49 CVE-2009-4142 and CVE-2009-4143. Mar 04 23:04:53 I must have applied it to my tree to look at and then forgotten I had done that. Mar 04 23:05:03 good night guys... Mar 04 23:05:08 zecke_: sweet dreams Mar 04 23:05:14 I'm so happy tomorrow I will fly back to TPE after a month of traveling Mar 04 23:05:16 nite zecke Mar 04 23:05:27 I am going too Mar 04 23:05:42 to tpe? very good Mar 04 23:05:58 pb__: yeah, back to taipei Mar 04 23:06:13 and now I need to walk the cold and frozen streets of iceland... back to my hotel room *sigh* Mar 04 23:06:26 heh, that will be quite a change in weather for you Mar 04 23:07:15 still, at least no tsunami in iceland Mar 04 23:09:49 pb__: hey Mar 04 23:10:28 hi ant Mar 04 23:11:05 pb__: have you a mom to check this? http://fr.pastebin.ca/1823252 is fatsort, to reorder the fscked mp3 car-reader Mar 04 23:11:22 I fear Makefile needs patches Mar 04 23:12:17 I have only empty -dbg and -dev Mar 04 23:12:40 * ant__ is still battling against klibc... Mar 04 23:12:57 I think that recipe could be useful Mar 04 23:13:53 what are you setting PV to? Mar 04 23:16:38 ah yeah, you will need to patch the toplevel makefile to use "make -e" for the submakes Mar 04 23:16:45 otherwise it will get the wrong $(CC) and suchlike Mar 04 23:17:29 even with that change it doesn't actually compile for me (with uclibc), missing iconv.h Mar 04 23:22:43 I spotted this packaging issue Mar 04 23:22:44 fatsort_0.9.13.1-206.bb, do_populate_staging) Mar 04 23:22:44 NOTE: the following files were installed but not shipped in any package: Mar 04 23:22:44 NOTE: /usr/local/share/man/man1/fatsort.1 Mar 04 23:22:44 NOTE: /usr/local/sbin/fatsort Mar 04 23:23:30 otherwise it builds vs. glibc Mar 04 23:29:29 oh, right, need to set SBINDIR="${sbindir}" Mar 04 23:31:05 * pb__ bedtime now Mar 04 23:31:06 night all Mar 04 23:31:16 thx, nite Mar 05 00:17:38 03Holger Hans Peter Freyther  07org.openembedded.dev * r4c2a2a7af0 10openembedded.git/recipes/php/ (4 files in 2 dirs): php: Upgrade from php 5.1.12 to 5.1.13 **** ENDING LOGGING AT Fri Mar 05 02:59:58 2010