From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: Reproducible build problem with BB_NUMBER_THREADS=8
Date: Thu, 01 Dec 2011 12:48:13 +0000 [thread overview]
Message-ID: <1322743693.17484.120.camel@ted> (raw)
In-Reply-To: <CAOd_LFzLRF3VvbQqrGekjtLSvfyXHQHeKyd=QcnAUFQpaGg8uA@mail.gmail.com>
On Thu, 2011-12-01 at 07:34 -0500, Cliff Brake wrote:
> On Tue, Nov 15, 2011 at 6:03 AM, Eric Bénard <eric@eukrea.com> wrote:
>
> > The workaround is to reduce BB_NUMBER_THREADS to <=4 which seems to never
> > bring the problem (at least for a dozen of builds).
> >
> > Does anyone meet the same problem ?
>
> Yes, I just ran into this problem with a snapshot from yesterday.
>
> > Any idea of what could be wrong here ?
>
> No, I don't. Its odd because the string includes are present:
>
> find -name string
> ./am180x-evm/usr/include/c++/string
> ./am180x-evm/usr/include/c++/debug/string
>
> Using built-in specs.
> COLLECT_GCC=arm-angstrom-linux-gnueabi-g++
> COLLECT_LTO_WRAPPER=/scratch/handera/handera-oe/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/usr/libexec/armv5te-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.5.4/lto-wrapper
> Target: arm-angstrom-linux-gnueabi
> Configured with:
> /scratch/handera/handera-oe/build/tmp-angstrom_2010_x-eglibc/work-shared/gcc-4.5-r43+svnr178923/gcc-4_5-branch/configure
> --build=x86_64-linux --host=x86_64-linux
> --target=arm-angstrom-linux-gnueabi
> --prefix=/scratch/handera/handera-oe/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/usr
> --exec_prefix=/scratch/handera/handera-oe/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/usr
> --bindir=/scratch/handera/handera-oe/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/usr/bin/armv5te-angstrom-linux-gnueabi
> --sbindir=/scratch/handera/handera-oe/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/usr/bin/armv5te-angstrom-linux-gnueabi
> --libexecdir=/scratch/handera/handera-oe/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/usr/libexec/armv5te-angstrom-linux-gnueabi
> --datadir=/scratch/handera/handera-oe/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/usr/share
> --sysconfdir=/scratch/handera/handera-oe/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/etc
> --sharedstatedir=/scratch/handera/handera-oe/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/com
> --localstatedir=/scratch/handera/handera-oe/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/var
> --libdir=/scratch/handera/handera-oe/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/usr/lib/armv5te-angstrom-linux-gnueabi
> --includedir=/scratch/handera/handera-oe/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/usr/include
> --oldincludedir=/scratch/handera/handera-oe/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/usr/include
> --infodir=/scratch/handera/handera-oe/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/usr/share/info
> --mandir=/scratch/handera/handera-oe/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/usr/share/man
> --disable-silent-rules --disable-dependency-tracking
> --with-libtool-sysroot=/scratch/handera/handera-oe/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux
> --with-gnu-ld --enable-shared --enable-languages=c,c++
> --enable-threads=posix --disable-multilib --enable-c99
> --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch
> --program-prefix=arm-angstrom-linux-gnueabi- --enable-target-optspace
> --enable-lto --enable-libssp --disable-bootstrap --disable-libgomp
> --disable-libmudflap --enable-cheaders=c_global --with-float=soft
> --with-local-prefix=/scratch/handera/handera-oe/build/tmp-angstrom_2010_x-eglibc/sysroots/am180x-evm/usr
> --with-gxx-include-dir=/usr/include/c++
> --with-sysroot=/scratch/handera/handera-oe/build/tmp-angstrom_2010_x-eglibc/sysroots/am180x-evm
> --with-build-sysroot=/scratch/handera/handera-oe/build/tmp-angstrom_2010_x-eglibc/sysroots/am180x-evm
> --enable-poison-system-directories
> --with-headers=/scratch/handera/handera-oe/build/tmp-angstrom_2010_x-eglibc/sysroots/am180x-evm/usr/include
> --disable-nls --disable-libunwind-exceptions
> --with-mpfr=/scratch/handera/handera-oe/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/usr
> --with-system-zlib --enable-nls --enable-__cxa_atexit
> Thread model: posix
> gcc version 4.5.4 20110917 (prerelease) (GCC)
>
> I noticed --with-gxx-include-dir=/usr/include/c++, but other builds
> that appear to be working also have that.
When you restart the build is the problem persistent or does it work the
second time?
Does someone have a complete console log for a build that failed with
this they could share?
Cheers,
Richard
next prev parent reply other threads:[~2011-12-01 12:54 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-15 11:03 Reproducible build problem with BB_NUMBER_THREADS=8 Eric Bénard
2011-11-15 14:32 ` Eric Bénard
2011-11-15 20:19 ` Henning Heinold
2011-11-15 20:50 ` Richard Purdie
2011-11-15 21:06 ` Henning Heinold
2011-12-01 12:34 ` Cliff Brake
2011-12-01 12:48 ` Richard Purdie [this message]
2011-12-01 14:12 ` Cliff Brake
2011-12-01 15:59 ` Ulf Samuelsson
2011-12-01 17:34 ` Henning Heinold
2011-12-01 21:17 ` Richard Purdie
2011-12-01 21:47 ` Henning Heinold
2011-12-01 23:08 ` Khem Raj
2011-12-01 23:53 ` Ulf Samuelsson
[not found] <mailman.14454.1321367942.14568.openembedded-core@lists.openembedded.org>
2011-11-15 19:24 ` Daniel Lazzari
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=1322743693.17484.120.camel@ted \
--to=richard.purdie@linuxfoundation.org \
--cc=openembedded-core@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.