All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: OE-core <openembedded-core@lists.openembedded.org>
Subject: Re: [oe] [PATCH 0/3] mesa upgrade
Date: Wed, 4 Jun 2014 14:52:05 +0200	[thread overview]
Message-ID: <20140604125205.GS2426@jama> (raw)
In-Reply-To: <CAJTo0LaNVqizccFhw8E_Bp8WXX07ZB9Mu+_DoQ0tmjcLf8f=Fg@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2824 bytes --]

On Tue, May 13, 2014 at 04:28:42PM +0100, Burton, Ross wrote:
> Hi all,

Sorry for hi-jacking the thread, but since today even the older 9.2.5 is
failing to find native python-libxml2

config.log:
configure:8059: checking for python2
configure:8075: found
/OE/build/oe-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/python-native/python2
configure:8086: result: python2
configure:8103: checking python2 module: libxml2
configure:8112: result: no
configure:8118: error: failed to find required module libxml2

Any idea why it started to fail now?

> As this is a major release of Mesa I'm expecting breakage somewhere...
>  Can BSP maintainers please test these patches if their machines build
> Mesa?  I'm expecting machines that use mesa-gl to break if they don't
> just use the pure software drivers (so that's at least EMGD and if I
> recall correctly some ARM drivers).
> 
> Ross
> 
> On 13 May 2014 15:59, Valentin Popa <valentin.popa@intel.com> wrote:
> > mesa upgrade to 10.1.3
> >
> > The following changes since commit 40551859671a1c9da26cfdcda34da952c66ac8c2:
> >
> >   qemu/local.conf.sample: Add sdl PACKAGECONFIG (2014-05-13 08:02:04 +0100)
> >
> > are available in the git repository at:
> >
> >   git://git.yoctoproject.org/poky-contrib vpopa/mesa
> >   http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=vpopa/mesa
> >
> > Valentin Popa (3):
> >   dri3proto: add it to oe-core
> >   libxshmfence: add it to oe-core
> >   mesa: upgrade to 10.1.3
> >
> >  .../mesa/{mesa-gl_9.2.5.bb => mesa-gl_10.1.3.bb}   |  0
> >  meta/recipes-graphics/mesa/mesa.inc                | 35 +++++++++++++---------
> >  .../mesa/{mesa_9.2.5.bb => mesa_10.1.3.bb}         |  4 +--
> >  meta/recipes-graphics/mesa/mesa_git.bb             |  4 +--
> >  meta/recipes-graphics/xorg-lib/libxshmfence_1.1.bb | 17 +++++++++++
> >  meta/recipes-graphics/xorg-proto/dri3proto_1.0.bb  | 14 +++++++++
> >  6 files changed, 56 insertions(+), 18 deletions(-)
> >  rename meta/recipes-graphics/mesa/{mesa-gl_9.2.5.bb => mesa-gl_10.1.3.bb} (100%)
> >  rename meta/recipes-graphics/mesa/{mesa_9.2.5.bb => mesa_10.1.3.bb} (82%)
> >  create mode 100644 meta/recipes-graphics/xorg-lib/libxshmfence_1.1.bb
> >  create mode 100644 meta/recipes-graphics/xorg-proto/dri3proto_1.0.bb
> >
> > --
> > 1.9.1
> >
> > --
> > _______________________________________________
> > Openembedded-core mailing list
> > Openembedded-core@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-core
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: OE-core <openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] [PATCH 0/3] mesa upgrade
Date: Wed, 4 Jun 2014 14:52:05 +0200	[thread overview]
Message-ID: <20140604125205.GS2426@jama> (raw)
In-Reply-To: <CAJTo0LaNVqizccFhw8E_Bp8WXX07ZB9Mu+_DoQ0tmjcLf8f=Fg@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2824 bytes --]

On Tue, May 13, 2014 at 04:28:42PM +0100, Burton, Ross wrote:
> Hi all,

Sorry for hi-jacking the thread, but since today even the older 9.2.5 is
failing to find native python-libxml2

config.log:
configure:8059: checking for python2
configure:8075: found
/OE/build/oe-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/python-native/python2
configure:8086: result: python2
configure:8103: checking python2 module: libxml2
configure:8112: result: no
configure:8118: error: failed to find required module libxml2

Any idea why it started to fail now?

> As this is a major release of Mesa I'm expecting breakage somewhere...
>  Can BSP maintainers please test these patches if their machines build
> Mesa?  I'm expecting machines that use mesa-gl to break if they don't
> just use the pure software drivers (so that's at least EMGD and if I
> recall correctly some ARM drivers).
> 
> Ross
> 
> On 13 May 2014 15:59, Valentin Popa <valentin.popa@intel.com> wrote:
> > mesa upgrade to 10.1.3
> >
> > The following changes since commit 40551859671a1c9da26cfdcda34da952c66ac8c2:
> >
> >   qemu/local.conf.sample: Add sdl PACKAGECONFIG (2014-05-13 08:02:04 +0100)
> >
> > are available in the git repository at:
> >
> >   git://git.yoctoproject.org/poky-contrib vpopa/mesa
> >   http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=vpopa/mesa
> >
> > Valentin Popa (3):
> >   dri3proto: add it to oe-core
> >   libxshmfence: add it to oe-core
> >   mesa: upgrade to 10.1.3
> >
> >  .../mesa/{mesa-gl_9.2.5.bb => mesa-gl_10.1.3.bb}   |  0
> >  meta/recipes-graphics/mesa/mesa.inc                | 35 +++++++++++++---------
> >  .../mesa/{mesa_9.2.5.bb => mesa_10.1.3.bb}         |  4 +--
> >  meta/recipes-graphics/mesa/mesa_git.bb             |  4 +--
> >  meta/recipes-graphics/xorg-lib/libxshmfence_1.1.bb | 17 +++++++++++
> >  meta/recipes-graphics/xorg-proto/dri3proto_1.0.bb  | 14 +++++++++
> >  6 files changed, 56 insertions(+), 18 deletions(-)
> >  rename meta/recipes-graphics/mesa/{mesa-gl_9.2.5.bb => mesa-gl_10.1.3.bb} (100%)
> >  rename meta/recipes-graphics/mesa/{mesa_9.2.5.bb => mesa_10.1.3.bb} (82%)
> >  create mode 100644 meta/recipes-graphics/xorg-lib/libxshmfence_1.1.bb
> >  create mode 100644 meta/recipes-graphics/xorg-proto/dri3proto_1.0.bb
> >
> > --
> > 1.9.1
> >
> > --
> > _______________________________________________
> > Openembedded-core mailing list
> > Openembedded-core@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-core
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

  parent reply	other threads:[~2014-06-04 12:51 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-13 14:59 [PATCH 0/3] mesa upgrade Valentin Popa
2014-05-13 14:59 ` [PATCH 1/3] dri3proto: add it to oe-core Valentin Popa
2014-05-13 14:59 ` [PATCH 2/3] libxshmfence: " Valentin Popa
2014-05-13 14:59 ` [PATCH 3/3] mesa: upgrade to 10.1.3 Valentin Popa
2014-05-16 17:19   ` Saul Wold
2014-05-19 15:06     ` Valentin Popa
2014-05-19 15:02   ` Saul Wold
2014-05-13 15:28 ` [PATCH 0/3] mesa upgrade Burton, Ross
2014-05-13 15:28   ` [OE-core] " Burton, Ross
2014-05-14 20:34   ` [oe] " Otavio Salvador
2014-05-14 20:34     ` [OE-core] " Otavio Salvador
2014-06-04 12:52   ` Martin Jansa [this message]
2014-06-04 12:52     ` Martin Jansa
2014-06-04 14:24     ` [oe] " Burton, Ross
2014-06-04 14:24       ` [OE-core] " Burton, Ross
2014-06-04 17:12       ` [oe] " Martin Jansa
2014-06-04 17:12         ` [OE-core] " Martin Jansa
2014-06-06 16:15     ` [oe] " Burton, Ross
2014-06-06 16:15       ` [OE-core] " Burton, Ross

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=20140604125205.GS2426@jama \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=openembedded-devel@lists.openembedded.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.