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.