Re: bug#70411: [bug] install(1) fails to read /dev/stdin on Darwin

2024-04-19 Thread Sergei Trofimovich
On Fri, 19 Apr 2024 00:33:52 -0700 Paul Eggert wrote: > On 2024-04-18 14:52, Sergei Trofimovich wrote: > > $ clang simple.c -o simple && echo 42 | ./simple > > 1: ino=3009428657538693161 > > 2: ino=3009428657538693161 > > 3: ino=1568241705 > > &g

Re: gnulib's obstack_* symbols in dynamic exports on glibc. Intentional?

2022-12-30 Thread Sergei Trofimovich
On Fri, 30 Dec 2022 19:26:48 +0100 Bruno Haible wrote: > Sergei Trofimovich wrote: > > to my surprise it did have one a set of dynamically exported symbols: > > > > $ nm -D `which ls` | grep -v '^ ' > > 004c0d40 T _obstack_allocated_p

gnulib's obstack_* symbols in dynamic exports on glibc. Intentional?

2022-12-30 Thread Sergei Trofimovich
Hello bug-gnulib (and libc-alpha, CCed)! The other day I was looking at simplest programs to make sure they don't normally have dynamic exports. I picked coreutils-9.1 'ls'. And to my surprise it did have one a set of dynamically exported symbols: $ nm -D `which ls` | grep -v '^ '

Re: gnulib does not always detect need for iconv() hack on musl

2021-10-18 Thread Sergei Trofimovich
On Mon, Oct 18, 2021 at 02:27:38AM +0200, Bruno Haible wrote: > > The current code in config.guess is a heuristic (that has been working > > on Alpine Linux up to 3.13) > > It works also in Alpine Linux 3.14.2. Which distro are you using? I'm trying to use it on NixOS. I think I tracked it down

Re: gnulib does not always detect need for iconv() hack on musl

2021-10-17 Thread Sergei Trofimovich
On Sun, Oct 17, 2021 at 07:18:51PM +0200, Bruno Haible wrote: > Hello Sergei, > > Sergei Trofimovich wrote: > > The following fails bison-3.8.2 tests: > > $ ./configure && make && make check > > The following succeeds: > > $ ./configure

gnulib does not always detect need for iconv() hack on musl

2021-10-17 Thread Sergei Trofimovich
Hi gnulib! The problem: The following fails bison-3.8.2 tests: $ ./configure && make && make check The following succeeds: $ ./configure --host=x86_64-unknown-linux-musl && make && make check The failure happens due to unexpected '*' output in report logs instead of '%empty' on 'ASCII'