**** BEGIN LOGGING AT Tue Mar 01 02:59:58 2016 Mar 01 07:12:52 morning folks Mar 01 07:13:55 I subscribed to linux-yocto@yoctoproject.org but did not get a confirmation or intimation from the list about my subscription Mar 01 07:13:59 is that normal? Mar 01 07:14:06 can I send a patch to it now? Mar 01 09:09:15 hi everyone, i am trieng install apache on yocto fido, and i take an error which is configure: error: no acceptable C compiler found in $PATH Mar 01 09:09:15 , How can i fix this? how can i install gcc, meanwhile my board is var_stk_6_ul based on imx 6 ultralite, its variscite product Mar 01 09:30:29 Hi everyone Mar 01 09:31:53 is it possible to build all dependecies of a packet but not the packet itself (lets say core-image-dependecies but not dore-image) Mar 01 11:40:26 hey, how can I define a set of packages that should automatically be built when creating an image as part of the package feed? I.e. they should not be installed in the package but should be available for installation via e.g. opkg. Short hint appreciated! Mar 01 11:41:15 correction: I.e. they should not be installed in the "IMAGE" but should be available for installation via e.g. opkg. Short hint appreciated! Mar 01 11:45:23 how can I disable qtwebkits while bitbaking meta-toolchain-qt ? Mar 01 11:49:12 can anyone please help? Mar 01 12:02:05 hi everyone, running make code, is it possible, and rpm install code, is it possible ? Mar 01 12:05:08 thrusty_, I think you'll need a fake image to populate the feeds Mar 01 12:05:17 kageja: when i understand you correctly, yes it is possible to run make in recipes and yes, its possible to install rpms with post installation scripts Mar 01 12:06:22 I have a question too: Is there i simple way to add layers depending on the selected machine? Mar 01 12:08:55 fl0v0: bu i cant it, when i run make command, i take error: Mar 01 12:08:55 -sh: make: command not found Mar 01 12:08:55 , when i try rpm install , nothing happenes Mar 01 12:09:49 fl0v0: meanwhile i use pre-compiled image which in var_stk_6_ul armboard Mar 01 12:10:08 Crofton: Thnx, that was one of my thoughts also, but runtime deps would probably prevent being the packages in question in one image. I will try it though and see what happens. Mar 01 12:11:19 your whole build system seems not to be setup correctly Mar 01 12:13:14 I see qttools_git with PACKAGECONFIG[qtwebkit] = ",,qtwebkit" .... how to disable qtwebkits here Mar 01 12:13:21 fl0v0: ok just then there are two thing, 1--> how can i build system correctly 2--> how can i install gcc, make, etc correctly on this system Mar 01 12:14:43 is it a variscite board? there is a step for step tutorial in their wiki for the var-soms Mar 01 12:15:03 http://variwiki.com/index.php?title=Main_Page Mar 01 12:19:14 kageja: I also don't understand you actual problem, but did you go through the yocto quickstart manual? http://www.yoctoproject.org/docs/2.0/yocto-project-qs/yocto-project-qs.html Mar 01 12:24:40 Nilesh_: I also don't knwo meta-toolchain-qt, but from what you wroto it seems that you might need to override the "PACKAGECONFIG" variable for the recipe in question, removing qtwebkit from it Mar 01 12:28:30 thrusty_: Actually my problem is about installing apache, when i install apache i take an error : no acceptable C compiler in $PATH Mar 01 12:32:39 kageja: how do you "install" apache? Mar 01 12:34:45 kageja: I see, you ran a yocto image and you want to install apache in it? Mar 01 12:36:05 thrusty_: yes you are right, i use yocto fido image on variscite which is var_stk_6_ul based on dart_6 ultra lite cpu and i want to install apache and tomcat7 Mar 01 12:39:45 kageja: so you don't have any image creation toolchain by yourself? Actually, if no c compiler is part of your image, you'll need to install it using some package feed (if that is possible with your image) or you'll need to find a different image. Depending on your requirements, the latter might be an "own" image, that even includes apache. Mar 01 12:41:52 thrusty_: ok ... bui I don't know how to do that Mar 01 13:19:38 folks - is there a script to prune sstate anywhere? Mar 01 13:22:31 raykinsella78: yes in oe-core is one Mar 01 13:25:47 JaMa: whats the name of it? Mar 01 13:26:31 JaMa: http://git.openembedded.org/openembedded-core/tree/scripts/sstate-cache-management.sh Mar 01 13:30:23 fray: around? Mar 01 13:38:23 ya, but busy preparing some security updates.. so I might be slow to respond Mar 01 13:40:38 fray: rpm5 continues to fail in new and interesting ways... Mar 01 13:40:46 (just sent a mail) Mar 01 13:41:01 ok Mar 01 13:41:50 what did you use to enable the security flags, what config? Mar 01 13:42:21 yes to security flags, poky + security flags Mar 01 13:42:23 and honestly I'm not surprised by this. enablign the security flags change link orders and such. I didn't think it was even supported in the prior version of RPM Mar 01 13:42:36 yeah it worked before Mar 01 13:42:38 whats the config line you used to active them? I don't use poky's security flags Mar 01 13:42:48 (for our product we have our own configurationa nd distro files) Mar 01 13:42:56 everything I tested was on pure OE Mar 01 13:43:52 and since this failed in the nativesdk case, does nativesdk even support security flags? Mar 01 13:44:19 well my fail was target with security flags, the nativesdk is without security flags Mar 01 13:44:42 ok, the error indicates that libpopt was build w/ the stack guard.. so something was enabled there Mar 01 13:44:59 hm the log shows it too Mar 01 13:45:12 but those are not the flags we add Mar 01 13:45:32 is this host compiler injecting flags? Mar 01 13:46:27 popt, if enabled, is requriing stack protector. that should be disabled.. Mar 01 13:47:01 if you have time, go into the rpm-native/5.4.16/rpm-5.4.15/popt/configure.ac and patch our popt_CFLAGS_ADD([-fstack-protector-all],[POPT_CFLAGS]) Mar 01 13:47:05 patch -out- Mar 01 13:47:27 as well as Mar 01 13:47:34 AS_IF([test "x$GCC" != x], Mar 01 13:47:34 [ for c in -fno-delete-null-pointer-checks -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector -fexceptions Mar 01 13:47:34 do Mar 01 13:47:34 popt_CFLAGS_ADD([$c], [POPT_CFLAGS]) Mar 01 13:47:34 done Mar 01 13:47:35 ]) Mar 01 13:47:48 remove those and try the nativesdk build again.. Mar 01 13:48:05 so we should remove the build dependency on popt then? Mar 01 13:48:45 yes.. that was a mistake on my part.. Mar 01 13:49:03 the external version of popt isn't compatible (at this time), a new external popt should be released "soon", but until it is -- we have to use the internal one Mar 01 13:49:15 (API change) Mar 01 13:49:48 as for the security flags, I don't know.. and I likely won't be able ot even look until the later half of my day Mar 01 13:49:56 i'll test those removals Mar 01 13:50:37 sorry I missed those. Mar 01 14:04:58 ARGH! Mar 01 14:16:05 hi guys Mar 01 14:17:01 i'm trying to generate an image and it's not working. i'm getting error: Can't install cedric-simulators-1.0-r0@core2_32: no package provides /var/yocto/build/tmp/sysroots/drou/usr/lib/libb64.so Mar 01 14:17:41 i have written a libb64 recipe which is included in 2 of my recipes as a dependancy: http://pastebin.com/WYRrPLFH Mar 01 14:18:47 i have no error when i remove one of my 2 recipes from the image.bb :( Mar 01 14:25:58 hmmm does anyone know if the epiphany browser/webkit works with just a drm framebuffer device? When i launch it, the page part of the UI is just blank white :| Mar 01 14:33:37 nrossi: IIRC that's a known qt bug Mar 01 14:34:21 really annoying, I've encountered such issues as well (let me try to find some info on that bug) Mar 01 14:35:45 I hit it when trying to open pages from a webview, but it also reproduces on webengine and other browsers based on qt, like epiphany Mar 01 14:36:05 aratiu: i see, is there a workaround? Mar 01 14:37:46 i don't know Mar 01 14:38:42 there are lots of solutions on the web for this kind of behaviour, but it doesn't fix it for running on just a drm fb Mar 01 14:39:03 i eventually gave up last year when trying to debug it Mar 01 14:41:49 aratiu: sounds like a bit of a tricky bug, im just playing around so don't worry to much about it. But at least i know it is not me thats doing something wrong ;) Mar 01 14:42:56 I'm not worrying, that's why I ditched it lol Mar 01 14:58:01 How can I find out why a certain package is included in an image when depexp doesn't report any reverse depends? Mar 01 15:08:46 fray: i've got one more thing to talk to you about, and it makes rpm5 look fun :( Mar 01 15:11:40 ? Mar 01 15:11:52 How can I find out why a certain package is included in an image when depexp doesn't report any reverse depends? Mar 01 15:15:50 RagBal: i expect buildhistory would probably have the info you need somewhere Mar 01 15:18:18 kergoth, hmm I don't have that enabled Mar 01 15:25:17 I'm trying to find out why mesa(-g) is getting pulled in my build Mar 01 15:26:37 try removing the packages on the target and see what complains Mar 01 15:26:56 thats what RP was telling me.. erase seems to not be working froms amrt Mar 01 15:27:30 fray: so i think prelink is broken... Mar 01 15:27:48 in what way? (whcih arch)? Mar 01 15:27:49 fray: (yocto #9131) Mar 01 15:28:23 glib's fork/exec wrapper mysteriously fails in many images, if you un-prelink the image it starts to work Mar 01 15:28:40 which arch, ONLY 32-bit IA32? Mar 01 15:29:10 and arm, apparntly Mar 01 15:29:40 frustratingly i can't replicate a broken image, though i can replicate the broken behaviour if i download an AB image Mar 01 15:29:55 k.. open a bug.. I'll get to that as soon as I can as well. would be nice if you could talk to someone who knows ELF and can investigate what is happening Mar 01 15:30:09 if it's failing on AB but working on yours.. look at the elfutils library and see if something is different there.. Mar 01 15:30:15 fi tat library is broken, prelink is broken Mar 01 15:30:49 rburton: worth trying backing out the recent elfutils upgrade? Mar 01 15:32:35 worth a try, along with glibc Mar 01 15:36:51 I would start backing our elfutils Mar 01 15:36:59 then backup glibc if that doesn't work Mar 01 15:37:12 I'm betting elfutils though since it's only reproducible "sometimes" Mar 01 15:37:41 thats a sign of some kind of host contamination, which we have seen in elfutils before.. (might be as subtle as using invalid pointers and address randomization differences) Mar 01 15:39:52 aaaah Mar 01 15:40:09 * rburton tries something Mar 01 15:41:11 fray: btw, with rpm "smart remove X" seems to reproduce. You can run that multiple times, it reports "exit 0" but doesn't actually remove the package Mar 01 15:42:23 ok, does it display any status output? Mar 01 15:42:43 fray: nothing untoward looking Mar 01 15:42:55 during an erase there should be smart output that shows status Mar 01 15:43:12 if it's not showing any status that is a definite problem Mar 01 15:44:21 fray: pasted privmsg Mar 01 15:56:33 fray: oh, when you get back to rpm, i've sent a few patches. if we need to send another rpm series then we can squash those. Mar 01 16:05:49 Has today's YPTM been cancelled? Mar 01 16:06:07 i was about to dial in Mar 01 16:06:26 <-- suffering through the hold music... Mar 01 16:06:33 oh stephen is on leave Mar 01 16:06:55 and i suspect he holds the magic to unlock the call Mar 01 16:07:34 right, it got rescheduled to the 8th Mar 01 16:07:56 YPTM: MEETING RESCHEDULED TO THE 8TH Mar 01 16:08:44 woohoo! :) Mar 01 16:12:20 fray: I added logging to python2.7/site-packages/smart/backends/rpm/pm.py and it shows the transaction working successfully, yet the package isn't removed :/ Mar 01 16:13:13 fray: http://pastebin.com/JyTVik8f Mar 01 16:16:57 rburton, please keep Britain in the eu. If my plan to save America backfires, I need a way out Mar 01 16:17:25 Crofton|work: doing my best Mar 01 16:17:50 * zeddii chuckles Mar 01 16:18:37 Would a British passport let me work in Canada? Mar 01 16:19:14 not yet. but probably easier. Mar 01 16:20:13 RP if you have more time to debug, take the sysroot/usr/lib/python2.7/site-packages/rpm from a Jethro build and retr Mar 01 16:20:30 that will revert the interface to the prior python interface.. Mar 01 16:20:41 f it works then, the problem is local to the python... Mar 01 16:20:56 (if we have to we can resurrect the older interface until we have time to further diagnose and fix it) Mar 01 17:45:03 Hello, can someone help me to enable sound drivers on my yocto image? I'm building core-image-minimal, which recipe should I add to get the sound working ? Mar 01 17:56:46 fray: adding in the files from the jethro tarball didn't help Mar 01 17:57:14 zeechs: puselaudio? some of the alsa recipes? depends what you want/need really Mar 01 17:58:48 ok.. open a bug assing it to me.. Mar 01 17:58:56 when I'm done with this fire I'll try to get on those things next Mar 01 17:59:21 rburton: have you time to do that? Mar 01 17:59:31 * RP is out of time right now but back later Mar 01 18:00:45 RP: also about to leave, first one back tell the other they've done it Mar 01 18:01:17 RP: I just need the sound card to be detected for now. the command "aplay -l" returns "no sound card" Mar 01 18:01:56 fray: security flags makes glib work, turning them off breaks sato here. reverting elfutils doesn't change. Mar 01 18:05:19 I think we should start thinking of hardening and making it default Mar 01 18:05:34 I was thinking of making a proposal for arch ml Mar 01 18:05:47 but did not find enough time to do so yet Mar 01 18:06:12 given the scenario of CVEs I think hardening should be default for OE Mar 01 18:06:29 at a little expense on performance Mar 01 18:06:50 fray, rburton: https://bugzilla.yoctoproject.org/show_bug.cgi?id=9194 Mar 01 18:06:52 Bug 9194: normal, Undecided, ---, mark.hatle, NEW , rpm upgrade leaves package removal broken Mar 01 18:07:02 RP thanks Mar 01 18:53:16 moin **** ENDING LOGGING AT Wed Mar 02 02:59:58 2016