bug-gnulib
[Top][All Lists]
Advanced

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

Re: fnmatch: rely on more gnulib modules


From: Paul Eggert
Subject: Re: fnmatch: rely on more gnulib modules
Date: Sat, 30 May 2020 16:53:36 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0

On 5/29/20 1:54 PM, Paul Eggert wrote:
> On 5/29/20 5:02 AM, Bruno Haible wrote:
> 
>> Paul, is this OK from the perspective of a future merge with glibc?
> 
> Yes, it's an improvement in that department; thanks.
> 

Oops, I found a problem when trying to use that patch with coreutils: fnmatch
now depends on a module wmempcpy that does not exist, causing the bootstrap to 
fail.

Come to think of it, coreutils etc. don't want to worry about thw wmem*
functions at all, since they don't use any wide-character code. So fnmatch needs
to be buildable without worrying about providing substitutes for wmempcpy etc.
And this means the patch needs to be revisited.



reply via email to

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