All of lore.kernel.org
 help / color / mirror / Atom feed
* linux-2.6.xen.hg
@ 2005-11-23 19:40 Tim Durack
  2005-11-23 20:07 ` linux-2.6.xen.hg Vincent Hanquez
  0 siblings, 1 reply; 5+ messages in thread
From: Tim Durack @ 2005-11-23 19:40 UTC (permalink / raw)
  To: xen-devel


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

Is linux-2.6-xen.hg still too bleeding edge to actually build successfully?

It has been failing for me with the following message:

  LD      arch/i386/lib/built-in.o
  CC      arch/i386/lib/bitops.o
  AS      arch/i386/lib/checksum.o
  CC      arch/i386/lib/delay.o
  AS      arch/i386/lib/getuser.o
  CC      arch/i386/lib/memcpy.o
  AS      arch/i386/lib/putuser.o
  CC      arch/i386/lib/strstr.o
  CC      arch/i386/lib/usercopy.o
  AR      arch/i386/lib/lib.a
  GEN     .version
  CHK     include/linux/compile.h
  UPD     include/linux/compile.h
  CC      init/version.o
  LD      init/built-in.o
  LD      .tmp_vmlinux1
drivers/built-in.o: In function `get_new_vector':msi.c:(.text+0x8d82):
undefined reference to `interrupt'
:msi.c:(.text+0x8d8e): undefined reference to `set_intr_gate'

This is after I do a make menuconfig, select XEN subarch and privileged
domain (I also have to disable a RIO character driver to get beyond an early
build failure.)

I'm using linux-2.6-xen.hg 'cos I want 2.6.14, and the standard xen-unstable
tree no longer builds successfully against a debian 2.6.12 source tree. I
haven't tried grabbing 2.6.12 vanilla to see if that fixes things.

Tim:>

[-- Attachment #1.2: Type: text/html, Size: 1802 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: linux-2.6.xen.hg
  2005-11-23 19:40 linux-2.6.xen.hg Tim Durack
@ 2005-11-23 20:07 ` Vincent Hanquez
  2005-11-23 21:58   ` linux-2.6.xen.hg Tim Durack
  0 siblings, 1 reply; 5+ messages in thread
From: Vincent Hanquez @ 2005-11-23 20:07 UTC (permalink / raw)
  To: Tim Durack; +Cc: xen-devel

On Wed, Nov 23, 2005 at 02:40:27PM -0500, Tim Durack wrote:
> Is linux-2.6-xen.hg still too bleeding edge to actually build successfully?

it should build for what we support.

> drivers/built-in.o: In function `get_new_vector':msi.c:(.text+0x8d82):
> undefined reference to `interrupt'
> :msi.c:(.text+0x8d8e): undefined reference to `set_intr_gate'
> 
> This is after I do a make menuconfig, select XEN subarch and privileged
> domain (I also have to disable a RIO character driver to get beyond an early
> build failure.)

you need to desactivate PCI_MSI. Currently Xen doesn't support MSI
see: http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=49

I'll make sure that we cannot select it for now on.

which RIO character driver are you trying to build and what is the
build failure ?

Cheers,
-- 
Vincent Hanquez

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

* Re: linux-2.6.xen.hg
  2005-11-23 20:07 ` linux-2.6.xen.hg Vincent Hanquez
@ 2005-11-23 21:58   ` Tim Durack
  2005-11-24 15:11     ` linux-2.6.xen.hg Tim Durack
  0 siblings, 1 reply; 5+ messages in thread
From: Tim Durack @ 2005-11-23 21:58 UTC (permalink / raw)
  To: Vincent Hanquez; +Cc: xen-devel


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

On 11/23/05, Vincent Hanquez <vincent.hanquez@cl.cam.ac.uk> wrote:
>
> On Wed, Nov 23, 2005 at 02:40:27PM -0500, Tim Durack wrote:
> > Is linux-2.6-xen.hg still too bleeding edge to actually build
> successfully?
>
> it should build for what we support.
>
> > drivers/built-in.o: In function `get_new_vector':msi.c:(.text+0x8d82):
> > undefined reference to `interrupt'
> > :msi.c:(.text+0x8d8e): undefined reference to `set_intr_gate'
> >
> > This is after I do a make menuconfig, select XEN subarch and privileged
> > domain (I also have to disable a RIO character driver to get beyond an
> early
> > build failure.)
>
> you need to desactivate PCI_MSI. Currently Xen doesn't support MSI
> see: http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=49
>
> I'll make sure that we cannot select it for now on.


I'll try  deselecting that.

which RIO character driver are you trying to build and what is the
> build failure ?


I'm not trying to build it, the build failed if I didn't disable it. I think
it was the only character device with the name Rio in it. I'll check
tonight.

Thanks for your help.

Tim:>

[-- Attachment #1.2: Type: text/html, Size: 1730 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: linux-2.6.xen.hg
  2005-11-23 21:58   ` linux-2.6.xen.hg Tim Durack
@ 2005-11-24 15:11     ` Tim Durack
  2005-12-02 16:21       ` linux-2.6.xen.hg Tim Durack
  0 siblings, 1 reply; 5+ messages in thread
From: Tim Durack @ 2005-11-24 15:11 UTC (permalink / raw)
  To: Vincent Hanquez; +Cc: xen-devel


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

>
>
> > you need to desactivate PCI_MSI. Currently Xen doesn't support MSI
> > see: http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=49
> >
> > I'll make sure that we cannot select it for now on.
>
>
This fixed the build for me.

It would be great if the default config was for a privileged domain, and
included -xen as the version extension.

USB no longer works, but I can live without that for now.

Tim:>

[-- Attachment #1.2: Type: text/html, Size: 939 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: linux-2.6.xen.hg
  2005-11-24 15:11     ` linux-2.6.xen.hg Tim Durack
@ 2005-12-02 16:21       ` Tim Durack
  0 siblings, 0 replies; 5+ messages in thread
From: Tim Durack @ 2005-12-02 16:21 UTC (permalink / raw)
  To: Vincent Hanquez; +Cc: xen-devel


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

Hmm. Recent linux-2.6-xen.hg no longer boots as Dom0.
The reboot happens so quick I don't get to see any debug output.
Any ideas what I can try?

On 11/24/05, Tim Durack <tdurack@gmail.com> wrote:
>
>
> > > you need to desactivate PCI_MSI. Currently Xen doesn't support MSI
> > > see: http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=49
> > >
> > > I'll make sure that we cannot select it for now on.
> >
> >
> This fixed the build for me.
>
> It would be great if the default config was for a privileged domain, and
> included -xen as the version extension.
>
> USB no longer works, but I can live without that for now.
>
> Tim:>
>
>

[-- Attachment #1.2: Type: text/html, Size: 1439 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-12-02 16:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-23 19:40 linux-2.6.xen.hg Tim Durack
2005-11-23 20:07 ` linux-2.6.xen.hg Vincent Hanquez
2005-11-23 21:58   ` linux-2.6.xen.hg Tim Durack
2005-11-24 15:11     ` linux-2.6.xen.hg Tim Durack
2005-12-02 16:21       ` linux-2.6.xen.hg Tim Durack

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.