qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gitlab-CI: Test 32-bit builds with the fedora-i386-cross con


From: Paolo Bonzini
Subject: Re: [PATCH] gitlab-CI: Test 32-bit builds with the fedora-i386-cross container
Date: Fri, 27 Nov 2020 19:24:30 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0

On 27/11/20 19:15, Thomas Huth wrote:
On 27/11/2020 19.10, Thomas Huth wrote:
After adding some missing packages, it's possible to check 32-bit
builds and tests with the fedora-i386-cross container in the gitlab-CI,
too.

While we're at it, update it to Fedora 31. Unfortunately the gcc
from the later versions emits some very dubious format-truncation
warnings, so Fedora 32 and 33 are currently unsuitable for this job.

I also had to remove the gnutls-devel package since linking then
failed due to its dependency libtasn1 not being recognized (even
if I explicitely installed it into the container).

In case anybody is interested, the failure can be seen here:

  https://gitlab.com/huth/qemu/-/jobs/876977206#L4799

... which is very strange, since in line 259, meson claimed to have found
libtasn1 ... anybody got an idea what's going wrong here?

You didn't install libtasn1-devel.i686. So it looks like pkg-config could find an (x86_64) tasn1.pc was found, but neither of /usr/lib/libtasn1.{a,so} exists.

In general this points out an issue with the setup, in that pkg-config falls back to /usr/lib64/pkg-config. Looking at the man page, it seems like you have to specify PKG_CONFIG_LIBDIR instead of PKG_CONFIG_PATH.

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]