Search Criteria
Package Details: systemd-liberated-libs-git 262.r90699-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/systemd-liberated-git.git (read-only, click to copy) |
|---|---|
| Package Base: | systemd-liberated-git |
| Description: | systemd client libraries — liberated fork (git version) |
| Upstream URL: | https://github.com/Jeffrey-Sardina/systemd |
| Keywords: | ageless |
| Licenses: | CC0-1.0, LGPL-2.1-or-later, GPL-2.0-or-later WITH Linux-syscall-note |
| Conflicts: | libsystemd, systemd-libs, systemd-libs-git |
| Provides: | libsystemd, libsystemd.so, libudev.so, systemd-libs, systemd-libs-git |
| Replaces: | libsystemd |
| Submitter: | zeakz |
| Maintainer: | zeakz |
| Last Packager: | zeakz |
| Votes: | 16 |
| Popularity: | 1.81 |
| First Submitted: | 2026-03-21 23:38 (UTC) |
| Last Updated: | 2026-07-21 05:52 (UTC) |
Dependencies (57)
- gcc-libs (gcc-libs-gitAUR, gcc-libs-fast-optimizedAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- libcap
- libgcrypt
- lz4 (lz4-gitAUR)
- xz (xz-gitAUR)
- zstd (zstd-gitAUR, zstd-staticAUR)
- acl (acl-gitAUR) (make)
- apparmor (apparmor-gitAUR) (make)
- audit (make)
- bash-completion (bash-completion-gitAUR) (make)
- bpf (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR, clang-static-gitAUR) (make)
- cryptsetup (cryptsetup-gitAUR) (make)
- curl (curl-gitAUR, curl-c-aresAUR) (make)
- docbook-xsl (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- gnutls (gnutls-gitAUR) (make)
- gperf (gperf-gitAUR) (make)
- intltool (make)
- Show 37 more dependencies...
Required by (1768)
- 02engine-bin (requires systemd-libs)
- 3utools-desktop-bin (requires systemd-libs)
- accountsservice-git (requires libsystemd.so)
- aelkey (requires libudev.so)
- aelkey-git (requires libudev.so)
- af-pro-display-bin (requires systemd-libs)
- agave-validator (requires systemd-libs) (make)
- aiot-ide (requires systemd-libs)
- airisp-next-git (requires systemd-libs)
- alchemy-viewer-git (requires systemd-libs)
- all4laser-bin (requires systemd-libs)
- all4laser-git (requires systemd-libs)
- alma-desktop-bin (requires systemd-libs)
- ananicy-cpp-git (requires systemd-libs)
- antigravity (requires systemd-libs)
- antigravity-ide (requires systemd-libs)
- app-framework-binder-git (requires systemd-libs) (make)
- aptos (requires systemd-libs)
- aquamarine-frozen (requires systemd-libs)
- aquamarine-git (requires systemd-libs)
- Show 1748 more...
Sources (18)
- 0001-Use-Arch-Linux-device-access-groups.patch
- 20-systemd-sysusers.hook
- 30-systemd-binfmt.hook
- 30-systemd-catalog.hook
- 30-systemd-daemon-reload-system.hook
- 30-systemd-daemon-reload-user.hook
- 30-systemd-hwdb.hook
- 30-systemd-restart-marked.hook
- 30-systemd-sysctl.hook
- 30-systemd-tmpfiles.hook
- 30-systemd-udev-reload.hook
- 30-systemd-update.hook
- arch.conf
- loader.conf
- splash-arch.bmp
- systemd-hook
- systemd-liberated-git
- systemd-user.pam
Latest Comments
1 2 Next › Last »
zeakz commented on 2026-07-21 05:54 (UTC)
@TheRhythm42 thanks for pointing this out, I did the fix and it builds for me but iv switched to artix and use runit primarily. So if you have any issues let me know or if anyone would like to takeover as package manager who actively uses systemd-liberated that would be much appreciated!
TheRhythm42 commented on 2026-07-16 05:08 (UTC) (edited on 2026-07-16 05:09 (UTC) by TheRhythm42)
Hey man, pkgbuild aborts. the meson build flag for the /var/log journal dir thing is false now on upstream, trips up on rmdir because there's nothing to delete. Knowing systemd this will probably be flip-floppy for a while so you need to put a statement that handles either case in the pkgbuild. Plz man. I had to do it manually and honestly i'm a bit annoyed about having to do it again on the next update. Thx in advance. You're a hero. Idk how to contribute to the AUR for now and im not about to start on something systemd related lmao.
Wyn commented on 2026-04-23 07:59 (UTC) (edited on 2026-04-23 08:00 (UTC) by Wyn)
@zomgugoff If you're too lazy like I am comment out the meson test line in check() and replace with the following
meson test -C build --print-errorlogs --no-suite kernel-filesystem-magics || truezeakz commented on 2026-04-11 21:40 (UTC)
Thanks for this Cody_Learner after testing with systemd-git package and not getting the issue. I believe this is due to the current systemd-liberated fork not having merged https://github.com/Jeffrey-Sardina/systemd/commit/e2227c8a207e7afbaa07cd796aac5728d423bf4a yet.
I hope to make a stable package for systemd-liberated once that fork starts putting out stable releases.
Cody_Learner commented on 2026-04-11 20:51 (UTC) (edited on 2026-04-11 21:02 (UTC) by Cody_Learner)
Appreciate the quick response zeakz!
Unfortunately, I continue to get the nspawn use related warnings
Failed to unregister....after rebuilding/installing the latest packages below.Commands to reproduce in an Arch system: Some output included for clarity.
I pressed 'ctrl + ]' keys 3 times to kill container.
Glad to provide and additional info.
@zomgugoff: Consider building in a clean chroot. https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot
zomgugoff commented on 2026-04-11 19:09 (UTC)
I'm getting an error about a timeout in the test process:
zeakz commented on 2026-04-10 22:51 (UTC)
Thanks for reporting this! I was able to reproduce easily and found the fix was removing '-Dmode=developer'
This package is based off of the systemd-git aur package so the developer mode being enabled carried over from that.
Cody_Learner commented on 2026-04-10 22:11 (UTC) (edited on 2026-04-10 22:18 (UTC) by Cody_Learner)
I'm getting the following error when working with
systemd-nspawnusing my AUR helper https://github.com/Cody-Learner/aurch.I updated my system today and rebuilt/installed
systemd-liberated-git systemd-liberated-libs-git systemd-liberated-sysvcompat-git systemd-liberated-ukify-git.Verified switching back to the repo pkgs eliminates the error message.
Cody_Learner commented on 2026-04-08 03:06 (UTC) (edited on 2026-04-08 03:13 (UTC) by Cody_Learner)
Thank you for the package zeakz.
Builds and works well.
Keeping an eye on the situation as it progresses and trying things out.
As a 63yo, worried about being locked out of things for being a boomer or just too damn old... lol /s
Seems XDG is/was ready to use the BD field, but not sure now.
1 2 Next › Last »