diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2019-11-08 12:45:31 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2019-11-11 14:35:41 +0100 |
commit | 623ef637a2e42e023e7436d4bfbdc5159fb36684 (patch) | |
tree | 8e1000325dbdcb48cc4283855ede8ab715707b1a /python/qemu/machine.py | |
parent | 05dfa22b5b6b6358b0b2c0b09a180f6249ced0a4 (diff) | |
download | qemu-623ef637a2e42e023e7436d4bfbdc5159fb36684.zip qemu-623ef637a2e42e023e7436d4bfbdc5159fb36684.tar.gz qemu-623ef637a2e42e023e7436d4bfbdc5159fb36684.tar.bz2 |
configure: Check bzip2 is available
The bzip2 tool is not included in default installations.
On freshly installed systems, ./configure succeeds but 'make'
might fail later:
BUNZIP2 pc-bios/edk2-i386-secure-code.fd.bz2
/bin/sh: bzip2: command not found
make: *** [Makefile:305: pc-bios/edk2-i386-secure-code.fd] Error 127
make: *** Deleting file 'pc-bios/edk2-i386-secure-code.fd'
make: *** Waiting for unfinished jobs....
Add a check in ./configure to warn the user if bzip2 is missing.
See also: 536d2173b2b ("roms: build edk2 firmware binaries ...")
Reported-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20191108114531.21518-3-philmd@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Luc Michel <luc.michel@greensocs.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'python/qemu/machine.py')
0 files changed, 0 insertions, 0 deletions