Re: [oe] failure building opkg-native on 64 bit Ubuntu

2010-05-14 Thread Khem Raj
On Fri, May 14, 2010 at 8:43 PM, Steve Sakoman wrote: > Building with oe.dev.  Works on 32 bit Ubuntu, but fails on the 64 bit > version. > > Any ideas?  Below is log.do_compile: hmmm I have 10.04 running on 64bit I dont see this error. Can you also post your local.conf and anything you have in

[oe] failure building opkg-native on 64 bit Ubuntu

2010-05-14 Thread Steve Sakoman
Building with oe.dev. Works on 32 bit Ubuntu, but fails on the 64 bit version. Any ideas? Below is log.do_compile: NOTE: make -j 4 Making all in libbb CCgz_open.o CCunarchive.o CCunzip.o CCwfopen.o unarchive.c: In function 'extract_archive': unarchive.c:139: warning: ign

Re: [oe] Issues with parallel build? (Was: gtk+native missing dep ?)

2010-05-14 Thread Tom Rini
On Fri, 2010-05-14 at 23:21 +0200, Andrea Adami wrote: > > With DISTRO= ? I do most of my builds with 4 and haven't seen this. > > But with a failure log on gtk+-native, figuring out the missing dep > > shouldn't be too bad. > > FWIW distro is Angstrom, devel branch. > > DEPENDS_virtclass-nativ

[oe] [PATCH] cross.bbclass: fix build of meta-toolchain

2010-05-14 Thread Eric Benard
- without this bitbake meta-toolchain fails because it doesn't find who provides gdb-cross-sdk - found thanks to a hint from Phil Blundell on IRC - tested with Angstrom/ARMv5te Signed-off-by: Eric Benard --- classes/cross.bbclass |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff

Re: [oe] Issues with parallel build? (Was: gtk+native missing dep ?)

2010-05-14 Thread Leon Woestenberg
Hello, On Fri, May 14, 2010 at 7:47 PM, Andrea Adami wrote: > I repeated the build of console-image and gtk+-native always fails > using 4 threads. > Anyone can confirm? > I can confirm this happens, but not always for me. Tthus probably racy. Regards, -- Leon

[oe] RE Write access for Eric Benard

2010-05-14 Thread Henning Heinold
+1 form me. Bye Henning ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

[oe] Using tar option strip-components in do_unpack

2010-05-14 Thread Henning Heinold
Hi, I discussed with pb on irc, how it would be the best way to unpack two tar archivs into the same directory. He pointed me to the tar strip-components options and attached is the outcome. Because base.bbclass is touched it is open for discussion here. Bye Henning >From 0688f07fe2e8b1926ae1dc34

Re: [oe] Issues with parallel build? (Was: gtk+native missing dep ?)

2010-05-14 Thread Andrea Adami
> With DISTRO= ? I do most of my builds with 4 and haven't seen this. > But with a failure log on gtk+-native, figuring out the missing dep > shouldn't be too bad. FWIW distro is Angstrom, devel branch. DEPENDS_virtclass-native = "libpng-native atk-native pango-native cairo-native libxrender-nat

Re: [oe] [RFC][PATCH] module-base.bbclass: keep PR if MACHINE_KERNEL_PR is not set

2010-05-14 Thread Phil Blundell
On Fri, 2010-05-14 at 22:15 +0200, Eric Bénard wrote: > So actually the fix I propose is needed as while MACHINE_KERNEL_PR is > not required by policy, module-base.bbclass is broken for machines > without MACHINE_KERNEL_PR. Yes, agreed. I think your fix is the right thing. p. __

[oe] Write access for Eric Benard

2010-05-14 Thread Tom Rini
Hey all, Eric has been posting a number of useful fixes, and has responded promptly to feedback on patches (and requests to get feedback from specific people as needed). I'd like to recommend him for write access. Thanks! -- Tom Rini Mentor Graphics Corporation __

[oe] [PATCH] nano: add gettext dependency

2010-05-14 Thread Eric Benard
bitbake nano fails without this if gettext is not built Signed-off-by: Eric Benard --- recipes/nano/nano.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/recipes/nano/nano.inc b/recipes/nano/nano.inc index 2aaaedc..5b59b68 100644 --- a/recipes/nano/nano.inc +++ b/rec

Re: [oe] [RFC][PATCH] module-base.bbclass: keep PR if MACHINE_KERNEL_PR is not set

2010-05-14 Thread Eric Bénard
Le 14/05/2010 21:55, Phil Blundell a écrit : On Fri, 2010-05-14 at 19:45 +0200, Eric Bénard wrote: so why not setting r0 as a default in bitbake.conf as a compromise ? A default MACHINE_KERNEL_PR, you mean? That would cause PR to suddenly go backwards for a whole bunch of machines, which woul

Re: [oe] [RFC][PATCH] module-base.bbclass: keep PR if MACHINE_KERNEL_PR is not set

2010-05-14 Thread Phil Blundell
On Fri, 2010-05-14 at 19:45 +0200, Eric Bénard wrote: > so why not setting r0 as a default in bitbake.conf as a compromise ? A default MACHINE_KERNEL_PR, you mean? That would cause PR to suddenly go backwards for a whole bunch of machines, which would definitely not be a good thing. See the mail

Re: [oe] [PATCH 1/2 v2] tzcode-native: update to 2010j

2010-05-14 Thread Roman I Khimov
В сообщении от Пятница 14 мая 2010 19:28:32 автор Antonio Ospite написал: > Update checksums; tzdata version bumps to 2010j as well. > > Signed-off-by: Antonio Ospite > --- > Changes since v1: > Set PR to "${INC_PR}.0" as confirmed by Roman. Thanks, pushed both. -- http://roman.khimov.ru mai

Re: [oe] Issues with parallel build? (Was: gtk+native missing dep ?)

2010-05-14 Thread Tom Rini
On Fri, 2010-05-14 at 19:47 +0200, Andrea Adami wrote: > On Sat, May 8, 2010 at 1:12 PM, Andrea Adami wrote: > > PARALLEL_MAKE = "-j5" > > #BB_NUMBER_THREADS = "4" > > BB_NUMBER_THREADS = "2" > > > > fixed the things. This time the dependencies were (correctly) built > > before... > > > > Andrea

[oe] Issues with parallel build? (Was: gtk+native missing dep ?)

2010-05-14 Thread Andrea Adami
On Sat, May 8, 2010 at 1:12 PM, Andrea Adami wrote: > PARALLEL_MAKE = "-j5" > #BB_NUMBER_THREADS = "4" > BB_NUMBER_THREADS = "2" > > fixed the things. This time the dependencies were (correctly) built before... > > Andrea > I repeated the build of console-image and gtk+-native always fails using

Re: [oe] [RFC][PATCH] module-base.bbclass: keep PR if MACHINE_KERNEL_PR is not set

2010-05-14 Thread Eric Bénard
Le 14/05/2010 19:34, Koen Kooi a écrit : On 14-05-10 19:17, Eric Bénard wrote: Le 14/05/2010 17:52, Koen Kooi a écrit : Op 14 mei 2010, om 17:10 heeft Eric Bénard het volgende geschreven: I was told you are the person to contact about MACHINE_KERNEL_PR so may you please have a look to the patc

Re: [oe] [bitbake] tasks repeated

2010-05-14 Thread Andrea Adami
On Sat, May 8, 2010 at 2:07 PM, Andrea Adami wrote: > I'm using bitbake 1.10.0 I've noticed some tasks appears twice in /tmp > of each package: > > run.base_do_fetch > run.do_fetch > > run.read_subpackage_metadata > run.staging_helper > > > I don't think this is normal... > > Regards > > Andrea >

Re: [oe] [RFC][PATCH] module-base.bbclass: keep PR if MACHINE_KERNEL_PR is not set

2010-05-14 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14-05-10 19:17, Eric Bénard wrote: > Le 14/05/2010 17:52, Koen Kooi a écrit : >> Op 14 mei 2010, om 17:10 heeft Eric Bénard het volgende geschreven: >>> I was told you are the person to contact about MACHINE_KERNEL_PR so >>> may you please have a lo

Re: [oe] libstc++ libtool problem, cross lamanger broken

2010-05-14 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Almost a week later, any fixes people can try[1]? [1] apart from sed -i -e 's:-L/OE/angstrom-dev/sysroots/x86_64-linux/usr/lib::g' sysroots/*/usr/lib/*.la On 08-05-10 09:53, Koen Kooi wrote: > Hi, > > I've been getting failures when ARM apps try to

Re: [oe] [RFC][PATCH] module-base.bbclass: keep PR if MACHINE_KERNEL_PR is not set

2010-05-14 Thread Eric Bénard
Le 14/05/2010 17:52, Koen Kooi a écrit : Op 14 mei 2010, om 17:10 heeft Eric Bénard het volgende geschreven: I was told you are the person to contact about MACHINE_KERNEL_PR so may you please have a look to the patch below - also available here : http://patchwork.openembedded.org/patch/2012/

Re: [oe] current angstrom/beagle breakage: firefox and abiword

2010-05-14 Thread Robert P. J. Day
Quoting Koen Kooi : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14-05-10 17:56, Robert P. J. Day wrote: long story short: ... snip ... ERROR: Task 3295 (/home/rpjday/oe/openembedded/recipes/mozilla/firefox_3.6.3.bb, do_install) failed ERROR: Task 3457 (/home/rpjday/oe/openemb

Re: [oe] current angstrom/beagle breakage: firefox and abiword

2010-05-14 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14-05-10 17:56, Robert P. J. Day wrote: > > long story short: > > ... snip ... > ERROR: Task 3295 > (/home/rpjday/oe/openembedded/recipes/mozilla/firefox_3.6.3.bb, do_install) > failed > ERROR: Task 3457 > (/home/rpjday/oe/openembedded/recipe

Re: [oe] [RFC][PATCH] module-base.bbclass: keep PR if MACHINE_KERNEL_PR is not set

2010-05-14 Thread Phil Blundell
On Fri, 2010-05-14 at 17:10 +0200, Eric Bénard wrote: > -PR = "${MACHINE_KERNEL_PR}" > +python __anonymous () { > +machine_kernel_pr = bb.data.getVar('MACHINE_KERNEL_PR', d, True) > + > +if machine_kernel_pr: > + bb.data.setVar('PR', machine_kernel_pr, d) > +} Looks reasonable to me.

[oe] current angstrom/beagle breakage: firefox and abiword

2010-05-14 Thread Robert P. J. Day
long story short: ... snip ... ERROR: Task 3295 (/home/rpjday/oe/openembedded/recipes/mozilla/firefox_3.6.3.bb, do_install) failed ERROR: Task 3457 (/home/rpjday/oe/openembedded/recipes/abiword/abiword_2.8.3.bb, do_install) failed NOTE: Tasks Summary: Attempted 11085 tasks of which 11085 di

Re: [oe] [RFC][PATCH] module-base.bbclass: keep PR if MACHINE_KERNEL_PR is not set

2010-05-14 Thread Koen Kooi
Op 14 mei 2010, om 17:10 heeft Eric Bénard het volgende geschreven: > Hi Koen, > > I was told you are the person to contact about MACHINE_KERNEL_PR so may you > please have a look to the patch below - also available here : > http://patchwork.openembedded.org/patch/2012/ > > Actually, when com

Re: [oe] numerous "strip command failed" ERRORs in building beagle image

2010-05-14 Thread Scott Garman
On 05/14/2010 03:00 AM, Robert P. J. Day wrote: obviously not fatal since the build kept chugging along, but there were a number of "ERROR"s of the following form: NOTE: Running task 3873 of 11130 (ID: 4231, /home/rpjday/oe/openembedded/recipes/xcb/libpthread-stubs_0.2.bb, do_patch) ERROR:

[oe] [PATCH 1/2 v2] tzcode-native: update to 2010j

2010-05-14 Thread Antonio Ospite
Update checksums; tzdata version bumps to 2010j as well. Signed-off-by: Antonio Ospite --- Changes since v1: Set PR to "${INC_PR}.0" as confirmed by Roman. Thanks, Antonio recipes/tzcode/tzcode-native_2010f.bb | 16 recipes/tzcode/tzcode-native_2010j.bb | 16 ++

[oe] [RFC][PATCH] module-base.bbclass: keep PR if MACHINE_KERNEL_PR is not set

2010-05-14 Thread Eric Bénard
Hi Koen, I was told you are the person to contact about MACHINE_KERNEL_PR so may you please have a look to the patch below - also available here : http://patchwork.openembedded.org/patch/2012/ Actually, when compiling modules (out of tree), we loose PR if MACHINE_KERNEL_PR is not set. Is t

[oe] [PATCH] module_strip.bbclass: set KERNEL_MAJOR_VERSION

2010-05-14 Thread Eric Benard
KERNEL_MAJOR_VERSION may not be set (for example when building a module) , this was preventing modules from being stripped. Signed-off-by: Eric Benard --- v2: moved to module_strip.bbclass following an advice from Tom Rini classes/module_strip.bbclass |3 +++ 1 files changed, 3 insertions(+

Re: [oe] [PATCH 3/5 v2] linux-xilinx-ml507: update kernel version

2010-05-14 Thread Adrian Alonso
Thanks, I will rework patchs and resend them asap. Regards On Fri, May 14, 2010 at 7:21 AM, Stefan Schmidt wrote: > Hello. > > On Thu, 2010-05-13 at 08:46, Adrian Alonso wrote: > > * Update kernel version 2.6.33 > > * Include xilinx framebuffer patch > > You need to reorder your patchset to hav

[oe] OE weekly changelog 2010-05-03 to 2010-05-10

2010-05-14 Thread Cliff Brake
OE weekly changelog for org.openembedded.dev, 2010-05-03 to 2010-05-10 Andrea Adami (2): opie-init: uncomment c7x0 specific stuff linux-kexecboot: further editings for Zaurus defconfigs. Cliff Brake (2): acl: clear TOPDIR env variable in recipe attr: clear TOPDIR env variable in recipe D

Re: [oe] Kernel Headers Quality Issue

2010-05-14 Thread Phil Blundell
On Fri, 2010-05-14 at 11:25 +0200, Thilo Fromm wrote: > No it isn't. --enable-kernel=VERSION provides kernel ABI backwards > compatibility to applications. *At least* the kernel ABI described in > the headers provided to glibc during compile time must be present at > runtime. This is incorrect.

Re: [oe] Kernel Headers Quality Issue

2010-05-14 Thread Phil Blundell
On Fri, 2010-05-14 at 13:40 +0200, Thilo Fromm wrote: > This would mean that checking for kernel features (e.g. inotify_init1()) > at compile time via an application's configure.ac is pointless, right? Not entirely pointless: the feature set that you determine at configure time is the maximum set

Re: [oe] [PATCH 3/5 v2] linux-xilinx-ml507: update kernel version

2010-05-14 Thread Stefan Schmidt
Hello. On Thu, 2010-05-13 at 08:46, Adrian Alonso wrote: > * Update kernel version 2.6.33 > * Include xilinx framebuffer patch You need to reorder your patchset to have the fb patch prior to this change. Without this git bisect will break. Looking over the patch I think it would be fine to have

Re: [oe] [PATCH 1/5 v2] xilinx-ml507: add screen option

2010-05-14 Thread Stefan Schmidt
Hello. On Thu, 2010-05-13 at 08:46, Adrian Alonso wrote: > Signed-off-by: Adrian Alonso > --- > conf/machine/xilinx-ml507.conf |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/conf/machine/xilinx-ml507.conf b/conf/machine/xilinx-ml507.conf > index 693f904..8c888b

[oe] Patchwork issues

2010-05-14 Thread Philip Balister
I dud some checking around and found this email from the last time patchwork broke: http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-August/012982.html It look like patchwork is still running on amethyst, so we should look at moving it to the OSUOSL server. Philip __

Re: [oe] Kernel Headers Quality Issue

2010-05-14 Thread Thilo Fromm
Hello *.*, I have no means of detecting a level of compatibility at runtime. How could that work, anyway? I get ENOSYS when calling inotify_init1(), so, well I *think* this interface is missing (although configure reported it being available). Then I would have to dynamically fall back to ino

Re: [oe] [PATCH 0/2] tzcode/tzdata updates

2010-05-14 Thread Roman I Khimov
В сообщении от Пятница 14 мая 2010 15:20:15 автор Antonio Ospite написал: > And a question for future updates: when renaming recipes it is not needed > to change PR, is it? > > Would it be even better to reset it to some zero value? I mean, like in > tzcode-native_2010j.bb, should one set PR to "

[oe] [PATCH 2/2] tzdata: update to 2010j

2010-05-14 Thread Antonio Ospite
Signed-off-by: Antonio Ospite --- recipes/tzdata/tzdata_2010i.bb | 10 -- recipes/tzdata/tzdata_2010j.bb | 10 ++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 recipes/tzdata/tzdata_2010i.bb create mode 100644 recipes/tzdata/tzdata_2010j.bb diff --gi

[oe] [PATCH 1/2] tzcode-native: update to 2010j

2010-05-14 Thread Antonio Ospite
Update checksums; tzdata version bumps to 2010j as well. Signed-off-by: Antonio Ospite --- recipes/tzcode/tzcode-native_2010f.bb | 16 recipes/tzcode/tzcode-native_2010j.bb | 16 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 recipes/

[oe] [PATCH 0/2] tzcode/tzdata updates

2010-05-14 Thread Antonio Ospite
And a question for future updates: when renaming recipes it is not needed to change PR, is it? Would it be even better to reset it to some zero value? I mean, like in tzcode-native_2010j.bb, should one set PR to "${INC_PR}.0" after a rename? Thanks, Antonio Antonio Ospite (2): tzcode-native

Re: [oe] Kernel Headers Quality Issue

2010-05-14 Thread Phil Blundell
On Fri, 2010-05-14 at 11:59 +0200, Thilo Fromm wrote: > I have no means of detecting a level of compatibility at runtime. How > could that work, anyway? I get ENOSYS when calling inotify_init1(), so, > well I *think* this interface is missing (although configure reported it > being available). T

Re: [oe] bitbake fetch vs fetchall?

2010-05-14 Thread Robert P. J. Day
On Thu, 13 May 2010, Khem Raj wrote: > On Thu, May 13, 2010 at 11:18 AM, Robert P. J. Day > wrote: > > > >   based on a quick google, i realize i'm not the only person who's > > once been burned by not knowing about the bitbake "fetchall" command > > versus the "fetch" command.  and i'm aware tha

[oe] numerous "strip command failed" ERRORs in building beagle image

2010-05-14 Thread Robert P. J. Day
obviously not fatal since the build kept chugging along, but there were a number of "ERROR"s of the following form: NOTE: Running task 3873 of 11130 (ID: 4231, /home/rpjday/oe/openembedded/recipes/xcb/libpthread-stubs_0.2.bb, do_patch) ERROR: runstrip: ''arm-angstrom-linux-gnueabi-strip' --rem

Re: [oe] Kernel Headers Quality Issue

2010-05-14 Thread Thilo Fromm
Hello *.*, It sounds like we have, perhaps, been talking at slight cross purposes. It is true that you can build glibc against a different version of linux-libc-headers than the version of the kernel that will be used at runtime. So long as the runtime kernel version is newer than the minimum

Re: [oe] meta-toolchain doesn't build due to gdb-cross-sdk

2010-05-14 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Another ping :) On 13-05-10 10:31, Antonio Ospite wrote: > On Tue, 11 May 2010 23:39:29 +1000 > Angus Lees wrote: > >> It looks like the do_stage() removal was good, but the "inherit cross" >> refactor broke task-sdk-host and all the SDKs that depen

Re: [oe] Kernel Headers Quality Issue

2010-05-14 Thread Thilo Fromm
Hello *.*, Graeme Gregory in <20100505094242.gf2...@xora-desktop.xora.org.uk>: [Steffen Sledz] > > It seem's not to be possible to use DEFAULT_PREFERENCE_hipox in the > > linux-libc-headers recipes. So what's the right way to handle this? > > Something like PREFERRED_VERSION_linux-libc-heade

[oe] [PATCH] eglibc: append SRCPV to PR to automatically pick SRCREV changes without bumping PR manually

2010-05-14 Thread Martin Jansa
--- recipes/eglibc/eglibc_2.10.bb |5 +++-- recipes/eglibc/eglibc_2.11.bb |5 +++-- recipes/eglibc/eglibc_2.9.bb |5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/recipes/eglibc/eglibc_2.10.bb b/recipes/eglibc/eglibc_2.10.bb index 150d775..fb2877d 100644 --- a/r

Re: [oe] [oe-commits] Khem Raj : eglibc: Bump SRCREV for 2.11 and trunk recipes

2010-05-14 Thread Martin Jansa
On Thu, May 13, 2010 at 11:27:49PM +, git version control wrote: > Module: openembedded.git > Branch: org.openembedded.dev > Commit: 3b41668fc1e3db2713cfa61067146cfdaf2be37a > URL: > http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3b41668fc1e3db2713cfa61067146cfdaf2be37a > >

Re: [oe] please revert 0e617baf2916269bbe02cb7b2d4eb20161c86547 - change it to MACHINE_ARCH and bump PR

2010-05-14 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 13-05-10 22:03, GNUtoo wrote: > Should I attach a patch for switching only the machines that overrides > some file to MACHINE_ARCH Like I said, if an override in SRC_URI is used, OE will already mark it as MACHINE_ARCH :) regards, Koen -BEGI