**** BEGIN LOGGING AT Wed Sep 11 02:59:59 2013 Sep 11 08:02:56 morning all Sep 11 08:03:28 I have a trouble with the building of an image Sep 11 08:04:29 I change only my recipe and I have this error: "WARNING: QA Issue: gnome-disk-utility: Files/directories were installed but not shipped" that I never had bebore, there is a reason for that? Sep 11 08:53:38 morning all Sep 11 09:04:05 hi bluelightning Sep 11 09:04:10 hi silvio_ Sep 11 09:15:58 morning all Sep 11 09:19:43 hi eren Sep 11 09:23:40 ARM SoC world is so complicated Sep 11 09:24:02 every device manufacturer seems to not care about compatibility Sep 11 09:25:12 I think they purposedly break it Sep 11 09:25:12 :p Sep 11 09:25:21 -d Sep 11 09:28:36 eren: can you elaborate? Sep 11 09:30:12 hrw: I have a board Mini210s from FriendlyARM, they ship their own kernel (2.6) and they have special patches for its drivers Sep 11 09:30:37 I don't have any idea how to boot this thing, or what i should patch to get its leds, gpio and other things working Sep 11 09:30:41 eren: and you did not bothered checking how mainline works on it? Sep 11 09:31:03 eren: compatibility != being easy Sep 11 09:31:16 hrw: oh well, yes Sep 11 09:32:02 eren: vendors do not care about many things. and it is not arm only experience Sep 11 09:32:39 hrw: right, most of the problem is about vendors Sep 11 09:32:59 the board even has typo, I cannot believe it Sep 11 09:33:19 "Designed by FriendkyARM in Guangzhou" Sep 11 09:35:20 this leaves us a few choices, either buy boards from vendors that care about their product (gumstix, raspberry pi, etc), or get our heads blowing to fix the problems in it Sep 11 09:35:33 * eren brb Sep 11 09:36:41 eren: grab armv7a board at least Sep 11 10:02:20 hi all, I need to enable openssl support in php repice. It says in the manual that "--with-openssl[=DIR]" should be typed. But I couldn't figure out what I should put in place of DIR? Sep 11 10:02:27 is it the DIR of openssl? Sep 11 10:07:59 dol: I imagine you'd want --with-openssl=${STAGING_DIR_HOST} Sep 11 10:08:21 dol: is this modphp or standalone php? Sep 11 10:08:32 standalone Sep 11 10:09:13 ok I will try what you suggested Sep 11 10:09:15 thanks Sep 11 13:56:33 I'm trying to create a package that RDEPENDS on libqt5svg-plugins, but then I just get "no buildable providers" error.. bitbake qtsvg build an rpm called libqt5svg-plugins-version-arch.rpm though, and that rpm provides "libqt5svg-plugins = 5.1.0-r0" if checked with rpm Sep 11 14:01:49 hmm, seems like RDEPENDS_{PN} += "qtsvg-plugins" work.. So I guess the RPROVIDES of the qtsvg recipe doesn't pick up on the "rename" to "libqt5svg" due to only only containing shared libs.. Sep 11 14:02:44 JaMa: does my observation above make sense to you? Have you seen this before with qt5 recipes? Sep 11 14:14:54 erbo: yes it's common, use the same name as in PACKAGES variable when you're adding stuff to RDEPENDS Sep 11 14:48:56 I successfully built an OE image, but just updated (via `git pull`), and now get this error when building: Sep 11 14:49:11 ERROR: Please ensure that your setting of VIRTUAL-RUNTIME_init_manager (sysvinit) matches the entries enabled in DISTRO_FEATURES Sep 11 14:49:28 Any idea what would cause this and how to fix it ? Sep 11 14:50:30 (I really want to avoid having to redownload and rebuild everything, so haven't deleted any caches.) Sep 11 14:51:00 stefan_: huh, i assumed that was a bad configuration locally Sep 11 14:51:21 i'm sure it worked yesterday for bisecting Sep 11 14:52:12 rburton: THe same configuration worked fine before the update. The only notable change was DISTRO_FEATURES_append = "ptest" Sep 11 14:53:33 Is there a way to set up my directory layout that allows multiple bitbake builds (or even configurations) to share the same source packages, so I can avoid having to download them for all builds separately ? Sep 11 14:54:26 stefan_: you need to append " ptest" not "ptest" Sep 11 14:55:13 stefan_: _append does not add a space, so you've effectively turned the last item in DISTRO_FEATURES into something invalid, presumably something like systemdptest Sep 11 14:55:15 bluelightning: how, that space makes things work, go figure. :-) Sep 11 14:55:28 stefan_: well, it's a space-separated list :) Sep 11 14:55:39 bluelightning: thanks ! (That's quite an obscure error message for such a silly mistake though :-) Sep 11 14:55:50 * bluelightning wonders if we ought to validate DISTRO_FEATURES like we do with IMAGE_FEATURES Sep 11 14:55:51 yeah, I see. Sep 11 14:56:16 OK, now I'm back at a different (new error): Sep 11 14:56:32 ERROR: Nothing PROVIDES 'virtual/libgl' (but /usr/local/OpenEmbedded/oe-core/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.0.1.bb DEPENDS on or otherwise requires it) Sep 11 14:56:33 ERROR: mesa PROVIDES virtual/libgl but was skipped: missing required distro feature ['opengl'] (not in DISTRO_FEATURES) Sep 11 14:56:35 ERROR: mesa PROVIDES virtual/libgl but was skipped: missing required distro feature ['opengl'] (not in DISTRO_FEATURES) Sep 11 14:56:51 Any ideas what that is about ? Sep 11 15:11:18 I'm using DISTRO_FEATURES_append = " opengl ptest", which seems to work. But that's only a workaround, as the opengl inclusion should be done elsewhere, if it's a prerequisite. Sep 11 15:11:52 rburton: ^ Sep 11 16:45:38 bluelightning_, rburton: I'v got substantially further, but am getting a compilation error in the xserver-xorg package now. (I'm targeting simply qemux86-64 for now) Sep 11 16:47:02 (the actual error is a linker error: "undefined reference to `noXFree86DRIExtension'" and "undefined reference to `noGlxExtension'", so this *sounds* like it could be related to the opengl issue I reported earlier) Sep 11 20:06:14 hi. anyone seen bitbake just hang on a pipe very early on? Sep 12 01:24:11 How do you add packages that are already there. I want to add python-pygtk (and possibly a bunch of other "not included" packages) to my sato build as it is not there by default. I cannot see how to add it by default. When I use hob I can see it there as not included and I can then check the box but how do I use local.conf or something similar so bitbake can find it? **** ENDING LOGGING AT Thu Sep 12 02:59:59 2013