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
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
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
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
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
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
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
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-