qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* Should QEMU's configure script check for bzip2 ?
@ 2019-11-07 19:43 Thomas Huth
  2019-11-07 19:59 ` Wainer dos Santos Moschetta
  2019-11-08  9:48 ` Daniel P. Berrangé
  0 siblings, 2 replies; 4+ messages in thread
From: Thomas Huth @ 2019-11-07 19:43 UTC (permalink / raw)
  To: QEMU Developers; +Cc: Laszlo Ersek, Philippe Mathieu-Daudé


  Hi,

I just tried to compile QEMU on a freshly installed system. "configure" 
finished without problems, but during "make" I hit this error:

   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....

Sure, it's easy to fix, but maybe "configure" should already check for 
the availablity of "bzip2", so that we then either skip the installation 
of the edk2 images if "bzip2" is not available, or bail out during 
"configure" already?

  Thomas



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-11-08 10:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-07 19:43 Should QEMU's configure script check for bzip2 ? Thomas Huth
2019-11-07 19:59 ` Wainer dos Santos Moschetta
2019-11-08  9:48 ` Daniel P. Berrangé
2019-11-08 10:20   ` Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).