test-mbrtowc3.sh in findutils-4.5.5

View: New views
4 Messages — Rating Filter:   Alert me  

test-mbrtowc3.sh in findutils-4.5.5

by IIDA Yosiaki :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello, findutils maintainers.

test-mbrtowc3.sh in findutils-4.5.5 failed.
-----BEGIN-----
ln -s ../findutils-4.5.5 srcdir
srcdir/configure --disable-nls --disable-shared
make
make check
...SNIP...
../srcdir/tests/test-mbrtowc.c:126: assertion failed
Abort - core dumped
FAIL: test-mbrtowc3.sh
-----END-----
The output from ``gcc --version'' begins with:
gcc (GCC) 3.4.6

I hope it helps.
--
  iida



Re: test-mbrtowc3.sh in findutils-4.5.5

by Eric Blake :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to iida@... on 9/14/2009 6:19 PM:
> Hello, findutils maintainers.
>
> test-mbrtowc3.sh in findutils-4.5.5 failed.

There have been upstream fixes to this test in gnulib since
findutils-4.5.5 was released.  It is probably fixed already, but to be
sure, what OS are you running on?

- --
Don't work too hard, make some time for fun as well!

Eric Blake             ebb9@...
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkqv2gYACgkQ84KuGfSFAYDpCQCdEX887Ig5ITBDPDnOq7ukK8hI
l1EAoNfBJ5hZD8DWKJKrVhW87uFpL+mj
=icCt
-----END PGP SIGNATURE-----



Re: test-mbrtowc3.sh in findutils-4.5.5

by IIDA Yosiaki :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

The tripplet is sparc-sun-solaris2.10.
Sorry.  I should write it.

>There have been upstream fixes to this test in gnulib since
>findutils-4.5.5 was released.  It is probably fixed already, but to be
>sure, what OS are you running on?
--
  iida



Re: test-mbrtowc3.sh in findutils-4.5.5

by James Youngman-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Wed, Sep 16, 2009 at 12:09 AM,  <iida@...> wrote:
> The tripplet is sparc-sun-solaris2.10.
> Sorry.  I should write it.
>
>>There have been upstream fixes to this test in gnulib since
>>findutils-4.5.5 was released.  It is probably fixed already, but to be
>>sure, what OS are you running on?

Thanks for the bug report.

I have a local change updating findutils to the current version of
gnulib, but it depends on a gnulib patch I just sent to the gnulib
maintainers.   So it will be a week or two before there is a findutils
4.5.x release which includes the recent version of gnulib,
unfortunately.   Sorry.

James.