Actions
Bug #12243
openERROR: missing file ..../qemu4v-src-0.3.6-beta-200430/ui/keycodemapdb/README
Start date:
03/21/2023
Due date:
% Done:
100%
Estimated time:
Detected in build:
qemu4v-src-0.3.6-beta-200430
Platform:
Published in build:
Description
https://forge.ispras.ru/projects/qemu4v/wiki/Installation
Во время выполнения инструкций:
$ mkdir build $ cd build $ ../configure --target-list=aarch64-softmmu,riscv64-softmmu,mips-softmmu,mips64-softmmu,ppc-softmmu,ppc64-softmmu,i386-softmmu $ make $ sudo make install
Возникли следующие ошибки:
alexander@alexander:~/Microtesk/qemu4v-src-0.3.6-beta-200430/build$ ../configure --target-list=aarch64-softmmu,riscv64-softmmu,mips-softmmu,mips64-softmmu,ppc-softmmu,ppc64-softmmu,i386-softmmu ERROR: missing file /home/alexander/Microtesk/qemu4v-src-0.3.6-beta-200430/ui/keycodemapdb/README This is not a GIT checkout but module content appears to be missing. Do not use 'git archive' or GitHub download links to acquire QEMU source archives. Non-GIT builds are only supported with source archives linked from: https://www.qemu.org/download/#source Developers working with GIT can use scripts/archive-source.sh if they need to create valid source archives.
И этот вариант не работает:
$ ./gradlew assemble $ sudo make install
Падает с той же ошибкой, что и предыдущий.
Actions