Re: Portability problem

2023-04-25 Thread Po Lu
Bruno Haible writes: > Hi Po Lu, > >> Gnulib generates non-portable shell constructs, which interferes with >> configuring Emacs on Solaris 10 using /bin/sh. >> >> See >> >> https://lists.gnu.org/archive/html/bug-gnu-emacs/2023-04/msg01590.html > > Indeed, the Autoconf manual >

Re: Portability problem

2023-04-25 Thread Paul Eggert
Thanks for doing that patch, Bruno. I also replied at in the perhaps vain hope that we needn't worry about using Solaris 10 /bin/sh to run 'configure' or Makefile snippets.

Re: Portability problem

2023-04-25 Thread Bruno Haible
Hi Po Lu, > Gnulib generates non-portable shell constructs, which interferes with > configuring Emacs on Solaris 10 using /bin/sh. > > See > > https://lists.gnu.org/archive/html/bug-gnu-emacs/2023-04/msg01590.html Indeed, the Autoconf manual

Portability problem

2023-04-25 Thread Po Lu
Gnulib generates non-portable shell constructs, which interferes with configuring Emacs on Solaris 10 using /bin/sh. See https://lists.gnu.org/archive/html/bug-gnu-emacs/2023-04/msg01590.html Would this be a sufficient solution? I've not had a chance to test it yet. 2023-04-26 Po Lu

[PATCH] realloc: document portability problem

2011-03-24 Thread Eric Blake
exi | 13 + 2 files changed, 19 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3bc9240..58f8195 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-03-24 Eric Blake + + realloc: document portability problem + * doc/posix-functions/realloc.t

[PATCH] init.sh: avoid Solaris 10 /bin/sh portability problem

2009-12-08 Thread Jim Meyering
7;ve pushed: >From 5aad650f4e093269e4184cb150f735f6999784d6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 8 Dec 2009 20:37:50 +0100 Subject: [PATCH] init.sh: avoid Solaris 10 /bin/sh portability problem Solaris 10's /bin/sh does not pass '.' arguments 2..N to the sourced script: $ printf &#

YAPPP: yet another *printf portability problem

2007-11-04 Thread Bruno Haible
The test cases for large precisions, meant to uncover out-of-memory handling problems, also uncovered another problem: - On mingw, precisions larger than 512 are capped, i.e. treated like if they were 512. So, you ask for 2000 digits, you get 512 digits. - On BeOS, precisions larger than 10

bootstrap: fix HPUX/grep portability problem

2007-03-17 Thread Jim Meyering
* build-aux/bootstrap: Don't use \> in grep regexp. For HP-UX. Index: build-aux/bootstrap === RCS file: /cvsroot/gnulib/gnulib/build-aux/bootstrap,v retrieving revision 1.3 diff -u -p -r1.3 bootstrap --- build-aux/bootstrap