Search Criteria
Package Details: sdbus-cpp-nosystemd-git 2.1.0+.r446.d20241120.0261d0e-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/sdbus-cpp-nosystemd-git.git (read-only, click to copy) |
---|---|
Package Base: | sdbus-cpp-nosystemd-git |
Description: | sdbus-c++ is a high-level C++ D-Bus library for Linux designed to provide expressive, easy-to-use API in modern C++. This package is without systemd dependencies; it will have it's own static libsystemd baked in. |
Upstream URL: | https://github.com/Kistler-Group/sdbus-cpp |
Licenses: | LGPL-2.1-or-later, LicenseRef-sdbus-c++_LGPL_Exception_1.0 |
Conflicts: | sdbus-cpp, sdbus-cpp-git, sdbus-cpp-nosystemd |
Provides: | sdbus-cpp, sdbus-cpp-git, sdbus-cpp-nosystemd |
Submitter: | dreieck |
Maintainer: | dreieck |
Last Packager: | dreieck |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2021-07-08 11:01 (UTC) |
Last Updated: | 2024-11-24 11:47 (UTC) |
Dependencies (10)
- expat (expat-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- libcap
- cmake (cmake-gitAUR) (make)
- doxygen (doxygen-gitAUR, doxygen-yapAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- gperf (gperf-gitAUR) (make)
- meson (meson-gitAUR) (make)
- rsync (rsync-gitAUR, rsync-reflinkAUR, rsync-reflink-gitAUR) (make)
Required by (15)
- cmdd (requires sdbus-cpp)
- cppbtbl (requires sdbus-cpp)
- dnf5 (requires sdbus-cpp)
- gummy (requires sdbus-cpp)
- gummy-git (requires sdbus-cpp)
- hypridle-git (requires sdbus-cpp)
- hyprlock-git (requires sdbus-cpp)
- lang815 (requires sdbus-cpp) (make)
- pass-secrets-git (requires sdbus-cpp)
- tray-control-git (requires sdbus-cpp)
- waked-git (requires sdbus-cpp)
- xdg-desktop-portal-hyprland-git (requires sdbus-cpp)
- zephyrusbling-git (requires sdbus-cpp)
- zswap-cli-git (requires sdbus-cpp)
- zswap-cli-nosystemd-git (requires sdbus-cpp)
Latest Comments
dreieck commented on 2024-05-28 12:16 (UTC)
Thanks for the note, I now added
rsync
to themakedepends
array.Regards!
AlancitoBalanza commented on 2023-09-27 23:17 (UTC)
I had the same issue as @cosminpopescu, In the out log I found that I was missing rsync. It builds fine after installing
dreieck commented on 2023-02-19 21:53 (UTC)
@cosminpopescu, thanks for reporting an issue you had.
However, I cannot reproduce it.
Does it now work for you? Or can it be that it happens when someone tries this on a system with systemd? (I am on a systemd-less system.)
What do(es) the mentioned file(s)
/sdbus-cpp-nosystemd-git/src/build/libsystemd-v242/src/LibsystemdBuildProject-stamp/LibsystemdBuildProject-configure-*.log
contain?Regards!
cosminpopescu commented on 2022-08-18 11:43 (UTC) (edited on 2022-08-18 11:43 (UTC) by cosminpopescu)
I'm trying to build the package, and I get this error:
CMake Error at <path>/sdbus-cpp-nosystemd-git/src/build/libsystemd-v242/src/LibsystemdBuildProject-stamp/LibsystemdBuildProject-configure-Release.cmake:49 (message): Command failed: 1
'/usr/bin/cmake' '-Dmake=' '-Dconfig=' '-P' '<path>/sdbus-cpp-nosystemd-git/src/build/libsystemd-v242/src/LibsystemdBuildProject-stamp/LibsystemdBuildProject-configure-Release-impl.cmake'
See also
make[2]: [CMakeFiles/LibsystemdBuildProject.dir/build.make:92: libsystemd-v242/src/LibsystemdBuildProject-stamp/LibsystemdBuildProject-configure] Error 1 make[1]: [CMakeFiles/Makefile2:122: CMakeFiles/LibsystemdBuildProject.dir/all] Error 2 make: *** [Makefile:156: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...
dreieck commented on 2022-04-10 18:23 (UTC)
Thanks @strajder for commenting.
Fixed.
strajder commented on 2022-03-21 18:18 (UTC)
Getting this error with the latest version of this package:
When I change sources to:
it works.
dreieck commented on 2021-09-28 13:43 (UTC)
@LuciRose431: Thanks for pointing out; done.
LuciRose431 commented on 2021-09-16 10:19 (UTC) (edited on 2021-09-16 10:24 (UTC) by LuciRose431)
Add
meson gperf
as build dependency.