All of lore.kernel.org
 help / color / mirror / Atom feed
* [uml-devel] compile error after : make ARCH=um allmodconfig && make ARCH=um linux
@ 2015-03-10 14:39 Toralf Förster
  2015-03-10 14:56 ` stian
  2015-03-10 15:06 ` Geert Uytterhoeven
  0 siblings, 2 replies; 3+ messages in thread
From: Toralf Förster @ 2015-03-10 14:39 UTC (permalink / raw)
  To: UML devel

Hi,

is this already known ? :

  CC      arch/um/drivers/vde_kern.o
  CC      arch/um/drivers/vde_user.o
arch/um/drivers/vde_user.c:8:24: fatal error: libvdeplug.h: No such file or directory
 #include <libvdeplug.h>
                        ^
compilation terminated.
scripts/Makefile.build:258: recipe for target 'arch/um/drivers/vde_user.o' failed
make[1]: *** [arch/um/drivers/vde_user.o] Error 1
Makefile:947: recipe for target 'arch/um/drivers' failed
make: *** [arch/um/drivers] Error 2


-- 
Toralf
pgp key: 7B1A 07F4 EC82 0F90 D4C2  8936 872A E508 0076 E94E


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel


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

* Re: [uml-devel] compile error after : make ARCH=um allmodconfig && make ARCH=um linux
  2015-03-10 14:39 [uml-devel] compile error after : make ARCH=um allmodconfig && make ARCH=um linux Toralf Förster
@ 2015-03-10 14:56 ` stian
  2015-03-10 15:06 ` Geert Uytterhoeven
  1 sibling, 0 replies; 3+ messages in thread
From: stian @ 2015-03-10 14:56 UTC (permalink / raw)
  To: user-mode-linux-devel

> is this already known ? :
>
>   CC      arch/um/drivers/vde_kern.o
>   CC      arch/um/drivers/vde_user.o
> arch/um/drivers/vde_user.c:8:24: fatal error: libvdeplug.h: No such
> file or directory
>  #include <libvdeplug.h>
>                         ^
> compilation terminated.
> scripts/Makefile.build:258: recipe for target
> 'arch/um/drivers/vde_user.o' failed
> make[1]: *** [arch/um/drivers/vde_user.o] Error 1
> Makefile:947: recipe for target 'arch/um/drivers' failed
> make: *** [arch/um/drivers] Error 2

A quick google search suggests that you are missing 
http://vde.sourceforge.net/ . Do you have this library with its 
developments-headers installed?


Stian Skjelstad

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel


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

* Re: [uml-devel] compile error after : make ARCH=um allmodconfig && make ARCH=um linux
  2015-03-10 14:39 [uml-devel] compile error after : make ARCH=um allmodconfig && make ARCH=um linux Toralf Förster
  2015-03-10 14:56 ` stian
@ 2015-03-10 15:06 ` Geert Uytterhoeven
  1 sibling, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2015-03-10 15:06 UTC (permalink / raw)
  To: Toralf Förster; +Cc: UML devel

Hi Toralf,

On Tue, Mar 10, 2015 at 3:39 PM, Toralf Förster <toralf.foerster@gmx.de> wrote:
> is this already known ? :

Given the #include was added back in 2007, I'd say yes ;-)

>   CC      arch/um/drivers/vde_kern.o
>   CC      arch/um/drivers/vde_user.o
> arch/um/drivers/vde_user.c:8:24: fatal error: libvdeplug.h: No such file or directory
>  #include <libvdeplug.h>
>                         ^

"sudo apt-get install libvdeplug-dev" or the equivalent for your
distro to install
the vdeplug library and its development files.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds


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

end of thread, other threads:[~2015-03-10 15:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-10 14:39 [uml-devel] compile error after : make ARCH=um allmodconfig && make ARCH=um linux Toralf Förster
2015-03-10 14:56 ` stian
2015-03-10 15:06 ` Geert Uytterhoeven

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.