[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: libtasn1 4.16.0 failed self tests on NetBSD
From: |
Nikos Mavrogiannopoulos |
Subject: |
Re: libtasn1 4.16.0 failed self tests on NetBSD |
Date: |
Thu, 6 Feb 2020 21:32:09 +0100 |
On Tue, Feb 4, 2020 at 6:57 AM Jeffrey Walton <address@hidden> wrote:
>
> Hi Everyone,
>
> libtasn1 4.16.0 is failing most self tests on NetBSD 8.1. The log file
> says the test runner can't find libtasn1.so.12:
>
> Shared object "libtasn1.so.12" not found
>
> For the case of NetBSD, you have to use the full path to the library:
>
> export LD_LIBRARY_PATH="$PWD/lib/.libs:$LD_LIBRARY_PATH"
> make check V=1
Hi,
Is there something new with this release or is it in the previous
release as well? To be honest autotools handle all that stuff, so I
wouldn't even know where to start fixing it. Do you have some
suggestion, or can send some MR?
regards,
Nikos