Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#17448 - [qemu-kvm] Build with native VDE support
Attached to Project:
Arch Linux
Opened by Jacek Roszkowski (j.roszk) - Wednesday, 09 December 2009, 05:45 GMT
Last edited by Tobias Powalowski (tpowa) - Saturday, 09 January 2010, 17:42 GMT
Opened by Jacek Roszkowski (j.roszk) - Wednesday, 09 December 2009, 05:45 GMT
Last edited by Tobias Powalowski (tpowa) - Saturday, 09 January 2010, 17:42 GMT
|
DetailsDescription:
VDE (Virtual Distributed Ethernet - http://vde.sourceforge.net/) is a very convenient way to manage networking in virtual machines with QEMU. qemu-kvm may be compiled with native VDE support (it means it won't need any additional scripts to set up network interfaces). The problem is that configure script for this program has --disable-vde flag, but there is no --enable. It just checks if vde is available and if it is then it's compiled in. VDE would be supported only if package maintainer had vde2 package from community installed. Additional info: * package version(s) qemu-kvm 0.11.0-1 vde2 2.2.2-3 * config and/or log files etc. Steps to reproduce: $ qemu-kvm --help | grep vde $ Expected result: $ qemu-kvm --help | grep vde -net vde[,vlan=n][,name=str][,sock=socketpath][,port=n][,group=groupname][,mode=octalmode] $ Workaround: pacman -S vde2 and rebuild qemu-kvm from abs |
This task depends upon
Everytime qemu-kvm is executed, this comes to output:
profiling:/home/tobias:Cannot create directory
profiling:/home/tobias/Arch/svn/svn-packages/vde2/trunk/src/vde2-2.2.2/src/lib/.libs/libvdeplug.gcda:Skip
profiling:/home/tobias:Cannot create directory
Packages: extra/vde2 2.2.2.4
extra/qemu-kvm 0.12.1.2-1 (but same issue with build from source)
Package /community/vde2 2.2.2.3 works well.
ps:I haven't tested the functionality of vde (not needed by me).
profiling:/home/tobias:Cannot create directory
profiling:/home/tobias/Arch/svn/svn-packages/vde2/trunk/src/vde2-2.2.2/src/lib/.libs/libvdeplug.gcda:Skip
profiling:/home/tobias:Cannot create directory
profiling:/home/tobias/Arch/svn/svn-packages/vde2/trunk/src/vde2-2.2.2/src/common/.libs/cmdparse.gcda:Skip
profiling:/home/tobias:Cannot create directory
profiling:/home/tobias/Arch/svn/svn-packages/vde2/trunk/src/vde2-2.2.2/src/common/.libs/canonicalize.gcda:Skip
profiling:/home/tobias:Cannot create directory
profiling:/home/tobias/Arch/svn/svn-packages/vde2/trunk/src/vde2-2.2.2/src/lib/.libs/libvdeplug.gcda:Skip
profiling:/home/tobias:Cannot create directory
profiling:/home/tobias/Arch/svn/svn-packages/vde2/trunk/src/vde2-2.2.2/src/common/.libs/cmdparse.gcda:Skip
profiling:/home/tobias:Cannot create directory
profiling:/home/tobias/Arch/svn/svn-packages/vde2/trunk/src/vde2-2.2.2/src/common/.libs/canonicalize.gcda:Skip
Are you fine with the modular vde config stuff?