bug-gnu-libiconv
[Top][All Lists]
Advanced

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

Re: [bug-gnu-libiconv] Failed self test on OpenBSD


From: Bruno Haible
Subject: Re: [bug-gnu-libiconv] Failed self test on OpenBSD
Date: Thu, 19 Jul 2018 01:08:24 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-130-generic; KDE/5.18.0; x86_64; ; )

Hi,

> $ make check
> ...
> 
> gcc -L/usr/local/lib -m64 -Wl,-R,/usr/local/lib -Wl,--enable-new-dtags
> -I. -I. -I../include -I./../include -I../srclib -I./../srclib -I.. -g2
> -O2 -m64 -march=native -fPIC -I/usr/local/include -DNDEBUG ./genutf8.c
> ../srclib/libicrt.a -o genutf8 &&  ./genutf8 > UTF-8.TXT &&
> ./check-stateless . UTF-8 &&  rm -f -r genutf8 genutf8.dSYM UTF-8.TXT
> ./UTF-8.TXT tmp-UTF-8.TXT differ: char 880388, line 55297
> *** Error 1 in tests (Makefile:37 'check')
> *** Error 1 in /home/build/libiconv-1.15 (Makefile:101 'check')

On some systems, the self-tests may fail if you have an older version
of the library already installed. To avoid this, try
  $ make install
  $ make check

Or if you hesitate to do "make install" before you know that it's OK,
you may do a build with "./configure --disable-shared; make; make check";
such a build should not be influenced by the things that you have
installed in /usr/local.

Bruno




reply via email to

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