Version 10.0 failed on the edge and 3.24 builders (armhf, armv7, x86).
```
In file included from src/libflow.h:11,
from src/libflow.c:15:
src/libflow.c: In function 'dbuf_get_buf':
src/libutils.h:32:28: error: '_Generic' selector of type 'unsigned int' is not compatible with any association
32 | #define MIN(a, b) _Generic(1 ? (a) : (b), \
| ^
src/libflow.c:572:18: note: in expansion of macro 'MIN'
572 | *psize = MIN(*psize, dbuf->len - shift);
| ^~~
make: *** [Makefile:55: build/libflow.o] Error 1
```
The syscall filters are disabled by default. At level 1, the filters
allow only selected system calls that are normally expected to be made
by chronyd. Other system calls are blocked.
Build failed in exitstat.bpf.c with incompatible pointer types (mm_struct * assigned to mm_struct___pre62/post62 *) when compiling BPF code with newer clang.
Patch those two assignments to cast via const void * first, which makes the conversion explicit and allows the package to build.
https://github.com/eclipse-jdtls/eclipse.jdt.ls/blob/main/CHANGELOG.md
Resolves dependency resolution error found on the 3.24 builders.
```
[INFO] Reactor Summary for JDT Language Server :: Parent 1.53.0-SNAPSHOT:
[INFO]
[INFO] JDT Language Server :: Parent ...................... SUCCESS [ 0.004 s]
[INFO] JDT Language Server :: Target Platform ............. SUCCESS [ 0.034 s]
[INFO] JDT Language Server :: Core ........................ FAILURE [ 1.306 s]
[INFO] JDT Language Server :: Filesystem .................. SKIPPED
[INFO] JDT Language Server :: Tests ....................... SKIPPED
[INFO] JDT Language Server :: Java LS Logback.appender .... SKIPPED
[INFO] JDT Language Server :: SyntaxServer Tests .......... SKIPPED
[INFO] JDT Language Server :: Product ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.415 s
[INFO] Finished at: 2026-05-03T20:56:20Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to resolve target definition file:/home/buildozer/aports/community/jdtls/src/eclipse.jdt.ls-1.53.0/org.eclipse.jdt.ls.target/org.eclipse.jdt.ls.tp.target: Failed to load p2 metadata repository from location https://download.eclipse.org/eclipse/updates/4.38-I-builds/: No repository found at https://download.eclipse.org/eclipse/updates/4.38-I-builds.
```