linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Bug report: CELL on linux-2.6.19-git7 won't build,
@ 2006-12-06 19:27 Linas Vepstas
  2006-12-06 19:45 ` Geoff Levand
  0 siblings, 1 reply; 4+ messages in thread
From: Linas Vepstas @ 2006-12-06 19:27 UTC (permalink / raw)
  To: Geoff Levand, Arnd Bergmann; +Cc: linuxppc-dev


Hi Arnd, Geoff,

At this time, linux-2.6.19-git7 won't build when CELL is enabled, with the error

  CHECK   include/asm/spu_info.h
/kernels/kernel.org/linux-2.6.19-git7/usr/include/asm/spu_info.h requires asm/spu.h, which does not exist in exported headers

So I modified include/asm-powerpc/Kbuild only to get

  CHECK   include/asm/spu.h
/kernels/kernel.org/linux-2.6.19-git7/usr/include/asm/spu.h requires linux/workqueue.h, which does not exist in exported
headers

So I stripped everything out. I'm not sure what the correct fix is
suposed to be.

--linas

----
 include/asm-powerpc/Kbuild |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Index: linux-2.6.19-git7/include/asm-powerpc/Kbuild
===================================================================
--- linux-2.6.19-git7.orig/include/asm-powerpc/Kbuild	2006-12-05 17:11:02.000000000 -0600
+++ linux-2.6.19-git7/include/asm-powerpc/Kbuild	2006-12-06 13:13:08.000000000 -0600
@@ -17,7 +17,8 @@ header-y += ipc.h
 header-y += poll.h
 header-y += shmparam.h
 header-y += sockios.h
-header-y += spu_info.h
+# header-y += spu_info.h
+# header-y += spu.h
 header-y += ucontext.h
 header-y += ioctl.h
 header-y += linkage.h

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

* Re: Bug report: CELL on linux-2.6.19-git7 won't build,
  2006-12-06 19:27 Bug report: CELL on linux-2.6.19-git7 won't build, Linas Vepstas
@ 2006-12-06 19:45 ` Geoff Levand
  2006-12-06 20:01   ` Linas Vepstas
  0 siblings, 1 reply; 4+ messages in thread
From: Geoff Levand @ 2006-12-06 19:45 UTC (permalink / raw)
  To: Linas Vepstas; +Cc: linuxppc-dev, Arnd Bergmann

Linas Vepstas wrote:
> Hi Arnd, Geoff,
> 
> At this time, linux-2.6.19-git7 won't build when CELL is enabled, with the error
> 
>   CHECK   include/asm/spu_info.h
> /kernels/kernel.org/linux-2.6.19-git7/usr/include/asm/spu_info.h requires asm/spu.h, which does not exist in exported headers

Linas,

Yes, that's with CONFIG_HEADERS_CHECK=y.  Arnd sent that fix
out yesterday.  Please see:

  http://ozlabs.org/pipermail/linuxppc-dev/2006-December/028829.html

-Geoff

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

* Re: Bug report: CELL on linux-2.6.19-git7 won't build,
  2006-12-06 19:45 ` Geoff Levand
@ 2006-12-06 20:01   ` Linas Vepstas
  2006-12-07 14:34     ` David Woodhouse
  0 siblings, 1 reply; 4+ messages in thread
From: Linas Vepstas @ 2006-12-06 20:01 UTC (permalink / raw)
  To: Geoff Levand; +Cc: linuxppc-dev, Arnd Bergmann

On Wed, Dec 06, 2006 at 11:45:07AM -0800, Geoff Levand wrote:
> Linas,
> 
> Yes, that's with CONFIG_HEADERS_CHECK=y.  

I have to turn that off. Its annoying, actually.

> Arnd sent that fix
> out yesterday.  Please see:

Ahh! Indeed, ...  skimmed my email too fast.
Thanks!

--linas

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

* Re: Bug report: CELL on linux-2.6.19-git7 won't build,
  2006-12-06 20:01   ` Linas Vepstas
@ 2006-12-07 14:34     ` David Woodhouse
  0 siblings, 0 replies; 4+ messages in thread
From: David Woodhouse @ 2006-12-07 14:34 UTC (permalink / raw)
  To: Linas Vepstas; +Cc: linuxppc-dev, Arnd Bergmann

On Wed, 2006-12-06 at 14:01 -0600, Linas Vepstas wrote:
> > Yes, that's with CONFIG_HEADERS_CHECK=y.  
> 
> I have to turn that off. Its annoying, actually.

That means it's doing its job :)

The fact that this bug made it all the way into Linus' tree without
getting noticed means that too few people are using it, though.

-- 
dwmw2

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

end of thread, other threads:[~2006-12-07 14:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-06 19:27 Bug report: CELL on linux-2.6.19-git7 won't build, Linas Vepstas
2006-12-06 19:45 ` Geoff Levand
2006-12-06 20:01   ` Linas Vepstas
2006-12-07 14:34     ` David Woodhouse

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