Re: We can not run gnulib-tool in the MinGW.

2024-07-06 Thread Paul Eggert
On 7/4/24 13:38, Paul Eggert wrote: exec python3 /home/eggert/src/gnu/gnulib-savannah/./.gnulib-tool.py --list Come to think of it, this can be simplifed to: exec python3 ./.gnulib-tool.py --list which avoids the overhead of computing and using the absolute file name. This will be a minor w

Re: We can not run gnulib-tool in the MinGW.

2024-07-06 Thread Bruno Haible
Paul Eggert wrote: > On 7/4/24 13:38, Paul Eggert wrote: > > > exec python3 /home/eggert/src/gnu/gnulib-savannah/./.gnulib-tool.py --list > > Come to think of it, this can be simplifed to: > > exec python3 ./.gnulib-tool.py --list > > which avoids the overhead of computing and using the absolut

Re: We can not run gnulib-tool in the MinGW.

2024-07-06 Thread Paul Eggert
On 7/6/24 17:07, Bruno Haible wrote: are we OK to drop the ability to run gnulib-tool on Solaris 10? I'm OK with it. When I deal with Solaris 10 (hey, our department's admin server is still Solaris 10 sparc!) I run gnulib-tool elsewhere and copy the results to Solaris 10. Does anybody do othe

Re: We can not run gnulib-tool in the MinGW.

2024-07-06 Thread Bruno Haible
Paul Eggert wrote: > > are we OK to drop the ability to run gnulib-tool on Solaris 10? > > I'm OK with it. When I deal with Solaris 10 (hey, our department's admin > server is still Solaris 10 sparc!) I run gnulib-tool elsewhere and copy > the results to Solaris 10. Does anybody do otherwise? L

Re: We can not run gnulib-tool in the MinGW.

2024-07-06 Thread Collin Funk
Bruno Haible writes: > Paul Eggert wrote: >> >> I'm OK with it. When I deal with Solaris 10 (hey, our department's admin >> server is still Solaris 10 sparc!) I run gnulib-tool elsewhere and copy >> the results to Solaris 10. Does anybody do otherwise? > > Likewise for me. +1 for not supporti

ssh into Solaris 10 [was: We can not run gnulib-tool in the MinGW.]

2024-07-06 Thread Paul Eggert
On 7/6/24 23:52, Collin Funk wrote: I can't even ssh into the compile farm Solaris 10 machine without compiling a custom ssh client: $ ssh cfarm210.cfarm.net Bad server host key: Invalid key length Don't know what OpenSSH version you normally run, but with OpenSSH_9.6p1 this configu

Re: ssh into Solaris 10 [was: We can not run gnulib-tool in the MinGW.]

2024-07-06 Thread Collin Funk
Hi Paul, Paul Eggert writes: > Don't know what OpenSSH version you normally run, but with > OpenSSH_9.6p1 this configuration works for me: > > Host cfarm210 > HostName %h.cfarm.net > HostKeyAlgorithms +ssh-rsa > PubkeyAcceptedAlgorithms +ssh-rsa > RequiredRSASize

pthread-cond: Fix compilation error on native Windows

2024-07-06 Thread Bruno Haible
Building a testdir for module 'pthread-rwlock' on mingw, I see a compilation error: ../../gllib/pthread-cond.c:25:29: fatal error: windows-thread.h: No such file or directory # include "windows-thread.h" ^ compilation terminated. make[4]: *** [Makefile:2144: pthread-