**** BEGIN LOGGING AT Fri Feb 01 02:59:59 2013 Feb 01 08:18:02 good morning Feb 01 09:18:33 'morning Feb 01 09:39:31 hi pr0gg3d, all Feb 01 11:36:59 <_Lucretia_> anyone seen this (for dbus)? tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/gnome-session-2.32.1-r2/gnome-session-2.32.1/doc/dbus/gnome-session.xml does not validate and also warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" - I can load the dtd in a browser ok Feb 01 11:37:32 _Lucretia_: disable docs generation Feb 01 11:37:44 <_Lucretia_> k Feb 01 11:38:10 <_Lucretia_> how? Feb 01 11:38:17 _Lucretia_: https://bugzilla.yoctoproject.org/show_bug.cgi?id=2416 Feb 01 11:38:18 Bug 2416: enhancement, Low, 1.4, saul.wold, NEW , xmlto/xsltproc stylesheets cannot be found even when they are installed in sysroot Feb 01 11:38:32 <_Lucretia_> thanks Feb 01 11:39:04 _Lucretia_: some projects have --disable option for that, some need special bbclass, some need sed call to remove docs from Makefile.am Feb 01 11:39:27 <_Lucretia_> there's no option to do that from conf? Feb 01 11:50:49 huh, that's annoying isn't it Feb 01 11:53:50 <_Lucretia_> that's not all that's annoying, so many failures Feb 01 11:56:03 JaMa: any idea why its not finding the installed dtds? Feb 01 11:59:45 <_Lucretia_> ok, anyone seen this one? configure: error: iceauth missing, please check your X11 installation Feb 01 11:59:47 <_Lucretia_> it's there Feb 01 12:00:22 _Lucretia_: check config.log and see where it's looking Feb 01 12:00:32 it may have decided due to a previous problem to look somewhere else Feb 01 12:01:56 <_Lucretia_> it doesn't say, it just says checking for it and then next line is "missing" Feb 01 12:03:09 rburton: I wrote all I know about it to that bug report Feb 01 12:03:17 JaMa: fair enough Feb 01 12:04:46 <_Lucretia_> http://pastebin.com/XfXj31zf Feb 01 12:06:33 _Lucretia_: you'd have to look at how the configure script is looking for iceauth Feb 01 12:06:42 <_Lucretia_> i'm doing that Feb 01 12:06:44 <_Lucretia_> it's a mess Feb 01 12:06:45 config.log may be useful Feb 01 12:06:51 that's normally the problem :) Feb 01 12:07:04 nothing wrong with AC_PATH_PROG Feb 01 12:07:09 _Lucretia_: there were some fixes for iceauth in master, are you using older meta-xfce? Feb 01 12:07:10 <_Lucretia_> configure:16320: checking for iceauth Feb 01 12:07:10 <_Lucretia_> configure:16353: result: no Feb 01 12:07:10 <_Lucretia_> configure:16365: error: iceauth missing, please check your X11 installation Feb 01 12:07:24 <_Lucretia_> I'm using gumstix master branch Feb 01 12:07:26 _Lucretia_: that's not config.log Feb 01 12:07:37 config.log will have more details in Feb 01 12:07:39 <_Lucretia_> that's the config.log Feb 01 12:07:54 <_Lucretia_> unless there's anotehr in a different dir Feb 01 12:08:02 log.do_configure? Feb 01 12:09:01 <_Lucretia_> that says the same thing Feb 01 12:09:05 <_Lucretia_> only reference to iceauth Feb 01 12:20:17 morning walters Feb 01 12:23:19 hey rburton Feb 01 12:36:38 if I removed orinoco-conf from oe-core, would anyone notice? Feb 01 12:59:08 hi, is there a way I can tell in a .bb and SRC_URI that the git repo I'm pointing to have submodules that needs to be fetched before 'inherit autotools' do its magic? Feb 01 13:00:35 neg: you can run git submodule update inside a do_configure_prepend Feb 01 13:05:15 rburton: tried that but then it complains that my submodule is not present in my /downloads/git2 directory Feb 01 13:12:08 rburton: yes but that bypasses PREMIRROR and downloads :/ Feb 01 13:12:18 neg: add submodule url to SRC_URI Feb 01 13:12:48 neg: that way fetcher will "cache" it in downloads and PREMIRRORS will work correctly Feb 01 13:13:38 neg: and some project are using relative paths in .gitmodules, then you'll see bogus error messages like "not present in my /downloads/git2 directory" Feb 01 13:14:14 JaMa: that is what I have in this case, is there no way around that? Feb 01 13:15:28 neg: I've patch for bitbake to add --recursive, but the problem is that there are 2 git clones (one to downloads and 2nd from downloads to $S) and --recursive is not enough to pass submodules through both Feb 01 13:15:42 neg: you can change .gitmodules with sed before calling git submodules Feb 01 13:15:54 but as said before using multiple git:// URLs in SRC_URI is better Feb 01 13:25:11 ok I'm trying to figure it out, thanks! Feb 01 13:25:16 neg: here is what I was trying with recursive http://bpaste.net/show/74292/ Feb 01 13:25:33 but that does not work and I don't think it would be easy to fix Feb 01 13:26:20 in the end I've used multiple git:// URLs and added small shell script to compare revisions and URLs used in SRC_URI with what was requested in .gitmodules Feb 01 13:26:59 so it reports ERRORs when revision is different or some module is missing or moreover Feb 01 13:51:13 JaMa: how do you specify multiple git:// src in SRC_URI i get a clash in do_unpack when it trys to put both of them in ..../git Feb 01 13:54:55 neg: set destdir Feb 01 13:55:14 neg: sory destsuffix Feb 01 13:55:32 to the same path as submodule had Feb 01 13:56:55 old friend, why are you so shy Feb 01 13:58:04 JaMa: ah, fun Feb 01 13:59:12 rburton: at least I've learned something new about named pipes when doing that shell check :) Feb 01 14:00:22 Adele Feb 01 14:00:42 ./nickname Adele Feb 01 14:02:18 JaMa: nice it worked, thanks! Feb 01 16:13:41 morning Feb 01 17:07:46 kergoth: morning, is this similar to what you meant in that world-image comment? be aware that it does not work correctly yet: http://bpaste.net/show/74331/ http://bpaste.net/show/74332/ Feb 01 17:14:54 huh getting that summary-refers-to-itself error a lot :/ Feb 01 17:17:37 JaMa: yeah, thats exactly along the lines I was thinking. I figured it'd fire the world package list in the cooker, since it's already filtered based ont he exclude vars, etc, but the packages to build is probably more generally useful Feb 01 17:20:52 Oh man, I bet this is going to be handy: https://gist.github.com/4692672 Feb 01 17:23:18 kergoth: VIM!? Feb 01 17:23:44 spawns $VISUAL or $EDITOR or vi, but yes, I'm a vim person :) Feb 01 17:24:16 that could be very useful though! Feb 01 17:24:56 i think its time to try bb :) Feb 01 17:26:03 kergoth: only problem in current implementation is that oe.packagedata.read_pkgdata doesn't seem some PACKAGES e.g. from initramfs-live-boot and it doesn't work well with ALLOW_EMPTY packages (e.g. busybox-doc ends in IMAGE_INSTALL and do_rootfs fails) Feb 01 17:26:23 s/doesn't seem/doesn't see/ Feb 01 17:27:04 hmm, interesting Feb 01 17:27:49 rburton: http://github.com/kergoth/bb is the first pass, with more subcommands, https://github.com/kergoth/sub-bb is the new one following the 37signals sub convention with basic shell completion Feb 01 17:28:01 https://github.com/kergoth/sub-bb/blob/master/TODO.md is the plan of attack Feb 01 17:29:45 * kergoth gets back to work Feb 01 17:38:18 I like this plan of attack! Feb 01 17:42:11 kergoth: probably not task for sub-bb but whatdepends is sometimes useful to work on deploy/ipk (I'm using simple script to find all Packages files and grep them) It's useful when some .ipk is still depending on something no longer available (and do_rootfs failing) Feb 01 17:46:05 ah, that is an interesting thought Feb 01 17:46:43 I do intend to create subcommands for post-build stuff, buildhistory, buildstats, pkgdata, DEPLOY_DIR, etc, so something like that wouldn't be unreasonable, though I do want to keep the number of commands under control Feb 01 17:47:28 one thing is, due to how the subcommands are run an dimplemented, you can add your own, like you can with git. just make a bb-foo and put in the PATH Feb 01 20:29:56 Hmm, we should really think about revamping pkgdata one of these days. Things still seem a tad messier than they need to be Feb 01 21:15:13 are there any shortcuts for reconnecting a package's detached git repo with the original remote? Feb 01 21:17:29 Is there a way to "tune" the behavior of a recipe based on the machine for which I'm building. For example, if I'm building for an lxc vm, I don't want networking and udev startup scripts running, but for qemu I do. Feb 01 21:19:53 any variable or function can be either overridden or appended/prepended for a particular machine. see the documentation on OVERRIDES Feb 01 21:20:32 will do, thanks Feb 01 21:21:49 I promise, I did look at the documentation before asking :) Feb 01 22:00:24 https://gist.github.com/4694444 - now to teach it to search the runtime namespace, then tweak and polish Feb 01 22:06:47 update: there's an arg to limit the scope of the search now Feb 01 22:52:36 msm: you around? What's your status on the oprofile/libpfm patches? Another patch seems to have caused the libpfm issue to come back, thanks Feb 01 23:07:37 Caelum: botox-ing again? Feb 01 23:07:40 oops Feb 01 23:35:18 adalton: ping Feb 02 00:42:05 hi , have anyone use "meta-skeleton/recipes-kernel/hello-mod" sample to build a kernel module? Feb 02 00:44:04 copy that folder to my layer and build got "ERROR: Nothing PROVIDES 'hello-mod' Feb 02 00:44:04 " Feb 02 00:46:41 the source files for hello-mod_01.bb is located in files folder, but inside .bb there's line "SRC_URI = "file://Makefile" Feb 02 00:47:39 should the source files put inside "files" folder , or "hello-mod" folder , or any sub-directory under the .bb file is fine Feb 02 00:51:06 ps **** ENDING LOGGING AT Sat Feb 02 03:00:00 2013