**** BEGIN LOGGING AT Sat Dec 15 02:59:58 2018 Dec 15 13:00:15 <[Sno]> RP: I figured out the root cause of the issues and fixed that root-cause Dec 15 13:05:38 <[Sno]> should make rburton also happy ;) Dec 15 13:20:54 [Sno]: great! Dec 15 13:24:40 <[Sno]> RP: when there's still an issue, jsu drop me a mail - I see what I can do between years ... Dec 15 13:25:39 <[Sno]> RP: I also sent 2 minor improvements - much more for review and comment then for merging - but when it's reasonable ... ;) Dec 15 13:52:46 [Sno]: I like the idea of running tests, we would just need to tweak the dependencies to apply to the right task Dec 15 14:35:44 <[Sno]> RP: sure, maybe you can assist Dec 15 14:36:28 <[Sno]> RP: the final goal should be running tests on target, but qemu is a good intermediate-check Dec 15 14:46:45 [Sno]: has moto-tim1 done some work in this area? Dec 15 14:50:26 <[Sno]> RP: I have no idea - seems to me he is very busy at the moment Dec 15 16:48:38 Hi all Dec 15 16:52:00 I have a little question: I want to avoid installation of package vim-help. I add 'IMAGE_INSTALL_remove += " vim-help "' and 'PACKAGECONFIG_remove = " vim-help "' but it does not any effect Dec 15 16:52:11 Do you have any leads for me please ? Dec 15 16:53:41 In vim_8.0.0983.bb, here is the PACKAGES line : PACKAGES =+ "${PN}-common ${PN}-syntax ${PN}-help ${PN}-tutor ${PN}-vimrc ${PN}-tools" Dec 15 17:09:24 diembed: its probably being pulled in a by some dependency, you need to find and break that depedency Dec 15 17:13:04 RP: This one : RRECOMMENDS_${BPN} = "${PN}-syntax ${PN}-help ${PN}-tutor ${PN}-vimrc ${PN}-common" ? Dec 15 17:13:37 RP: How to break it from my image file and not directly from VIM bb file ? Dec 15 17:19:00 [Sno]: https://autobuilder.yoctoproject.org/typhoon/#/builders/85/builds/41 is your new patch Dec 15 17:20:11 diembed: since its a rrecommends, try BAD_RECOMMENDATIONS = "vim-help" Dec 15 17:21:12 diembed: You could also do: RRECOMMENDS_vim_pm-vim = "${PN}-syntax ${PN}-tutor ${PN}-vimrc ${PN}-common" from your distro config or local.conf Dec 15 17:21:23 er, _pn-vim in there, not pm Dec 15 17:21:35 RP: Thank you for your help ;) Dec 15 17:35:22 RP: Great BAD_RECOMMENDATIONS works fine. Thank you. Dec 15 17:48:39 RP: surprisingly glibc/master world builds only showed one build failure on rpi3 Dec 15 17:48:56 I am sure other arches might bring some more Dec 15 17:49:41 if AB has cycles try it out Dec 15 18:06:40 khem: will do, I can run that next. Nice its going so cleanly :) Dec 15 18:07:36 pick one from http://git.openembedded.org/openembedded-core-contrib/commit/?h=yoe/mut&id=cc5e1d978f58eaa033c6c787ddab4f995ea98b1f Dec 15 18:08:29 [Sno]: perl is looking better but seeing warnings from do_patch ? Dec 15 18:16:44 RP: Applying patch Makefile.SH.patch Dec 15 18:16:46 File Makefile.SH is read-only; trying to patch anyway Dec 15 18:16:56 thats the perl patch warning I am seeing too Dec 15 18:17:45 khem: Its from [Sno]'s upgrade patch. Looking much better than the last build though Dec 15 20:44:17 applied a couple of pending patches to pseudo to master branch. there's an attr-related fix that i think is actually unsafe -- it breaks the build, and when researching it, i found out that the referred-to change in the attr package was recently reverted at least in part. Dec 16 00:21:13 seebs: thanks. The attr things sounds worrying :/ Dec 16 00:21:51 khem: I ran it on the AB, https://autobuilder.yoctoproject.org/typhoon/#/builders/85/builds/42 - seems to be a pattern to lsb failures Dec 16 01:33:02 Exception: subprocess.CalledProcessError: Command '['cross-localedef', '--verbose', '--uint32-align=4', '--little-endian', '--add-to-archive', '/home/pokybuild/yocto-worker/beaglebone-lsb/build/build/tmp/work/beaglebone_yocto-poky-linux-gnueabi/core-image-lsb/1.0-r0/rootfs/usr/lib/locale/so_DJ.ISO-8859-1']' returned non-zero exit status 1 Dec 16 01:34:11 cannot create temporary file: /home/pokybuild/yocto-worker/beaglebone-lsb/build/build/tmp/work/x86_64-linux/cross-localedef-native/2.29-r0/recipe-sysroot-native/usr/lib/locale/locale-archive.JPOEn6: No such file or directory Dec 16 01:34:46 why is it creating temp files in native sysroot ? hmm Dec 16 02:24:11 <[Sno]> RP: The warning is just because I didn't rebase the Makefile.SH patch Dec 16 02:25:34 <[Sno]> RP: I don't get what's wrong in http://errors.yoctoproject.org/Errors/Details/211963/ **** ENDING LOGGING AT Sun Dec 16 02:59:59 2018