* [Qemu-devel] [PATCH] docker: Use stable git tag for virglrenderer
@ 2019-01-03 17:21 Philippe Mathieu-Daudé
2019-01-03 23:13 ` Philippe Mathieu-Daudé
2019-01-08 17:25 ` Alex Bennée
0 siblings, 2 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-01-03 17:21 UTC (permalink / raw)
To: Alex Bennée, qemu-devel, Fam Zheng
Cc: Philippe Mathieu-Daudé, Gerd Hoffmann
Use a stable tag instead of some random commit from mainstream
development, to avoid unexpected build failures.
This fixes:
CC virglrenderer.lo
virglrenderer.c: In function 'virgl_has_gl_colorspace':
virglrenderer.c:208:11: error: implicit declaration of function 'virgl_has_egl_khr_gl_colorspace' [-Werror=implicit-function-declaration]
virgl_has_egl_khr_gl_colorspace(egl_info));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
virglrenderer.c:208:43: error: 'egl_info' undeclared (first use in this function)
virgl_has_egl_khr_gl_colorspace(egl_info));
^~~~~~~~
virglrenderer.c:208:43: note: each undeclared identifier is reported only once for each function it appears in
cc1: some warnings being treated as errors
As of this commit 'git virglrenderer-0.7.0' is the last stable tag.
(virglrenderer commit breaking: fb4f7577f7ef)
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
tests/docker/dockerfiles/debian-amd64.docker | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/docker/dockerfiles/debian-amd64.docker b/tests/docker/dockerfiles/debian-amd64.docker
index 24b113b76f..47a30adbdb 100644
--- a/tests/docker/dockerfiles/debian-amd64.docker
+++ b/tests/docker/dockerfiles/debian-amd64.docker
@@ -24,7 +24,8 @@ RUN DEBIAN_FRONTEND=noninteractive eatmydata \
libegl1-mesa-dev \
libepoxy-dev \
libgbm-dev
-RUN git clone https://anongit.freedesktop.org/git/virglrenderer.git /usr/src/virglrenderer
+RUN git clone https://anongit.freedesktop.org/git/virglrenderer.git /usr/src/virglrenderer && \
+ cd /usr/src/virglrenderer && git checkout virglrenderer-0.7.0
RUN cd /usr/src/virglrenderer && ./autogen.sh && ./configure --with-glx --disable-tests && make install
# netmap
--
2.17.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] docker: Use stable git tag for virglrenderer
2019-01-03 17:21 [Qemu-devel] [PATCH] docker: Use stable git tag for virglrenderer Philippe Mathieu-Daudé
@ 2019-01-03 23:13 ` Philippe Mathieu-Daudé
2019-01-08 17:25 ` Alex Bennée
1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-01-03 23:13 UTC (permalink / raw)
To: Alex Bennée, QEMU Developers, Fam Zheng; +Cc: Gerd Hoffmann
On Thu, Jan 3, 2019 at 6:22 PM Philippe Mathieu-Daudé <philmd@redhat.com> wrote:
>
> Use a stable tag instead of some random commit from mainstream
> development, to avoid unexpected build failures.
>
> This fixes:
>
> CC virglrenderer.lo
> virglrenderer.c: In function 'virgl_has_gl_colorspace':
> virglrenderer.c:208:11: error: implicit declaration of function 'virgl_has_egl_khr_gl_colorspace' [-Werror=implicit-function-declaration]
> virgl_has_egl_khr_gl_colorspace(egl_info));
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> virglrenderer.c:208:43: error: 'egl_info' undeclared (first use in this function)
> virgl_has_egl_khr_gl_colorspace(egl_info));
> ^~~~~~~~
> virglrenderer.c:208:43: note: each undeclared identifier is reported only once for each function it appears in
> cc1: some warnings being treated as errors
>
> As of this commit 'git virglrenderer-0.7.0' is the last stable tag.
> (virglrenderer commit breaking: fb4f7577f7ef)
Success on Shippable:
https://app.shippable.com/github/philmd/qemu/runs/310/summary/console
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] docker: Use stable git tag for virglrenderer
2019-01-03 17:21 [Qemu-devel] [PATCH] docker: Use stable git tag for virglrenderer Philippe Mathieu-Daudé
2019-01-03 23:13 ` Philippe Mathieu-Daudé
@ 2019-01-08 17:25 ` Alex Bennée
1 sibling, 0 replies; 3+ messages in thread
From: Alex Bennée @ 2019-01-08 17:25 UTC (permalink / raw)
To: Philippe Mathieu-Daudé; +Cc: qemu-devel, Fam Zheng, Gerd Hoffmann
Philippe Mathieu-Daudé <philmd@redhat.com> writes:
> Use a stable tag instead of some random commit from mainstream
> development, to avoid unexpected build failures.
>
<snip>
Queued to testing/next, thanks.
--
Alex Bennée
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-01-08 17:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-03 17:21 [Qemu-devel] [PATCH] docker: Use stable git tag for virglrenderer Philippe Mathieu-Daudé
2019-01-03 23:13 ` Philippe Mathieu-Daudé
2019-01-08 17:25 ` Alex Bennée
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).