[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Self test failures in IDN2 2.2.0
From: |
Jeffrey Walton |
Subject: |
Re: Self test failures in IDN2 2.2.0 |
Date: |
Wed, 29 May 2019 07:34:39 -0400 |
On Wed, May 29, 2019 at 5:59 AM Tim Rühsen <address@hidden> wrote:
>
> On 5/29/19 8:07 AM, Jeffrey Walton wrote:
> > Hi Everyone,
> >
> > I've picked up the latest iConv, GetText, Unistring and IDN2. I'm
> > seeing three self test failures in IDN2. The remaining several hundred
> > self tests are OK.
> >
> > PASS: test-punycode
> > FAIL: test-lookup
> > PASS: test-register
> > PASS: test-strerror
> > FAIL: test-tounicode
> > FAIL: test-glibc
>
> It looks like the tests are linked with an older version of libidn2.
Thanks Tim.
libidn2.so below is the old one I am trying to replace. The self tests
completed when I manually deleted it.
More f**ked up Linux path problems. Those idiots should get a Darwin award.
$ ldd ./tests/test-punycode
linux-vdso.so.1 (0x00007ffeea7c1000)
libidn2.so.0 => /usr/local/lib64/libidn2.so.0 (0x00007f73fb049000)
libiconv.so.2 => /usr/local/lib64/libiconv.so.2 (0x00007f73faf63000)
libunistring.so.2 => /usr/local/lib64/libunistring.so.2
(0x00007f73fade1000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007f73fadc2000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f73fada0000)
libc.so.6 => /lib64/libc.so.6 (0x00007f73fabda000)
/lib64/ld-linux-x86-64.so.2 (0x00007f73fb06a000)
Jeff