[m-dev.] test server
Peter Wang
novalazy at gmail.com
Mon Mar 31 14:15:26 AEDT 2025
On Mon, 31 Mar 2025 12:42:29 +1100 "Zoltan Somogyi" <zoltan.somogyi at runbox.com> wrote:
>
>
> On Mon, 31 Mar 2025 12:21:54 +1100, Peter Wang <novalazy at gmail.com> wrote:
>
> > Hi, we have set up a new test server at:
> >
> > http://172.236.33.24
> >
> > Configuration: 2 virtual cores, 4 GB RAM, running Ubuntu Linux 24.04.
> >
> > vendor_id : AuthenticAMD
> > cpu family : 25
> > model : 1
> > model name : AMD EPYC 7713 64-Core Processor
> > stepping : 1
>
> Thank you very much. Can you, or Julien, please point
> testing.mercurylang.org at it?
>
> I note that there seems to be an issue with a warning from
> compiling Boehm gc. Does anyone know the root cause for that is?
The full warning message is:
/usr/bin/ld: warning: atomic_ops_sysdeps.o: missing .note.GNU-stack section implies executable stack
/usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
It seems that old versions of GNU ld defaulted to an executable stack,
while newer versions of GNU ld warn about depending on that default.
To suppress the warning, we would pass -z noexecstack to the linker at
the correct places, but I haven't tried it yet.
Peter
More information about the developers
mailing list