From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.chez-thomas.org (mail.mlbassoc.com [65.100.170.105]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id DA4C7E0079B for ; Tue, 14 Jan 2014 06:30:57 -0800 (PST) Received: by mail.chez-thomas.org (Postfix, from userid 1998) id F31FFF811E8; Tue, 14 Jan 2014 07:30:56 -0700 (MST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on hermes.chez-thomas.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=4.0 tests=ALL_TRUSTED,BAYES_00 autolearn=unavailable version=3.3.2 Received: from [192.168.1.114] (zeus [192.168.1.114]) by mail.chez-thomas.org (Postfix) with ESMTP id 0FB50F811E7; Tue, 14 Jan 2014 07:30:48 -0700 (MST) Message-ID: <52D54A19.2020407@mlbassoc.com> Date: Tue, 14 Jan 2014 07:30:49 -0700 From: Gary Thomas User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: "Burton, Ross" References: <52D536A0.5060307@mlbassoc.com> <52D53908.30304@mlbassoc.com> <52D53D02.1050207@mlbassoc.com> <20140114134754.GD3717@jama> <52D541E5.3040401@mlbassoc.com> <52D547C9.3070703@mlbassoc.com> In-Reply-To: Cc: Yocto list discussion Subject: Re: gstreamer without X11? X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jan 2014 14:30:58 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 2014-01-14 07:24, Burton, Ross wrote: > On 14 January 2014 14:20, Gary Thomas wrote: >>> pango looks suspicious here. it's not there by default. so something seems >>> to be setting PACKAGECONFIG in your config, and that could be the root cause >>> of your problem... >> >> The error says nothing about pango, is only says that virtual/libx11 >> is missing. > > Suspicious because it's not a default value in oe-core, so it must be > set by another layer. Yes, that's what I found. > >> That said, this was a problem of my own doing :-( I have this in >> gst-plugins-base_0.10.36.bbappend: >> # Enable extra plugins >> PACKAGECONFIG += "pango x11" >> >> Sorry for all the noise. It's still too bad that bitbake didn't really >> help me find this, only spitting out those errors... > > This is exactly what bitbake -e is for - if you don't use grep you'll > see all the assignments that are processed and where they come from. > I thought it would be more lenient in the face of errors, but > obviously not in this case. I wonder if this can be improved. You can duplicate this with off-the-shelf Poky/Yocto. Just disable x11 in local.conf DISTRO_FEATURES_remove = "x11" Then you'll get this error: [gthomas@titan q_test]$ bitbake -e virtual/libx11 Loading cache: 100% |##################################################################################| ETA: 00:00:00 Loaded 1188 entries from dependency cache. ERROR: Nothing PROVIDES 'virtual/libx11' ERROR: libx11-diet PROVIDES virtual/libx11 but was skipped: missing required distro feature ['x11'] (not in DISTRO_FEATURES) ERROR: libx11 PROVIDES virtual/libx11 but was skipped: missing required distro feature ['x11'] (not in DISTRO_FEATURES) ERROR: nativesdk-libx11 PROVIDES virtual/libx11 but was skipped: missing required distro feature ['x11'] (not in DISTRO_FEATURES) Should I file a bitbake bug? -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------