All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix atomic test in "configure" + bump FreeBSD CI to 12.2
@ 2021-03-17 11:05 Thomas Huth
  2021-03-17 11:05 ` [PATCH 1/2] configure: Don't use the __atomic_*_16 functions for testing 128-bit support Thomas Huth
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Thomas Huth @ 2021-03-17 11:05 UTC (permalink / raw)
  To: qemu-devel, Ed Maste, Li-Wen Hsu
  Cc: Alex Bennée, Paolo Bonzini, Richard Henderson

FreeBSD 12.1 is out of service now, so the Cirrus-CI task is failing due
to using some packages from 12.2 on the 12.1 image. We have to update
it to 12.2. However, there are two obstacles:

First, the check for the 128-bit atomic functions in the configure
script does not work right with the version of Clang in FreeBSD 12.2
anymore. Looks like the __atomic_*_16() functions do not have valid
prototypes anymore. First patch fixes this issue.

Second, there is a problem with libtasn1 and the latest version of
Clang that also triggers on FreeBSD 12.2. We have to disable gnutls
in this task until libtasn1 got fixed in FreeBSD.

Thomas Huth (2):
  configure: Don't use the __atomic_*_16 functions for testing 128-bit
    support
  cirrus.yml: Update the FreeBSD task to version 12.2

 .cirrus.yml | 5 +++--
 configure   | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

-- 
2.27.0



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

end of thread, other threads:[~2021-03-19 15:34 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-17 11:05 [PATCH 0/2] Fix atomic test in "configure" + bump FreeBSD CI to 12.2 Thomas Huth
2021-03-17 11:05 ` [PATCH 1/2] configure: Don't use the __atomic_*_16 functions for testing 128-bit support Thomas Huth
2021-03-17 12:03   ` Paolo Bonzini
2021-03-17 15:22   ` Richard Henderson
2021-03-17 11:05 ` [PATCH 2/2] cirrus.yml: Update the FreeBSD task to version 12.2 Thomas Huth
2021-03-17 11:16   ` Peter Maydell
2021-03-17 12:44     ` Thomas Huth
2021-03-17 13:12       ` Daniel P. Berrangé
2021-03-17 16:24         ` Alex Bennée
2021-03-19 10:14           ` [PATCH v2 " Thomas Huth
2021-03-17 13:16       ` [PATCH " Roman Bolshakov
2021-03-17 13:24         ` Peter Maydell
2021-03-19 15:33 ` [PATCH 0/2] Fix atomic test in "configure" + bump FreeBSD CI to 12.2 Alex Bennée

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.