All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC] tcmode-default: Set 4.8 as default
@ 2013-05-12 11:05 Saul Wold
  2013-05-12 16:29 ` Khem Raj
  2013-05-19  8:24 ` Martin Jansa
  0 siblings, 2 replies; 15+ messages in thread
From: Saul Wold @ 2013-05-12 11:05 UTC (permalink / raw)
  To: openembedded-core

This changes the default GCC to 4.8, it has been tested with OE-Core
and a number of layers have been testing with it for the last few weeks.

There are some minor issues outside of OE-Core. These will be addressed
with time.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Cc: Khem Raj <raj.khem@gmail.com>

---
 meta/conf/distro/include/tcmode-default.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
index 88d109b..f3942b5 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -17,7 +17,7 @@ PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}libc-initial = "${TCLIBC}-initial"
 PREFERRED_PROVIDER_virtual/nativesdk-${SDK_PREFIX}libc-initial = "nativesdk-${TCLIBC}-initial"
 PREFERRED_PROVIDER_virtual/gettext ??= "gettext"
 
-GCCVERSION ?= "4.7%"
+GCCVERSION ?= "4.8%"
 SDKGCCVERSION ?= "${GCCVERSION}"
 BINUVERSION ?= "2.23.2"
 EGLIBCVERSION ?= "2.17"
-- 
1.8.0.2




^ permalink raw reply related	[flat|nested] 15+ messages in thread

* Re: [RFC] tcmode-default: Set 4.8 as default
  2013-05-12 11:05 [RFC] tcmode-default: Set 4.8 as default Saul Wold
@ 2013-05-12 16:29 ` Khem Raj
  2013-05-12 17:35   ` Saul Wold
  2013-05-19  8:24 ` Martin Jansa
  1 sibling, 1 reply; 15+ messages in thread
From: Khem Raj @ 2013-05-12 16:29 UTC (permalink / raw)
  To: Saul Wold; +Cc: openembedded-core

Hi Saul

There is one serious problem that I ran into was that qemuarm 3.8 kernel segfaulted
is it working for you ?

-Khem

On May 12, 2013, at 4:05 AM, Saul Wold <sgw@linux.intel.com> wrote:

> This changes the default GCC to 4.8, it has been tested with OE-Core
> and a number of layers have been testing with it for the last few weeks.
> 
> There are some minor issues outside of OE-Core. These will be addressed
> with time.
> 
> Signed-off-by: Saul Wold <sgw@linux.intel.com>
> Cc: Khem Raj <raj.khem@gmail.com>
> 
> ---
> meta/conf/distro/include/tcmode-default.inc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
> index 88d109b..f3942b5 100644
> --- a/meta/conf/distro/include/tcmode-default.inc
> +++ b/meta/conf/distro/include/tcmode-default.inc
> @@ -17,7 +17,7 @@ PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}libc-initial = "${TCLIBC}-initial"
> PREFERRED_PROVIDER_virtual/nativesdk-${SDK_PREFIX}libc-initial = "nativesdk-${TCLIBC}-initial"
> PREFERRED_PROVIDER_virtual/gettext ??= "gettext"
> 
> -GCCVERSION ?= "4.7%"
> +GCCVERSION ?= "4.8%"
> SDKGCCVERSION ?= "${GCCVERSION}"
> BINUVERSION ?= "2.23.2"
> EGLIBCVERSION ?= "2.17"
> -- 
> 1.8.0.2
> 




^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [RFC] tcmode-default: Set 4.8 as default
  2013-05-12 16:29 ` Khem Raj
@ 2013-05-12 17:35   ` Saul Wold
  2013-05-12 21:49     ` Khem Raj
  0 siblings, 1 reply; 15+ messages in thread
From: Saul Wold @ 2013-05-12 17:35 UTC (permalink / raw)
  To: Khem Raj; +Cc: Ashfield, Bruce, openembedded-core

On 05/12/2013 09:29 AM, Khem Raj wrote:
> Hi Saul
>
> There is one serious problem that I ran into was that qemuarm 3.8 kernel segfaulted
> is it working for you ?
>
Nope your right there does appear to be a problem with ARM, I thought we 
where have sanity test issues again, I just completed a build and 
verified that I get a Kernel paninc with 3.8 Kernel and 4.8 GCC.

Not ready yet!

Khem, are you looking into it?  I have CC'ed Bruce for the kernel also.

Sau!


> -Khem
>
> On May 12, 2013, at 4:05 AM, Saul Wold <sgw@linux.intel.com> wrote:
>
>> This changes the default GCC to 4.8, it has been tested with OE-Core
>> and a number of layers have been testing with it for the last few weeks.
>>
>> There are some minor issues outside of OE-Core. These will be addressed
>> with time.
>>
>> Signed-off-by: Saul Wold <sgw@linux.intel.com>
>> Cc: Khem Raj <raj.khem@gmail.com>
>>
>> ---
>> meta/conf/distro/include/tcmode-default.inc | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
>> index 88d109b..f3942b5 100644
>> --- a/meta/conf/distro/include/tcmode-default.inc
>> +++ b/meta/conf/distro/include/tcmode-default.inc
>> @@ -17,7 +17,7 @@ PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}libc-initial = "${TCLIBC}-initial"
>> PREFERRED_PROVIDER_virtual/nativesdk-${SDK_PREFIX}libc-initial = "nativesdk-${TCLIBC}-initial"
>> PREFERRED_PROVIDER_virtual/gettext ??= "gettext"
>>
>> -GCCVERSION ?= "4.7%"
>> +GCCVERSION ?= "4.8%"
>> SDKGCCVERSION ?= "${GCCVERSION}"
>> BINUVERSION ?= "2.23.2"
>> EGLIBCVERSION ?= "2.17"
>> --
>> 1.8.0.2
>>
>



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [RFC] tcmode-default: Set 4.8 as default
  2013-05-12 17:35   ` Saul Wold
@ 2013-05-12 21:49     ` Khem Raj
  2013-05-12 22:23       ` Bruce Ashfield
  0 siblings, 1 reply; 15+ messages in thread
From: Khem Raj @ 2013-05-12 21:49 UTC (permalink / raw)
  To: Saul Wold; +Cc: Ashfield, Bruce, openembedded-core


On May 12, 2013, at 10:35 AM, Saul Wold <sgw@linux.intel.com> wrote:

> On 05/12/2013 09:29 AM, Khem Raj wrote:
>> Hi Saul
>> 
>> There is one serious problem that I ran into was that qemuarm 3.8 kernel segfaulted
>> is it working for you ?
>> 
> Nope your right there does appear to be a problem with ARM, I thought we where have sanity test issues again, I just completed a build and verified that I get a Kernel paninc with 3.8 Kernel and 4.8 GCC.
> 
> Not ready yet!
> 
> Khem, are you looking into it?  I have CC'ed Bruce for the kernel also.

haven't looked into the problem in detail. Its one of those either a problem in gcc or gcc uncovering a latent bug in kernel.





^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [RFC] tcmode-default: Set 4.8 as default
  2013-05-12 21:49     ` Khem Raj
@ 2013-05-12 22:23       ` Bruce Ashfield
  2013-05-13  8:41         ` Jack Mitchell
  0 siblings, 1 reply; 15+ messages in thread
From: Bruce Ashfield @ 2013-05-12 22:23 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembedded-core

On 13-05-12 5:49 PM, Khem Raj wrote:
>
> On May 12, 2013, at 10:35 AM, Saul Wold <sgw@linux.intel.com> wrote:
>
>> On 05/12/2013 09:29 AM, Khem Raj wrote:
>>> Hi Saul
>>>
>>> There is one serious problem that I ran into was that qemuarm 3.8 kernel segfaulted
>>> is it working for you ?
>>>
>> Nope your right there does appear to be a problem with ARM, I thought we where have sanity test issues again, I just completed a build and verified that I get a Kernel paninc with 3.8 Kernel and 4.8 GCC.
>>
>> Not ready yet!
>>
>> Khem, are you looking into it?  I have CC'ed Bruce for the kernel also.
>
> haven't looked into the problem in detail. Its one of those either a problem in gcc or gcc uncovering a latent bug in kernel.

I'll get myself set up and do a build on Monday, see if anything obvious
pops up (i.e. start with the latest and see if it works, then bisect
back). I'm already poking at mips64, so I can do this in parallel.

Bruce

>
>




^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [RFC] tcmode-default: Set 4.8 as default
  2013-05-12 22:23       ` Bruce Ashfield
@ 2013-05-13  8:41         ` Jack Mitchell
  2013-05-13  9:29           ` Koen Kooi
  2013-05-13 12:31           ` Bruce Ashfield
  0 siblings, 2 replies; 15+ messages in thread
From: Jack Mitchell @ 2013-05-13  8:41 UTC (permalink / raw)
  To: openembedded-core

On 12/05/13 23:23, Bruce Ashfield wrote:
> On 13-05-12 5:49 PM, Khem Raj wrote:
>>
>> On May 12, 2013, at 10:35 AM, Saul Wold <sgw@linux.intel.com> wrote:
>>
>>> On 05/12/2013 09:29 AM, Khem Raj wrote:
>>>> Hi Saul
>>>>
>>>> There is one serious problem that I ran into was that qemuarm 3.8 
>>>> kernel segfaulted
>>>> is it working for you ?
>>>>
>>> Nope your right there does appear to be a problem with ARM, I 
>>> thought we where have sanity test issues again, I just completed a 
>>> build and verified that I get a Kernel paninc with 3.8 Kernel and 
>>> 4.8 GCC.
>>>
>>> Not ready yet!
>>>
>>> Khem, are you looking into it?  I have CC'ed Bruce for the kernel also.
>>
>> haven't looked into the problem in detail. Its one of those either a 
>> problem in gcc or gcc uncovering a latent bug in kernel.
>
> I'll get myself set up and do a build on Monday, see if anything obvious
> pops up (i.e. start with the latest and see if it works, then bisect
> back). I'm already poking at mips64, so I can do this in parallel.
>
> Bruce
>
>>
>>
>

I know the beaglebone kernel was segfaulting on me until Koen updated to 
3.8.11, I think it included some important backports. Would definitely 
be worth a try, Koen can point to you to commit which fixed it, I seem 
to have lost the link into the IRC nether.

Cheers,

-- 

   Jack Mitchell (jack@embed.me.uk)
   Embedded Systems Engineer
   http://www.embed.me.uk

--




^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [RFC] tcmode-default: Set 4.8 as default
  2013-05-13  8:41         ` Jack Mitchell
@ 2013-05-13  9:29           ` Koen Kooi
  2013-05-13 12:31           ` Bruce Ashfield
  1 sibling, 0 replies; 15+ messages in thread
From: Koen Kooi @ 2013-05-13  9:29 UTC (permalink / raw)
  To: ml; +Cc: openembedded-core


Op 13 mei 2013, om 10:41 heeft Jack Mitchell <ml@communistcode.co.uk> het volgende geschreven:

> On 12/05/13 23:23, Bruce Ashfield wrote:
>> On 13-05-12 5:49 PM, Khem Raj wrote:
>>> 
>>> On May 12, 2013, at 10:35 AM, Saul Wold <sgw@linux.intel.com> wrote:
>>> 
>>>> On 05/12/2013 09:29 AM, Khem Raj wrote:
>>>>> Hi Saul
>>>>> 
>>>>> There is one serious problem that I ran into was that qemuarm 3.8 kernel segfaulted
>>>>> is it working for you ?
>>>>> 
>>>> Nope your right there does appear to be a problem with ARM, I thought we where have sanity test issues again, I just completed a build and verified that I get a Kernel paninc with 3.8 Kernel and 4.8 GCC.
>>>> 
>>>> Not ready yet!
>>>> 
>>>> Khem, are you looking into it?  I have CC'ed Bruce for the kernel also.
>>> 
>>> haven't looked into the problem in detail. Its one of those either a problem in gcc or gcc uncovering a latent bug in kernel.
>> 
>> I'll get myself set up and do a build on Monday, see if anything obvious
>> pops up (i.e. start with the latest and see if it works, then bisect
>> back). I'm already poking at mips64, so I can do this in parallel.
>> 
>> Bruce
>> 
>>> 
>>> 
>> 
> 
> I know the beaglebone kernel was segfaulting on me until Koen updated to 3.8.11, I think it included some important backports. Would definitely be worth a try, Koen can point to you to commit which fixed it, I seem to have lost the link into the IRC nether.

I'm fairly sure this is the one: 
	
	http://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?id=84237e8d1b43b896a86e14928993901993ede254

I only tested the 3.8.10 -> 3.811 update in one go, so it could a different patch.

regars,

Koen


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [RFC] tcmode-default: Set 4.8 as default
  2013-05-13  8:41         ` Jack Mitchell
  2013-05-13  9:29           ` Koen Kooi
@ 2013-05-13 12:31           ` Bruce Ashfield
  1 sibling, 0 replies; 15+ messages in thread
From: Bruce Ashfield @ 2013-05-13 12:31 UTC (permalink / raw)
  To: Jack Mitchell; +Cc: Patches and discussions about the oe-core layer

On Mon, May 13, 2013 at 4:41 AM, Jack Mitchell <ml@communistcode.co.uk> wrote:
> On 12/05/13 23:23, Bruce Ashfield wrote:
>>
>> On 13-05-12 5:49 PM, Khem Raj wrote:
>>>
>>>
>>> On May 12, 2013, at 10:35 AM, Saul Wold <sgw@linux.intel.com> wrote:
>>>
>>>> On 05/12/2013 09:29 AM, Khem Raj wrote:
>>>>>
>>>>> Hi Saul
>>>>>
>>>>> There is one serious problem that I ran into was that qemuarm 3.8
>>>>> kernel segfaulted
>>>>> is it working for you ?
>>>>>
>>>> Nope your right there does appear to be a problem with ARM, I thought we
>>>> where have sanity test issues again, I just completed a build and verified
>>>> that I get a Kernel paninc with 3.8 Kernel and 4.8 GCC.
>>>>
>>>> Not ready yet!
>>>>
>>>> Khem, are you looking into it?  I have CC'ed Bruce for the kernel also.
>>>
>>>
>>> haven't looked into the problem in detail. Its one of those either a
>>> problem in gcc or gcc uncovering a latent bug in kernel.
>>
>>
>> I'll get myself set up and do a build on Monday, see if anything obvious
>> pops up (i.e. start with the latest and see if it works, then bisect
>> back). I'm already poking at mips64, so I can do this in parallel.
>>
>> Bruce
>>
>>>
>>>
>>
>
> I know the beaglebone kernel was segfaulting on me until Koen updated to
> 3.8.11, I think it included some important backports. Would definitely be
> worth a try, Koen can point to you to commit which fixed it, I seem to have
> lost the link into the IRC nether.

Luckily I have the latest 3.8.x ready to go, and we are already on 3.8.11, so
as Koen indicated in his follow up, it may be a patch in 3.8.11 + something
else. I'll start with my latest 3.8 tree, and then use 3.9 and 3.10 respectively
until I can find the patch.

That being said, if anyone else bisects and finds the fix, I'll be
happy to merge
a change, or take the confirmation that it's in the pending -stable update.

Bruce

>
> Cheers,
>
> --
>
>   Jack Mitchell (jack@embed.me.uk)
>   Embedded Systems Engineer
>   http://www.embed.me.uk
>
> --
>
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



--
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [RFC] tcmode-default: Set 4.8 as default
  2013-05-12 11:05 [RFC] tcmode-default: Set 4.8 as default Saul Wold
  2013-05-12 16:29 ` Khem Raj
@ 2013-05-19  8:24 ` Martin Jansa
  2013-05-19  8:27   ` [PATCH] pixman: temporary disable thumb Martin Jansa
  2013-05-19  8:55   ` [RFC] tcmode-default: Set 4.8 as default Phil Blundell
  1 sibling, 2 replies; 15+ messages in thread
From: Martin Jansa @ 2013-05-19  8:24 UTC (permalink / raw)
  To: Saul Wold; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 2580 bytes --]

On Sun, May 12, 2013 at 04:05:39AM -0700, Saul Wold wrote:
> This changes the default GCC to 4.8, it has been tested with OE-Core
> and a number of layers have been testing with it for the last few weeks.
> 
> There are some minor issues outside of OE-Core. These will be addressed
> with time.
> 
> Signed-off-by: Saul Wold <sgw@linux.intel.com>
> Cc: Khem Raj <raj.khem@gmail.com>
> 
> ---
>  meta/conf/distro/include/tcmode-default.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
> index 88d109b..f3942b5 100644
> --- a/meta/conf/distro/include/tcmode-default.inc
> +++ b/meta/conf/distro/include/tcmode-default.inc
> @@ -17,7 +17,7 @@ PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}libc-initial = "${TCLIBC}-initial"
>  PREFERRED_PROVIDER_virtual/nativesdk-${SDK_PREFIX}libc-initial = "nativesdk-${TCLIBC}-initial"
>  PREFERRED_PROVIDER_virtual/gettext ??= "gettext"
>  
> -GCCVERSION ?= "4.7%"
> +GCCVERSION ?= "4.8%"
>  SDKGCCVERSION ?= "${GCCVERSION}"
>  BINUVERSION ?= "2.23.2"
>  EGLIBCVERSION ?= "2.17"

There is also ICE when pixman is built with thumb enabled (e.g. qemuarm
+ ARM_INSTRUCTION_SET = "thumb" set, with thumb disabled it builds fine.

OE @ ~/oe-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/pixman/1_0.29.4-r0/pixman-0.29.4/test $ make
../arm-oe-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-oe-linux-gnueabi-gcc  -march=armv5te -mthumb -mthumb-interwork --sysroot=/OE/oe-core/tmp-eglibc/sysroots/qemuarm -DHAVE_CONFIG_H -I. -I..  -I../pixman -I../pixman -I/OE/oe-core/tmp-eglibc/sysroots/qemuarm/usr/include/libpng16    -O2 -pipe -g -feliminate-unused-debug-types -Wall -fno-strict-aliasing -fvisibility=hidden -c -o utils-prng.lo utils-prng.c
arm-oe-linux-gnueabi-libtool: compile:  arm-oe-linux-gnueabi-gcc -march=armv5te -mthumb -mthumb-interwork --sysroot=/OE/oe-core/tmp-eglibc/sysroots/qemuarm -DHAVE_CONFIG_H -I. -I.. -I../pixman -I../pixman -I/OE/oe-core/tmp-eglibc/sysroots/qemuarm/usr/include/libpng16 -O2 -pipe -g -feliminate-unused-debug-types -Wall -fno-strict-aliasing -fvisibility=hidden -c utils-prng.c  -fPIC -DPIC -o .libs/utils-prng.o
utils-prng.c: In function 'prng_srand_r':
utils-prng.c:73:1: internal compiler error: Segmentation fault
 }
 ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make: *** [utils-prng.lo] Error 1

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [PATCH] pixman: temporary disable thumb
  2013-05-19  8:24 ` Martin Jansa
@ 2013-05-19  8:27   ` Martin Jansa
  2013-05-19  9:33     ` [PATCHv2] " Martin Jansa
  2013-05-19  8:55   ` [RFC] tcmode-default: Set 4.8 as default Phil Blundell
  1 sibling, 1 reply; 15+ messages in thread
From: Martin Jansa @ 2013-05-19  8:27 UTC (permalink / raw)
  To: openembedded-core

* building with thumb triggers ICE with gcc-4.8
OE @ ~/oe-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/pixman/1_0.29.4-r0/pixman-0.29.4/test $ make
../arm-oe-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-oe-linux-gnueabi-gcc  -march=armv5te -mthumb -mthumb-interwork
--sysroot=/OE/oe-core/tmp-eglibc/sysroots/qemuarm -DHAVE_CONFIG_H -I. -I..  -I../pixman -I../pixman
-I/OE/oe-core/tmp-eglibc/sysroots/qemuarm/usr/include/libpng16    -O2 -pipe -g -feliminate-unused-debug-types -Wall -fno-strict-aliasing -fvisibility=hidden
-c -o utils-prng.lo utils-prng.c
arm-oe-linux-gnueabi-libtool: compile:  arm-oe-linux-gnueabi-gcc -march=armv5te -mthumb -mthumb-interwork --sysroot=/OE/oe-core/tmp-eglibc/sysroots/qemuarm
-DHAVE_CONFIG_H -I. -I.. -I../pixman -I../pixman -I/OE/oe-core/tmp-eglibc/sysroots/qemuarm/usr/include/libpng16 -O2 -pipe -g -feliminate-unused-debug-types
-Wall -fno-strict-aliasing -fvisibility=hidden -c utils-prng.c  -fPIC -DPIC -o .libs/utils-prng.o
utils-prng.c: In function 'prng_srand_r':
utils-prng.c:73:1: internal compiler error: Segmentation fault
 }
 ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make: *** [utils-prng.lo] Error 1

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta/recipes-graphics/xorg-lib/pixman_0.29.4.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.29.4.bb b/meta/recipes-graphics/xorg-lib/pixman_0.29.4.bb
index b1bd557..7cc5a74 100644
--- a/meta/recipes-graphics/xorg-lib/pixman_0.29.4.bb
+++ b/meta/recipes-graphics/xorg-lib/pixman_0.29.4.bb
@@ -23,6 +23,8 @@ NEON = " --disable-arm-neon "
 NEON_armv7a = " "
 NEON_armv7a-vfp-neon = " "
 
+ARM_INSTRUCTION_SET = "arm"
+
 EXTRA_OECONF = "--disable-gtk ${IWMMXT} ${LOONGSON_MMI} ${NEON}"
 EXTRA_OECONF_class-native = "--disable-gtk"
 
-- 
1.8.2.1




^ permalink raw reply related	[flat|nested] 15+ messages in thread

* Re: [RFC] tcmode-default: Set 4.8 as default
  2013-05-19  8:24 ` Martin Jansa
  2013-05-19  8:27   ` [PATCH] pixman: temporary disable thumb Martin Jansa
@ 2013-05-19  8:55   ` Phil Blundell
  2013-05-19  8:58     ` Martin Jansa
  1 sibling, 1 reply; 15+ messages in thread
From: Phil Blundell @ 2013-05-19  8:55 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-core

On Sun, 2013-05-19 at 10:24 +0200, Martin Jansa wrote:
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <http://gcc.gnu.org/bugs.html> for instructions.

Did you do that?  Please add the PR number to the check message so we
can tell when it's been fixed.

p.





^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [RFC] tcmode-default: Set 4.8 as default
  2013-05-19  8:55   ` [RFC] tcmode-default: Set 4.8 as default Phil Blundell
@ 2013-05-19  8:58     ` Martin Jansa
  2013-05-19  9:16       ` Phil Blundell
  0 siblings, 1 reply; 15+ messages in thread
From: Martin Jansa @ 2013-05-19  8:58 UTC (permalink / raw)
  To: Phil Blundell; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 567 bytes --]

On Sun, May 19, 2013 at 09:55:01AM +0100, Phil Blundell wrote:
> On Sun, 2013-05-19 at 10:24 +0200, Martin Jansa wrote:
> > Please submit a full bug report,
> > with preprocessed source if appropriate.
> > See <http://gcc.gnu.org/bugs.html> for instructions.
> 
> Did you do that?  Please add the PR number to the check message so we
> can tell when it's been fixed.

Not yet, I'm trying to strip test case from pixman, but sofar I can
reproduce it only with significant chunk of pixman code.

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [RFC] tcmode-default: Set 4.8 as default
  2013-05-19  8:58     ` Martin Jansa
@ 2013-05-19  9:16       ` Phil Blundell
  0 siblings, 0 replies; 15+ messages in thread
From: Phil Blundell @ 2013-05-19  9:16 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-core

On Sun, 2013-05-19 at 10:58 +0200, Martin Jansa wrote:
> On Sun, May 19, 2013 at 09:55:01AM +0100, Phil Blundell wrote:
> > On Sun, 2013-05-19 at 10:24 +0200, Martin Jansa wrote:
> > > Please submit a full bug report,
> > > with preprocessed source if appropriate.
> > > See <http://gcc.gnu.org/bugs.html> for instructions.
> > 
> > Did you do that?  Please add the PR number to the check message so we
> > can tell when it's been fixed.
> 
> Not yet, I'm trying to strip test case from pixman, but sofar I can
> reproduce it only with significant chunk of pixman code.

That doesn't matter.  Unless the testcase is hundreds of megabytes, you
don't need to make heroic efforts to reduce it.  Just go ahead and file
a bug using whatever file you found the problem in.

p.





^ permalink raw reply	[flat|nested] 15+ messages in thread

* [PATCHv2] pixman: temporary disable thumb
  2013-05-19  8:27   ` [PATCH] pixman: temporary disable thumb Martin Jansa
@ 2013-05-19  9:33     ` Martin Jansa
  2013-06-12 17:22       ` Martin Jansa
  0 siblings, 1 reply; 15+ messages in thread
From: Martin Jansa @ 2013-05-19  9:33 UTC (permalink / raw)
  To: openembedded-core

* building with thumb triggers ICE with gcc-4.8
  http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57329

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta/recipes-graphics/xorg-lib/pixman_0.29.4.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.29.4.bb b/meta/recipes-graphics/xorg-lib/pixman_0.29.4.bb
index b1bd557..7cc5a74 100644
--- a/meta/recipes-graphics/xorg-lib/pixman_0.29.4.bb
+++ b/meta/recipes-graphics/xorg-lib/pixman_0.29.4.bb
@@ -23,6 +23,8 @@ NEON = " --disable-arm-neon "
 NEON_armv7a = " "
 NEON_armv7a-vfp-neon = " "
 
+ARM_INSTRUCTION_SET = "arm"
+
 EXTRA_OECONF = "--disable-gtk ${IWMMXT} ${LOONGSON_MMI} ${NEON}"
 EXTRA_OECONF_class-native = "--disable-gtk"
 
-- 
1.8.2.1




^ permalink raw reply related	[flat|nested] 15+ messages in thread

* Re: [PATCHv2] pixman: temporary disable thumb
  2013-05-19  9:33     ` [PATCHv2] " Martin Jansa
@ 2013-06-12 17:22       ` Martin Jansa
  0 siblings, 0 replies; 15+ messages in thread
From: Martin Jansa @ 2013-06-12 17:22 UTC (permalink / raw)
  To: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 1055 bytes --]

On Sun, May 19, 2013 at 11:33:17AM +0200, Martin Jansa wrote:
> * building with thumb triggers ICE with gcc-4.8
>   http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57329

This patch is superseded by
http://patchwork.openembedded.org/patch/51567/
which fixes this issue.

> 
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> ---
>  meta/recipes-graphics/xorg-lib/pixman_0.29.4.bb | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.29.4.bb b/meta/recipes-graphics/xorg-lib/pixman_0.29.4.bb
> index b1bd557..7cc5a74 100644
> --- a/meta/recipes-graphics/xorg-lib/pixman_0.29.4.bb
> +++ b/meta/recipes-graphics/xorg-lib/pixman_0.29.4.bb
> @@ -23,6 +23,8 @@ NEON = " --disable-arm-neon "
>  NEON_armv7a = " "
>  NEON_armv7a-vfp-neon = " "
>  
> +ARM_INSTRUCTION_SET = "arm"
> +
>  EXTRA_OECONF = "--disable-gtk ${IWMMXT} ${LOONGSON_MMI} ${NEON}"
>  EXTRA_OECONF_class-native = "--disable-gtk"
>  
> -- 
> 1.8.2.1
> 

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2013-06-12 17:22 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-12 11:05 [RFC] tcmode-default: Set 4.8 as default Saul Wold
2013-05-12 16:29 ` Khem Raj
2013-05-12 17:35   ` Saul Wold
2013-05-12 21:49     ` Khem Raj
2013-05-12 22:23       ` Bruce Ashfield
2013-05-13  8:41         ` Jack Mitchell
2013-05-13  9:29           ` Koen Kooi
2013-05-13 12:31           ` Bruce Ashfield
2013-05-19  8:24 ` Martin Jansa
2013-05-19  8:27   ` [PATCH] pixman: temporary disable thumb Martin Jansa
2013-05-19  9:33     ` [PATCHv2] " Martin Jansa
2013-06-12 17:22       ` Martin Jansa
2013-05-19  8:55   ` [RFC] tcmode-default: Set 4.8 as default Phil Blundell
2013-05-19  8:58     ` Martin Jansa
2013-05-19  9:16       ` Phil Blundell

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.