Search Criteria
Package Details: systemd-libs-git 262.devel.r90669.afff448cf47-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/systemd-git.git (read-only, click to copy) |
|---|---|
| Package Base: | systemd-git |
| Description: | systemd client libraries (git version) |
| Upstream URL: | https://www.github.com/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.000073 |
| First Submitted: | 2015-10-23 20:49 (UTC) |
| Last Updated: | 2026-07-15 17:54 (UTC) |
Dependencies (56)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- libgcc (libgcc-fast-optimizedAUR, libgcc-snapshotAUR)
- libgcc_s.so (libgcc-fast-optimizedAUR, libgcc-snapshotAUR, lib32-gcc-libs-snapshotAUR, libgcc)
- 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 36 more dependencies...
Required by (1766)
- 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 1746 more...
Sources (18)
- 0001-Use-Arch-Linux-device-access-groups.patch
- 20-systemd-sysusers.hook
- 21-systemd-tmpfiles.hook
- 25-systemd-binfmt.hook
- 25-systemd-catalog.hook
- 25-systemd-hwdb.hook
- 25-systemd-sysctl.hook
- 30-systemd-daemon-reload-system.hook
- 30-systemd-daemon-reload-user.hook
- 35-systemd-enqueue-marked.hook
- 35-systemd-udev-reload.hook
- 35-systemd-update.hook
- arch.conf
- loader.conf
- splash-arch.bmp
- systemd-git-stable
- systemd-hook
- systemd-user.pam
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
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.
ms178 commented on 2023-04-19 16:05 (UTC)
@yurikoles For some reason, I see problems with sudo and systemd-git for a couple of days:
sudo: /etc/sudo.conf is owned by uid 65534, should be 0 sudo: /usr/bin/sudo muss dem Benutzer mit UID 0 gehören und das »setuid«-Bit gesetzt haben
Any ideas?
ms178 commented on 2023-03-26 11:30 (UTC) (edited on 2023-03-26 11:32 (UTC) by ms178)
@yurikoles, after re-syncing my custom package with your PKGBUILD, there seems to be an error in the install script somewhere, I now see:
usr/lib/systemd/system local-fs.target.wants/ tmp.mount /usr/lib/systemd/system remote-fs.target.wants/ var-lib-machines.mount /usr/lib/systemd/system machines.target.wants/ var-lib-machines.mount' Running custom install script '/tmp/makepkg/systemd-git/src/systemd/tools/meson-make-symlink.sh /etc/systemd/user /etc/xdg/systemd/user' Running custom install script '/tmp/makepkg/systemd-git/src/systemd/tools/meson-make-symlink.sh /usr/share/dbus-1/system-services/org.freedesktop.systemd1.service /usr/share/dbus-1/services/org.freedesktop.systemd1.service' Running custom install script '/usr/bin/sh -c mkdir -p $DESTDIR//var/lib/systemd' Running custom install script '/usr/bin/sh -c touch $DESTDIR/usr' mv: der Aufruf von stat für '/tmp/makepkg/systemd-git/pkg/systemd-git/usr/lib/systemd/ukify' ist nicht möglich: Datei oder Verzeichnis nicht gefunden ==> FEHLER: Ein Fehler geschah in package_systemd-git(). Breche ab...
Somehow the new systemd-ukify file or folder was not created?
yurikoles commented on 2022-10-12 04:01 (UTC)
@bittin this is
-git/develpackage, version is calculated automatically on every build, so no manual bump is required.yurikoles commented on 2022-08-01 08:29 (UTC)
Hello ms178,
Thank you for the reminder, I actually did this a few days ago, just forgot to push my changes.
ms178 commented on 2022-07-31 15:38 (UTC)
@yurikoles, 0001-Use-Arch-Linux-device-access-groups.patch needs a re-base as it won't apply on latest git any longer.
Dylan14 commented on 2022-01-16 14:55 (UTC)
On systemd version 250.r328.gadc1b76c30, the patch file 0003-PARTIAL-REVERT-commit-tree-wide-replace-strverscmp-and-str_verscmp-with-strverscmp_improved.patch fails on the second hunk in prepare():
yurikoles commented on 2022-01-14 02:09 (UTC)
Thanks for a reminder, Dylan14. I actually already did update locally, just forgot to push it.
Dylan14 commented on 2022-01-13 22:06 (UTC)
hwids needs to be replaced with hwdata as hwids has been removed from the repos.
« First ‹ Previous 1 2 3 4 5 6 Next › Last »