bug-gnulib
[Top][All Lists]
Advanced

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

Re: test-fseek fails on W32


From: Eric Blake
Subject: Re: test-fseek fails on W32
Date: Mon, 01 Apr 2013 16:48:40 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4

On 04/01/2013 04:36 PM, LRN wrote:
>>> Apparently, the MSVCRT implementation  of fseek() is used.
>>>
>>>> If not, then we should fix the m4 tests to filter out the
>>>> buggy W32 fseek and install the gnulib replacement.
>>>
>>> I'm unsure of how they work.
> 
>> What does 'grep _FSEEK config.status' show?
> $ grep _FSEEK config.status
> S["REPLACE_FSEEKO"]="0"
> S["REPLACE_FSEEK"]="0"

Well, apparently the m4 files don't think they need to replace fseek...

> S["HAVE_FSEEKO"]="1"
> S["HAVE_DECL_FSEEKO"]="1"
> S["GNULIB_FSEEKO"]="1"
> S["GNULIB_FSEEK"]="1"

...even though the gnulib modules are in use...

> D["HAVE_FSEEKO"]=" 1"
> D["HAVE_DECL_FSEEKO"]=" 1"
> D["GNULIB_TEST_FSEEK"]=" 1"
> D["GNULIB_TEST_FSEEKO"]=" 1"
> D["HAVE_RAW_DECL_FSEEKO"]=" 1"
> 
>> How about 'grep LSEEK_PIPE config.h'?
> $ grep LSEEK_PIPE config.status
> D["LSEEK_PIPE_BROKEN"]=" 1"

...and even though we know seek is broken on the platform.  Looks like
I'll have to figure out what went wrong; I'll probably have a patch in
the next 24 hours or so.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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