Openembedded Core Discussions
 help / color / mirror / Atom feed
* Re: [oe-commits] Valentin Popa : xz: updated to version 5.1.1alpha
       [not found] <20120530110550.04FA710217@opal>
@ 2012-05-30 12:04 ` Martin Jansa
  2012-05-30 12:20   ` debian.bbclass got broken today Was: " Martin Jansa
                     ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Martin Jansa @ 2012-05-30 12:04 UTC (permalink / raw)
  To: openembedded-core; +Cc: openembedded-commits

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

On Wed, May 30, 2012 at 11:05:49AM +0000, git@git.openembedded.org wrote:
> Module: openembedded-core.git
> Branch: master
> Commit: da98266f3a228cf65f279db9810a5326c8bd5422
> URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=da98266f3a228cf65f279db9810a5326c8bd5422
> 
> Author: Valentin Popa <valentin.popa@intel.com>
> Date:   Wed May 23 14:08:58 2012 +0300
> 
> xz: updated to version 5.1.1alpha

this upgrade is causing liblzma package name change
-liblzma5_5.0.3-r1_armv4te.ipk
+liblzma_5.1.1alpha-r0_armv4t.ipk

so all packages which rdepends on liblzma should get PR bump, e.g.:
 *libsystemd-journal0
 *libpoppler18
 *libsdl-image-1.2-0
 *libpoppler-glib8
 *systemd
 *ethumb
 *libtiff5
 *epdf

Cheers,

> 
> The licenses are the same, only some white spaces added/removed.
> 
> Signed-off-by: Valentin Popa <valentin.popa@intel.com>
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> 
> ---
> 
>  .../xz/{xz_5.0.3.bb => xz_5.1.1alpha.bb}           |   10 +++++-----
>  1 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/meta/recipes-extended/xz/xz_5.0.3.bb b/meta/recipes-extended/xz/xz_5.1.1alpha.bb
> similarity index 72%
> rename from meta/recipes-extended/xz/xz_5.0.3.bb
> rename to meta/recipes-extended/xz/xz_5.1.1alpha.bb
> index e8f96b6..7fa7177 100644
> --- a/meta/recipes-extended/xz/xz_5.0.3.bb
> +++ b/meta/recipes-extended/xz/xz_5.1.1alpha.bb
> @@ -4,17 +4,17 @@ SECTION = "base"
>  
>  LICENSE = "GPLv2+ & GPLv3+ & LGPLv2.1+"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=c475b6c7dca236740ace4bba553e8e1c \
> -                    file://COPYING.GPLv2;md5=751419260aa954499f7abaabaa882bbe \
> +                    file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
>                      file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \
> -                    file://COPYING.LGPLv2.1;md5=fbc093901857fcd118f065f900982c24 \
> +                    file://COPYING.LGPLv2.1;md5=4fbd65380cdd255951079008b364516c \
>                      file://lib/getopt.c;endline=23;md5=2069b0ee710572c03bb3114e4532cd84 "
>  
>  SRC_URI = "http://tukaani.org/xz/xz-${PV}.tar.gz"
>  
> -SRC_URI[md5sum] = "fefe52f9ecd521de2a8ce38c21a27574"
> -SRC_URI[sha256sum] = "10eb4df72dffb2fb14c3d2d82b450e72282ffcb9ee3908a8e5b392b8f09681bf"
> +SRC_URI[md5sum] = "bb24436fa12780808e1c142980484104"
> +SRC_URI[sha256sum] = "54e59a83690a4a0ec88a7d7c3bdef90c6b196c892a93463863c71c24fe87951a"
>  
> -PR = "r1"
> +PR = "r0"
>  
>  inherit autotools gettext
>  
> 
> 
> _______________________________________________
> Openembedded-commits mailing list
> Openembedded-commits@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-commits

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

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* debian.bbclass got broken today Was: [oe-commits] Valentin Popa : xz: updated to version 5.1.1alpha
  2012-05-30 12:04 ` [oe-commits] Valentin Popa : xz: updated to version 5.1.1alpha Martin Jansa
@ 2012-05-30 12:20   ` Martin Jansa
  2012-05-30 12:53     ` Martin Jansa
  2012-05-30 12:21   ` Phil Blundell
  2012-05-30 12:21   ` Koen Kooi
  2 siblings, 1 reply; 9+ messages in thread
From: Martin Jansa @ 2012-05-30 12:20 UTC (permalink / raw)
  To: openembedded-core; +Cc: openembedded-commits

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

On Wed, May 30, 2012 at 02:04:43PM +0200, Martin Jansa wrote:
> On Wed, May 30, 2012 at 11:05:49AM +0000, git@git.openembedded.org wrote:
> > Module: openembedded-core.git
> > Branch: master
> > Commit: da98266f3a228cf65f279db9810a5326c8bd5422
> > URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=da98266f3a228cf65f279db9810a5326c8bd5422
> > 
> > Author: Valentin Popa <valentin.popa@intel.com>
> > Date:   Wed May 23 14:08:58 2012 +0300
> > 
> > xz: updated to version 5.1.1alpha
> 
> this upgrade is causing liblzma package name change
> -liblzma5_5.0.3-r1_armv4te.ipk
> +liblzma_5.1.1alpha-r0_armv4t.ipk
> 
> so all packages which rdepends on liblzma should get PR bump, e.g.:
>  *libsystemd-journal0
>  *libpoppler18
>  *libsdl-image-1.2-0
>  *libpoppler-glib8
>  *systemd
>  *ethumb
>  *libtiff5
>  *epdf
> 
> Cheers,

Looks like whole debian.bbclass got broken by todays merge in oe-core..

-libuuid1_2.21.1-r0_armv4t.ipk
+util-linux-libuuid_2.21.1-r1_armv4t.ipk

And this package wasn't changed between r0 and r1 except u-a changes..

And there is more.. (looks like everything what was upgraded today) e.g.:

| Collected errors:
|  * satisfy_dependencies_for: Cannot satisfy the following dependencies for task-core-boot:
|  *    liblzma5 (>= 5.0.3) *   libkmod2 (>= 7) *       libblkid1 (>= 2.21) *   libkmod2 (>= 7) *       libblkid1 (>= 2.21) *   liblzma5 (>= 5.0.3) *   libkmod2 (>= 8) *       libblkid1 (>= 2.21.1) *         libblkid1 (>= 2.21.1) *     l
ibuuid1 (>= 2.21.1) *
|  * opkg_install_cmd: Cannot install package task-core-boot.
|  * satisfy_dependencies_for: Cannot satisfy the following dependencies for task-shr-gtk:
|  *    libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libuu
id1 (>= 2.21) *         libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *
|  * opkg_install_cmd: Cannot install package task-shr-gtk.
|  * satisfy_dependencies_for: Cannot satisfy the following dependencies for task-shr-minimal-fso:
|  *    libfontconfig1 (>= 2.8.0) *
|  * opkg_install_cmd: Cannot install package task-shr-minimal-fso.
|  * satisfy_dependencies_for: Cannot satisfy the following dependencies for task-shr-minimal-gtk:
|  *    libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libfo
ntconfig1 (>= 2.8.0) *  libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.
8.0) *  libfontconfig1 (>= 2.8.0) *     liblzma5 (>= 5.0.3) *   liblzma5 (>= 5.0.3) *   libfontconfig1 (>= 2.8.0) *     liblzma5 (>= 5.0.3) *   libfontconfig1 (>= 2.8.0) *     liblzma5 (>= 5.0.3ERROR: Function failed: do_rootfs (see /OE/
shr-core/tmp-eglibc/work/nokia900-oe-linux-gnueabi/shr-image/shr-image-2.0-r20/temp/log.do_rootfs.16970 for further information)
| ) *   libblkid1 (>= 2.21) *   libuuid1 (>= 2.21) *    libblkid1 (>= 2.21) *   libuuid1 (>= 2.21) *    libfontconfig1 (>= 2.8.0) *     libblkid1 (>= 2.21) *   libuuid1 (>= 2.21) *    libfontconfig1 (>= 2.8.0) *     libblkid1 (>= 2.21) *
        libuuid1 (>= 2.21) *    libfontconfig1 (>= 2.8.0) *     libblkid1 (>= 2.21) *   libuuid1 (>= 2.21) *    libfontconfig1 (>= 2.8.0) *
|  * opkg_install_cmd: Cannot install package task-shr-minimal-gtk.
|  * satisfy_dependencies_for: Cannot satisfy the following dependencies for task-shr-minimal-apps:
|  *    libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libblkid1 (>= 2.21) *   libuuid1 (>= 2.21) *    libfontconfig1 (>= 2.8.0) *     libblkid1 (>= 2.21.1) *         libuuid1 (>= 2.21.1) *       libfontconfig1 (>= 2.8.0) *
|  * opkg_install_cmd: Cannot install package task-shr-minimal-apps.
|  * satisfy_dependencies_for: Cannot satisfy the following dependencies for task-shr-cli:
|  *    libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libuuid1 (>= 2.21) *    libuuid1 (>= 2.21) *    libuuid1 (>= 2.21) *    libuuid1 (>= 2.21.1) *  libuuid1 (>= 2.21) *    libuuid1 (>= 2.21.1) *  libfontconfig1 (>= 2.8.0) *  libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libuuid1 (>= 2.21) *    libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     liblzma5 (>= 5.0.3) *
|  * opkg_install_cmd: Cannot install package task-shr-cli.
|  * satisfy_dependencies_for: Cannot satisfy the following dependencies for task-shr-minimal-x:
|  *    libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libblkid1 (>= 2.21) *   libuuid1 (>= 2.21) *    libfontconfig1 (>= 2.8.0) *     libpciaccess0 (>= 0.12.902) *   libblkid1 (>= 2.21) *        libuuid1 (>= 2.21) *    libfontconfig1 (>= 2.8.0) *     libblkid1 (>= 2.21) *   libuuid1 (>= 2.21) *    libfontconfig1 (>= 2.8.0) *
|  * opkg_install_cmd: Cannot install package task-shr-minimal-x.
|  * satisfy_dependencies_for: Cannot satisfy the following dependencies for task-shr-games:
|  *    liblzma5 (>= 5.0.3) *
|  * opkg_install_cmd: Cannot install package task-shr-games.
NOTE: package shr-image-2.0-r20: task do_rootfs: Failed

Cheers,

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

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [oe-commits] Valentin Popa : xz: updated to version 5.1.1alpha
  2012-05-30 12:04 ` [oe-commits] Valentin Popa : xz: updated to version 5.1.1alpha Martin Jansa
  2012-05-30 12:20   ` debian.bbclass got broken today Was: " Martin Jansa
@ 2012-05-30 12:21   ` Phil Blundell
  2012-05-30 12:21   ` Koen Kooi
  2 siblings, 0 replies; 9+ messages in thread
From: Phil Blundell @ 2012-05-30 12:21 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Wed, 2012-05-30 at 14:04 +0200, Martin Jansa wrote:
> On Wed, May 30, 2012 at 11:05:49AM +0000, git@git.openembedded.org wrote:
> > Module: openembedded-core.git
> > Branch: master
> > Commit: da98266f3a228cf65f279db9810a5326c8bd5422
> > URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=da98266f3a228cf65f279db9810a5326c8bd5422
> > 
> > Author: Valentin Popa <valentin.popa@intel.com>
> > Date:   Wed May 23 14:08:58 2012 +0300
> > 
> > xz: updated to version 5.1.1alpha
> 
> this upgrade is causing liblzma package name change
> -liblzma5_5.0.3-r1_armv4te.ipk
> +liblzma_5.1.1alpha-r0_armv4t.ipk
> 
> so all packages which rdepends on liblzma should get PR bump, e.g.:
>  *libsystemd-journal0
>  *libpoppler18
>  *libsdl-image-1.2-0
>  *libpoppler-glib8
>  *systemd
>  *ethumb
>  *libtiff5
>  *epdf

Or, better, someone should identify why the package has stopped getting
renamed and correct that.  Most likely some binary has leaked in to the
package which ought to contain only libraries.

p.





^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [oe-commits] Valentin Popa : xz: updated to version 5.1.1alpha
  2012-05-30 12:04 ` [oe-commits] Valentin Popa : xz: updated to version 5.1.1alpha Martin Jansa
  2012-05-30 12:20   ` debian.bbclass got broken today Was: " Martin Jansa
  2012-05-30 12:21   ` Phil Blundell
@ 2012-05-30 12:21   ` Koen Kooi
  2012-05-30 12:32     ` Martin Jansa
  2 siblings, 1 reply; 9+ messages in thread
From: Koen Kooi @ 2012-05-30 12:21 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer


Op 30 mei 2012, om 14:04 heeft Martin Jansa het volgende geschreven:

> On Wed, May 30, 2012 at 11:05:49AM +0000, git@git.openembedded.org wrote:
>> Module: openembedded-core.git
>> Branch: master
>> Commit: da98266f3a228cf65f279db9810a5326c8bd5422
>> URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=da98266f3a228cf65f279db9810a5326c8bd5422
>> 
>> Author: Valentin Popa <valentin.popa@intel.com>
>> Date:   Wed May 23 14:08:58 2012 +0300
>> 
>> xz: updated to version 5.1.1alpha
> 
> this upgrade is causing liblzma package name change
> -liblzma5_5.0.3-r1_armv4te.ipk
> +liblzma_5.1.1alpha-r0_armv4t.ipk
> 
> so all packages which rdepends on liblzma should get PR bump, e.g.:
> *libsystemd-journal0
> *libpoppler18
> *libsdl-image-1.2-0
> *libpoppler-glib8
> *systemd
> *ethumb
> *libtiff5
> *epdf

I'd advocate fixing the FILES_* variables to put only the liblzma.so.x in the liblzma subpackage and bump PR if it's still needed.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [oe-commits] Valentin Popa : xz: updated to version 5.1.1alpha
  2012-05-30 12:21   ` Koen Kooi
@ 2012-05-30 12:32     ` Martin Jansa
  0 siblings, 0 replies; 9+ messages in thread
From: Martin Jansa @ 2012-05-30 12:32 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

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

On Wed, May 30, 2012 at 02:21:38PM +0200, Koen Kooi wrote:
> 
> Op 30 mei 2012, om 14:04 heeft Martin Jansa het volgende geschreven:
> 
> > On Wed, May 30, 2012 at 11:05:49AM +0000, git@git.openembedded.org wrote:
> >> Module: openembedded-core.git
> >> Branch: master
> >> Commit: da98266f3a228cf65f279db9810a5326c8bd5422
> >> URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=da98266f3a228cf65f279db9810a5326c8bd5422
> >> 
> >> Author: Valentin Popa <valentin.popa@intel.com>
> >> Date:   Wed May 23 14:08:58 2012 +0300
> >> 
> >> xz: updated to version 5.1.1alpha
> > 
> > this upgrade is causing liblzma package name change
> > -liblzma5_5.0.3-r1_armv4te.ipk
> > +liblzma_5.1.1alpha-r0_armv4t.ipk
> > 
> > so all packages which rdepends on liblzma should get PR bump, e.g.:
> > *libsystemd-journal0
> > *libpoppler18
> > *libsdl-image-1.2-0
> > *libpoppler-glib8
> > *systemd
> > *ethumb
> > *libtiff5
> > *epdf
> 
> I'd advocate fixing the FILES_* variables to put only the liblzma.so.x in the liblzma subpackage and bump PR if it's still needed.

That was first what I've checked and there is still just .so + link

OE @ ~/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xz/xz-5.1.1alpha-r0 $ find packages-split/liblzma
packages-split/liblzma
packages-split/liblzma/usr
packages-split/liblzma/usr/lib
packages-split/liblzma/usr/lib/liblzma.so.5
packages-split/liblzma/usr/lib/liblzma.so.5.0.99

But later I've found that whole debian.bbclass is broken.. see my other reply in this thread..

Cheers,

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

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: debian.bbclass got broken today Was: [oe-commits] Valentin Popa : xz: updated to version 5.1.1alpha
  2012-05-30 12:20   ` debian.bbclass got broken today Was: " Martin Jansa
@ 2012-05-30 12:53     ` Martin Jansa
  2012-05-30 13:10       ` Richard Purdie
  0 siblings, 1 reply; 9+ messages in thread
From: Martin Jansa @ 2012-05-30 12:53 UTC (permalink / raw)
  To: openembedded-core; +Cc: openembedded-commits

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

On Wed, May 30, 2012 at 02:20:07PM +0200, Martin Jansa wrote:
> On Wed, May 30, 2012 at 02:04:43PM +0200, Martin Jansa wrote:
> > On Wed, May 30, 2012 at 11:05:49AM +0000, git@git.openembedded.org wrote:
> > > Module: openembedded-core.git
> > > Branch: master
> > > Commit: da98266f3a228cf65f279db9810a5326c8bd5422
> > > URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=da98266f3a228cf65f279db9810a5326c8bd5422
> > > 
> > > Author: Valentin Popa <valentin.popa@intel.com>
> > > Date:   Wed May 23 14:08:58 2012 +0300
> > > 
> > > xz: updated to version 5.1.1alpha
> > 
> > this upgrade is causing liblzma package name change
> > -liblzma5_5.0.3-r1_armv4te.ipk
> > +liblzma_5.1.1alpha-r0_armv4t.ipk
> > 
> > so all packages which rdepends on liblzma should get PR bump, e.g.:
> >  *libsystemd-journal0
> >  *libpoppler18
> >  *libsdl-image-1.2-0
> >  *libpoppler-glib8
> >  *systemd
> >  *ethumb
> >  *libtiff5
> >  *epdf
> > 
> > Cheers,
> 
> Looks like whole debian.bbclass got broken by todays merge in oe-core..

looking at buildhistory
http://git.shr-project.org/git/?p=buildhistory.git;a=commitdiff;h=320a9a8a80f0d412cea31a534a8022bacf6545e6#patch330

it looks like run.package_do_shlibs also doesn't work (all RDEPENDS
detected from shlibs are gone), can someone confirm this behavior on 
his system?

Cheers,

> 
> -libuuid1_2.21.1-r0_armv4t.ipk
> +util-linux-libuuid_2.21.1-r1_armv4t.ipk
> 
> And this package wasn't changed between r0 and r1 except u-a changes..
> 
> And there is more.. (looks like everything what was upgraded today) e.g.:
> 
> | Collected errors:
> |  * satisfy_dependencies_for: Cannot satisfy the following dependencies for task-core-boot:
> |  *    liblzma5 (>= 5.0.3) *   libkmod2 (>= 7) *       libblkid1 (>= 2.21) *   libkmod2 (>= 7) *       libblkid1 (>= 2.21) *   liblzma5 (>= 5.0.3) *   libkmod2 (>= 8) *       libblkid1 (>= 2.21.1) *         libblkid1 (>= 2.21.1) *     l
> ibuuid1 (>= 2.21.1) *
> |  * opkg_install_cmd: Cannot install package task-core-boot.
> |  * satisfy_dependencies_for: Cannot satisfy the following dependencies for task-shr-gtk:
> |  *    libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libuu
> id1 (>= 2.21) *         libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *
> |  * opkg_install_cmd: Cannot install package task-shr-gtk.
> |  * satisfy_dependencies_for: Cannot satisfy the following dependencies for task-shr-minimal-fso:
> |  *    libfontconfig1 (>= 2.8.0) *
> |  * opkg_install_cmd: Cannot install package task-shr-minimal-fso.
> |  * satisfy_dependencies_for: Cannot satisfy the following dependencies for task-shr-minimal-gtk:
> |  *    libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libfo
> ntconfig1 (>= 2.8.0) *  libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.
> 8.0) *  libfontconfig1 (>= 2.8.0) *     liblzma5 (>= 5.0.3) *   liblzma5 (>= 5.0.3) *   libfontconfig1 (>= 2.8.0) *     liblzma5 (>= 5.0.3) *   libfontconfig1 (>= 2.8.0) *     liblzma5 (>= 5.0.3ERROR: Function failed: do_rootfs (see /OE/
> shr-core/tmp-eglibc/work/nokia900-oe-linux-gnueabi/shr-image/shr-image-2.0-r20/temp/log.do_rootfs.16970 for further information)
> | ) *   libblkid1 (>= 2.21) *   libuuid1 (>= 2.21) *    libblkid1 (>= 2.21) *   libuuid1 (>= 2.21) *    libfontconfig1 (>= 2.8.0) *     libblkid1 (>= 2.21) *   libuuid1 (>= 2.21) *    libfontconfig1 (>= 2.8.0) *     libblkid1 (>= 2.21) *
>         libuuid1 (>= 2.21) *    libfontconfig1 (>= 2.8.0) *     libblkid1 (>= 2.21) *   libuuid1 (>= 2.21) *    libfontconfig1 (>= 2.8.0) *
> |  * opkg_install_cmd: Cannot install package task-shr-minimal-gtk.
> |  * satisfy_dependencies_for: Cannot satisfy the following dependencies for task-shr-minimal-apps:
> |  *    libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libblkid1 (>= 2.21) *   libuuid1 (>= 2.21) *    libfontconfig1 (>= 2.8.0) *     libblkid1 (>= 2.21.1) *         libuuid1 (>= 2.21.1) *       libfontconfig1 (>= 2.8.0) *
> |  * opkg_install_cmd: Cannot install package task-shr-minimal-apps.
> |  * satisfy_dependencies_for: Cannot satisfy the following dependencies for task-shr-cli:
> |  *    libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libuuid1 (>= 2.21) *    libuuid1 (>= 2.21) *    libuuid1 (>= 2.21) *    libuuid1 (>= 2.21.1) *  libuuid1 (>= 2.21) *    libuuid1 (>= 2.21.1) *  libfontconfig1 (>= 2.8.0) *  libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libuuid1 (>= 2.21) *    libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     liblzma5 (>= 5.0.3) *
> |  * opkg_install_cmd: Cannot install package task-shr-cli.
> |  * satisfy_dependencies_for: Cannot satisfy the following dependencies for task-shr-minimal-x:
> |  *    libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libfontconfig1 (>= 2.8.0) *     libblkid1 (>= 2.21) *   libuuid1 (>= 2.21) *    libfontconfig1 (>= 2.8.0) *     libpciaccess0 (>= 0.12.902) *   libblkid1 (>= 2.21) *        libuuid1 (>= 2.21) *    libfontconfig1 (>= 2.8.0) *     libblkid1 (>= 2.21) *   libuuid1 (>= 2.21) *    libfontconfig1 (>= 2.8.0) *
> |  * opkg_install_cmd: Cannot install package task-shr-minimal-x.
> |  * satisfy_dependencies_for: Cannot satisfy the following dependencies for task-shr-games:
> |  *    liblzma5 (>= 5.0.3) *
> |  * opkg_install_cmd: Cannot install package task-shr-games.
> NOTE: package shr-image-2.0-r20: task do_rootfs: Failed
> 
> Cheers,
> 
> -- 
> Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com



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

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: debian.bbclass got broken today Was: [oe-commits] Valentin Popa : xz: updated to version 5.1.1alpha
  2012-05-30 12:53     ` Martin Jansa
@ 2012-05-30 13:10       ` Richard Purdie
  2012-05-30 13:18         ` Martin Jansa
  0 siblings, 1 reply; 9+ messages in thread
From: Richard Purdie @ 2012-05-30 13:10 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: openembedded-commits

On Wed, 2012-05-30 at 14:53 +0200, Martin Jansa wrote:
> On Wed, May 30, 2012 at 02:20:07PM +0200, Martin Jansa wrote:
> > On Wed, May 30, 2012 at 02:04:43PM +0200, Martin Jansa wrote:
> > > On Wed, May 30, 2012 at 11:05:49AM +0000, git@git.openembedded.org wrote:
> > > > Module: openembedded-core.git
> > > > Branch: master
> > > > Commit: da98266f3a228cf65f279db9810a5326c8bd5422
> > > > URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=da98266f3a228cf65f279db9810a5326c8bd5422
> > > > 
> > > > Author: Valentin Popa <valentin.popa@intel.com>
> > > > Date:   Wed May 23 14:08:58 2012 +0300
> > > > 
> > > > xz: updated to version 5.1.1alpha
> > > 
> > > this upgrade is causing liblzma package name change
> > > -liblzma5_5.0.3-r1_armv4te.ipk
> > > +liblzma_5.1.1alpha-r0_armv4t.ipk
> > > 
> > > so all packages which rdepends on liblzma should get PR bump, e.g.:
> > >  *libsystemd-journal0
> > >  *libpoppler18
> > >  *libsdl-image-1.2-0
> > >  *libpoppler-glib8
> > >  *systemd
> > >  *ethumb
> > >  *libtiff5
> > >  *epdf
> > > 
> > > Cheers,
> > 
> > Looks like whole debian.bbclass got broken by todays merge in oe-core..
> 
> looking at buildhistory
> http://git.shr-project.org/git/?p=buildhistory.git;a=commitdiff;h=320a9a8a80f0d412cea31a534a8022bacf6545e6#patch330
> 
> it looks like run.package_do_shlibs also doesn't work (all RDEPENDS
> detected from shlibs are gone), can someone confirm this behavior on 
> his system?

Yes, its from:

http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=5996b2b58e36864edc077326a942795ca12f48da

I'm still trying to figure out the best course of action to fix this...

Cheers,

Richard




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: debian.bbclass got broken today Was: [oe-commits] Valentin Popa : xz: updated to version 5.1.1alpha
  2012-05-30 13:10       ` Richard Purdie
@ 2012-05-30 13:18         ` Martin Jansa
  2012-05-30 13:26           ` Richard Purdie
  0 siblings, 1 reply; 9+ messages in thread
From: Martin Jansa @ 2012-05-30 13:18 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: openembedded-commits

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

On Wed, May 30, 2012 at 02:10:13PM +0100, Richard Purdie wrote:
> On Wed, 2012-05-30 at 14:53 +0200, Martin Jansa wrote:
> > On Wed, May 30, 2012 at 02:20:07PM +0200, Martin Jansa wrote:
> > > On Wed, May 30, 2012 at 02:04:43PM +0200, Martin Jansa wrote:
> > > > On Wed, May 30, 2012 at 11:05:49AM +0000, git@git.openembedded.org wrote:
> > > > > Module: openembedded-core.git
> > > > > Branch: master
> > > > > Commit: da98266f3a228cf65f279db9810a5326c8bd5422
> > > > > URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=da98266f3a228cf65f279db9810a5326c8bd5422
> > > > > 
> > > > > Author: Valentin Popa <valentin.popa@intel.com>
> > > > > Date:   Wed May 23 14:08:58 2012 +0300
> > > > > 
> > > > > xz: updated to version 5.1.1alpha
> > > > 
> > > > this upgrade is causing liblzma package name change
> > > > -liblzma5_5.0.3-r1_armv4te.ipk
> > > > +liblzma_5.1.1alpha-r0_armv4t.ipk
> > > > 
> > > > so all packages which rdepends on liblzma should get PR bump, e.g.:
> > > >  *libsystemd-journal0
> > > >  *libpoppler18
> > > >  *libsdl-image-1.2-0
> > > >  *libpoppler-glib8
> > > >  *systemd
> > > >  *ethumb
> > > >  *libtiff5
> > > >  *epdf
> > > > 
> > > > Cheers,
> > > 
> > > Looks like whole debian.bbclass got broken by todays merge in oe-core..
> > 
> > looking at buildhistory
> > http://git.shr-project.org/git/?p=buildhistory.git;a=commitdiff;h=320a9a8a80f0d412cea31a534a8022bacf6545e6#patch330
> > 
> > it looks like run.package_do_shlibs also doesn't work (all RDEPENDS
> > detected from shlibs are gone), can someone confirm this behavior on 
> > his system?
> 
> Yes, its from:
> 
> http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=5996b2b58e36864edc077326a942795ca12f48da
> 
> I'm still trying to figure out the best course of action to fix this...

Ah, thanks for info..

so I have reverted all 3 (to be sure) locally and now trying to find and 
rebuild everything which was built today to get sane feed again.

Cheers,

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

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: debian.bbclass got broken today Was: [oe-commits] Valentin Popa : xz: updated to version 5.1.1alpha
  2012-05-30 13:18         ` Martin Jansa
@ 2012-05-30 13:26           ` Richard Purdie
  0 siblings, 0 replies; 9+ messages in thread
From: Richard Purdie @ 2012-05-30 13:26 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Wed, 2012-05-30 at 15:18 +0200, Martin Jansa wrote:
> On Wed, May 30, 2012 at 02:10:13PM +0100, Richard Purdie wrote:
> > On Wed, 2012-05-30 at 14:53 +0200, Martin Jansa wrote:
> > > On Wed, May 30, 2012 at 02:20:07PM +0200, Martin Jansa wrote:
> > > > On Wed, May 30, 2012 at 02:04:43PM +0200, Martin Jansa wrote:
> > > > > On Wed, May 30, 2012 at 11:05:49AM +0000, git@git.openembedded.org wrote:
> > > > > > Module: openembedded-core.git
> > > > > > Branch: master
> > > > > > Commit: da98266f3a228cf65f279db9810a5326c8bd5422
> > > > > > URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=da98266f3a228cf65f279db9810a5326c8bd5422
> > > > > > 
> > > > > > Author: Valentin Popa <valentin.popa@intel.com>
> > > > > > Date:   Wed May 23 14:08:58 2012 +0300
> > > > > > 
> > > > > > xz: updated to version 5.1.1alpha
> > > > > 
> > > > > this upgrade is causing liblzma package name change
> > > > > -liblzma5_5.0.3-r1_armv4te.ipk
> > > > > +liblzma_5.1.1alpha-r0_armv4t.ipk
> > > > > 
> > > > > so all packages which rdepends on liblzma should get PR bump, e.g.:
> > > > >  *libsystemd-journal0
> > > > >  *libpoppler18
> > > > >  *libsdl-image-1.2-0
> > > > >  *libpoppler-glib8
> > > > >  *systemd
> > > > >  *ethumb
> > > > >  *libtiff5
> > > > >  *epdf
> > > > > 
> > > > > Cheers,
> > > > 
> > > > Looks like whole debian.bbclass got broken by todays merge in oe-core..
> > > 
> > > looking at buildhistory
> > > http://git.shr-project.org/git/?p=buildhistory.git;a=commitdiff;h=320a9a8a80f0d412cea31a534a8022bacf6545e6#patch330
> > > 
> > > it looks like run.package_do_shlibs also doesn't work (all RDEPENDS
> > > detected from shlibs are gone), can someone confirm this behavior on 
> > > his system?
> > 
> > Yes, its from:
> > 
> > http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=5996b2b58e36864edc077326a942795ca12f48da
> > 
> > I'm still trying to figure out the best course of action to fix this...
> 
> Ah, thanks for info..
> 
> so I have reverted all 3 (to be sure) locally and now trying to find and 
> rebuild everything which was built today to get sane feed again.

Its just the commit above that is broken. I've decided to revert it as
pretty much every change made by it is buggy.

The trouble is the readlines() calls return an array, the replacement
returns one big string and hence bad things start to happen.

In the debian.bbclass case, I did prove that changing it to:

						fp = os.path.join(root, f)
						cmd = (d.getVar('BUILD_PREFIX', True) or "") + "objdump -p " + fp
						try:
							lines = []
							lines = bb.process.run(cmd)[0].split("\n")
						# Some ".so" maybe ascii text, e.g: /usr/lib64/libpthread.so,
						# ingore those errors.
						except Exception:
							sys.exc_clear()

works as intended but I didn't want to try and fix up all the different
calls.

Robert: Fix the patch, test the changes more extensively this time
please and then resubmit.

Cheers,

Richard




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-05-30 13:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20120530110550.04FA710217@opal>
2012-05-30 12:04 ` [oe-commits] Valentin Popa : xz: updated to version 5.1.1alpha Martin Jansa
2012-05-30 12:20   ` debian.bbclass got broken today Was: " Martin Jansa
2012-05-30 12:53     ` Martin Jansa
2012-05-30 13:10       ` Richard Purdie
2012-05-30 13:18         ` Martin Jansa
2012-05-30 13:26           ` Richard Purdie
2012-05-30 12:21   ` Phil Blundell
2012-05-30 12:21   ` Koen Kooi
2012-05-30 12:32     ` Martin Jansa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox