qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Alex Bennée" <alex.bennee@linaro.org>
To: "Daniel P. Berrangé" <berrange@redhat.com>
Cc: marcandre.lureau@redhat.com, qemu-devel@nongnu.org,
	"John Snow" <jsnow@redhat.com>,
	kraxel@redhat.com, "Beraldo Leal" <bleal@redhat.com>,
	"Philippe Mathieu-Daudé" <philmd@linaro.org>,
	pbonzini@redhat.com, "Eric Farman" <farman@linux.ibm.com>,
	"David Hildenbrand" <david@redhat.com>,
	"Wainer dos Santos Moschetta" <wainersm@redhat.com>,
	"Cornelia Huck" <cohuck@redhat.com>,
	"Peter Maydell" <peter.maydell@linaro.org>,
	"Markus Armbruster" <armbru@redhat.com>,
	"Richard Henderson" <richard.henderson@linaro.org>,
	"Cleber Rosa" <crosa@redhat.com>,
	thuth@redhat.com, "Halil Pasic" <pasic@linux.ibm.com>,
	"Michael Roth" <michael.roth@amd.com>,
	"Li-Wen Hsu" <lwhsu@freebsd.org>,
	qemu-s390x@nongnu.org,
	"Christian Borntraeger" <borntraeger@linux.ibm.com>,
	"Ed Maste" <emaste@freebsd.org>
Subject: Re: [PATCH v4 8/8] lcitool: drop texinfo from QEMU project/dependencies
Date: Mon, 16 Jan 2023 12:09:48 +0000	[thread overview]
Message-ID: <87sfgael0l.fsf@linaro.org> (raw)
In-Reply-To: <Y8Uq6sEL813/Suu+@redhat.com>


Daniel P. Berrangé <berrange@redhat.com> writes:

> On Mon, Jan 16, 2023 at 10:06:07AM +0000, Alex Bennée wrote:
>> 
>> marcandre.lureau@redhat.com writes:
>> 
>> > From: Marc-André Lureau <marcandre.lureau@redhat.com>
>> >
>> > Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
>> 
>> I'm not sure how but this is re-breaking the windows build you just fixed:
>> 
>>   In file included from /usr/x86_64-w64-mingw32/sys-root/mingw/include/epoxy/egl.h:46,
>>                    from /tmp/qemu-test/src/include/ui/egl-helpers.h:5,
>>                    from /tmp/qemu-test/src/include/ui/gtk.h:25,
>>                    from ../src/ui/gtk.c:42:
>>   /usr/x86_64-w64-mingw32/sys-root/mingw/include/epoxy/egl_generated.h:11:10: fatal error: EGL/eglplatform.h: No such file or directory
>>      11 | #include "EGL/eglplatform.h"
>>         |          ^~~~~~~~~~~~~~~~~~~
>>   compilation terminated.
>> 
>> I'm going to drop this patch for now.
>
> We don't include mingw*-epoxy in the QEMU container, and AFAIK
> nothing else we install has it as a dependency, so I'm guessing
> you must have done a build locally rather than with our windows
> containers ?

No I was building with the container but weirdly I am seeing different
results on different machines:

 make docker-test-mingw@fedora-win64-cross J=9 V=1

works on my desktop

 make docker-test-mingw@fedora-win64-cross V=1 J=20

fails on my build box. This must be some sort of weird caching behaviour
but I was trying to track down the failures in CI:


>
> Ultimately this is a RPM packaging bug, which was recently fixed
> in Fedora
>
> commit 1e748f66e067d9332bc02f1ea994b6dd3b5e47f3 (HEAD -> f37,
> origin/rawhide, origin/main, origin/f37, origin/HEAD, rawhide)
> Author: Kalev Lember <klember@redhat.com>
> Date:   Fri Jan 13 14:36:35 2023 +0100
>
>     Add missing runtime requires on mingw-angleproject
>     
>     This fixes gtk cross compilation in upstream CI that started to fail
>     with:
>     
>     /usr/x86_64-w64-mingw32/sys-root/mingw/include/epoxy/egl_generated.h:11:10:
> fatal error: EGL/eglplatform.h: No such file or directory
>
>
> So you should be able to just 'dnf update' to fix this.
>
> With regards,
> Daniel


-- 
Alex Bennée
Virtualisation Tech Lead @ Linaro


  reply	other threads:[~2023-01-16 12:13 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-10 13:26 [PATCH v4 0/8] Fix win32/msys2 shader compilation & update lcitool deps marcandre.lureau
2023-01-10 13:26 ` [PATCH v4 1/8] build-sys: fix crlf-ending C code marcandre.lureau
2023-01-10 13:26 ` [PATCH v4 2/8] .gitlab-ci.d/windows: do not disable opengl marcandre.lureau
2023-01-10 13:26 ` [PATCH v4 3/8] configure: replace Perl usage with sed marcandre.lureau
2023-01-10 13:35   ` Daniel P. Berrangé
2023-01-10 13:26 ` [PATCH v4 4/8] meson: replace Perl usage with Python marcandre.lureau
2023-01-10 13:33   ` Daniel P. Berrangé
2023-01-10 13:26 ` [PATCH v4 5/8] docs: drop texinfo options marcandre.lureau
2023-01-10 13:35   ` Daniel P. Berrangé
2023-01-10 13:26 ` [PATCH v4 6/8] Update lcitool and fedora to 37 marcandre.lureau
2023-01-19 12:29   ` Alex Bennée
2023-01-10 13:26 ` [PATCH v4 7/8] lcitool: drop perl from QEMU project/dependencies marcandre.lureau
2023-01-10 13:36   ` Daniel P. Berrangé
2023-01-10 13:27 ` [PATCH v4 8/8] lcitool: drop texinfo " marcandre.lureau
2023-01-10 13:37   ` Daniel P. Berrangé
2023-01-16 10:06   ` Alex Bennée
2023-01-16 10:21     ` Marc-André Lureau
2023-01-16 14:52       ` Alex Bennée
2023-01-16 10:46     ` Daniel P. Berrangé
2023-01-16 12:09       ` Alex Bennée [this message]
2023-01-10 16:35 ` [PATCH v4 0/8] Fix win32/msys2 shader compilation & update lcitool deps Alex Bennée

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87sfgael0l.fsf@linaro.org \
    --to=alex.bennee@linaro.org \
    --cc=armbru@redhat.com \
    --cc=berrange@redhat.com \
    --cc=bleal@redhat.com \
    --cc=borntraeger@linux.ibm.com \
    --cc=cohuck@redhat.com \
    --cc=crosa@redhat.com \
    --cc=david@redhat.com \
    --cc=emaste@freebsd.org \
    --cc=farman@linux.ibm.com \
    --cc=jsnow@redhat.com \
    --cc=kraxel@redhat.com \
    --cc=lwhsu@freebsd.org \
    --cc=marcandre.lureau@redhat.com \
    --cc=michael.roth@amd.com \
    --cc=pasic@linux.ibm.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=philmd@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-s390x@nongnu.org \
    --cc=richard.henderson@linaro.org \
    --cc=thuth@redhat.com \
    --cc=wainersm@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).