**** BEGIN LOGGING AT Tue Aug 16 02:59:58 2016 Aug 16 10:10:55 hello! Aug 16 10:11:07 i need help! Aug 16 10:11:12 on oe compilation Aug 16 10:11:41 there is someone? Aug 16 10:13:00 i try to compile postgresql on krogoth branch but i have got an error Aug 16 10:13:03 | checking Python.h usability... no | checking Python.h presence... no | checking for Python.h... no | configure: error: header file is required for Python | NOTE: The following config.log files may provide further information. | NOTE: /md0/gletourneur/projects/openembedded/oe-core/build/tmp-glibc/work/i586-oe-linux/postgresql/9.4.8-r0.0/build/config.log | ERROR: configure failed | ERROR: Function failed: do_configure (log file Aug 16 10:13:14 Any idea? Aug 16 10:26:34 hi. i posted this same question in the yocto channel, but perhaps someone here knows: is it possible to run a task with bitbake, without running the tasks it depends on? i want to run deploy task, but i don't want to run the compile task, even if code has changed in the recipe. Aug 16 10:26:45 this is to build a device tree without recompiling the entire kernel. so i change the dts in my recipe, run "bitbake -c unpack " and then "bitbake -c deploy ". but the last command also triggers a complete rebuild which is not necessary and takes a lot of time. Aug 16 11:38:20 i try to compile postgresql on krogoth branch but i have got an error [12:15] | checking Python.h usability... no | checking Python.h presence... no | checking for Python.h... no | configure: error: header file is required for Python | NOTE: The following config.log files may provide further information. | NOTE: /md0/gletourneur/projects/openembedded/oe-core/build/tmp-glibc/work/i586-oe-linux/postgresql/9.4.8-r0.0/bui Aug 16 11:38:21 ??? Aug 16 11:40:39 looks like it depends on python but doesn't actually have that dependency Aug 16 14:10:42 Hello. I am new here. Is there a recipe in OE for some tool to conveniently grab and convert framebuffer images (screenshots) like fbdump? I am aware that I could just use cat and then use a script with pnmtopng, but perhaps OE already has a tool for that? Aug 16 14:18:58 eduardas_m: https://layers.openembedded.org/layerindex/branch/master/recipes/?q=framebuffer suggests https://layers.openembedded.org/layerindex/recipe/23541/ Aug 16 14:27:17 LetoThe2nd: thank you a lot, I am actually not sure how I missed that one Aug 16 14:27:43 eduardas_m: god luck Aug 16 14:27:46 +o Aug 16 15:29:26 what is a good url for finding docs on SRC_URI, I've heard this is one is out of date http://docs.openembedded.ru/src_uri_variable.html Aug 16 15:29:37 fwiw, that is the first site returned by google Aug 16 15:39:53 yoctoproject.org. click documentation. Aug 16 15:42:44 i pulled down the mega manual, do ctrl-f and search for SRC_URI and nothing hits. Aug 16 15:42:54 hence why I use the .ru version above Aug 16 15:43:21 davis: http://www.yoctoproject.org/docs/2.1/mega-manual/mega-manual.html#var-SRC_URI Aug 16 15:43:34 beat me to it Aug 16 15:44:40 hmm. I see your entry but oddly chromium can't find it with search Aug 16 15:44:46 or http://www.yoctoproject.org/docs/2.1/ref-manual/ref-manual.html#var-SRC_URI if you only want the reference Aug 16 15:46:27 so if do ctrl-f and look for history I get 143 locates, SRC_URI. well odd, now it works. Aug 16 15:52:19 so on that page, it has a small entry for git, but it does not list protocol=parms or branch and tags. Like it documented on that russian version. Is this documented someplace ? Aug 16 15:53:42 if you put in git, you get 640 entries in the search. Aug 16 15:55:27 davis: http://www.yoctoproject.org/docs/2.1/bitbake-user-manual/bitbake-user-manual.html#git-fetcher Aug 16 16:04:40 how are you finding those so fast? And going to a different manual? isn't that part of the mega one? Aug 16 16:39:06 so i need to pull via ssh from a private git repot. I have added my ssh keys to the repot so I can pull from bash shell. When I run from bitbake, it says could not read from remote repot. Aug 16 16:44:14 ive tried to do git://myloginname@some url i can pull;protocol=ssh", git://url i can pull;protocol=ssh" Aug 16 16:46:27 litterally i take git clone XXXX and use as git://XXX in the recipe with variants above. Aug 16 16:46:31 none work Aug 16 16:49:44 davis: ssh-add? Aug 16 16:50:00 or is that an unprotected key? Aug 16 17:04:54 so its my key with a passphrase, but i'm running agent where ive already passed in my passkey Aug 16 17:05:16 so at bash prompt, I can git clone and not need to type anything. it will pull it. Aug 16 17:06:00 there could be another error though. the uri has spaces and ( in it. Aug 16 17:06:27 so when I pull at bash, I use \ to escape the \ and use %20 for the spaces. Aug 16 17:07:26 error mentions failure expanding variable SRCPV but later says fatal: could not read from remote repot. I figured it was a ssh key problem. Aug 16 17:09:49 https://gist.github.com/netskink/3d090630ccb44d9e58bbc5754538c3f2 Aug 16 17:09:55 that shows the setup Aug 16 17:23:46 error: file /usr/include/gnu/lib-names.h from install of eglibc-dev-2.19-r0.lib32_ppce6500 conflicts with file from package libc6-dev-2.19-r0.ppc64e6500 Aug 16 17:24:05 This is coming from a daisy era build, seems fixed on modern build Aug 16 17:24:22 anyone know how I can explain to someone how to limp passed this? Aug 16 17:41:29 Crofton: do you have RPROVIDES_${PN}-dev = "eglibc-dev libc6-dev virtual-libc-dev" Aug 16 17:45:17 unsure Aug 16 17:45:38 this is for a customer and I am really on vactoin Aug 16 17:45:54 annoying since it seems fine with current releases Aug 16 17:46:32 Where weould I look for that? Aug 16 17:47:24 Crofton: see in meta/recipes-core/glibc/glibc-package.inc Aug 16 17:51:42 Crofton: when is it happening Aug 16 17:52:02 during rootfs creation ? or during package install on target ? Aug 16 17:58:31 popualte_sdk Aug 16 17:59:16 sorry multi-tasking wookey and I are talking cave survey software :) Aug 16 17:59:49 I might suggest he send something to th elist and beg for help with daisy and hope whoever fixed the issue between then and now pipes up Aug 16 18:01:37 he has an image, but can't make an sdk via populate_sdk **** ENDING LOGGING AT Wed Aug 17 02:59:58 2016