linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: 2.6.15-rc5-mm3 (new build failure)
@ 2005-12-15 17:35 Martin Bligh
  2005-12-15 17:42 ` Michal Piotrowski
  2005-12-15 18:09 ` Benoit Boissinot
  0 siblings, 2 replies; 6+ messages in thread
From: Martin Bligh @ 2005-12-15 17:35 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton

New build failure since -mm2:
Config is 
http://ftp.kernel.org/pub/linux/kernel/people/mbligh/config/abat/elm3b67

I'm guessing it was using gcc 2.95.4, though not sure.

   CC      arch/i386/kernel/asm-offsets.s
In file included from include/linux/stddef.h:4,
                  from include/linux/posix_types.h:4,
                  from include/linux/types.h:13,
                  from include/linux/capability.h:16,
                  from include/linux/sched.h:7,
                  from arch/i386/kernel/asm-offsets.c:7:
include/linux/compiler.h:46: #error Sorry, your compiler is too old/not 
recognized.
In file included from include/linux/bitops.h:77,
                  from include/linux/thread_info.h:20,
                  from include/linux/preempt.h:10,
                  from include/linux/spinlock.h:50,
                  from include/linux/capability.h:45,
                  from include/linux/sched.h:7,
                  from arch/i386/kernel/asm-offsets.c:7:
include/asm/bitops.h: In function `sched_find_first_bit':
include/asm/bitops.h:380: warning: implicit declaration of function 
`__builtin_expect'
make[1]: *** [arch/i386/kernel/asm-offsets.s] Error 1
make: *** [prepare0] Error 2
12/15/05-06:51:19 Build the kernel. Failed rc = 2
12/15/05-06:51:19 build: kernel build Failed rc = 1
12/15/05-06:51:19 command complete: (2) rc=126
Failed and terminated the run
  Fatal error, aborting autorun

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

* Re: 2.6.15-rc5-mm3 (new build failure)
  2005-12-15 17:35 2.6.15-rc5-mm3 (new build failure) Martin Bligh
@ 2005-12-15 17:42 ` Michal Piotrowski
  2005-12-15 18:09 ` Benoit Boissinot
  1 sibling, 0 replies; 6+ messages in thread
From: Michal Piotrowski @ 2005-12-15 17:42 UTC (permalink / raw)
  To: Martin Bligh; +Cc: linux-kernel, Andrew Morton

Hi,

On 15/12/05, Martin Bligh <mbligh@mbligh.org> wrote:
> New build failure since -mm2:
> Config is
> http://ftp.kernel.org/pub/linux/kernel/people/mbligh/config/abat/elm3b67
>
> I'm guessing it was using gcc 2.95.4, though not sure.
>

Yes. The same thing happen when I run "make CC=gcc-2.95".

Regards,
Michal Piotrowski

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

* Re: 2.6.15-rc5-mm3 (new build failure)
  2005-12-15 17:35 2.6.15-rc5-mm3 (new build failure) Martin Bligh
  2005-12-15 17:42 ` Michal Piotrowski
@ 2005-12-15 18:09 ` Benoit Boissinot
  2005-12-15 18:34   ` Martin Bligh
  1 sibling, 1 reply; 6+ messages in thread
From: Benoit Boissinot @ 2005-12-15 18:09 UTC (permalink / raw)
  To: Martin Bligh; +Cc: linux-kernel, Andrew Morton

On 12/15/05, Martin Bligh <mbligh@mbligh.org> wrote:
> New build failure since -mm2:
> Config is
> http://ftp.kernel.org/pub/linux/kernel/people/mbligh/config/abat/elm3b67
>
> I'm guessing it was using gcc 2.95.4, though not sure.
>
>    CC      arch/i386/kernel/asm-offsets.s
> In file included from include/linux/stddef.h:4,
>                   from include/linux/posix_types.h:4,
>                   from include/linux/types.h:13,
>                   from include/linux/capability.h:16,
>                   from include/linux/sched.h:7,
>                   from arch/i386/kernel/asm-offsets.c:7:
> include/linux/compiler.h:46: #error Sorry, your compiler is too old/not
> recognized.

support for gcc-2.95 was dropped in -mm3.

regards,

Benoit

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

* Re: 2.6.15-rc5-mm3 (new build failure)
  2005-12-15 18:09 ` Benoit Boissinot
@ 2005-12-15 18:34   ` Martin Bligh
  2005-12-15 18:38     ` Benoit Boissinot
  2005-12-15 18:41     ` Michal Piotrowski
  0 siblings, 2 replies; 6+ messages in thread
From: Martin Bligh @ 2005-12-15 18:34 UTC (permalink / raw)
  To: Benoit Boissinot; +Cc: linux-kernel, Andrew Morton

Benoit Boissinot wrote:
> On 12/15/05, Martin Bligh <mbligh@mbligh.org> wrote:
> 
>>New build failure since -mm2:
>>Config is
>>http://ftp.kernel.org/pub/linux/kernel/people/mbligh/config/abat/elm3b67
>>
>>I'm guessing it was using gcc 2.95.4, though not sure.
>>
>>   CC      arch/i386/kernel/asm-offsets.s
>>In file included from include/linux/stddef.h:4,
>>                  from include/linux/posix_types.h:4,
>>                  from include/linux/types.h:13,
>>                  from include/linux/capability.h:16,
>>                  from include/linux/sched.h:7,
>>                  from arch/i386/kernel/asm-offsets.c:7:
>>include/linux/compiler.h:46: #error Sorry, your compiler is too old/not
>>recognized.
> 
> 
> support for gcc-2.95 was dropped in -mm3.

Pah. For any good reason? or just people being lazy?
It's worked fine for about 5 years. Difficult to beleive it's suddenly 
unworkable.

m.

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

* Re: 2.6.15-rc5-mm3 (new build failure)
  2005-12-15 18:34   ` Martin Bligh
@ 2005-12-15 18:38     ` Benoit Boissinot
  2005-12-15 18:41     ` Michal Piotrowski
  1 sibling, 0 replies; 6+ messages in thread
From: Benoit Boissinot @ 2005-12-15 18:38 UTC (permalink / raw)
  To: Martin Bligh; +Cc: linux-kernel, Andrew Morton

On 12/15/05, Martin Bligh <mbligh@mbligh.org> wrote:
> Benoit Boissinot wrote:
> > On 12/15/05, Martin Bligh <mbligh@mbligh.org> wrote:
> >
> >>New build failure since -mm2:
> >>Config is
> >>http://ftp.kernel.org/pub/linux/kernel/people/mbligh/config/abat/elm3b67
> >>
> >>I'm guessing it was using gcc 2.95.4, though not sure.
> >>
> >>   CC      arch/i386/kernel/asm-offsets.s
> >>In file included from include/linux/stddef.h:4,
> >>                  from include/linux/posix_types.h:4,
> >>                  from include/linux/types.h:13,
> >>                  from include/linux/capability.h:16,
> >>                  from include/linux/sched.h:7,
> >>                  from arch/i386/kernel/asm-offsets.c:7:
> >>include/linux/compiler.h:46: #error Sorry, your compiler is too old/not
> >>recognized.
> >
> >
> > support for gcc-2.95 was dropped in -mm3.
>
> Pah. For any good reason? or just people being lazy?
> It's worked fine for about 5 years. Difficult to beleive it's suddenly
> unworkable.
>

There is an article on kerneltrap: http://kerneltrap.org/node/5974

regards,

Benoit

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

* Re: 2.6.15-rc5-mm3 (new build failure)
  2005-12-15 18:34   ` Martin Bligh
  2005-12-15 18:38     ` Benoit Boissinot
@ 2005-12-15 18:41     ` Michal Piotrowski
  1 sibling, 0 replies; 6+ messages in thread
From: Michal Piotrowski @ 2005-12-15 18:41 UTC (permalink / raw)
  To: Martin Bligh; +Cc: Benoit Boissinot, linux-kernel, Andrew Morton

Hi,
On 15/12/05, Martin Bligh <mbligh@mbligh.org> wrote:
> Pah. For any good reason? or just people being lazy?
> It's worked fine for about 5 years. Difficult to beleive it's suddenly
> unworkable.

http://marc.theaimsgroup.com/?w=2&r=1&s=introduce+simple+mutex&q=t
http://kerneltrap.org/node/5974

Regards,
Michal Piotrowski

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

end of thread, other threads:[~2005-12-15 18:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-15 17:35 2.6.15-rc5-mm3 (new build failure) Martin Bligh
2005-12-15 17:42 ` Michal Piotrowski
2005-12-15 18:09 ` Benoit Boissinot
2005-12-15 18:34   ` Martin Bligh
2005-12-15 18:38     ` Benoit Boissinot
2005-12-15 18:41     ` Michal Piotrowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).