All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <saul.wold@intel.com>
To: "Cui, Dexuan" <dexuan.cui@intel.com>
Cc: "poky@yoctoproject.org" <poky@yoctoproject.org>,
	'Patches and discussions about the oe-core layer'
	<openembedded-core@lists.openembedded.org>
Subject: Re: [poky] [PATCH 1/1] qt4: remove the option -feliminate-dwarf2-dups to fix the build
Date: Fri, 08 Apr 2011 11:18:14 -0700	[thread overview]
Message-ID: <4D9F5166.1020500@intel.com> (raw)
In-Reply-To: <1865303E0DED764181A9D882DEF65FB68A3F6A15D4@shsmsx502.ccr.corp.intel.com>

On 03/29/2011 04:43 AM, Cui, Dexuan wrote:
> Richard Purdie wrote:
>> On Tue, 2011-03-29 at 16:52 +0800, Dexuan Cui wrote:
>>> From: Dexuan Cui<dexuan.cui@intel.com>
>>>
>>> [YOCTO #932]
>>>
>>> After commit 5ea06dc295b657383fd97545c15255b294cf1a79(bitbake.conf:
>>> Prune global OPTIMIZATION flags) that adds an option
>>> -feliminate-dwarf2-dups, gcc 4.5 reports such an internal compiler
>>> error when building Qt4 if the option is used:
>>>
>>>> graphicsview/qgridlayoutengine.cpp:1553:1: internal compiler error:
>>>> in build_abbrev_table, at dwarf2out.c:9806 Please submit a full bug
>>>> report,
>>>> with preprocessed source if appropriate.
>>>> See<http://gcc.gnu.org/bugs.html>  for instructions.
>>>
>>> This is a gcc bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47361
>>>
>>> At present we can remove the option as a workaround.
>>>
>>> Thanks Robert Berger for reporting the bug and his investigation in
>>> gcc bugzilla and thanks Khem Raj for the quick suggestion about
>>> removing
>>> the option.
>>
>> How about we add the patch for this issue:
>>
>> http://gcc.gnu.org/ml/gcc-patches/2011-01/msg01647.html
> Ok,  I'll apply the patch to g++ and test building qt4.
>
Any update on this patch?

Sau!

> Thanks,
> -- Dexuan
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>




WARNING: multiple messages have this Message-ID (diff)
From: Saul Wold <saul.wold@intel.com>
To: "Cui, Dexuan" <dexuan.cui@intel.com>
Cc: "poky@yoctoproject.org" <poky@yoctoproject.org>,
	'Patches and discussions about the oe-core layer'
	<openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] [PATCH 1/1] qt4: remove the option -feliminate-dwarf2-dups to fix the build
Date: Fri, 08 Apr 2011 11:18:14 -0700	[thread overview]
Message-ID: <4D9F5166.1020500@intel.com> (raw)
In-Reply-To: <1865303E0DED764181A9D882DEF65FB68A3F6A15D4@shsmsx502.ccr.corp.intel.com>

On 03/29/2011 04:43 AM, Cui, Dexuan wrote:
> Richard Purdie wrote:
>> On Tue, 2011-03-29 at 16:52 +0800, Dexuan Cui wrote:
>>> From: Dexuan Cui<dexuan.cui@intel.com>
>>>
>>> [YOCTO #932]
>>>
>>> After commit 5ea06dc295b657383fd97545c15255b294cf1a79(bitbake.conf:
>>> Prune global OPTIMIZATION flags) that adds an option
>>> -feliminate-dwarf2-dups, gcc 4.5 reports such an internal compiler
>>> error when building Qt4 if the option is used:
>>>
>>>> graphicsview/qgridlayoutengine.cpp:1553:1: internal compiler error:
>>>> in build_abbrev_table, at dwarf2out.c:9806 Please submit a full bug
>>>> report,
>>>> with preprocessed source if appropriate.
>>>> See<http://gcc.gnu.org/bugs.html>  for instructions.
>>>
>>> This is a gcc bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47361
>>>
>>> At present we can remove the option as a workaround.
>>>
>>> Thanks Robert Berger for reporting the bug and his investigation in
>>> gcc bugzilla and thanks Khem Raj for the quick suggestion about
>>> removing
>>> the option.
>>
>> How about we add the patch for this issue:
>>
>> http://gcc.gnu.org/ml/gcc-patches/2011-01/msg01647.html
> Ok,  I'll apply the patch to g++ and test building qt4.
>
Any update on this patch?

Sau!

> Thanks,
> -- Dexuan
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>



  reply	other threads:[~2011-04-08 18:21 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-29  8:52 [PATCH 0/1] qt4: remove the option -feliminate-dwarf2-dups to fix the build Dexuan Cui
2011-03-29  8:52 ` [PATCH 1/1] " Dexuan Cui
2011-03-29 10:43   ` Richard Purdie
2011-03-29 10:43     ` [OE-core] " Richard Purdie
2011-03-29 11:43     ` Cui, Dexuan
2011-03-29 11:43       ` [OE-core] " Cui, Dexuan
2011-04-08 18:18       ` Saul Wold [this message]
2011-04-08 18:18         ` Saul Wold
2011-04-08 18:32         ` [poky] " Gary Thomas
2011-04-08 18:32           ` [OE-core] " Gary Thomas
2011-04-09 13:48         ` [poky] " Cui, Dexuan

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=4D9F5166.1020500@intel.com \
    --to=saul.wold@intel.com \
    --cc=dexuan.cui@intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=poky@yoctoproject.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.