linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Barry K. Nathan" <barryn@pobox.com>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org
Subject: Re: 2.6.0-test1-mm1
Date: Wed, 16 Jul 2003 03:44:49 -0700	[thread overview]
Message-ID: <20030716104448.GC25869@ip68-4-255-84.oc.oc.cox.net> (raw)
In-Reply-To: <20030715225608.0d3bff77.akpm@osdl.org>

On Tue, Jul 15, 2003 at 10:56:08PM -0700, Andrew Morton wrote:
> +ppc-build-fix.patch
> 
>  Make ppc build

Really? ;)

More seriously, that patch is good and necessary, but I think something
else in -mm is breaking the compile (this is gcc 2.95.3):

  CC      arch/ppc/kernel/irq.o
In file included from include/linux/fs.h:14,
                 from include/linux/mm.h:14,
                 from include/asm/pci.h:8,
                 from include/linux/pci.h:672,
                 from arch/ppc/kernel/irq.c:41:
include/linux/kdev_t.h: In function `to_kdev_t':
include/linux/kdev_t.h:101: warning: right shift count >= width of type
arch/ppc/kernel/irq.c: At top level:  
arch/ppc/kernel/irq.c:575: braced-group within expression allowed only
inside a function
arch/ppc/kernel/irq.c:575: initializer element is not constant
arch/ppc/kernel/irq.c:575: (near initialization for `irq_affinity[0]')
arch/ppc/kernel/irq.c:575: initializer element is not constant
arch/ppc/kernel/irq.c:575: (near initialization for `irq_affinity[1]')
arch/ppc/kernel/irq.c:575: initializer element is not constant
arch/ppc/kernel/irq.c:575: (near initialization for `irq_affinity[2]')
arch/ppc/kernel/irq.c:575: initializer element is not constant
arch/ppc/kernel/irq.c:575: (near initialization for `irq_affinity[3]')
arch/ppc/kernel/irq.c:575: initializer element is not constant
arch/ppc/kernel/irq.c:575: (near initialization for `irq_affinity[4]')

[sniiiiiiiiiiiip the boring, repetitive part of the longest gcc error
output I've seen in the last few years]

arch/ppc/kernel/irq.c:575: initializer element is not constant
arch/ppc/kernel/irq.c:575: (near initialization for `irq_affinity[254]')
arch/ppc/kernel/irq.c:575: initializer element is not constant
arch/ppc/kernel/irq.c:575: (near initialization for `irq_affinity[255]')
arch/ppc/kernel/irq.c:575: parse error before `)'
arch/ppc/kernel/irq.c: In function `prof_cpu_mask_write_proc':
arch/ppc/kernel/irq.c:691: invalid initializer
arch/ppc/kernel/irq.c:694: incompatible types in assignment
arch/ppc/kernel/irq.c:695: invalid operands to binary !=
arch/ppc/kernel/irq.c:696: incompatible types in return
arch/ppc/kernel/irq.c:699: incompatible types in return
arch/ppc/kernel/irq.c:700: warning: control reaches end of non-void
function
make[1]: *** [arch/ppc/kernel/irq.o] Error 1
make: *** [arch/ppc/kernel] Error 2

There were many other "right shift count >= width of type" warnings
earlier in the compile, too. (I can provide more examples of these if
you wish.)

-Barry K. Nathan <barryn@pobox.com>

  parent reply	other threads:[~2003-07-16 10:30 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-16  5:56 2.6.0-test1-mm1 Andrew Morton
2003-07-16  6:16 ` 2.6.0-test1-mm1 Joshua Kwan
2003-07-16  6:22   ` 2.6.0-test1-mm1 Andrew Morton
2003-07-16  8:07 ` 2.6.0-test1-mm1 Sean Neakums
2003-07-16  8:55   ` 2.6.0-test1-mm1 Ingo Molnar
2003-07-16 10:19     ` 2.6.0-test1-mm1 Antonio Vargas
2003-07-16 13:37       ` 2.6.0-test1-mm1 Helge Hafting
2003-07-16 14:24         ` 2.6.0-test1-mm1 Antonio Vargas
2003-07-16  9:15   ` 2.6.0-test1-mm1 Con Kolivas
2003-07-16 10:44 ` Barry K. Nathan [this message]
2003-07-16 10:58   ` 2.6.0-test1-mm1 Andrew Morton
2003-07-16 12:24     ` 2.6.0-test1-mm1 William Lee Irwin III
2003-07-16 14:32       ` 2.6.0-test1-mm1 Barry K. Nathan
2003-07-16 14:41         ` 2.6.0-test1-mm1 William Lee Irwin III
2003-07-16 15:02           ` 2.6.0-test1-mm1 Barry K. Nathan
2003-07-16 15:09             ` 2.6.0-test1-mm1 William Lee Irwin III
2003-07-16 16:38               ` 2.6.0-test1-mm1 Andrew Morton
2003-07-16 14:03     ` 2.6.0-test1-mm1 Barry K. Nathan
2003-07-16 12:53 ` 2.6.0-test1-mm1 Philippe Gramoullé
2003-07-16 17:21 ` 2.6.0-test1-mm1 Ramón Rey Vicente󮠒
2003-07-16 19:01   ` 2.6.0-test1-mm1 Zwane Mwaikambo
2003-07-16 23:25     ` 2.6.0-test1-mm1 Ramón Rey Vicente󮠒
2003-07-16 23:56       ` 2.6.0-test1-mm1 Zwane Mwaikambo
2003-07-16 22:02 ` 2.6.0-test1-mm1 Mike Fedyk
2003-07-16 22:08   ` 2.6.0-test1-mm1 William Lee Irwin III
2003-07-16 22:17     ` 2.6.0-test1-mm1 Mike Fedyk
2003-07-16 22:36   ` 2.6.0-test1-mm1 William Lee Irwin III
2003-07-16 22:56     ` 2.6.0-test1-mm1 Mike Fedyk
2003-07-17 11:57 2.6.0-test1-mm1 Downing, Thomas
2003-07-20 18:50 2.6.0-test1-mm1 Downing, Thomas

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=20030716104448.GC25869@ip68-4-255-84.oc.oc.cox.net \
    --to=barryn@pobox.com \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.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 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).