qemu-xen build with xen libs from staging

From PryMar56, 10 Months ago, written in Plain Text, viewed 113 times.
URL https://pb.dynavirt.com/view/3c43f5b8 Embed
Download Paste or View Raw
  1.  
  2.  
  3. // tried using the qemu-8.0.4 source from Debian
  4. https://snapshot.debian.org/archive/debian/20230812T090501Z/pool/main/q/qemu/qemu_8.0.4%2Bdfsg.orig.tar.xz
  5.  
  6.  
  7. // got the exact same error I get with the source from qemu-xen-staging (8.0.4)
  8.     --libexecdir=/usr/lib/xen/libexec \
  9.     --firmwarepath=/usr/lib/xen/share/qemu-firmware \
  10.     --disable-kvm \
  11.     --disable-docs \
  12.     --disable-guest-agent \
  13.     --enable-linux-io-uring --enable-modules --mandir=/usr/share/man --enable-docs --enable-kvm --enable-tcg --enable-linux-aio --audio-drv-list=alsa,oss --enab>
  14.     --cpu=x86_64 \
  15.      \
  16.     $virtfs; \
  17. /usr/bin/make all
  18.  
  19. ERROR: --python requires using QEMU's embedded Meson distribution, but it was not found.
  20.  
  21. make[1]: Entering directory '/builddir/build/BUILD/xen-4.18~rc0/tools/qemu-xen-build'
  22. make[1]: *** No rule to make target 'all'.  Stop.
  23. make[1]: Leaving directory '/builddir/build/BUILD/xen-4.18~rc0/tools/qemu-xen-build'
  24. make: *** [Makefile:215: subdir-all-qemu-xen-dir] Error 2
  25. make: Leaving directory '/builddir/build/BUILD/xen-4.18~rc0/tools'
  26. error: Bad exit status from /var/tmp/rpm-tmp.OImnwI (%build)
  27.  
  28.  
  29. RPM build errors:
  30.     Bad exit status from /var/tmp/rpm-tmp.OImnwI (%build)
  31.  

Reply to "qemu-xen build with xen libs from staging"

Here you can reply to the paste above

captcha