Elias Pipping <[EMAIL PROTECTED]> wrote:
> on bsd-like systems(*), `./configure` fails with v6.9.92. The error is:
>
> checking for library containing crypt... none required
> sed: 1: "/^gl_INCLUDE_EXCLUDE_PR ...": bad flag in substitute command: '}'
> configure: error: internal error: g'l_IN
Hi Jim,
Jim Meyering meyering.net> writes:
> +t=`sed -n '/^g''l_INCLUDE_EXCLUDE_PROG(.* [\[\(.*\)\]])/{s//\1/;s/,/ /gp
> +}' $c`
That isn't POSIX compatible yet. You need newlines right after '{'
and you cannot use ';' inside '{...}':
t=`sed -n '/^g''l_INCLUDE_EXCLUDE_PROG(.* [\[\(.*\)\]])/{
[cc'ing bug-gnulib, since the test-*frexpl failures come from gnulib]
Elias Pipping <[EMAIL PROTECTED]> wrote:
> With it, v6.9.92 compiles on the aforementioned platforms -- while the
> test suite passes on openbsd, though, on darwin 15 tests fail:
...
> I've attached the verbose output.
Thank yo
Ralf Wildenhues <[EMAIL PROTECTED]> wrote:
> Hi Jim,
>
> Jim Meyering meyering.net> writes:
>> +t=`sed -n '/^g''l_INCLUDE_EXCLUDE_PROG(.* [\[\(.*\)\]])/{s//\1/;s/,/ /gp
>> +}' $c`
>
> That isn't POSIX compatible yet. You need newlines right after '{'
> and you cannot use ';' inside '{...}':
>
>
Hi Jim,
* Jim Meyering wrote on Sun, Jan 13, 2008 at 02:57:43PM CET:
> Ralf Wildenhues <[EMAIL PROTECTED]> wrote:
> > Jim Meyering meyering.net> writes:
> >> +t=`sed -n '/^g''l_INCLUDE_EXCLUDE_PROG(.* [\[\(.*\)\]])/{s//\1/;s/,/ /gp
> >> +}' $c`
> >
> > That isn't POSIX compatible yet. You need n
On Sun, Jan 13, 2008 at 02:20:27PM +0100, Jim Meyering wrote:
>
> > FAIL: help-version.log
> > FAIL: parent-perm.log
> > FAIL: file-perm-race.log
> > FAIL: parent-perm-race.log
>
> >From your log:
>
> + mkfifo mode/fifo
> + cp_pid=74839
> + cp --preserve=mode -R --copy-conte
Olivier Delhomme <[EMAIL PROTECTED]> wrote:
> Le Fri, 26 Jan 2007 22:57:32 +0100, Jim Meyering disait :
>
>> > There was an old patch that I proposed a long time ago about that
>> > against coreutils 5.0.91. Jim corrected it according to gnu standards
>> > and I think it was then Ok (it is still pe