Andrew Morton wrote:
ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.17-rc6/2.6.17-rc6-mm2/
- Added the s390 git tree to the -mm lineup, as git-s390.patch (Martin
Schwidefsky)
- ppc64 (on mac g5) fails to boot for me, due to changes in the powerpc tree.
Doesn't even build here.
arch/powerpc/platforms/built-in.o(.text+0x1053c): In function
`.scanlog_read':
: undefined reference to `.rtas_extended_busy_delay_time'
Config:
http://ftp.kernel.org/pub/linux/kernel/people/mbligh/config/abat/p570
or
http://ftp.kernel.org/pub/linux/kernel/people/mbligh/config/abat/power4
The non-PPC64 machines seem to have done a clean run for the first time
in a while ... yay!
M.
On Sat, 10 Jun 2006 07:56:33 -0700
"Martin J. Bligh" [off-list ref] wrote:
Andrew Morton wrote:
quoted
ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.17-rc6/2.6.17-rc6-mm2/
- Added the s390 git tree to the -mm lineup, as git-s390.patch (Martin
Schwidefsky)
- ppc64 (on mac g5) fails to boot for me, due to changes in the powerpc tree.
Doesn't even build here.
arch/powerpc/platforms/built-in.o(.text+0x1053c): In function
`.scanlog_read':
: undefined reference to `.rtas_extended_busy_delay_time'
Config:
http://ftp.kernel.org/pub/linux/kernel/people/mbligh/config/abat/p570
or
http://ftp.kernel.org/pub/linux/kernel/people/mbligh/config/abat/power4
Yes, the gremlins seems to have got at the powerpc tree.
The non-PPC64 machines seem to have done a clean run for the first time
in a while ... yay!
That is good, thanks.
On 10 Jun 2006, at 15:56, Martin J. Bligh wrote:
The non-PPC64 machines seem to have done a clean run for the first
time
in a while ... yay!
Do you mean PowerBook G4 for example?
I have a been unable to compile 2.6.17-rc6-mm2 on my PowerBook.
As I, recently, reported here: http://lkml.org/lkml/2006/6/10/60
Error is:
CC arch/powerpc/kernel/signal_32.o
arch/powerpc/kernel/signal_32.c: In function ‘handle_rt_signal’:
arch/powerpc/kernel/signal_32.c:763: error: request for member
‘vdso_base’ in
something not a structure or union
arch/powerpc/kernel/signal_32.c:766: error: request for member
‘vdso_base’ in
something not a structure or union
arch/powerpc/kernel/signal_32.c: In function ‘handle_signal’:
arch/powerpc/kernel/signal_32.c:1037: error: request for member
‘vdso_base’ in
something not a structure or union
arch/powerpc/kernel/signal_32.c:1040: error: request for member
‘vdso_base’ in
something not a structure or union
make[1]: *** [arch/powerpc/kernel/signal_32.o] Error 1
make: *** [arch/powerpc/kernel] Error 2
Any ideas?
Thanks,
Felix