[libvirt-users] Error when building from source

arnaud gaboury arnaud.gaboury at gmail.com
Wed Feb 19 10:49:56 UTC 2014


Hi all,

I can not build from source since a few days. Make left me with this error:

Making install in tools/wireshark
make[1]: Entering directory
'/developement/aur/libvirt-git/src/libvirt/tools/wireshark'
make[2]: Entering directory
'/developement/aur/libvirt-git/src/libvirt/tools/wireshark'
make[3]: Entering directory
'/developement/aur/libvirt-git/src/libvirt/tools/wireshark'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory
'/developement/aur/libvirt-git/src/libvirt/tools/wireshark'
make[2]: Leaving directory
'/developement/aur/libvirt-git/src/libvirt/tools/wireshark'
make[1]: Leaving directory
'/developement/aur/libvirt-git/src/libvirt/tools/wireshark'
mv: cannot stat ‘/developement/aur/libvirt-git/pkg/libvirt-git/lib/*’: No
such file or directory


I am on Arch linux and use the AUR mechanism package to build/install
packages from source.
Here is the build part of the PKGBUILD file :

build() {
  cd "$srcdir/libvirt"

  export LDFLAGS=-lX11
  export RADVD=/usr/bin/radvd
  ./autogen.sh
  #./configure --prefix=/usr --libexec=/usr/lib/"$pkgname" --sbindir=/usr/bin \
  ./configure --prefix=/usr --libexec=/usr/lib/"${pkgname/-git/}"
--sbindir=/usr/bin \
	--with-storage-lvm --without-xen --with-udev --without-hal --disable-static \
	--with-init-script=systemd --with-audit \
	--with-qemu-user=nobody --with-qemu-group=nobody \
	--without-netcf --with-interface

Thank you for help.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20140219/26e71c54/attachment.htm>


More information about the libvirt-users mailing list