Re: [OE-core] binutils from meta-oe does build build

2011-10-08 Thread Khem Raj
On Sat, Oct 8, 2011 at 9:08 AM, Philip Balister wrote: > http://pastebin.com/M0Gw0Db2 > > Basically, warnings are being treated as errors and the compile fails. you might add --disable-werror to EXTRA_OECONF in meta-oe/recipes-devtools/binutils/binutils.inc > > Philip > > __

[OE-core] binutils from meta-oe does build build

2011-10-08 Thread Philip Balister
http://pastebin.com/M0Gw0Db2 Basically, warnings are being treated as errors and the compile fails. Philip ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Re: [OE-core] tiff compile fails

2011-10-08 Thread Andreas Müller
On Saturday, October 08, 2011 05:00:33 PM Khem Raj wrote: > On Saturday, October 8, 2011, Andreas Müller wrote: > > On Saturday, October 08, 2011 03:43:11 PM Andreas Müller wrote: > >> With latest git pull for oe-core/meta-oe... & clean build dir I get > >> > >> | arm-angstrom-linux-gnueabi-libtoo

Re: [OE-core] Bitbake dependency failure with git fetcher

2011-10-08 Thread Eric Bénard
Hi, Le 08/10/2011 12:27, Koen Kooi a écrit : Op 8 okt. 2011, om 10:08 heeft Richard Purdie het volgende geschreven: On Sat, 2011-10-08 at 01:29 +0200, Koen Kooi wrote: Everytime openssl and a git recipe get changed at the same time, I end up with: | /angstrom/build/tmp-angstrom_2010_x-egli

Re: [OE-core] tiff compile fails

2011-10-08 Thread Khem Raj
On Saturday, October 8, 2011, Andreas Müller wrote: > On Saturday, October 08, 2011 03:43:11 PM Andreas Müller wrote: >> With latest git pull for oe-core/meta-oe... & clean build dir I get >> >> | arm-angstrom-linux-gnueabi-libtool: compile: ccache arm-angstrom-linux-gnueabi-g++ -march=armv7-a -f

Re: [OE-core] tiff compile fails

2011-10-08 Thread Andreas Müller
On Saturday, October 08, 2011 03:43:11 PM Andreas Müller wrote: > With latest git pull for oe-core/meta-oe... & clean build dir I get > > | arm-angstrom-linux-gnueabi-libtool: compile: ccache > arm-angstrom-linux-gnueabi-g++ -march=armv7-a -fno-tree-vectorize > -mthumb-interwork -mfloat-abi=sof

[OE-core] tiff compile fails

2011-10-08 Thread Andreas Müller
With latest git pull for oe-core/meta-oe... & clean build dir I get | arm-angstrom-linux-gnueabi-libtool: compile: ccache arm-angstrom-linux-gnueabi-g++ -march=armv7-a -fno-tree-vectorize -mthumb-interwork -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a8 -mthumb-interwork -mno-thumb --sysroot=/

Re: [OE-core] [PATCH 0/1] gnutls: fix configure failure

2011-10-08 Thread Koen Kooi
http://cgit.openembedded.org/cgit.cgi/openembedded-core/commit/?id=808b3123e359f1aebabb8af44694275e4075e031 Op 8 okt. 2011, om 10:30 heeft edwin.z...@intel.com het volgende geschreven: > From: Zhai Edwin > > All, > This patch fix configure failure of guntls after last upgrade. > Pls. help to r

Re: [OE-core] Bitbake dependency failure with git fetcher

2011-10-08 Thread Koen Kooi
Op 8 okt. 2011, om 10:08 heeft Richard Purdie het volgende geschreven: > On Sat, 2011-10-08 at 01:29 +0200, Koen Kooi wrote: >> Everytime openssl and a git recipe get changed at the same time, I end >> up with: >> >> | >> /angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/usr/bin/

[OE-core] [PATCH 1/1] gnutls: Fix configure failure

2011-10-08 Thread edwin . zhai
From: Zhai Edwin gnutls fails in configure as depends on p11-kit after last upgrade. Removing this dependency via configure option can fix following error: | checking for fork... (cached) yes | checking for P11_KIT... configure: error: Package requirements (p11-kit-1 >= 0.2) were not met: | |

[OE-core] [PATCH 0/1] gnutls: fix configure failure

2011-10-08 Thread edwin . zhai
From: Zhai Edwin All, This patch fix configure failure of guntls after last upgrade. Pls. help to review. Thanks, Edwin The following changes since commit 0d8c8cf462e5df446669355b554b3d5fdc532a11: mutter: update to 2.29.1 and fix SRC_URI (2011-10-07 11:35:50 +0100) are available in the git

Re: [OE-core] Bitbake dependency failure with git fetcher

2011-10-08 Thread Richard Purdie
On Sat, 2011-10-08 at 01:29 +0200, Koen Kooi wrote: > Everytime openssl and a git recipe get changed at the same time, I end > up with: > > | > /angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/usr/bin/git.real: > error while loading shared libraries: libcrypto.so.1.0.0: cannot op