qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] shippable: fix build
@ 2019-02-20 10:45 Paolo Bonzini
  2019-02-20 16:37 ` Alex Bennée
  2019-02-20 17:19 ` Philippe Mathieu-Daudé
  0 siblings, 2 replies; 8+ messages in thread
From: Paolo Bonzini @ 2019-02-20 10:45 UTC (permalink / raw)
  To: qemu-devel; +Cc: alex.bennee

It looks like something in netmap has changed and compilation fails:

   install -D libnetmap.a //usr/local/lib/libnetmap.a
   install: cannot stat libnetmap.a: No such file or directory

Add an explicit "make" step to fix it.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 tests/docker/dockerfiles/debian-amd64.docker | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/docker/dockerfiles/debian-amd64.docker b/tests/docker/dockerfiles/debian-amd64.docker
index 954fcf9606..df79f35a46 100644
--- a/tests/docker/dockerfiles/debian-amd64.docker
+++ b/tests/docker/dockerfiles/debian-amd64.docker
@@ -33,7 +33,7 @@ RUN DEBIAN_FRONTEND=noninteractive eatmydata \
     apt-get install -y --no-install-recommends \
         linux-headers-amd64
 RUN git clone https://github.com/luigirizzo/netmap.git /usr/src/netmap
-RUN cd /usr/src/netmap/LINUX && ./configure --no-drivers --no-apps --kernel-dir=$(ls -d /usr/src/linux-headers-*-amd64) && make install
+RUN cd /usr/src/netmap/LINUX && ./configure --no-drivers --no-apps --kernel-dir=$(ls -d /usr/src/linux-headers-*-amd64) && make && make install
 ENV QEMU_CONFIGURE_OPTS --enable-netmap
 
 RUN ldconfig
-- 
2.20.1

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

end of thread, other threads:[~2019-02-21  9:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-20 10:45 [Qemu-devel] [PATCH] shippable: fix build Paolo Bonzini
2019-02-20 16:37 ` Alex Bennée
2019-02-20 17:24   ` Philippe Mathieu-Daudé
2019-02-20 17:45     ` Alex Bennée
2019-02-20 18:00       ` Philippe Mathieu-Daudé
2019-02-21  9:14         ` Stefano Garzarella
2019-02-21  9:24           ` Vincenzo Maffione
2019-02-20 17:19 ` 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).