linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* arch/ppc is broken
@ 2008-05-06 20:09 Josh Boyer
  2008-05-06 21:39 ` Segher Boessenkool
  0 siblings, 1 reply; 4+ messages in thread
From: Josh Boyer @ 2008-05-06 20:09 UTC (permalink / raw)
  To: linuxppc-dev

Every arch/ppc defconfig I built today failed.  Someone broke it.
Those interested in fixing it might want to see why.  I suspect the

 ppc/powerpc: use kbuild.h instead of defining macros in asm-offsets.c

is responsible, but I have no evidence of that.

josh

/home/jwboyer/src/linux-2.6/arch/ppc/kernel/ppc_ksyms.c:152: error: '__flush_icache_range' undeclared here (not in a function)
/home/jwboyer/src/linux-2.6/arch/ppc/kernel/ppc_ksyms.c:152: warning: type defaults to 'int' in declaration of '__flush_icache_range'
/home/jwboyer/src/linux-2.6/arch/ppc/kernel/ppc_ksyms.c:153: error: 'flush_dcache_range' undeclared here (not in a function)
/home/jwboyer/src/linux-2.6/arch/ppc/kernel/ppc_ksyms.c:153: warning: type defaults to 'int' in declaration of 'flush_dcache_range'
/home/jwboyer/src/linux-2.6/arch/ppc/kernel/ppc_ksyms.c:154: error: 'flush_icache_user_range' undeclared here (not in a function)
/home/jwboyer/src/linux-2.6/arch/ppc/kernel/ppc_ksyms.c:154: warning: type defaults to 'int' in declaration of 'flush_icache_user_range'
/home/jwboyer/src/linux-2.6/arch/ppc/kernel/ppc_ksyms.c:155: error: 'flush_dcache_page' undeclared here (not in a function)
/home/jwboyer/src/linux-2.6/arch/ppc/kernel/ppc_ksyms.c:155: warning: type defaults to 'int' in declaration of 'flush_dcache_page'
make[2]: *** [arch/ppc/kernel/ppc_ksyms.o] Error 1
/home/jwboyer/src/linux-2.6/arch/powerpc/kernel/prom_init.c:130: error: expected specifier-qualifier-list before 'ihandle'

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

* Re: arch/ppc is broken
  2008-05-06 20:09 arch/ppc is broken Josh Boyer
@ 2008-05-06 21:39 ` Segher Boessenkool
  2008-05-06 21:49   ` Josh Boyer
  0 siblings, 1 reply; 4+ messages in thread
From: Segher Boessenkool @ 2008-05-06 21:39 UTC (permalink / raw)
  To: Josh Boyer; +Cc: linuxppc-dev

> Every arch/ppc defconfig I built today failed.  Someone broke it.

On a related note, arch/ppc defconfig doesn't even configure anymore;
common_defconfig was removed, but it is still the default.  What config
should we use as default now?

Josh, I'll look into the build failure now.


Segher

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

* Re: arch/ppc is broken
  2008-05-06 21:39 ` Segher Boessenkool
@ 2008-05-06 21:49   ` Josh Boyer
  2008-05-06 22:04     ` Segher Boessenkool
  0 siblings, 1 reply; 4+ messages in thread
From: Josh Boyer @ 2008-05-06 21:49 UTC (permalink / raw)
  To: Segher Boessenkool; +Cc: linuxppc-dev

On Tue, 6 May 2008 23:39:34 +0200
Segher Boessenkool <segher@kernel.crashing.org> wrote:

> > Every arch/ppc defconfig I built today failed.  Someone broke it.
> 
> On a related note, arch/ppc defconfig doesn't even configure anymore;
> common_defconfig was removed, but it is still the default.  What config
> should we use as default now?

I'd be willing to guess that the answer is "nothing".  You're welcome
to use ebony_defconfig but that's just as much unmaintained as the rest
of arch/ppc and only builds when someone doesn't break it.

> Josh, I'll look into the build failure now.

Masochist ;)

josh

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

* Re: arch/ppc is broken
  2008-05-06 21:49   ` Josh Boyer
@ 2008-05-06 22:04     ` Segher Boessenkool
  0 siblings, 0 replies; 4+ messages in thread
From: Segher Boessenkool @ 2008-05-06 22:04 UTC (permalink / raw)
  To: Josh Boyer; +Cc: linuxppc-dev

>> On a related note, arch/ppc defconfig doesn't even configure anymore;
>> common_defconfig was removed, but it is still the default.  What 
>> config
>> should we use as default now?
>
> I'd be willing to guess that the answer is "nothing".

Plain "defconfig" should use _something_.  Something that still exists,
even.

> You're welcome to use ebony_defconfig

Yeah, that's what I use again now.

> but that's just as much unmaintained as the rest
> of arch/ppc and only builds when someone doesn't break it.

That's more often than "never even starts to build" ;-)

>> Josh, I'll look into the build failure now.
>
> Masochist ;)

Sadist.


Segher

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

end of thread, other threads:[~2008-05-06 22:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-06 20:09 arch/ppc is broken Josh Boyer
2008-05-06 21:39 ` Segher Boessenkool
2008-05-06 21:49   ` Josh Boyer
2008-05-06 22:04     ` Segher Boessenkool

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).