[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/2] meson: move libmpathpersist test
From: |
Paolo Bonzini |
Subject: |
Re: [PATCH 0/2] meson: move libmpathpersist test |
Date: |
Thu, 17 Sep 2020 12:36:19 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 |
On 17/09/20 11:59, Thomas Huth wrote:
> On 16/09/2020 18.26, Paolo Bonzini wrote:
>> Move the libmpathpersist test, as well as its dependency
>> libudev, to meson. This should fix or help debugging
>> https://travis-ci.com/github/huth/qemu/jobs/385737549#L4528
>
> Thanks, this indeed decreased the amount of linker errors after I
> applied the patches, but there are still two errors left:
>
> https://travis-ci.com/github/huth/qemu/jobs/385871016#L7839
libmultipath has a libdevmapper dependency, but the cc.links() test does
not use the library enough to find the problem.
There are more dependencies reported by ldd (liburcu, libaio,
libsystemd, libgcrypt, libpcre2) so if this breaks again it's probably
best to exclude scsi/qemu-pr-helper from statically-linked builds. In
the meanwhile I'll prepare a v2.
Paolo