Re: [oe] [PATCH] uclibc++: moved to git head

2010-11-21 Thread Bernhard Reutner-Fischer
Hi, FYI, I have proper fixes for all of them here, will push them this evening so oe can use pristine master. Thanks, On 21 Nov 2010 01:27, Khem Raj raj.k...@gmail.com wrote: On (19/11/10 16:10), Frans Meulenbroeks wrote: Removed the 0.1.9 version as it is quite old and do... ok I think this

Re: [oe] x11-image: task `rootfs` fails with `opkg_install_cmd: Cannot install package locale-base-fr-fr.`

2010-11-21 Thread Yury Bushmelev
2010/11/20 Paul Menzel paulepan...@users.sourceforge.net: Dear OE folks, `bitbake -k x11-image` fails for me with the following error. [skip]        | Collected errors:        |  * resolve_conffiles: Existing conffile /oe/build-minimal-eglibc/minimal-dev/rootfs/x11-image/etc/device_table

[oe] [PATCH] Added udev-compat wrapper for h2200 Signed-off-by: Cazze cazz...@gmail.com

2010-11-21 Thread Cazze
--- conf/machine/h2200.conf |2 ++ recipes/udev/udev.inc|6 +- recipes/udev/udev_151.bb |6 +- recipes/udev/udev_154.bb |6 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/conf/machine/h2200.conf b/conf/machine/h2200.conf index abc1772..4bcdf7c

Re: [oe] [oe-commits] Frans Meulenbroeks : flex: added perl to dependencies

2010-11-21 Thread Tom Rini
On 11/21/2010 06:40 AM, git version control wrote: Module: openembedded.git Branch: org.openembedded.dev Commit: c3b5b68541320ed0104d8654a0793251ed0187b9 URL: http://gitweb.openembedded.net/?p=openembedded.gita=commit;h=c3b5b68541320ed0104d8654a0793251ed0187b9 Author: Frans

Re: [oe] Revert commit c2c8fe4c5629add94bd0b922f5b3446624a9f4d8

2010-11-21 Thread Andreas Oberritter
On 11/19/2010 11:28 PM, Philip Balister wrote: I'd like to revert commit c2c8fe4c5629add94bd0b922f5b3446624a9f4d8. With this commit my build that includes angstrom-task-gnome.bb fails in a peculiar way. Basically, my process table is filled with a task. Looks like it is trying to run a

[oe] [PATCH] handle PACKAGE_ARCH change in an amend.inc

2010-11-21 Thread Eric Bénard
* setting PACKAGE_ARCH = ${MACHINE_ARCH} in an amend.inc actually leads to a package with the correct machine arch but the work/stage/stamp dirs are not correct because MULTIMACH_ARCH is not updated after amend.inc is parsed. * this patch : - factorizes the code which compute MULTIMACH_ARCH in

Re: [oe] Revert commit c2c8fe4c5629add94bd0b922f5b3446624a9f4d8

2010-11-21 Thread Khem Raj
On Sun, Nov 21, 2010 at 6:56 AM, Andreas Oberritter o...@opendreambox.org wrote: On 11/19/2010 11:28 PM, Philip Balister wrote: I'd like to revert commit c2c8fe4c5629add94bd0b922f5b3446624a9f4d8. With this commit my build that includes angstrom-task-gnome.bb fails in a peculiar way. Basically,

Re: [oe] [PATCH] handle PACKAGE_ARCH change in an amend.inc

2010-11-21 Thread Khem Raj
2010/11/21 Eric Bénard e...@eukrea.com: * setting PACKAGE_ARCH = ${MACHINE_ARCH} in an amend.inc actually leads to a package with the correct machine arch but the work/stage/stamp dirs are not correct because MULTIMACH_ARCH is not updated after amend.inc is parsed. * this patch : -

Re: [oe] Revert commit c2c8fe4c5629add94bd0b922f5b3446624a9f4d8

2010-11-21 Thread Andreas Oberritter
On 11/21/2010 05:17 PM, Khem Raj wrote: On Sun, Nov 21, 2010 at 6:56 AM, Andreas Oberritter o...@opendreambox.org wrote: On 11/19/2010 11:28 PM, Philip Balister wrote: I'd like to revert commit c2c8fe4c5629add94bd0b922f5b3446624a9f4d8. With this commit my build that includes

Re: [oe] [oe-commits] Frans Meulenbroeks : flex: added perl to dependencies

2010-11-21 Thread Frans Meulenbroeks
2010/11/21 Tom Rini tom_r...@mentor.com: On 11/21/2010 06:40 AM, git version control wrote: Module: openembedded.git Branch: org.openembedded.dev Commit: c3b5b68541320ed0104d8654a0793251ed0187b9 URL:  

Re: [oe] [PATCH] handle PACKAGE_ARCH change in an amend.inc

2010-11-21 Thread Chris Larson
2010/11/21 Eric Bénard e...@eukrea.com +# +# We always try to scan SRC_URI for urls with machine overrides +# unless the package sets SRC_URI_OVERRIDES_PACKAGE_ARCH=0 +# +override = bb.data.getVar('SRC_URI_OVERRIDES_PACKAGE_ARCH', d, 1) +if override != '0' and

Re: [oe] Revert commit c2c8fe4c5629add94bd0b922f5b3446624a9f4d8

2010-11-21 Thread Chris Larson
On Sun, Nov 21, 2010 at 10:23 AM, Andreas Oberritter o...@opendreambox.orgwrote: agreed. but we are soon going to make a release. So it compiled (in whatever way) and now it doesnt (looking from 36000 ft above). So either we fix the known regressions caused or backout because we can not

Re: [oe] Revert commit c2c8fe4c5629add94bd0b922f5b3446624a9f4d8

2010-11-21 Thread Philip Balister
On 11/21/2010 09:23 AM, Andreas Oberritter wrote: On 11/21/2010 05:17 PM, Khem Raj wrote: On Sun, Nov 21, 2010 at 6:56 AM, Andreas Oberritter o...@opendreambox.org wrote: On 11/19/2010 11:28 PM, Philip Balister wrote: I'd like to revert commit c2c8fe4c5629add94bd0b922f5b3446624a9f4d8. With

Re: [oe] buildserver

2010-11-21 Thread Chris Larson
On Sat, Nov 20, 2010 at 6:49 AM, Klaus Schwarzkopf schwarzk...@sensortherm.de wrote: Other good idea is to have sanity checker running once per day too. It may do next things: - check recipes syntax - check thath recipes SRC_URI can be fetched I think, bitbake can easily integrate this

Re: [oe] Commit for the release

2010-11-21 Thread Philip Balister
On 11/20/2010 11:53 PM, Khem Raj wrote: On Fri, Nov 19, 2010 at 7:01 PM, Philip Balisterphi...@balister.org wrote: Khem, I'd like this commit to go into the release branch. Any objections? http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=c59afd9fd456766c473c4fb7f7cc4db3e8623c39

Re: [oe] [PATCH] handle PACKAGE_ARCH change in an amend.inc

2010-11-21 Thread Eric Bénard
On 21/11/2010 18:53, Chris Larson wrote: 2010/11/21 Eric Bénarde...@eukrea.com +# +# We always try to scan SRC_URI for urls with machine overrides +# unless the package sets SRC_URI_OVERRIDES_PACKAGE_ARCH=0 +# +override = bb.data.getVar('SRC_URI_OVERRIDES_PACKAGE_ARCH', d,

[oe] pixman_0.21.2.bb do_compile failed

2010-11-21 Thread Marco Cavallini
Hi, Recently I am facing to a new error using DISTRO=kaeilos-2010 and MACHINE=ronetix-pm9263. I would be grateful if anybody could give me a hint about how could it be caused and how to solve it. http://pastebin.com/hi2SVSuF TIA /marco ___

[oe] [PATCH] handle PACKAGE_ARCH change in an amend.inc

2010-11-21 Thread Eric Bénard
* setting PACKAGE_ARCH = ${MACHINE_ARCH} in an amend.inc actually leads to a package with the correct machine arch but the work/stage/stamp dirs are not correct because MULTIMACH_ARCH is not updated after amend.inc is parsed. * this patch : - factorizes the code which compute MULTIMACH_ARCH in

Re: [oe] Revert commit c2c8fe4c5629add94bd0b922f5b3446624a9f4d8

2010-11-21 Thread Yury Bushmelev
2010/11/21 Andreas Oberritter o...@opendreambox.org: Maybe it would be wise for bitbake or OE to set ulimit -u to a sane value. Is there a way for a process to count the number of its direct and indirect child processes? Hm.. I'll count # of processes used while building OE with next

Re: [oe] any reason to not cache `opkg list`?

2010-11-21 Thread Graham Gower
On 20 November 2010 09:48, AJ ONeal coola...@gmail.com wrote: My assumption is that the only time the results of `opkg list` will change is after `opkg update`. Is that correct? If so, why not have `opkg update` generate the output which `opkg list` produces such that `opkg list` is

Re: [oe] [PATCH] handle PACKAGE_ARCH change in an amend.inc

2010-11-21 Thread Chris Larson
On Sun, Nov 21, 2010 at 12:42 PM, Eric Bénard e...@eukrea.com wrote: * setting PACKAGE_ARCH = ${MACHINE_ARCH} in an amend.inc actually leads to a package with the correct machine arch but the work/stage/stamp dirs are not correct because MULTIMACH_ARCH is not updated after amend.inc is

[oe] [PATCH 1/3] gtk+-1.2: convert to new style staging (fixes xmms build)

2010-11-21 Thread Andreas Oberritter
* gtk+-1.2 didn't install its pkg-config file, but gtk-config depended on it and went crazy without it. xmms uses gtk-config. Signed-off-by: Andreas Oberritter o...@opendreambox.org Tested-by: Yury Bushmelev jay4m...@gmail.com --- recipes/gtk+/gtk+-1.2_1.2.10.bb | 30

[oe] [PATCH 2/3] swfdec-gnome: use the pkg-config file installed by swfdec

2010-11-21 Thread Andreas Oberritter
* swfdec installs swfdec-0.9.pc, not swfdec.pc Signed-off-by: Andreas Oberritter o...@opendreambox.org --- recipes/swfdec/swfdec-gnome_2.26.0.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/swfdec/swfdec-gnome_2.26.0.bb

[oe] [PATCH 3/3] swfdec: remove unused old recipes

2010-11-21 Thread Andreas Oberritter
Signed-off-by: Andreas Oberritter o...@opendreambox.org --- recipes/swfdec/swfdec-mozilla_0.7.2.bb | 21 --- recipes/swfdec/swfdec-mozilla_0.7.4.bb | 21 --- recipes/swfdec/swfdec-mozilla_0.8.2.bb | 24 recipes/swfdec/swfdec/arm/jsautocfg.h

Re: [oe] klcc-cross packaging issues

2010-11-21 Thread Andrea Adami
The issue raises now: the klcc-cross ipk is not created because it's empty (nothing to install for target here). Fix has been committed by Tom Rini. Commit: 1fcb9e0956a057cd7120d7fc334c2505e46da19c URL:

Re: [oe] Race issues (lzma-native)

2010-11-21 Thread Andrea Adami
I though tthe issue had disappeared (in the meanwhile I remove an obsolete dependency on zlib) but yesterday again... run.SRC_DISTRIBUTECOMMAND was malformed, broken at line 122 (export docdir=/oe/bu ). On second build the size is much bigger (1102 lines). Retrying.. Andrea

Re: [oe] [PATCH] gsl.inc: Remove `do_stage`.

2010-11-21 Thread Andreas Oberritter
On 11/19/2010 05:48 PM, Paul Menzel wrote: Date: Fri, 19 Nov 2010 17:33:00 +0100 Inkscape fails to build after commit c2c8fe [1] with the following error. | checking for CAIRO_USER_FONTS... yes | checking for INKSCAPE... configure: error: Package requirements (gdkmm-2.4

Re: [oe] Race issues (lzma-native)

2010-11-21 Thread Graham Gower
On 22 November 2010 10:42, Andrea Adami andrea.ad...@gmail.com wrote: I though tthe issue had disappeared (in the meanwhile I remove an obsolete dependency on zlib) but yesterday again... run.SRC_DISTRIBUTECOMMAND was malformed, broken at line 122 (export docdir=/oe/bu ). On second build

Re: [oe] [PATCH 1/3] gtk+-1.2: convert to new style staging (fixes xmms build)

2010-11-21 Thread Philip Balister
On 11/21/2010 03:59 PM, Andreas Oberritter wrote: * gtk+-1.2 didn't install its pkg-config file, but gtk-config depended on it and went crazy without it. xmms uses gtk-config. Signed-off-by: Andreas Oberrittero...@opendreambox.org Tested-by: Yury Bushmelevjay4m...@gmail.com Tested-by:

Re: [oe] [RFC] eglibc-package: move eglibc-dev to the end of PACKAGES var

2010-11-21 Thread Graham Gower
On 21 November 2010 18:19, Khem Raj raj.k...@gmail.com wrote: On Sat, Nov 20, 2010 at 2:29 AM, Martin Jansa martin.ja...@gmail.com wrote: * currently it picks too much stuff to eglibc-dev package * update FILES_eglibc-extra-nss to include only .so files Looks ok. Acked-by: Khem Raj

Re: [oe] Commit for the release

2010-11-21 Thread Khem Raj
On Sun, Nov 21, 2010 at 10:10 AM, Philip Balister phi...@balister.org wrote: On 11/20/2010 11:53 PM, Khem Raj wrote: On Fri, Nov 19, 2010 at 7:01 PM, Philip Balisterphi...@balister.org  wrote: Khem, I'd like this commit to go into the release branch. Any objections?

Re: [oe] [PATCH 1/3] gtk+-1.2: convert to new style staging (fixes xmms build)

2010-11-21 Thread Khem Raj
On Sun, Nov 21, 2010 at 3:59 PM, Andreas Oberritter o...@opendreambox.org wrote: * gtk+-1.2 didn't install its pkg-config file, but gtk-config  depended on it and went crazy without it. xmms uses gtk-config. Signed-off-by: Andreas Oberritter o...@opendreambox.org Tested-by: Yury Bushmelev

Re: [oe] pixman_0.21.2.bb do_compile failed

2010-11-21 Thread Khem Raj
On Sun, Nov 21, 2010 at 11:15 AM, Marco Cavallini koansoftw...@gmail.com wrote: Hi, Recently I am facing to a new error using DISTRO=kaeilos-2010 and MACHINE=ronetix-pm9263. I would be grateful if anybody could give me a hint about how could it be caused and how to solve it. as a quick

Re: [oe] [PATCH 2/3] swfdec-gnome: use the pkg-config file installed by swfdec

2010-11-21 Thread Khem Raj
On Sun, Nov 21, 2010 at 3:59 PM, Andreas Oberritter o...@opendreambox.org wrote: * swfdec installs swfdec-0.9.pc, not swfdec.pc Signed-off-by: Andreas Oberritter o...@opendreambox.org Acked-by: Khem Raj raj.k...@gmail.com ---  recipes/swfdec/swfdec-gnome_2.26.0.bb |    4 ++--  1 files

Re: [oe] [PATCH 3/3] swfdec: remove unused old recipes

2010-11-21 Thread Khem Raj
On Sun, Nov 21, 2010 at 3:59 PM, Andreas Oberritter o...@opendreambox.org wrote: Signed-off-by: Andreas Oberritter o...@opendreambox.org Acked-by: Khem Raj raj.k...@gmail.com ---  recipes/swfdec/swfdec-mozilla_0.7.2.bb      |   21 ---  recipes/swfdec/swfdec-mozilla_0.7.4.bb      |  

Re: [oe] Race issues (lzma-native)

2010-11-21 Thread Frans Meulenbroeks
2010/11/22 Graham Gower graham.go...@gmail.com: On 22 November 2010 10:42, Andrea Adami andrea.ad...@gmail.com wrote: I though tthe issue had disappeared (in the meanwhile I remove an obsolete dependency on zlib) but yesterday again... run.SRC_DISTRIBUTECOMMAND was malformed, broken at line

Re: [oe] [PATCH 3/3] swfdec: remove unused old recipes

2010-11-21 Thread Frans Meulenbroeks
2010/11/22 Khem Raj raj.k...@gmail.com: On Sun, Nov 21, 2010 at 3:59 PM, Andreas Oberritter o...@opendreambox.org wrote: Signed-off-by: Andreas Oberritter o...@opendreambox.org Acked-by: Khem Raj raj.k...@gmail.com Acked-by: Frans Meulenbroeks fransmeulenbro...@gmail.com ---