**** BEGIN LOGGING AT Sun Sep 12 02:59:57 2010 **** BEGIN LOGGING AT Sun Sep 12 04:52:32 2010 Sep 12 10:28:16 gm Sep 12 10:53:31 hi likewise Sep 12 10:54:59 hi Sep 12 10:56:52 eFfeM: pm Sep 12 11:07:49 sorry, was sidetracked in a problem and irc screen was blocked Sep 12 11:22:58 hi Sep 12 11:23:12 is someone using igepv2 here ? Sep 12 11:25:27 i cant install sgx drivers on igepv2 Sep 12 11:34:52 lunch (and take care of the commit train coming) Sep 12 11:35:22 03Frans Meulenbroeks  07org.openembedded.dev * r755654d14e 10openembedded.git/classes/base.bbclass: (log message trimmed) Sep 12 11:35:22 base.bbclass: fix soc-family test Sep 12 11:35:22 for now pushed this patch as it fixes the breakage. Sep 12 11:35:22 If it is decided not to have SOC_FAMILY we can always revert or overwrite Sep 12 11:35:22 see http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-September/023680.html Sep 12 11:35:22 Signed-off-by: Frans Meulenbroeks Sep 12 11:35:23 Acked-by: Chase Maupin Sep 12 11:35:23 03Frans Meulenbroeks  07org.openembedded.dev * re7729024ed 10openembedded.git/recipes/perl/libdatetime-format-iso8601-perl_0.07.bb: Sep 12 11:35:24 libdatetime-format-iso8601-perl_0.07.bb: fix DEPENDS/RDEPENDS Sep 12 11:35:24 Signed-off-by: Frans Meulenbroeks Sep 12 11:35:43 03Frans Meulenbroeks  07org.openembedded.dev * r29c8d71024 10openembedded.git/recipes/perl/libxml-twig-perl_3.35.bb: Sep 12 11:35:43 libxml-twig-perl_3.35.bb: fix DEPENDS/RDEPENDS Sep 12 11:35:43 Signed-off-by: Frans Meulenbroeks Sep 12 11:35:43 03Frans Meulenbroeks  07org.openembedded.dev * r4bc984b8f8 10openembedded.git/recipes/perl/libxml-libxml-perl_1.70.bb: Sep 12 11:35:43 libxml-libxml-perl_1.70.bb: fix DEPENDS/RDEPENDS Sep 12 11:35:44 Signed-off-by: Frans Meulenbroeks Sep 12 11:35:44 03Frans Meulenbroeks  07org.openembedded.dev * r9492a432ec 10openembedded.git/recipes/perl/libxml-sax-perl_0.96.bb: Sep 12 11:35:45 libxml-sax-perl_0.96.bb: fix RDEPENDS Sep 12 11:35:45 Signed-off-by: Frans Meulenbroeks Sep 12 11:35:46 03Frans Meulenbroeks  07org.openembedded.dev * r97052c7b66 10openembedded.git/recipes/perl/libterm-progressbar-perl_2.09.bb: Sep 12 11:35:48 libterm-progressbar-perl_2.09.bb: fix DEPENDS/RDEPENDS Sep 12 11:35:48 Signed-off-by: Frans Meulenbroeks Sep 12 11:35:49 03Frans Meulenbroeks  07org.openembedded.dev * rd5c6ca318f 10openembedded.git/recipes/perl/libxml-simple-perl_2.18.bb: Sep 12 11:35:49 libxml-simple-perl_2.18.bb: fix DEPENDS/RDEPENDS Sep 12 11:35:50 Signed-off-by: Frans Meulenbroeks Sep 12 11:35:50 03Frans Meulenbroeks  07org.openembedded.dev * r17695548e2 10openembedded.git/recipes/perl/libnetaddr-ip-perl_4.027.bb: Sep 12 11:35:51 libnetaddr-ip-perl_4.027.bb: removed DEPENDS Sep 12 11:35:51 not needed according to cpantesters.org Sep 12 11:35:52 Signed-off-by: Frans Meulenbroeks Sep 12 11:35:53 03Frans Meulenbroeks  07org.openembedded.dev * refbe1e1753 10openembedded.git/recipes/perl/libmime-tools-perl_5.427.bb: Sep 12 11:36:39 libmime-tools-perl_5.427.bb: fix DEPENDS/RDEPENDS Sep 12 11:36:39 (25 lines omitted) **** BEGIN LOGGING AT Sun Sep 12 11:57:28 2010 Sep 12 13:06:39 hi, is there some example of something that would do -= Sep 12 13:07:31 oe_filter_out ? Sep 12 13:08:37 as -= I don't think it exists, but you can undoubtly write some python to achieve that Sep 12 13:08:43 but why would you want this ? Sep 12 13:08:45 ok Sep 12 13:08:49 (just curious) Sep 12 13:09:00 because of that: Sep 12 13:09:28 EXTRA_IMAGEDEPENDS += "u-boot x-load" in omap3.inc Sep 12 13:10:07 and that in machine config: require conf/machine/include/omap3.inc Sep 12 13:10:21 we don't have u-boot and x-load support yet Sep 12 13:11:33 and you have an omap3 ? Sep 12 13:12:06 nokia900 Sep 12 13:13:28 well, I would just remove the line require conf/machine/include/omap3.inc and inline what is in the inc minus that line Sep 12 13:13:39 or create a variant of omap3.inc Sep 12 13:13:43 hmmm Sep 12 13:14:12 sorry I ctrl+w the wrong window(using 2 screens) Sep 12 13:14:23 np Sep 12 13:15:28 you could also create a omap3-whatever.inc that does all except the extra_imagedepends and include that file in omap3.inc and in the n900 machine description include the first file Sep 12 13:15:49 maybe -= would be better? Sep 12 13:16:01 but it would take a long time to implement Sep 12 13:16:08 I mean it have to parse each time Sep 12 13:16:15 or create two dummy packages for u-boot and x-load Sep 12 13:16:44 i don't like -= too much, it means the things below it do too much so that should be cleaned up Sep 12 13:16:58 ok Sep 12 13:17:25 I think the best way is to copy the inc Sep 12 13:17:45 but I wonder Sep 12 13:17:58 maybe I should put -= in the copy if the inc? Sep 12 13:47:24 I think EXTRA_IMAGEDEPENDS += "u-boot x-load" in omap3.inc does not belong in a machine config. A machine shouldn't tell what's in the image. Sep 12 13:53:58 eFfeM_work, I think I'll do that: http://pastebin.com/zuKXR3DX Sep 12 13:54:14 likewise, ok thansk Sep 12 13:54:30 because omap3.inc has a lot of useless stuff for us Sep 12 13:54:37 we have to override nearly everything Sep 12 13:56:50 EXTRA_IMAGEDEPENDS += "u-boot x-load" in omap3.inc seems necessary only when you make a bootable image on SD-card and such where the ROM *requires* the bootloaders to be in the image. Sep 12 13:57:42 ok Sep 12 13:57:55 However, this is a user configuration. I might well have u-boot already in FlashROM, and make an MTD partition image for flashrom, that does not require u-boot to be in that image, Sep 12 13:58:10 GNUtoo|laptop: so I think we should not hard-force the IMAGEDEPENDS there. Sep 12 13:58:41 yes but omap3.inc is not mine Sep 12 13:58:55 GNUtoo|laptop: I know, I think this is an oversight in OE. Sep 12 13:59:14 the issue is that I'm a bit late with mails Sep 12 13:59:24 OE is full of undocumented and non-general assumptions. Sep 12 13:59:36 non-generic what I meant to say Sep 12 13:59:44 so sending a mail about that would increase my mail stuff Sep 12 13:59:48 ok Sep 12 14:00:53 maybe this should be MACHINE_EXTRA_RRECOMMENDS instead (run time dependency for the machine). I might bring this up on the OE ML. Sep 12 14:01:06 ok feel free to do it Sep 12 14:01:15 thanks a lot for doing it if you do Sep 12 14:05:36 hi , how can i use igepv2 for angstrom ? there is no igep0020 on igepv2 Sep 12 14:20:22 03Denis 'GNUtoo' Carikli  07org.openembedded.dev * r40d26d15ad 10openembedded.git/conf/machine/nokia900.conf: Sep 12 14:20:22 nokia900: do not require omap3.inc as we would have to override nearly everything Sep 12 14:20:22 when we required omap3.inc we pulled that: Sep 12 14:20:22 EXTRA_IMAGEDEPENDS += "u-boot x-load" Sep 12 14:20:22 which we can't and won't use for the moment. Sep 12 14:20:23 We also had to override nearly all variables. Sep 12 14:40:24 03Sebastian Krzyszkowiak  07org.openembedded.dev * r15463bf047 10openembedded.git/recipes/shr/shr-splash-theme-logo_git.bb: Sep 12 14:40:24 shr-splash-theme-logo: bump and support nokia900 Sep 12 14:40:24 Signed-off-by: Klaus Kurzmann Sep 12 14:40:33 03Sebastian Krzyszkowiak  07org.openembedded.dev * r90e5270f2a 10openembedded.git/recipes/tasks/task-shr-feed.bb: Sep 12 14:40:33 task-shr-feed: add udev Sep 12 14:40:33 Signed-off-by: Klaus Kurzmann Sep 12 14:40:33 03Sebastian Krzyszkowiak  07org.openembedded.dev * r315a4b93a1 10openembedded.git/recipes/xorg-xserver/xserver-xorg-conf/nokia900/xorg.conf: Sep 12 14:40:34 xserver-xorg-conf: add xorg.conf for nokia900 Sep 12 14:40:34 Signed-off-by: Klaus Kurzmann Sep 12 14:40:35 03Sebastian Krzyszkowiak  07org.openembedded.dev * r6eb3364a71 10openembedded.git/recipes/tasks/task-shr-feed.bb: Sep 12 14:40:37 task-shr-feed: add xterm Sep 12 14:40:37 Signed-off-by: Klaus Kurzmann Sep 12 14:40:37 03Sebastian Krzyszkowiak  07org.openembedded.dev * r662ace1da0 10openembedded.git/recipes/shr/shr-splash-theme.inc: Sep 12 14:40:38 shr-splash-theme.inc: support splashes for different machines Sep 12 14:40:38 Signed-off-by: Klaus Kurzmann Sep 12 14:40:39 03Sebastian Krzyszkowiak  07org.openembedded.dev * ra206f14281 10openembedded.git/recipes/shr/frameworkd-config-shr_git.bb: Sep 12 14:40:41 frameworkd-config-shr: bump Sep 12 14:40:41 Signed-off-by: Klaus Kurzmann Sep 12 14:40:41 03Sebastian Krzyszkowiak  07org.openembedded.dev * r9347b59eb3 10openembedded.git/conf/machine/nokia900.conf: Sep 12 14:40:41 nokia900: generate also tar.gz images for installation on SD card Sep 12 14:40:42 Signed-off-by: Klaus Kurzmann Sep 12 14:43:05 03Rui Miguel Silva Seabra  07org.openembedded.dev * r55b3912f14 10openembedded.git/recipes/ (3 files in 3 dirs): (log message trimmed) Sep 12 14:43:05 Elmdentica abandoned json-c in favor of cjson Sep 12 14:43:05 Hi, Sep 12 14:43:05 cJSON is not a properly setup library, but drop in files (this should be Sep 12 14:43:05 fixed in the future), however it seems to be working a lot better than Sep 12 14:43:05 json-c. Sep 12 14:43:05 I was running into a lot of weird problems and crashes derived from Sep 12 14:43:48 hi, how do I remove a package from packaged staging? Sep 12 14:43:59 I patched mplayer and produced a patch Sep 12 14:44:08 and the patch is kept applyed Sep 12 14:54:36 ok maybe bitbke -b's fault Sep 12 14:57:35 grrrr Sep 12 14:57:48 ahhh Sep 12 14:57:51 wrong dir Sep 12 14:58:16 and wrong patch Sep 12 14:58:42 strange... Sep 12 14:58:53 file:// pick file/ instead of mplayer-git Sep 12 14:58:57 's patch Sep 12 14:59:40 mrmoku, dos11 I wonder if I should work-arround it renaming the patch Sep 12 14:59:59 I don't remember the thread name on the order it picks up the patch Sep 12 15:02:05 maybe someone knows why mplayer git pickups file/ instead of mplayer-git/ patches? Sep 12 15:08:08 bitbake -e mplayer|grep \^FILESPATHPKG Sep 12 15:08:11 or whatever Sep 12 15:08:23 ok thanks Sep 12 15:09:35 * GNUtoo|laptop is also reading [oe] [RFC] patch file location Sep 12 15:11:58 FILESPATHPKG="mplayer-0.0+1.0rc4+gitr0+d1c686f6a63c31276b0811baf7c78aa6f4c6c6a6-r5:mplayer-0.0+1.0rc4+gitr0+d1c686f6a63c31276b0811baf7c78aa6f4c6c6a6:mplayer:mplayer-0.0+1.0rc4+gitr0+d1c686f6a63c31276b0811baf7c78aa6f4c6c6a6:mplayer:files:." Sep 12 15:12:15 so there is no mplayer-git Sep 12 15:12:39 thanks a lot, I'll rename my patch then Sep 12 15:37:21 right, figured. you could also add mplayer-git to the FILESPATHPKG (though its rather annoying that you can't inject such things in the middle of it, only at the ends, or override it entirely) Sep 12 15:41:38 hi there Sep 12 15:41:56 i'm having some problems understanding the package_write task Sep 12 15:42:16 for instance, first i bitbake gcc-cross Sep 12 15:42:28 then i do bitbake nano for instance Sep 12 15:43:12 first, there's no need to do that. bitbake nano will build gcc-cross first automatically Sep 12 15:43:13 but the package_write task will only be done for the nano.bb and not for ncurses which nano depends on Sep 12 15:43:23 yes i know that Sep 12 15:45:58 so now i have a nano package which depends on things that didn't get packaged, like ncurses-terminfo Sep 12 15:49:48 so if nano depends on ncurses and i bibtbake nano, why does only nano get packaged and not ncurses? Sep 12 18:26:35 * jkridner tries to remember if there is a work-around to build gedit: http://tinderbox.openembedded.net/public/logs/task/7707500.txt Sep 12 18:41:33 ah, it was documented in my script. Sep 12 18:49:29 I got a bit further, but still have 10 or so failing packages: http://tinderbox.openembedded.net/builds/86360/ Sep 12 18:51:39 looks like several of them are due to scrollkeeper. Sep 12 18:56:29 03Holger Hans Peter Freyther  07org.openembedded.dev * r3a06f50f40 10openembedded.git/recipes/glibc/ (2 files in 2 dirs): Sep 12 18:56:29 glibc_2.9: Apply patch to fix manual/Makefile for newer GNU make Sep 12 18:56:29 This patch is coming from upstream glibc and fixes an error on Sep 12 18:56:29 make install in line 235 about mixing patterns. Sep 12 19:08:25 well, with a few more installed packages (scrollkeeper), I'm down to just 2 packages not building for me: http://tinderbox.openembedded.net/builds/86364/ Sep 12 19:08:47 anyone else having install problems with gst-ffmpeg Sep 12 19:08:48 ? Sep 12 19:09:33 seems like I worked through the build issues with qt4-x11-free-gles before, but can't remember now. Sep 12 20:12:47 hi Sep 12 20:13:01 I've to patch a file that is put in the source dir Sep 12 20:13:04 how can I do that Sep 12 20:13:15 it seems that do_patch happens before the copy of the file Sep 12 20:14:07 ahhh Sep 12 20:14:09 do_configure_prepend_armv7a Sep 12 20:14:26 what should I do? Sep 12 20:14:41 change that to do_patch_prepend_armv7 Sep 12 20:14:52 or add a task before do_patch Sep 12 20:15:09 as I bet do_patch is some python bitbake or something like that Sep 12 20:15:21 I could also ship another vo_omapfb.c Sep 12 20:23:42 hmmm Sep 12 20:23:45 no-one? Sep 12 20:25:35 how do I patch a file:// Sep 12 20:25:45 there are several approach Sep 12 20:25:50 I wonder which is the good one Sep 12 20:31:35 what do you mean? Sep 12 20:32:56 kergoth, basically I've a file: Sep 12 20:33:02 file://vo_omapfb Sep 12 20:33:13 .c Sep 12 20:33:18 that I'd like to patch Sep 12 20:33:26 currently there's no url parameter to tell it to apply to a specific file Sep 12 20:33:33 but if the patch references that filename, you can apply it with -p0 Sep 12 20:33:41 the issue is that: Sep 12 20:33:41 in WORKDIR Sep 12 20:33:43 rather than ${S} Sep 12 20:34:03 no the problem is something else let me explain: Sep 12 20:34:08 file://vo_omapfb.c \ Sep 12 20:34:13 that is copied with: Sep 12 20:34:34 do_configure_prepend_armv7a() { Sep 12 20:34:40 cp ${WORKDIR}/vo_omapfb.c ${S}/libvo Sep 12 20:34:51 so now do_patch comes before do_configure_prepend Sep 12 20:34:56 yep Sep 12 20:35:06 what is the good approach to patch vo_omapfb.c then: Sep 12 20:35:12 i don't think you read what i just told you Sep 12 20:35:14 *copy it already patched? Sep 12 20:35:17 yes Sep 12 20:35:21 patch it in WORKDIR, not in ${S}/libvo Sep 12 20:35:31 hold on a sec Sep 12 20:35:39 ok Sep 12 20:36:01 I added support for different destination dirs for the patch Sep 12 20:36:01 how do I patch in workdir Sep 12 20:36:04 other than just ${S} Sep 12 20:36:09 when i re-did the unpack/patch stuff Sep 12 20:36:09 ok Sep 12 20:36:10 nice Sep 12 20:36:23 patchdir=${WORKDIR} Sep 12 20:36:26 in the uri of the patch Sep 12 20:36:33 thanks a lot!!!! Sep 12 20:36:34 so create a patch that applies to vo_omapfb.c in the current directory Sep 12 20:36:38 then use that in its url Sep 12 20:36:40 and it should work Sep 12 20:36:42 np Sep 12 20:36:59 i had another use case for it -- patching within a subdir of ${S} Sep 12 20:37:07 ok like for mono? Sep 12 20:37:19 where it has multiples dir Sep 12 20:37:32 thats one case, yeah. another would be things that embed other source trees Sep 12 20:37:39 rather than referring to external stuff Sep 12 20:37:46 ok Sep 12 20:37:53 anyway, that should do it :) Sep 12 20:37:59 let me know if you have any problems with it Sep 12 20:38:03 i expect i'm the only one that's tested it Sep 12 20:38:05 hehe Sep 12 20:38:22 ok thanks a lot Sep 12 20:49:57 kergoth, http://pastebin.com/sXyg5eND Sep 12 20:49:59 for: Sep 12 20:50:29 file://omapfb_control_arguments.patch;patchdir=${WORKDIR} \ Sep 12 20:51:08 er... weird Sep 12 20:51:12 you could try using patchdir=.. Sep 12 20:51:14 indeed Sep 12 20:51:22 ok Sep 12 20:56:30 kergoth, I'm updating checksums and triggered a strange issue: http://pastebin.com/JT6GEiEx Sep 12 20:56:54 I'm using bitbake master, fresh pull Sep 12 20:58:27 is about FuncFailed Sep 12 20:58:39 change the usages from func, d, logfile to func, logfile Sep 12 20:58:47 right now i can't resolve git.lopenembedded.org, so i can't push the fix Sep 12 20:58:53 heh Sep 12 20:59:37 * kergoth glares at laptop Sep 12 20:59:57 thanks a lot kergoth Sep 12 21:00:01 that worked? Sep 12 21:00:06 yes!!! Sep 12 21:00:08 sweet Sep 12 21:00:09 np Sep 12 21:12:07 thanks a lot Sep 12 21:12:41 03Denis 'GNUtoo' Carikli  07org.openembedded.dev * r67995a2671 10openembedded.git/recipes/mplayer/ (3 files in 2 dirs): (log message trimmed) Sep 12 21:12:41 mplayer_git: fix omapfb patchset and bump PR Sep 12 21:12:41 omapfb.patch was rebased and added as mplayer-git_omapfb.patch Sep 12 21:12:41 vo_omapfb.c had to be patched due to API change, Sep 12 21:12:41 hence the omapfb_control_arguments.patch Sep 12 21:12:41 Thanks to kergoth(on #oe on Freenode) for help on how to patch a file that is copied only Sep 12 21:12:41 in do_configure_prepend which comes after do_patch Sep 12 21:13:51 khem: hi, why startup-notification depends on evas?? Sep 12 21:14:50 khem: I know that you added this dependency, I've checked via git log :) Sep 12 21:45:30 Using angstrom-2010.x distro, when I build 'task-proper-tools' it picks up all sorts of X11 junk that I don't want. Tried backtracking it without much luck. I'm curious how it's being specified since none of the task-proper-tools seem to indicate X11 Sep 12 21:46:31 Almost at the point of writing some code to process the graphviz stuff so that given a package at the bottom of the tree will back-track up to list all parents so I can get a concise path of inheritence Sep 12 21:56:55 pb_, around? Sep 12 23:16:24 03Andrea Adami  07org.openembedded.dev * rb9bcb18a44 10openembedded.git/recipes/klibc/ (18 files in 2 dirs): Sep 12 23:16:24 klibc: bump to 1.5.20 Sep 12 23:16:24 * still some doubt about klcc-cross packaging, triggering Sep 12 23:16:24 * NOTE: the following files were installed but not shipped in any package: Sep 12 23:16:24 * staging-klcc-cross seems sane, though. Sep 12 23:17:24 khem, if you happen to have time, thx in advance... ^^^ Sep 12 23:27:18 anybody can help with this:http://pastebin.com/Q4WLkF39 ? Sep 13 00:55:16 anybody can help with this:http://pastebin.com/Q4WLkF39 ? Sep 13 01:08:48 angelox_123 needs to be present for help to avail itself. Sep 13 01:10:04 khem, i've started another bitbake world. Hopefully i wont have >1000 recipes failing in do_configure due to an unusable toolchain now. Sep 13 02:29:59 grg: I try e17 and get a x11 receipes faile due to ml Sep 13 02:30:04 xml file Sep 13 02:30:54 grg: world fail too Sep 13 02:31:24 i have never had any success with the e17 images Sep 13 02:32:40 grg: yeah but world fail too Sep 13 02:32:51 world is supposed to fail Sep 13 02:32:58 grg: and it's not due to e17 Sep 13 02:33:05 but to x11 Sep 13 02:33:35 i don't know what you mean, and i don't know why you think I know how to fix your problems Sep 13 02:34:12 maybe u see it also Sep 13 02:34:16 that's all Sep 13 02:35:48 bitbake -k world is potentially used to find out which recipes build successfully, and which ones need attention Sep 13 02:35:58 xextproto-native-1_7.1.2-r2.0 Sep 13 02:35:59 lots will need attention Sep 13 02:36:01 failed Sep 13 02:39:09 did someone known how can I add --skip-validation Sep 13 02:39:23 to this receipe Sep 13 02:39:36 ans it's failled on doc generatio Sep 13 02:39:38 n Sep 13 02:57:05 hmm. Just booted up a fresh build and I'm getting spewed Alignment trap messages by every process. Never ran into this before. Sep 13 02:57:15 Anyone know what I fubar'd? **** ENDING LOGGING AT Mon Sep 13 02:59:57 2010