Search Criteria
Package Details: dbus-cpp 5.0.0-5
Git Clone URL: | https://aur.archlinux.org/dbus-cpp.git (read-only, click to copy) |
---|---|
Package Base: | dbus-cpp |
Description: | A header-only dbus-binding leveraging C++-11 |
Upstream URL: | https://code.launchpad.net/dbus-cpp |
Licenses: | |
Submitter: | irtimmer |
Maintainer: | vanyasem |
Last Packager: | vanyasem |
Votes: | 38 |
Popularity: | 0.000000 |
First Submitted: | 2017-04-12 21:37 |
Last Updated: | 2019-11-20 19:54 |
Dependencies (9)
- dbus (dbus-elogind, dbus-git, dbus-x11, dbus-nosystemd-minimal-git, dbus-selinux, dbus-nosystemd)
- libxml2 (libxml2-linenum, libxml2-git)
- process-cpp
- boost (boost-git) (make)
- cmake (cmake-git) (make)
- gcovr (make)
- gmock (googletest-git) (make)
- lcov (lcov-git) (make)
- properties-cpp (properties-cpp-bzr) (make)
Latest Comments
1 2 Next › Last »
simona commented on 2020-08-02 12:02
do not compile
z3ntu commented on 2020-05-27 16:39
properties-cpp is a runtime dependency of dbus-cpp, see this patch: https://pastebin.com/raw/6yPyrjZK
vanyasem commented on 2018-12-09 12:27
rebuild process-cpp against newer boost headers
luntik2012 commented on 2018-12-06 09:08
vanyasem commented on 2018-09-10 22:30
rebuild process-cpp against newer boost headers
mathben commented on 2018-09-10 20:05
Compilation error : "/usr/bin/ld: warning: libboost_iostreams.so.1.66.0, needed by /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib/libprocess-cpp.so, not found (try using -rpath or -rpath-link)"
My version of of libboost is more recent : /usr/lib/libboost_iostreams.so.1.67.0
vanyasem commented on 2018-06-19 20:03
https://gist.github.com/vanyasem/e6654c22d24fff39ddcfc9ed2e9fc348 Could you please replace the patch with this one? Otherwise it errors https://github.com/ubports/location-service/issues/3
RemoteAdmin commented on 2018-03-16 08:35
Please update the
pkgrel
in thePKGBUILD
too ;)aa13q commented on 2018-03-15 19:30
Hello, Iwan! I've prepared a patch to build anbox with boost 1.66:
https://gist.github.com/a-andreyev/392bb7dc461fc8040c169568a591e3fd
details: https://github.com/anbox/anbox/issues/637#issuecomment-373361974
electricprism commented on 2018-03-05 17:04
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/../../../../lib/libprocess-cpp.so: undefined reference to `boost::iostreams::file_descriptor::write(char const*, long)'
collect2: error: ld returned 1 exit status
make[2]: *** [examples/benchmark/CMakeFiles/benchmark.dir/build.make:101: examples/benchmark/benchmark] Error 1
make[1]: *** [CMakeFiles/Makefile2:1173: examples/benchmark/CMakeFiles/benchmark.dir/all] Error 2
Reinstalling
process-cpp
fixed the problem, thanks.