2009-12-01 11:17:39

by Tarkan Erimer

[permalink] [raw]
Subject: [BUG] Linux-2.6.32-rc8-git2 Fails To Compile With GCC-4.4.2

I wanted to compile linux-2.6.32-rc8-git2 with gcc-4.2.2 on opensuse
11.2. But, it failed with the following error :

PS: When I googled, I found the same error on Ubuntu Lucid forums with
gcc-4.4.2, too.


GZIP kernel/config_data.gz
CC kernel/stop_machine.o
CC [M] arch/x86/kvm/../../../virt/kvm/kvm_main.o
CC kernel/audit.o
CC kernel/auditfilter.o
CC [M] arch/x86/kvm/../../../virt/kvm/ioapic.o
CC [M] arch/x86/kvm/../../../virt/kvm/coalesced_mmio.o
CC kernel/audit_watch.o
CC [M] arch/x86/kvm/../../../virt/kvm/irq_comm.o
CC kernel/auditsc.o
CC [M] arch/x86/kvm/../../../virt/kvm/eventfd.o
CC [M] arch/x86/kvm/x86.o
CC kernel/audit_tree.o
kernel/audit_tree.c: In function ?find_chunk?:
kernel/audit_tree.c:206: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.


tarkane:/usr/src/linux-2.6.32-rc8-git2 # gcc --version
gcc (SUSE Linux) 4.4.2 [gcc-4_4-branch revision 153890]
Copyright (C) 2009 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


2009-12-01 11:23:57

by Bernd Petrovitsch

[permalink] [raw]
Subject: Re: [BUG] Linux-2.6.32-rc8-git2 Fails To Compile With GCC-4.4.2

On Tue, 2009-12-01 at 13:17 +0200, Tarkan Erimer wrote:
> I wanted to compile linux-2.6.32-rc8-git2 with gcc-4.2.2 on opensuse
> 11.2. But, it failed with the following error :
>
> PS: When I googled, I found the same error on Ubuntu Lucid forums with
> gcc-4.4.2, too.
[...]
> CC kernel/audit_tree.o
> kernel/audit_tree.c: In function ‘find_chunk’:
> kernel/audit_tree.c:206: internal compiler error: Segmentation fault
> Please submit a full bug report,
> with preprocessed source if appropriate.
That's a clear gcc bug. So please throw it in their bugzilla (or whatever they hav).

> tarkane:/usr/src/linux-2.6.32-rc8-git2 # gcc --version
> gcc (SUSE Linux) 4.4.2 [gcc-4_4-branch revision 153890]
> Copyright (C) 2009 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions. There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Bernd
--
Firmix Software GmbH http://www.firmix.at/
mobil: +43 664 4416156 fax: +43 1 7890849-55
Embedded Linux Development and Services

2009-12-01 11:39:20

by Tarkan Erimer

[permalink] [raw]
Subject: Re: [BUG] Linux-2.6.32-rc8-git2 Fails To Compile With GCC-4.4.2

On 12/01/2009 01:23 PM, Bernd Petrovitsch wrote:
> On Tue, 2009-12-01 at 13:17 +0200, Tarkan Erimer wrote:
>
>> I wanted to compile linux-2.6.32-rc8-git2 with gcc-4.2.2 on opensuse
>> 11.2. But, it failed with the following error :
>>
>> PS: When I googled, I found the same error on Ubuntu Lucid forums with
>> gcc-4.4.2, too.
>>
> [...]
>
>> CC kernel/audit_tree.o
>> kernel/audit_tree.c: In function ‘find_chunk’:
>> kernel/audit_tree.c:206: internal compiler error: Segmentation fault
>> Please submit a full bug report,
>> with preprocessed source if appropriate.
>>
> That's a clear gcc bug. So please throw it in their bugzilla (or whatever they hav).
>
OK, I will. Thanks for pointing.

2009-12-01 11:43:46

by Bernd Petrovitsch

[permalink] [raw]
Subject: Re: [BUG] Linux-2.6.32-rc8-git2 Fails To Compile With GCC-4.4.2

On Tue, 2009-12-01 at 13:39 +0200, Tarkan Erimer wrote:
> On 12/01/2009 01:23 PM, Bernd Petrovitsch wrote:
> > On Tue, 2009-12-01 at 13:17 +0200, Tarkan Erimer wrote:
> >> I wanted to compile linux-2.6.32-rc8-git2 with gcc-4.2.2 on opensuse
> >> 11.2. But, it failed with the following error :
> >>
> >> PS: When I googled, I found the same error on Ubuntu Lucid forums with
> >> gcc-4.4.2, too.
> > [...]
> >
> >> CC kernel/audit_tree.o
> >> kernel/audit_tree.c: In function ‘find_chunk’:
> >> kernel/audit_tree.c:206: internal compiler error: Segmentation fault
> >> Please submit a full bug report,
> >> with preprocessed source if appropriate.
> >>
> > That's a clear gcc bug. So please throw it in their bugzilla (or whatever they hav).
> >
> OK, I will. Thanks for pointing.
Just to make sure: I meant OpenSUSEs bug tracker since you produced the
error with OpenSUSEs gcc.

Bernd
--
Firmix Software GmbH http://www.firmix.at/
mobil: +43 664 4416156 fax: +43 1 7890849-55
Embedded Linux Development and Services

2009-12-01 11:48:42

by Tarkan Erimer

[permalink] [raw]
Subject: Re: [BUG] Linux-2.6.32-rc8-git2 Fails To Compile With GCC-4.4.2

On 12/01/2009 01:43 PM, Bernd Petrovitsch wrote:
>
> Just to make sure: I meant OpenSUSEs bug tracker since you produced the
> error with OpenSUSEs gcc.
>
> Bernd
>
Ah, thanks for the warning. I was,almost, filing the bug report to GCC's
bugzilla! ;-)

2009-12-01 14:11:44

by Michal Marek

[permalink] [raw]
Subject: Re: [BUG] Linux-2.6.32-rc8-git2 Fails To Compile With GCC-4.4.2

On 1.12.2009 12:48, Tarkan Erimer wrote:
> On 12/01/2009 01:43 PM, Bernd Petrovitsch wrote:
>>
>> Just to make sure: I meant OpenSUSEs bug tracker since you produced the
>> error with OpenSUSEs gcc.
>>
>> Bernd
>>
> Ah, thanks for the warning. I was,almost, filing the bug report to GCC's
> bugzilla! ;-)

BTW, It was already reported and fixed: https://bugzilla.novell.com/558005 .

Michal

2009-12-01 15:27:20

by Tarkan Erimer

[permalink] [raw]
Subject: Re: [BUG] Linux-2.6.32-rc8-git2 Fails To Compile With GCC-4.4.2

On 12/01/2009 04:11 PM, Michal Marek wrote:
> BTW, It was already reported and fixed: https://bugzilla.novell.com/558005 .
>
> Michal
>
>
Thanks Michal, for the info.