All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gary Thomas <gary@mlbassoc.com>
To: "Burton, Ross" <ross.burton@intel.com>
Cc: Yocto list discussion <yocto@yoctoproject.org>
Subject: Re: gstreamer without X11?
Date: Tue, 14 Jan 2014 07:30:49 -0700	[thread overview]
Message-ID: <52D54A19.2020407@mlbassoc.com> (raw)
In-Reply-To: <CAJTo0LYizuLdJZHwpbJSDxFWTYiHnHXTL4r2ZrxCPOe==fUF4w@mail.gmail.com>

On 2014-01-14 07:24, Burton, Ross wrote:
> On 14 January 2014 14:20, Gary Thomas <gary@mlbassoc.com> 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
------------------------------------------------------------


  reply	other threads:[~2014-01-14 14:30 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-14 13:07 gstreamer without X11? Gary Thomas
2014-01-14 13:12 ` Nicolas Dechesne
2014-01-14 13:18   ` Gary Thomas
2014-01-14 13:32     ` Burton, Ross
2014-01-14 13:34       ` Gary Thomas
2014-01-14 13:38         ` Nicolas Dechesne
2014-01-14 13:47         ` Martin Jansa
2014-01-14 13:55           ` Gary Thomas
2014-01-14 14:01             ` Nicolas Dechesne
2014-01-14 14:20               ` Burton, Ross
2014-01-14 14:20               ` Gary Thomas
2014-01-14 14:24                 ` Burton, Ross
2014-01-14 14:30                   ` Gary Thomas [this message]
2014-01-14 14:37                     ` Burton, Ross
2014-01-14 14:49                       ` Gary Thomas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52D54A19.2020407@mlbassoc.com \
    --to=gary@mlbassoc.com \
    --cc=ross.burton@intel.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.