<div dir="ltr"><div><div>Hi all,<br><br></div>I can not build from source since a few days. Make left me with this error:<br><br>Making install in tools/wireshark<br>make[1]: Entering directory '/developement/aur/libvirt-git/src/libvirt/tools/wireshark'<br>
make[2]: Entering directory '/developement/aur/libvirt-git/src/libvirt/tools/wireshark'<br>make[3]: Entering directory '/developement/aur/libvirt-git/src/libvirt/tools/wireshark'<br>make[3]: Nothing to be done for 'install-exec-am'.<br>
make[3]: Nothing to be done for 'install-data-am'.<br>make[3]: Leaving directory '/developement/aur/libvirt-git/src/libvirt/tools/wireshark'<br>make[2]: Leaving directory '/developement/aur/libvirt-git/src/libvirt/tools/wireshark'<br>
make[1]: Leaving directory '/developement/aur/libvirt-git/src/libvirt/tools/wireshark'<br>mv: cannot stat ‘/developement/aur/libvirt-git/pkg/libvirt-git/lib/*’: No such file or directory<br><br><br></div>I am on Arch linux and use the AUR mechanism package to build/install packages from source.<br clear="all">
<div><div><div>Here is the build part of the PKGBUILD file :<br><br><pre>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</pre>Thank you for help.<br>
</div></div></div></div>