From: "Daniel P. Berrangé" <berrange@redhat.com>
To: "Philippe Mathieu-Daudé" <philmd@redhat.com>
Cc: "Fam Zheng" <fam@euphon.net>, "Thomas Huth" <thuth@redhat.com>,
"Matthew Rosato" <mjrosato@linux.ibm.com>,
"David Hildenbrand" <david@redhat.com>,
"Cornelia Huck" <cohuck@redhat.com>,
qemu-devel@nongnu.org,
"Wainer dos Santos Moschetta" <wainersm@redhat.com>,
"Halil Pasic" <pasic@linux.ibm.com>,
"Christian Borntraeger" <borntraeger@de.ibm.com>,
qemu-s390x@nongnu.org, "Paolo Bonzini" <pbonzini@redhat.com>,
"Alex Bennée" <alex.bennee@linaro.org>,
"Richard Henderson" <rth@twiddle.net>
Subject: Re: [PATCH-for-5.2 2/3] gitlab-ci: Add a job to cover the --without-default-devices config
Date: Tue, 3 Nov 2020 16:52:47 +0000 [thread overview]
Message-ID: <20201103165247.GT205187@redhat.com> (raw)
In-Reply-To: <20201103164604.2692357-3-philmd@redhat.com>
On Tue, Nov 03, 2020 at 05:46:03PM +0100, Philippe Mathieu-Daudé wrote:
> We test './configure --without-default-devices' since commit
> 20885b5b169 (".travis.yml: test that no-default-device builds
> do not regress") in Travis-CI.
>
> As we prefer to use GitLab-CI, add the equivalent job there.
>
> One minor difference: the GitLab Ubuntu docker image has the
> Xen devel packages installed. As it is automatically selected,
> we need to disable it with the --disable-xen option, else the
> build fails:
>
> /usr/bin/ld: libcommon.fa.p/hw_xen_xen-legacy-backend.c.o: in function `xen_be_register_common':
> hw/xen/xen-legacy-backend.c:754: undefined reference to `xen_9pfs_ops'
> /usr/bin/ld: libcommon.fa.p/fsdev_qemu-fsdev.c.o:(.data.rel+0x8): undefined reference to `local_ops'
> /usr/bin/ld: libcommon.fa.p/fsdev_qemu-fsdev.c.o:(.data.rel+0x20): undefined reference to `synth_ops'
> /usr/bin/ld: libcommon.fa.p/fsdev_qemu-fsdev.c.o:(.data.rel+0x38): undefined reference to `proxy_ops'
> collect2: error: ld returned 1 exit status
Surely this is a build bug we need to fix rather than ignore in CI ?
Regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
next prev parent reply other threads:[~2020-11-03 16:54 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-03 16:46 [PATCH-for-5.2 0/3] ci: Move --without-default-devices job from Travis to GitLab Philippe Mathieu-Daudé
2020-11-03 16:46 ` [PATCH-for-5.2 1/3] s390x: fix build for --without-default-devices Philippe Mathieu-Daudé
2020-11-03 16:46 ` [PATCH-for-5.2 2/3] gitlab-ci: Add a job to cover the --without-default-devices config Philippe Mathieu-Daudé
2020-11-03 16:52 ` Daniel P. Berrangé [this message]
2020-11-03 17:01 ` Philippe Mathieu-Daudé
2020-11-03 17:02 ` Daniel P. Berrangé
2020-11-03 17:04 ` Philippe Mathieu-Daudé
2020-11-03 17:04 ` Philippe Mathieu-Daudé
2020-11-04 2:27 ` Stefano Stabellini
2020-11-04 2:27 ` Stefano Stabellini
2020-11-04 6:17 ` Thomas Huth
2020-11-04 6:17 ` Thomas Huth
2020-11-05 4:26 ` Stefano Stabellini
2020-11-05 4:26 ` Stefano Stabellini
2020-11-05 8:19 ` Philippe Mathieu-Daudé
2020-11-05 8:19 ` Philippe Mathieu-Daudé
2020-11-04 8:12 ` Paolo Bonzini
2020-11-04 8:12 ` Paolo Bonzini
2020-11-05 2:48 ` Stefano Stabellini
2020-11-05 2:48 ` Stefano Stabellini
2020-11-05 11:00 ` Paolo Bonzini
2020-11-05 11:00 ` Paolo Bonzini
2020-11-03 20:57 ` Paolo Bonzini
2020-11-03 21:07 ` Philippe Mathieu-Daudé
2020-11-03 21:12 ` Paolo Bonzini
2020-11-04 8:45 ` Philippe Mathieu-Daudé
2020-11-03 17:02 ` Philippe Mathieu-Daudé
2020-11-03 18:43 ` Thomas Huth
2020-11-03 20:41 ` Philippe Mathieu-Daudé
2020-11-04 6:21 ` Thomas Huth
2020-11-04 8:32 ` Philippe Mathieu-Daudé
2020-11-04 9:15 ` Thomas Huth
2020-11-03 16:46 ` [PATCH-for-5.2 3/3] travis-ci: Remove the --without-default-devices job Philippe Mathieu-Daudé
2020-11-03 18:51 ` Thomas Huth
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=20201103165247.GT205187@redhat.com \
--to=berrange@redhat.com \
--cc=alex.bennee@linaro.org \
--cc=borntraeger@de.ibm.com \
--cc=cohuck@redhat.com \
--cc=david@redhat.com \
--cc=fam@euphon.net \
--cc=mjrosato@linux.ibm.com \
--cc=pasic@linux.ibm.com \
--cc=pbonzini@redhat.com \
--cc=philmd@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-s390x@nongnu.org \
--cc=rth@twiddle.net \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.