AxioPaladin
AxioPaladin
Somebody sent [this message](https://matrix.to/#/!BIDAeUqYWNCjRLhRdj:matrix.org/$roPQ7RPOM8bHSxXkunjs33jR0CozAi7srMvYJ4zVQ-s?via=matrix.org&via=element.io&via=envs.net) in the [#dendrite-dev:matrix.org](https://matrix.to/#/#dendrite-dev:matrix.org) room a few weeks ago, it includes a link to a synapse [->](https://github.com/Saimo/synapse-dendrite-migration) dendrite migration script they wrote. Obviously it is unsupported and...
It's probably too late to implement this, but I thought it might be useful idea to add to the mix (even if only for provoking some discussion). Would it be...
Thanks for the tips on self-compiling :) Unfortunately it seems some of the build dependencies (notably: openjfx) are not packaged for aarch64; it throws this error when partway through: ```md...
@Siedlerchr thanks for the tips. I apologize for my last post being a little unfocused, I'm glad you were able to decipher it! I was unfamiliar with gradle so I've...
```bash # java -version openjdk version "21.0.2" 2024-01-16 LTS OpenJDK Runtime Environment Temurin-21.0.2+13 (build 21.0.2+13-LTS) OpenJDK 64-Bit Server VM Temurin-21.0.2+13 (build 21.0.2+13-LTS, mixed mode, sharing) ``` I've rebuilt with `./gradlew...
I've tried building on an Alpine system with the following (and much more elegant) `docker-compose.yml`, but this one fails to even build successfully! ```yml version: "3.9" services: alpine: image: alpine:latest...
- I had gcompat and libc6-compat on my base system already, so unfortunately it seems they can't solve the issue :( - I've just now tried adding binutils to the...
Alright, I've tried building with the exact same script on both aarch64 and x86_64. Here's my latest and greatest `docker-compose.yml` file: ```yml version: "3.9" services: alpine: image: alpine:latest network_mode: host...
> Ah yes, I remember gradle has problems with the deamon in docker! try running with --no-deamon I tried with `--no-daemon` (per [documentation](https://docs.gradle.org/8.6/userguide/gradle_daemon.html#disable_for_a_build)), but unfortunately it seems that a daemon...
Simplest task first: The published `JabRef-5.13-portable_linux-aarch64.tar.gz` build doesn't run on my machine, but I think that's an Alpine problem rather than a problem with the image. Trying to run it...