Package Details: sdbus-cpp-nosystemd-git 1.4.0.3.r359.d20231031.9da18ae-1

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: LGPL2.1, custom: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: 2023-10-31 19:18 (UTC)

Dependencies (7)

Required by (14)

Sources (2)

Latest Comments

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

<path>/sdbus-cpp-nosystemd-git/src/build/libsystemd-v242/src/LibsystemdBuildProject-stamp/LibsystemdBuildProject-configure-*.log

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:

==> Making package: sdbus-cpp-nosystemd-git 0.8.3.43.r271.d20210923.a341754-1 (Mon Mar 21 19:14:48 2022)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Cloning sdbus-cpp git repo...
Cloning into bare repository '/home/strajder/tmp/sdbus-cpp-nosystemd-git/sdbus-cpp'...
fatal: remote error:
  The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
==> ERROR: Failure while downloading sdbus-cpp git repo
    Aborting...

When I change sources to:

source=(
  "${_pkgname}::git+https://github.com/Kistler-Group/sdbus-cpp"
  "systemd-stable::git+https://github.com/systemd/systemd-stable"
)

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.