Hi all,
just for the info, we enabled the `centos-stream-9-x86_64` and `centos-stream-9-aarch64` chroots in Fedora Copr. Note that we build directly from composes [1] without mirrors (some failures can expected), and that the packages are not GPG-signed. You have been warned :-)
The ppc64le doesn't seem to build on Power8 hardware we have [2], and s390x has some troubles with qemu emulation [3]. So those architectures are at least for now disabled.
[1] https://github.com/rpm-software-management/mock/pull/751 [2] https://bugzilla.redhat.com/show_bug.cgi?id=1985364 [3] Fatal glibc error: CPU lacks VXE support (z14 or later required), https://download.copr-dev.fedorainfracloud.org/results/praiskup/ping/centos-...
Happy building! Pavel
On Fri, 23 Jul 2021 at 10:06, Pavel Raiskup praiskup@redhat.com wrote:
Hi all,
just for the info, we enabled the `centos-stream-9-x86_64` and `centos-stream-9-aarch64` chroots in Fedora Copr. Note that we build directly from composes [1] without mirrors (some failures can expected), and that the packages are not GPG-signed. You have been warned :-)
The ppc64le doesn't seem to build on Power8 hardware we have [2], and s390x has some troubles with qemu emulation [3]. So those architectures are at least for now disabled.
CentOS Stream 9 and RHEL-9 will only support Power 9 and above architectures. So COPR will not be able to build CS9 or RHEL-9 at this time.
I am guessing the s390x emulation is also an architectural issue as I believe the minimal system for 9 to work on has also moved.
[1] https://github.com/rpm-software-management/mock/pull/751 [2] https://bugzilla.redhat.com/show_bug.cgi?id=1985364 [3] Fatal glibc error: CPU lacks VXE support (z14 or later required), https://download.copr-dev.fedorainfracloud.org/results/praiskup/ping/centos-...
Happy building! Pavel
devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
On Fri, Jul 23, 2021 at 04:03:06PM +0200, Pavel Raiskup wrote:
The ppc64le doesn't seem to build on Power8 hardware we have [2], and s390x has some troubles with qemu emulation [3]. So those architectures are at least for now disabled.
[3] Fatal glibc error: CPU lacks VXE support (z14 or later required), https://download.copr-dev.fedorainfracloud.org/results/praiskup/ping/centos-...
I'm trying to find out from the s390x QEMU maintainers about the likely fix requird to make this work.
Can you tell me what QEMU version is in use in this environment.
Regards, Daniel
On Fri, Jul 23, 2021 at 10:17:41AM -0400, Stephen John Smoogen wrote:
On Fri, 23 Jul 2021 at 10:06, Pavel Raiskup praiskup@redhat.com wrote:
[3] Fatal glibc error: CPU lacks VXE support (z14 or later required),
This one is:
https://bugzilla.redhat.com/show_bug.cgi?id=1967905
Seems like it should be fixed with a sufficiently recent copy of qemu. (Hmm, you're running copr / s390x on top of software emulation ...?)
Rich.
On Fri, Jul 23, 2021 at 03:25:15PM +0100, Daniel P. Berrangé wrote:
On Fri, Jul 23, 2021 at 04:03:06PM +0200, Pavel Raiskup wrote:
The ppc64le doesn't seem to build on Power8 hardware we have [2], and s390x has some troubles with qemu emulation [3]. So those architectures are at least for now disabled.
[3] Fatal glibc error: CPU lacks VXE support (z14 or later required), https://download.copr-dev.fedorainfracloud.org/results/praiskup/ping/centos-...
I'm trying to find out from the s390x QEMU maintainers about the likely fix requird to make this work.
It will be fixed in QEMU 6.1.0 which is coming out in a month-ish:
https://wiki.qemu.org/Planning/6.1
and will be addressed by this patch series
https://lore.kernel.org/qemu-devel/20210517142739.38597-1-david@redhat.com/
This futur QEMU release will go into f35 rawhide, and virt-preview repo can be used if you will need it for f34
Regards, Daniel
On Friday, July 23, 2021 5:09:57 PM CEST Daniel P. Berrangé wrote:
On Fri, Jul 23, 2021 at 03:25:15PM +0100, Daniel P. Berrangé wrote:
On Fri, Jul 23, 2021 at 04:03:06PM +0200, Pavel Raiskup wrote:
The ppc64le doesn't seem to build on Power8 hardware we have [2], and s390x has some troubles with qemu emulation [3]. So those architectures are at least for now disabled.
[3] Fatal glibc error: CPU lacks VXE support (z14 or later required), https://download.copr-dev.fedorainfracloud.org/results/praiskup/ping/centos-...
I'm trying to find out from the s390x QEMU maintainers about the likely fix requird to make this work.
It will be fixed in QEMU 6.1.0 which is coming out in a month-ish:
https://wiki.qemu.org/Planning/6.1
and will be addressed by this patch series
https://lore.kernel.org/qemu-devel/20210517142739.38597-1-david@redhat.com/
This futur QEMU release will go into f35 rawhide, and virt-preview repo can be used if you will need it for f34
Nice, thank you for the reference!
I'm curious... couldn't we run CentOS Stream 9 ppc64le builds through qemu emulation as well?
Pavel
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 :| _______________________________________________ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
On Fri, Jul 23, 2021 at 07:10:51PM +0200, Pavel Raiskup wrote:
On Friday, July 23, 2021 5:09:57 PM CEST Daniel P. Berrangé wrote:
On Fri, Jul 23, 2021 at 03:25:15PM +0100, Daniel P. Berrangé wrote:
On Fri, Jul 23, 2021 at 04:03:06PM +0200, Pavel Raiskup wrote:
The ppc64le doesn't seem to build on Power8 hardware we have [2], and s390x has some troubles with qemu emulation [3]. So those architectures are at least for now disabled.
[3] Fatal glibc error: CPU lacks VXE support (z14 or later required), https://download.copr-dev.fedorainfracloud.org/results/praiskup/ping/centos-...
I'm trying to find out from the s390x QEMU maintainers about the likely fix requird to make this work.
It will be fixed in QEMU 6.1.0 which is coming out in a month-ish:
https://wiki.qemu.org/Planning/6.1
and will be addressed by this patch series
https://lore.kernel.org/qemu-devel/20210517142739.38597-1-david@redhat.com/
This futur QEMU release will go into f35 rawhide, and virt-preview repo can be used if you will need it for f34
Nice, thank you for the reference!
I'm curious... couldn't we run CentOS Stream 9 ppc64le builds through qemu emulation as well?
Quite possibly.
Regards, Daniel
copr-devel@lists.fedorahosted.org