|
From: Erik P. <epe...@iv...> - 2025-10-07 07:16:27
|
On Mon, 2025-10-06 at 13:41 +0200, Philipp Klaus Krause wrote:
> We're currently missing quite a few snapshots:
>
> * aarch64-linux-gnu
> * powerpc64-linux-gnu
> Stopped two days ago. These are my machines, but I'm not there, and
> ssh
> isn't working anymore either. I'll have a look next week.
>
> * i386-unknown-linux2.5
> Stopped a week and a half ago.
The snapshot generation process is running, but seems to be having an
error compiling the linker, so nothing else can be done:
In file included from /usr/include/string.h:630,
from /home/sdcc-builder/build/sdcc-
build/orig/sdcc/sdas/linksrc/aslink.h:35,
from /home/sdcc-builder/build/sdcc-
build/orig/sdcc/sdas/linksrc/lkar.c:34:
/home/sdcc-builder/build/sdcc-build/orig/sdcc/sdas/linksrc/lkar.c:51:1:
error: expected identifier or '(' before '__extension__'
51 | strndup (const char *str, size_t len)
| ^~~~~~~
Makefile:158: recipe for target 'obj/lkar.o' failed
make[4]: *** [obj/lkar.o] Error 1
Looks like a conflict between the system strndup() function and the
locally defined strndup() function that is no longer conditionally
defined but instead always defined.
>
> * x86_64-apple-macosx
> Stopped over a month ago.
I'll look at this when I have more time later this week.
> * ppc-apple-macosx
> Stopped over two months ago.
This is likely a hardware fault. I have noticed that this system keeps
turning itself off for no apparent reason. I'll look more closely after
I check the other Apple system.
Erik
|