I tried to compile the package from source but I get some linking errors: ./build-deb/../src/journal/compress.c:101: undefined reference to `LZ4_compress_default' /usr/bin/ld: /tmp/user/2000/libsystemd-shared-243.so.7huXnG.ltrans2.ltrans.o: in function `decompress_stream_lz4': ./build-deb/../src/journal/compress.c:621: undefined reference to `LZ4F_createDecompressionContext' ... /usr/bin/ld: /tmp/user/2000/libsystemd-shared-243.so.7huXnG.ltrans2.ltrans.o: in function `decompress_startswith_lz4': ./build-deb/../src/journal/compress.c:320: undefined reference to `LZ4_versionNumber' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed.
However, if you give me the updated packages, I can test if the problem is solved (before sending it in the repository).