From: Khem Raj <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 1/2] icecc: remove bb.errors on un-built compilers
Date: Wed, 15 Jul 2009 10:15:30 -0700 [thread overview]
Message-ID: <20090715171503.GA15057@gmail.com> (raw)
In-Reply-To: <1247662361-20485-1-git-send-email-khimov@altell.ru>
On (15/07/09 16:52), Roman I Khimov wrote:
> Building things with icecc and BB_NUMBER_THREADS more then 1 you could see
> a lot of messages:
>
> ERROR: no cross compiler built yet?
>
> before gcc-cross would be properly built. There is technically nothing wrong,
> cross compiler is not there yet and it's not needed when bitbake does
> fetch-unpack-patch and other things to prepare package build. But it makes
> people uncomfortable.
>
> We can safely kill this messages.
provided that this part of code is not executed again when cross
compiler is really needed because then we will not get the warning
where we should get it legitimately.
Thanks
-Khem
> ---
> classes/icecc.bbclass | 2 --
> 1 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/classes/icecc.bbclass b/classes/icecc.bbclass
> index 0eb2d9f..27e0e56 100644
> --- a/classes/icecc.bbclass
> +++ b/classes/icecc.bbclass
> @@ -62,7 +62,6 @@ def create_cross_env(bb,d):
> os.stat(os.path.join(ice_dir, target_sys, 'lib', 'libstdc++.so'))
> os.stat(os.path.join(ice_dir, target_sys, 'bin', 'g++'))
> except: # no cross compiler built yet
> - bb.error('no cross compiler built yet?')
> return ""
>
> VERSION = icc_determine_gcc_version( os.path.join(ice_dir,target_sys,"bin","g++") )
> @@ -159,7 +158,6 @@ def create_cross_kernel_env(bb,d):
> try:
> os.stat(os.path.join(ice_dir, 'bin', kernel_cc))
> except: # no cross compiler built yet
> - bb.error('no kernel cross compiler built yet')
> return ""
>
> VERSION = icc_determine_gcc_version( os.path.join(ice_dir,"bin",kernel_cc) )
> --
> 1.6.3.3
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
next prev parent reply other threads:[~2009-07-15 17:29 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-15 12:52 [PATCH 1/2] icecc: remove bb.errors on un-built compilers Roman I Khimov
2009-07-15 12:52 ` [PATCH 2/2] icecc: introduce ICECC_FALLBACK_PARALLEL Roman I Khimov
2009-07-15 14:09 ` Phil Blundell
2009-07-15 14:43 ` Roman I Khimov
2009-07-15 17:15 ` Khem Raj [this message]
2009-07-16 11:22 ` [PATCH 1/2] icecc: remove bb.errors on un-built compilers Roman I Khimov
-- strict thread matches above, loose matches on Subject: below --
2009-07-15 12:52 Roman I Khimov
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=20090715171503.GA15057@gmail.com \
--to=raj.khem@gmail.com \
--cc=openembedded-devel@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.