Re: [cfarm-users] gcc202: New UltraSparc T5 machine

2017-07-27 Thread Kaz Kylheku via cfarm-users
On 21.07.2017 13:37, Baptiste Jonglez via cfarm-users wrote: To access the new machine, "ssh my_user_lo...@gcc202.fsffrance.org" should work for all farm accounts. Hi Baptiste, It doesn't. gcc110 -- good: $ ssh gcc110.fsffrance.org Last login: Sat Jul 1 14:18:27 2017 from 70.79.163.252

Re: [cfarm-users] gcc202: New UltraSparc T5 machine

2017-07-27 Thread Kaz Kylheku via cfarm-users
On 27.07.2017 13:34, Segher Boessenkool wrote: On Thu, Jul 27, 2017 at 01:03:18PM -0700, Kaz Kylheku via cfarm-users wrote: On 21.07.2017 13:37, Baptiste Jonglez via cfarm-users wrote: >To access the new machine, "ssh my_user_lo...@gcc202.fsffrance.org" >should >work for all

Re: [cfarm-users] PowerPC 32 bit abi on gcc110.fsffrance.org

2019-09-09 Thread Kaz Kylheku via cfarm-users
On 2019-09-09 14:16, Bruno Haible via cfarm-users wrote: Paulo César Pereira de Andrade wrote: When testing on gcc110.fsffrance.org I got confused as there were no function descriptors, and the float abi to call varargs functions did not match. Indeed, function descriptors are a difference b

[cfarm-users] Max UDP dgram size on M1 machine (gcc304)

2021-03-24 Thread Kaz Kylheku via cfarm-users
On 2021-03-20 14:51, CFarm Annoucements via cfarm-announces wrote: We are happy to announce the availability of a new MiniMac M1 (with Apple-Silicon arm64 cpu architecture). Hi! Thanks for making this machine available. On Mac OS, there are, by default, bizarre restrictions on IP datagram si

Re: [cfarm-users] Max UDP dgram size on M1 machine (gcc304)

2021-03-24 Thread Kaz Kylheku via cfarm-users
On 2021-03-24 13:45, Bruno Haible wrote: Hi Kaz, On Mac OS, there are, by default, bizarre restrictions on IP datagram sizes in the protocol stack. ... I have a test case involving UDP that works on numerous platforms, the oddball being MacOS So, the test machine was useful to you: it has tol

[cfarm-users] libffi-dev on gcc301.

2021-08-26 Thread Kaz Kylheku via cfarm-users
Hi, The one Alpine Linux machine has a run-time .so file for libffi, but pkg-config knows nothing about it, and the header is nowhere to be found. Would it be possible to install the libffi-dev package? Thanks. ___ cfarm-users mailing list cfarm-use

Re: [cfarm-users] Two problems on the gcc119 machine

2022-09-20 Thread Kaz Kylheku via cfarm-users
On 2022-09-18 07:14, Bruno Haible via cfarm-users wrote: > On the gcc119 (AIX 7.2) machine, there are two problems: Should I be porting anythnig to AIX? Does anyone use it any more? Simple code like this doesn't compile: #include // ... void foo(struct in6_addr *addr) { return bar

Re: [cfarm-users] AIX portability

2022-09-20 Thread Kaz Kylheku via cfarm-users
On 2022-09-20 14:29, Bruno Haible wrote: > This is on gcc119.fsffrance.org (AIX 7.2). About which AIX and GCC versions > were you complaining? I neglected to mention: there are two areas in the header file which define that same structure, with different member names and different definitions of

Re: [cfarm-users] AIX portability

2022-09-21 Thread Kaz Kylheku via cfarm-users
On 2022-09-21 01:32, Bruno Haible wrote: > Kaz Kylheku wrote: >> gcc -E - -D_XOPEN_SOURCE=500 > > Defining _XOPEN_SOURCE — or worse, _POSIX_SOURCE — on arbitrary platforms > is a recipe for producing compilation errors. > > On HP-UX/hppa, -D_XOPEN_SOURCE=500 is useful. > On HP-UX/ia64, -D_XOPEN_S

Re: [cfarm-users] AIX portability

2022-09-21 Thread Kaz Kylheku via cfarm-users
On 2022-09-21 02:49, Jonathan Wakely wrote: > Well this is just user error. Unless I'm mistaken, _XOPEN_SOURCE=500 > selects a standard that doesn't even define struct in6_addr. That is almost certainly correct; but the issue reproduces with 700, which I tried first. Then I found the smallest val