> Is there something we need to fix in the build system?
Maybe, I do not know how this dependency is validated. If the
directories used to validate dependencies differs from the directories
(or order) used at compile / link time than this can cause errors like
these.
However, what could also happ
Seems I had an old version (1.3.5) of zstd floating around in
/usr/local. Consider this issue resolved.
** Changed in: qemu
Status: New => Invalid
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs
Public bug reported:
Compilation of QEMU fails when using recent versions of zstd.
I use the following commands to compile QEMU:
$ mkdir build
$ cd build
$ ../configure --enable-debug --target-list=x86_64-softmmu
$ make -j $(nproc)
Here is a paste from the ../configure output:
https://paste.ubun