**** BEGIN LOGGING AT Mon Sep 08 02:59:58 2014 Sep 08 06:11:28 Hi, it’s so many days that I have problem with qt4-x11-free package & say it here, but no useful recommendation... my OS is Gentoo. the errors happened in do_package and do_compile task. ath this link, I do paste Output log of "bitbake qt4-x11-free" command. http://tny.cz/54073979 Sep 08 06:11:46 what's the problem? what can I do to solve this error? Sep 08 06:28:20 sm_: i verified it some days ago, a clean poky clone builds qt4-x11-free nicely for qemux86 Sep 08 06:28:46 sm_: so my personal guess is that some other layer you are pulling in messes up things. Sep 08 06:41:13 LetoThe2nd: I remove all the layers that added to BBLAYERS, and then clean its build, but the same errors happened... I searched so many times, at end I found that its problem happened because of "usr/lib64 is unsafe for cross-compile” message in do_compile.log . Sep 08 06:42:45 LetoThe2nd: but I don't know what is the reason of this message & how to solve it. Sep 08 06:45:56 sm_: tried a total clean rebuild already, in a fresh clone? Sep 08 06:50:07 LetoThe2nd: My goal is to bitbake qt-creator. Sep 08 06:51:18 LetoThe2nd: the qt-creator package is in meta-oe layer. Sep 08 06:53:31 but its build stopped at "qt4-x11-free" package with do_compile & do_package task. so if I remove all the layers how can I build qt-creator? Sep 08 06:56:55 sm_: well you would at least know if the reason for your problems is in poky or in meta-oe ;) Sep 08 07:00:45 good morning Sep 08 07:07:54 LetoThe2nd: If it helps, I did this (“bitbake qt4-x11-free” without any additional layers for a fresh clone) on Ubuntu OS and error happened for do_compile task again. {But it’s important for me to use bitbake on Gentoo OS.} Sep 08 07:09:18 sm_: then i personally(!) suspect that something on your machine is fishy, as it works here without any problems. Sep 08 07:10:21 that is: fresh clone, source oe-init-..., bitbake qt4-x11-free Sep 08 07:11:14 but i'll kick it off one more time for dora. Sep 08 07:11:44 (as suggested in your paste) Sep 08 07:16:44 LetoThe2nd: I download poky-daisy again & extract it. then --> cd to its directory, source oe-.. then -->bitbake qt4-x11-free --> just the first ERROR in (http://tny.cz/54073979) didn't appear but the other ones appear. Sep 08 07:18:22 are you having some ccache things or such in use on that machine that might affect the compilation? Sep 08 07:19:19 (i think especially gentoo, with all its hey-i-can-compile-everything-magic is prone to "help" you there in unpredictable ways.) Sep 08 07:20:30 now running - clean clone of dora, only sourced the init script, then bitbake qt4-x11-free. we will see. Sep 08 07:27:22 LetoThe2nd: I don't think that have any ccache or something like this... BTW, how can Gentoo help me to bitbake? Sep 08 07:27:42 sm_: that was ironic. Sep 08 07:29:30 LetoThe2nd: :) { :| } Sep 08 08:33:45 morning all Sep 08 10:42:27 morning bluelightning Sep 08 10:48:54 Hi again, for building a recipe, I have 2 QA Issue ERROR in do_package_qa task. Sep 08 10:49:04 #first error is: files/directories were installed but not shipped Sep 08 10:49:12 #2nd error is: the compile log indicates that host include and/or library path were used. Sep 08 10:49:20 For solving this problem I used “INSANE_SKIP_${PN} = “installed-vs-shipped compile-host-path” in the recipe file. The first problem solved but the second exists! Why? What is the difference between these two? Sep 08 10:51:15 sounds like whatever you are compiling a) doesn't follow conventions b) has a generally fucked build system Sep 08 10:51:23 is this an autotools-based thing? Sep 08 10:52:15 sm_: ^ Sep 08 10:54:49 errordeveloper: It's "bitbake qt4-x11-free" output result. Sep 08 10:55:34 errordeveloper: how can I skip compile-host-path QA check? Sep 08 10:58:35 errordeveloper: & just for transparency, I have problem with "qt4-x11-free" package on Gentoo, & send my error here. if you look backward the irc log! thanks! Sep 08 11:04:02 sm_: i see Sep 08 11:04:11 so can you paste log.do_compile Sep 08 11:04:16 please ;) Sep 08 11:09:35 sm_: to what LetoThe2nd said about gentoo, i would agree Sep 08 11:09:52 he meant that your problem could be somehow gentoo specific Sep 08 11:10:45 fyi i am currently experimenting with using docker containers for building yocto projects Sep 08 11:11:13 so i can dorun whatever best support distro Sep 08 11:11:53 to give you an example, the other day i was trying to get core-image-minimal built on quite an outdate slackware box Sep 08 11:12:29 and having just a slighlty old gcc (4.4) gave me a ton of trouble with complining the cross toolchain itself Sep 08 11:16:04 BTW: a clean rebuild of qt4-x11-free on a clean checkout of poky-dora breaks in mesa_9.1.6 do_compile here. Sep 08 11:16:31 so if you actually reach something else, your box is doing something different. Sep 08 11:18:48 errordeveloper: My log.do_compile file is too heavy & has over 4,000 lines. Sep 08 11:19:51 errordeveloper: actually it's impossible to paste it ... I don't know to upload it somewhere if it helps Sep 08 11:21:07 LetoThe2nd: actually I should use poky on Gentoo & the bad news is when I run "bitbake qt4-x11-free" on Ubuntu, the similar errors happened!... Sep 08 11:21:57 LetoThe2nd: sorry the above sentence was for errordeveloper Sep 08 11:22:48 sm_: ok, so... have you looked into that log yourself? is there anything explicit about what host libs it might be using? Sep 08 11:23:06 btw, why do you need x11 version of qt? Sep 08 11:23:31 may be nobody uses it and the recipe is just broken Sep 08 11:25:10 LetoThe2nd: my error is same http://tny.cz/54073979 on qt4-x11-free.... Sep 08 11:27:24 errordeveloper: I need x11 version of qt because I want to build "qt-creator" , It's in "qt-creator" dependency & when I run "bitbake qt-creator" it stop at qt4-x11-free with the same ERROR. Sep 08 11:29:35 errordeveloper: how can I understand what host libs it might be using from log.do_compile file? (I think it's "usr/lib64") Sep 08 11:42:49 LetoThe2nd: so isn't there any solution? Sep 08 11:51:32 sm_: i'm sure there is a solution, i just have it right now, nor the time/knowledge to iron it out. Sep 08 12:40:41 urg: Building a Yocto project is like software developing Sep 08 12:41:00 * Crofton|work summons jefro, when he wakes up Sep 08 15:25:11 what is the target bsp for the minnowboard max? Sep 08 15:26:57 intel-corei7-64? Sep 08 15:29:24 tmpsantos: dunno. Maybe ask the guys in #minnowboard . I know some of them do yocto/oe stuff. Sep 08 15:30:11 gabrbedd: alright, thanks anyway! Sep 08 20:22:42 Anyone know of any examples of packaging nodejs apps in bitbake? Sep 08 20:23:16 Or alternately: how can I get the build directory of another package (npm needs the node config dir) Sep 08 20:53:30 When is a specification of FILES actually required? It seems in some cases it gets populated automatically, and in other cases I get issues with installed-vs-shipped Sep 08 21:28:50 fishey1: I think the "obvious" stuff gets treated "obviously". Stuff in /usr/bin/ goes into the package, stuff in /usr/lib goes to the lib and lib*-dev package... etc. Sep 08 21:30:35 fishey1: Anything beyond that may need a FILES rule. I'm not sure where the core patterns are set. Probably something related to package.bbclass Sep 08 21:46:35 where would be the best location to set PREFERRED_VERSION_something? Sep 08 21:47:16 it works if i put it in my local conf, but i'd rather have it in my layer.conf or a .bbappend or the image recipe... those don't seem to work =( Sep 08 21:49:51 it's only used if set in build/conf/local.conf Sep 08 23:02:13 Jefro: I heard there might be a possibility of doing touristy things after ELCE? Maybe on the Friday or Saturday afterwards? Sep 08 23:03:30 sarahsharp hmm, interesting idea. YP DevDay is Thurs Oct 16, so Friday is a possibility. Sep 08 23:04:20 Ok. I'll book hotels through Saturday. Sep 08 23:04:25 several castles in the area: https://www.duesseldorf.de/eng/tourism/discover/schloesser/index.shtml Sep 08 23:04:51 Ooh, castles! Sep 08 23:05:11 Can we get warthog9 to climb into a cannon and pretend to fire him? Sep 08 23:14:46 sarahsharp his talk is about flying fish... Sep 08 23:14:57 Jefro: lol Sep 08 23:15:19 I'm only questioning the "pretend" part Sep 08 23:17:55 why am I suddenly afraid.... Sep 09 02:55:51 gabrbedd: thanks, I'll take a look there. Turns out FILES is fully recursive, so I can just specify the top level dir to keep it from complaining :) **** ENDING LOGGING AT Tue Sep 09 02:59:59 2014