All of lore.kernel.org
 help / color / mirror / Atom feed
* can't find arch/xen/xen-public/io/console.h building xencons_ring.c in 29db5bded574
@ 2005-10-13 11:28 Charles Duffy
  2005-10-13 12:06 ` oops -- strike that Charles Duffy
  2005-10-13 12:16 ` can't find arch/xen/xen-public/io/console.h building xencons_ring.c in 29db5bded574 Rami Rosen
  0 siblings, 2 replies; 5+ messages in thread
From: Charles Duffy @ 2005-10-13 11:28 UTC (permalink / raw)
  To: xen-devel

   CC      drivers/xen/console/xencons_ring.o
drivers/xen/console/xencons_ring.c:23:43: 
asm-xen/xen-public/io/console.h: No such file or directory
drivers/xen/console/xencons_ring.c: In function `xencons_ring_send':
drivers/xen/console/xencons_ring.c:39: error: dereferencing pointer to 
incomplete type
drivers/xen/console/xencons_ring.c:39: error: dereferencing pointer to 
incomplete type
drivers/xen/console/xencons_ring.c:39: error: dereferencing pointer to 
incomplete type
drivers/xen/console/xencons_ring.c:40: error: dereferencing pointer to 
incomplete type
drivers/xen/console/xencons_ring.c:40: warning: implicit declaration of 
function `MASK_XENCONS_IDX'
drivers/xen/console/xencons_ring.c:40: error: dereferencing pointer to 
incomplete type
drivers/xen/console/xencons_ring.c:40: error: dereferencing pointer to 
incomplete type
drivers/xen/console/xencons_ring.c:42: error: dereferencing pointer to 
incomplete type
drivers/xen/console/xencons_ring.c: In function `handle_input':
drivers/xen/console/xencons_ring.c:56: error: dereferencing pointer to 
incomplete type
drivers/xen/console/xencons_ring.c:56: error: dereferencing pointer to 
incomplete type
drivers/xen/console/xencons_ring.c:59: error: dereferencing pointer to 
incomplete type
drivers/xen/console/xencons_ring.c:59: error: dereferencing pointer to 
incomplete type
drivers/xen/console/xencons_ring.c:60: error: dereferencing pointer to 
incomplete type
drivers/xen/console/xencons_ring.c:62: error: dereferencing pointer to 
incomplete type
make[6]: *** [drivers/xen/console/xencons_ring.o] Error 1
make[5]: *** [drivers/xen/console] Error 2
make[4]: *** [drivers/xen] Error 2
make[3]: *** [drivers] Error 2
make[3]: Leaving directory `/usr/src/xen-unstable.hg/linux-2.6.12-xen0'

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

* oops -- strike that
  2005-10-13 11:28 can't find arch/xen/xen-public/io/console.h building xencons_ring.c in 29db5bded574 Charles Duffy
@ 2005-10-13 12:06 ` Charles Duffy
  2005-10-13 12:16 ` can't find arch/xen/xen-public/io/console.h building xencons_ring.c in 29db5bded574 Rami Rosen
  1 sibling, 0 replies; 5+ messages in thread
From: Charles Duffy @ 2005-10-13 12:06 UTC (permalink / raw)
  To: xen-devel

My fault; wasn't building from a completely clean tree. Apologies for 
the trouble.

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

* Re: can't find arch/xen/xen-public/io/console.h building xencons_ring.c in 29db5bded574
  2005-10-13 11:28 can't find arch/xen/xen-public/io/console.h building xencons_ring.c in 29db5bded574 Charles Duffy
  2005-10-13 12:06 ` oops -- strike that Charles Duffy
@ 2005-10-13 12:16 ` Rami Rosen
  2005-10-13 12:23   ` Charles Duffy
  1 sibling, 1 reply; 5+ messages in thread
From: Rami Rosen @ 2005-10-13 12:16 UTC (permalink / raw)
  To: Charles Duffy; +Cc: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 2526 bytes --]

Hello,

Yes, I have this too; something went wrong probably lately.

As a workaround ,until it will be fixed (hopefully soon), I did added a
symbolic link named console.h to
xen/include/public/io/console.h
in
linux-2.6.12-xen0/include/asm-xen/xen-public/io
and also in
linux-2.6.12-xenU/include/asm-xen/xen-public/io
and ran make again; this time the
build was completed succesfully with no further errors.

Regards,
Rami Rosen




On 10/13/05, Charles Duffy <cduffy@spamcop.net> wrote:
>
> CC drivers/xen/console/xencons_ring.o
> drivers/xen/console/xencons_ring.c:23:43:
> asm-xen/xen-public/io/console.h: No such file or directory
> drivers/xen/console/xencons_ring.c: In function `xencons_ring_send':
> drivers/xen/console/xencons_ring.c:39: error: dereferencing pointer to
> incomplete type
> drivers/xen/console/xencons_ring.c:39: error: dereferencing pointer to
> incomplete type
> drivers/xen/console/xencons_ring.c:39: error: dereferencing pointer to
> incomplete type
> drivers/xen/console/xencons_ring.c:40: error: dereferencing pointer to
> incomplete type
> drivers/xen/console/xencons_ring.c:40: warning: implicit declaration of
> function `MASK_XENCONS_IDX'
> drivers/xen/console/xencons_ring.c:40: error: dereferencing pointer to
> incomplete type
> drivers/xen/console/xencons_ring.c:40: error: dereferencing pointer to
> incomplete type
> drivers/xen/console/xencons_ring.c:42: error: dereferencing pointer to
> incomplete type
> drivers/xen/console/xencons_ring.c: In function `handle_input':
> drivers/xen/console/xencons_ring.c:56: error: dereferencing pointer to
> incomplete type
> drivers/xen/console/xencons_ring.c:56: error: dereferencing pointer to
> incomplete type
> drivers/xen/console/xencons_ring.c:59: error: dereferencing pointer to
> incomplete type
> drivers/xen/console/xencons_ring.c:59: error: dereferencing pointer to
> incomplete type
> drivers/xen/console/xencons_ring.c:60: error: dereferencing pointer to
> incomplete type
> drivers/xen/console/xencons_ring.c:62: error: dereferencing pointer to
> incomplete type
> make[6]: *** [drivers/xen/console/xencons_ring.o] Error 1
> make[5]: *** [drivers/xen/console] Error 2
> make[4]: *** [drivers/xen] Error 2
> make[3]: *** [drivers] Error 2
> make[3]: Leaving directory `/usr/src/xen-unstable.hg/linux-2.6.12-xen0'
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>

[-- Attachment #1.2: Type: text/html, Size: 3190 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

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

* Re: can't find arch/xen/xen-public/io/console.h building xencons_ring.c in 29db5bded574
  2005-10-13 12:16 ` can't find arch/xen/xen-public/io/console.h building xencons_ring.c in 29db5bded574 Rami Rosen
@ 2005-10-13 12:23   ` Charles Duffy
  2005-10-13 13:09     ` Rami Rosen
  0 siblings, 1 reply; 5+ messages in thread
From: Charles Duffy @ 2005-10-13 12:23 UTC (permalink / raw)
  To: Rami Rosen; +Cc: xen-devel

Rami Rosen wrote:
>  Yes, I have this too;  something went wrong probably lately.

Actually, just clearing out my kernel trees and rebuilding from scratch 
resolved the issue.

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

* Re: can't find arch/xen/xen-public/io/console.h building xencons_ring.c in 29db5bded574
  2005-10-13 12:23   ` Charles Duffy
@ 2005-10-13 13:09     ` Rami Rosen
  0 siblings, 0 replies; 5+ messages in thread
From: Rami Rosen @ 2005-10-13 13:09 UTC (permalink / raw)
  To: Charles Duffy; +Cc: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 516 bytes --]

Hello,
Well, in fact I did not clean my tree, which is the right way, after
performing a pool , and I thought something went wrong , so I tried
that workaround (which worked) . Needles to say, a full rebuild is the
proper and correct way.

Regards,
Rami


On 10/13/05, Charles Duffy < cduffy@spamcop.net> wrote:
>
> Rami Rosen wrote:
> > Yes, I have this too; something went wrong probably lately.
>
> Actually, just clearing out my kernel trees and rebuilding from scratch
> resolved the issue.
>

[-- Attachment #1.2: Type: text/html, Size: 860 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

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

end of thread, other threads:[~2005-10-13 13:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-13 11:28 can't find arch/xen/xen-public/io/console.h building xencons_ring.c in 29db5bded574 Charles Duffy
2005-10-13 12:06 ` oops -- strike that Charles Duffy
2005-10-13 12:16 ` can't find arch/xen/xen-public/io/console.h building xencons_ring.c in 29db5bded574 Rami Rosen
2005-10-13 12:23   ` Charles Duffy
2005-10-13 13:09     ` Rami Rosen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.