All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [build] Fix xen-unstable build
@ 2006-09-22 16:53 Bryan O'Sullivan
  2006-09-22 22:28 ` Steven Hand
  0 siblings, 1 reply; 7+ messages in thread
From: Bryan O'Sullivan @ 2006-09-22 16:53 UTC (permalink / raw)
  To: xen-devel

This patch is needed for a current xen-unstable build to complete.  This
file appears to have been broken for almost two months.

	<b

diff -r 8c29bf7ede67 tools/ioemu/usb-linux.c
--- a/tools/ioemu/usb-linux.c	Thu Sep 21 19:34:45 2006 +0100
+++ b/tools/ioemu/usb-linux.c	Fri Sep 22 08:40:21 2006 -0700
@@ -26,7 +26,6 @@
 #if defined(__linux__)
 #include <dirent.h>
 #include <sys/ioctl.h>
-#include <linux/compiler.h>
 #include <linux/usbdevice_fs.h>
 #include <linux/version.h>

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

* Re: [PATCH] [build] Fix xen-unstable build
  2006-09-22 16:53 [PATCH] [build] Fix xen-unstable build Bryan O'Sullivan
@ 2006-09-22 22:28 ` Steven Hand
  2006-09-22 22:42   ` Bryan O'Sullivan
  2006-09-22 22:50   ` Jeremy Fitzhardinge
  0 siblings, 2 replies; 7+ messages in thread
From: Steven Hand @ 2006-09-22 22:28 UTC (permalink / raw)
  To: Bryan O'Sullivan, xen-devel; +Cc: steven


> This patch is needed for a current xen-unstable build to complete.  This
> file appears to have been broken for almost two months.

Obviously not been broken for us - what compiler / distro are you using? 
What arch?

cheers,

S.

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

* Re: [PATCH] [build] Fix xen-unstable build
  2006-09-22 22:28 ` Steven Hand
@ 2006-09-22 22:42   ` Bryan O'Sullivan
  2006-09-22 22:52     ` Ian Pratt
  2006-09-22 22:50   ` Jeremy Fitzhardinge
  1 sibling, 1 reply; 7+ messages in thread
From: Bryan O'Sullivan @ 2006-09-22 22:42 UTC (permalink / raw)
  To: Steven Hand; +Cc: xen-devel, steven

On Fri, 2006-09-22 at 23:28 +0100, Steven Hand wrote:
> > This patch is needed for a current xen-unstable build to complete.  This
> > file appears to have been broken for almost two months.
> 
> Obviously not been broken for us - what compiler / distro are you using? 
> What arch?

FC6t3, i386.  I literally just ran "make" in a clean repo, didn't diddle
anything.

	<b

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

* RE: [PATCH] [build] Fix xen-unstable build
@ 2006-09-22 22:46 Steven Hand
  0 siblings, 0 replies; 7+ messages in thread
From: Steven Hand @ 2006-09-22 22:46 UTC (permalink / raw)
  To: Bryan O'Sullivan, Steven Hand; +Cc: xen-devel

 

> > > This patch is needed for a current xen-unstable build to 
> > > complete.  
> > > This file appears to have been broken for almost two months.
> > 
> > Obviously not been broken for us - what compiler / distro 
> > are you using? 
> > What arch?
> 
> FC6t3, i386.  I literally just ran "make" in a clean repo, 
> didn't diddle anything.

Ok thanks - will look into it. 

cheers,

S.

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

* Re: [PATCH] [build] Fix xen-unstable build
  2006-09-22 22:28 ` Steven Hand
  2006-09-22 22:42   ` Bryan O'Sullivan
@ 2006-09-22 22:50   ` Jeremy Fitzhardinge
  1 sibling, 0 replies; 7+ messages in thread
From: Jeremy Fitzhardinge @ 2006-09-22 22:50 UTC (permalink / raw)
  To: Steven Hand; +Cc: Bryan O'Sullivan, xen-devel, steven

Steven Hand wrote:
>> This patch is needed for a current xen-unstable build to complete.  This
>> file appears to have been broken for almost two months.
>
> Obviously not been broken for us - what compiler / distro are you 
> using? What arch?

Yeah, it has been broken for me; I just keep removing it without getting 
around to making a patch.  The include is completely bogus anyway.  I 
think it's in upstream qemu, and it's bogus there too.

    J

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

* RE: [PATCH] [build] Fix xen-unstable build
  2006-09-22 22:42   ` Bryan O'Sullivan
@ 2006-09-22 22:52     ` Ian Pratt
  2006-09-22 23:43       ` Bryan O'Sullivan
  0 siblings, 1 reply; 7+ messages in thread
From: Ian Pratt @ 2006-09-22 22:52 UTC (permalink / raw)
  To: Bryan O'Sullivan, Steven Hand; +Cc: xen-devel, steven

> On Fri, 2006-09-22 at 23:28 +0100, Steven Hand wrote:
> > > This patch is needed for a current xen-unstable build to complete.
> This
> > > file appears to have been broken for almost two months.
> >
> > Obviously not been broken for us - what compiler / distro are you
using?
> > What arch?
> 
> FC6t3, i386.  I literally just ran "make" in a clean repo, didn't
diddle
> anything.

I expect RH have an outstanding patch that fixes the compile error for
their packaging of xen in FC6, but it's worth mentioning that you're
using a pre-release distro with a bleeding edge compiler if you're going
to complain about a build error! (or any other bug for that matter)

Thanks,
Ian

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

* RE: [PATCH] [build] Fix xen-unstable build
  2006-09-22 22:52     ` Ian Pratt
@ 2006-09-22 23:43       ` Bryan O'Sullivan
  0 siblings, 0 replies; 7+ messages in thread
From: Bryan O'Sullivan @ 2006-09-22 23:43 UTC (permalink / raw)
  To: Ian Pratt; +Cc: xen-devel, Steven Hand, steven

On Fri, 2006-09-22 at 23:52 +0100, Ian Pratt wrote:

> I expect RH have an outstanding patch that fixes the compile error for
> their packaging of xen in FC6, but it's worth mentioning that you're
> using a pre-release distro with a bleeding edge compiler if you're going
> to complain about a build error! (or any other bug for that matter)

The build breakage didn't appear to be compiler- or distro-related.  I
guess I was distracted by the thicket of kernel trees, and assumed that
something was trying to include a file from one of those...

	<b

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

end of thread, other threads:[~2006-09-22 23:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-22 16:53 [PATCH] [build] Fix xen-unstable build Bryan O'Sullivan
2006-09-22 22:28 ` Steven Hand
2006-09-22 22:42   ` Bryan O'Sullivan
2006-09-22 22:52     ` Ian Pratt
2006-09-22 23:43       ` Bryan O'Sullivan
2006-09-22 22:50   ` Jeremy Fitzhardinge
  -- strict thread matches above, loose matches on Subject: below --
2006-09-22 22:46 Steven Hand

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.