All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Daniel P. Berrangé" <berrange@redhat.com>
To: Warner Losh <imp@bsdimp.com>
Cc: "Stefan Weil" <sw@weilnetz.de>, "Thomas Huth" <thuth@redhat.com>,
	"Alex Bennée" <alex.bennee@linaro.org>,
	"QEMU Developers" <qemu-devel@nongnu.org>,
	"Roman Bolshakov" <r.bolshakov@yadro.com>
Subject: Re: [PATCH v2] FreeBSD: Upgrade to 12.2 release
Date: Mon, 8 Mar 2021 15:31:46 +0000	[thread overview]
Message-ID: <YEZDYtnx/Qp76aIz@redhat.com> (raw)
In-Reply-To: <CANCZdfq+ocyZnMt2td3ynx3gWqdPm1csddTjuhAEbxV-QL3Gow@mail.gmail.com>

On Mon, Mar 08, 2021 at 08:26:50AM -0700, Warner Losh wrote:
> On Mon, Mar 8, 2021 at 6:30 AM Thomas Huth <thuth@redhat.com> wrote:
> 
> > On 07/03/2021 16.56, Warner Losh wrote:
> > > FreeBSD 12.1 has reached end of life. Use 12.2 instead so that FreeBSD's
> > > project's packages will work.  Update which timezone to pick. Work
> > around a QEMU
> > > bug that incorrectly raises an exception on a CRC32 instruction with the
> > FPU
> > > disabled.  The qemu bug is described here:
> > > https://www.mail-archive.com/qemu-devel@nongnu.org/msg784158.html
> > >
> > > Signed-off-by: Warner Losh <imp@bsdimp.com>
> > >
> > > ---
> > >   tests/vm/freebsd | 14 +++++++++-----
> > >   1 file changed, 9 insertions(+), 5 deletions(-)
> >
> > I gave this a try, but it's currently failing in the unit tests:
> >
> > Running test test-crypto-tlscredsx509
> >
> > ** (tests/test-crypto-tlscredsx509:9999): CRITICAL **: 12:56:35.157:
> > Failed
> > to sign certificate ASN1 parser: Value is not valid.
> > ERROR test-crypto-tlscredsx509 - Bail out! FATAL-CRITICAL: Failed to sign
> > certificate ASN1 parser: Value is not valid.
> > gmake: *** [Makefile.mtest:576: run-test-70] Error 1
> > gmake: *** Waiting for unfinished jobs....
> > Running test test-crypto-tlssession
> >
> > ** (tests/test-crypto-tlssession:10002): CRITICAL **: 12:56:35.288: Failed
> > to sign certificate ASN1 parser: Value is not valid.
> > ERROR test-crypto-tlssession - Bail out! FATAL-CRITICAL: Failed to sign
> > certificate ASN1 parser: Value is not valid.
> >
> 
> That's totally unrelated to my change. Was it failing before? What
> environment was it failing in because it all seemed to work for me...

Do you have  gnutls package present ? These tests are only run if both
gnutls and libtasn1 development packages are present.

> 
> 
> > I guess it's the same problem as:
> >
> > https://lists.gnu.org/archive/html/qemu-devel/2021-01/msg06750.html
> >
> > ... so this would require a bug fix in the libtasn of FreeBSD first? See:
> >
> > https://gitlab.com/gnutls/libtasn1/-/merge_requests/71
> 
> 
>  Is this on the host that built qemu, or inside the VM or where exactly?

IIUC, it applies to anywhere the libtasn1 is built with modern clang.
IOW, the FreeBSD ports build of libtasn1 would need the patch.


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 :|



  reply	other threads:[~2021-03-08 15:34 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-07 15:56 RESEND [PATCH v2] bsd-user: Add new maintainers Warner Losh
2021-03-07 15:56 ` [PATCH v2] FreeBSD: Upgrade to 12.2 release Warner Losh
2021-03-08 13:30   ` Thomas Huth
2021-03-08 15:26     ` Warner Losh
2021-03-08 15:31       ` Daniel P. Berrangé [this message]
2021-03-08 15:41       ` Thomas Huth
2021-03-08 15:46         ` Roman Bolshakov
2021-03-08 16:49           ` Stefan Weil
2021-03-08 19:51           ` Warner Losh
2021-03-08 19:57             ` Warner Losh
2021-03-09  5:08               ` Thomas Huth
2021-03-19 12:01                 ` Thomas Huth
2021-03-08 10:09 ` RESEND [PATCH v2] bsd-user: Add new maintainers Thomas Huth
2021-03-08 10:24   ` Peter Maydell
2021-03-08 11:16     ` Philippe Mathieu-Daudé
2021-03-08 11:49       ` Peter Maydell
2021-03-08 11:55       ` Thomas Huth
2021-03-08 12:01         ` Peter Maydell
2021-03-08 12:14         ` Daniel P. Berrangé
2021-03-08 13:14           ` Philippe Mathieu-Daudé
2021-03-08 15:21             ` Warner Losh
2021-03-08 15:27               ` Daniel P. Berrangé
2021-03-08 19:59                 ` Warner Losh

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=YEZDYtnx/Qp76aIz@redhat.com \
    --to=berrange@redhat.com \
    --cc=alex.bennee@linaro.org \
    --cc=imp@bsdimp.com \
    --cc=qemu-devel@nongnu.org \
    --cc=r.bolshakov@yadro.com \
    --cc=sw@weilnetz.de \
    --cc=thuth@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.