[Bug 1916655] Re: Compilation fails due to zstd qcow2 compression

2021-03-08 Thread Dantali0n
> 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

[Bug 1916655] Re: Compilation fails due to zstd qcow2 compression

2021-03-05 Thread Dantali0n
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

[Bug 1916655] [NEW] Compilation fails due to zstd qcow2 compression

2021-02-23 Thread Dantali0n
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