Re: build failure, missing libvdeplug.h?

2007-11-02 Thread Jeff Dike
On Fri, Nov 02, 2007 at 01:05:59PM +0100, [EMAIL PROTECTED] wrote: > I tried 2.6.24-rc1-git11 with "allmodconfig ARCH=um" today. > > this gave at least two errors - i needed to set CONFIG_SMP=n SMP should depend on BROKEN for now, and I thought it did. > and CONFIG_UML_NET_VDE=n to make it

Re: build failure, missing libvdeplug.h?

2007-11-02 Thread devzero
Hello! I tried 2.6.24-rc1-git11 with "allmodconfig ARCH=um" today. this gave at least two errors - i needed to set CONFIG_SMP=n and CONFIG_UML_NET_VDE=n to make it compile. not sure if options should be set to "n" automatically or being fixed differently, but if there is something broken or

Re: build failure, missing libvdeplug.h?

2007-11-02 Thread devzero
Hello! I tried 2.6.24-rc1-git11 with allmodconfig ARCH=um today. this gave at least two errors - i needed to set CONFIG_SMP=n and CONFIG_UML_NET_VDE=n to make it compile. not sure if options should be set to n automatically or being fixed differently, but if there is something broken or some

Re: build failure, missing libvdeplug.h?

2007-11-02 Thread Jeff Dike
On Fri, Nov 02, 2007 at 01:05:59PM +0100, [EMAIL PROTECTED] wrote: I tried 2.6.24-rc1-git11 with allmodconfig ARCH=um today. this gave at least two errors - i needed to set CONFIG_SMP=n SMP should depend on BROKEN for now, and I thought it did. and CONFIG_UML_NET_VDE=n to make it compile.

Re: build failure, missing libvdeplug.h?

2007-10-29 Thread Jeff Dike
On Mon, Oct 29, 2007 at 04:24:54PM +0100, Roel Kluin wrote: > CC arch/um/drivers/vde_user.o > /home/roel/dnld/src/kernel/git/linux-2.6/arch/um/drivers/vde_user.c:8:24: > error: libvdeplug.h: No such file or directory > /home/roel/dnld/src/kernel/git/linux-2.6/arch/um/drivers/vde_user.c: In

Re: build failure, missing libvdeplug.h?

2007-10-29 Thread Gabriel C
Roel Kluin wrote: [ added some peoples to Cc ] > Roel Kluin wrote: >> the file libvdeplug.h is missing > >> There is a reference to http://wiki.virtualsquare.org/index.php/Main_Page in >> the Kconfig (also added by this commit). >> After reverting this commit the build continues. possibly the

Re: build failure, missing libvdeplug.h?

2007-10-29 Thread Roel Kluin
Roel Kluin wrote: > the file libvdeplug.h is missing > > There is a reference to http://wiki.virtualsquare.org/index.php/Main_Page in > the Kconfig (also added by this commit). > After reverting this commit the build continues. possibly the header > libvdeplug.h was forgotten? Sorry for

build failure, missing libvdeplug.h?

2007-10-29 Thread Roel Kluin
Building uml with an allyesconfig and a few changes in UML only fails with: ... CC arch/um/drivers/vde_user.o /home/roel/dnld/src/kernel/git/linux-2.6/arch/um/drivers/vde_user.c:8:24: error: libvdeplug.h: No such file or directory

build failure, missing libvdeplug.h?

2007-10-29 Thread Roel Kluin
Building uml with an allyesconfig and a few changes in UML only fails with: ... CC arch/um/drivers/vde_user.o /home/roel/dnld/src/kernel/git/linux-2.6/arch/um/drivers/vde_user.c:8:24: error: libvdeplug.h: No such file or directory

Re: build failure, missing libvdeplug.h?

2007-10-29 Thread Roel Kluin
Roel Kluin wrote: the file libvdeplug.h is missing There is a reference to http://wiki.virtualsquare.org/index.php/Main_Page in the Kconfig (also added by this commit). After reverting this commit the build continues. possibly the header libvdeplug.h was forgotten? Sorry for answering

Re: build failure, missing libvdeplug.h?

2007-10-29 Thread Gabriel C
Roel Kluin wrote: [ added some peoples to Cc ] Roel Kluin wrote: the file libvdeplug.h is missing There is a reference to http://wiki.virtualsquare.org/index.php/Main_Page in the Kconfig (also added by this commit). After reverting this commit the build continues. possibly the header

Re: build failure, missing libvdeplug.h?

2007-10-29 Thread Jeff Dike
On Mon, Oct 29, 2007 at 04:24:54PM +0100, Roel Kluin wrote: CC arch/um/drivers/vde_user.o /home/roel/dnld/src/kernel/git/linux-2.6/arch/um/drivers/vde_user.c:8:24: error: libvdeplug.h: No such file or directory /home/roel/dnld/src/kernel/git/linux-2.6/arch/um/drivers/vde_user.c: In