From: Brian Inglis <Brian.Inglis@Shaw.ca>
To: Harald van Dijk <harald@gigawatt.nl>
Cc: DASH shell mailing list <dash@vger.kernel.org>
Subject: Re: dash 0.5.12 parameter expansion using classes not working
Date: Wed, 8 Feb 2023 06:56:10 -0700 [thread overview]
Message-ID: <ceea0f98-1166-01bb-e116-74df39c77a16@Shaw.ca> (raw)
In-Reply-To: <7a89fc42-e7bc-748d-5ea6-31cb523f74c6@gigawatt.nl>
On 2023-02-08 01:43, Harald van Dijk wrote:
> On 08/02/2023 05:14, Brian Inglis wrote:
>> Under dash 0.5.12 parameter expansion using regexp classes [[:space:]] to trim
>> no longer works, but releases up to 0.5.11.5 still work correctly with the
>> same environment and default config options.
>>
>> In the attached dash script and logs, one of our users has an abstruse string
>> they use to clean up build command lines, but I trimmed that down to the
>> locale-dependent [[:space:]] regexp, then to the ASCII whitespace characters
>> generated by echo, and only the last still works with 0.5.12, all work under
>> 0.5.11.5.
>>
>> Nothing obvious jumps out from the commitdiffs between then and now, so I am
>> hoping some possible cause occurs to you.
>>
>> Build environment was Cygwin+newlib autoreconf with autoconf 2.71, autogen
>> 5.18.16, automake 1.16.5, gcc 11.3, binutils 2.29, coreutils 9.0, dash
>> 0.5.11.5 as sh.
> dash 0.5.12 includes commit 7638476c
> <https://git.kernel.org/pub/scm/utils/dash/dash.git/commit/?id=7638476c18f2a8451b05d49f4e767ee1f98cfc17>
> which enables the use of libc's fnmatch() by default. Looking at newlib
> sources,
> <https://github.com/eblot/newlib/blob/master/newlib/libc/posix/fnmatch.c>,
> it appears that newlib's fnmatch() does not support character classes and
> should not be used for dash. Would you be able to check that explicitly
> passing --disable-fnmatch to the configure options gets it working properly
> again?
Thanks very much Harald,
That indeed was the cause and solution - test release on its way to mirrors.
Cygwin/newlib is tricky in that it may extend newlib with hosted features, some
implemented with C++, so there is sometimes another source to check for on the
same servers hosting automake, binutils, gdb, glibc, valgrind, etc.:
https://sourceware.org/git/?p=newlib-cygwin.git;a=blob;f=winsup/cygwin/libc/fnmatch.c
https://sourceware.org/git/?p=newlib-cygwin.git;a=blob;f=newlib/libc/posix/fnmatch.c
https://sourceware.org/git/?p=newlib-cygwin.git;a=blob;f=winsup/cygwin/glob.cc
https://sourceware.org/git/?p=newlib-cygwin.git;a=blob;f=newlib/libc/posix/glob.c
Also tricky is that newlib is mainly BSD or similarly licensed for use by and in
commercial embedded tool chains and RTOSes whereas Cygwin is mainly LGPL and
packages GPL licensed.
[I noticed that dash src/compile sets up Cygwin to use cygpath -m to produce
Windows file names, and patched that out in our build.
If anyone reports anything under Cygwin being non-POSIX conforming, or behaving
differently to any most Unix platforms, please have them report that to the
cygwin@cygwin.com public mailing list (no subscription required) or possibly
discuss on the Libera.Chat IRC channel #cygwin, where it may be addressed.
This does not apply to Cygwin hosted Mingw64 or Msys2 cross-build toolchains.
Few Cygwin packages now have any support for using Windows features or file names.
That handling is hidden way down in the emulation shared library where possible.
All sources and tests should build and run identically to Linux, *BSDs, Solaris.
Features like Windows text files and file path names now mostly cause grief,
unless they happen to end up being passed down verbatim to the correct part of
the emulation library where they are taken care of.]
--
Take care. Thanks, Brian Inglis Calgary, Alberta, Canada
La perfection est atteinte Perfection is achieved
non pas lorsqu'il n'y a plus rien à ajouter not when there is no more to add
mais lorsqu'il n'y a plus rien à retirer but when there is no more to cut
-- Antoine de Saint-Exupéry
prev parent reply other threads:[~2023-02-08 13:56 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-08 5:14 dash 0.5.12 parameter expansion using classes not working Brian Inglis
2023-02-08 8:43 ` Harald van Dijk
2023-02-08 13:56 ` Brian Inglis [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ceea0f98-1166-01bb-e116-74df39c77a16@Shaw.ca \
--to=brian.inglis@shaw.ca \
--cc=dash@vger.kernel.org \
--cc=harald@gigawatt.nl \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox