Hopefully this is enough reg. testing: newer releases have an "examples"
directory upstream. I've cloned the repository on Focal, added the
package via my PPA, and built the examples locally (and stripped rpath
to ensure they are using the system lib). The examples are working fine:

root@focal:/tmp/sdbus-cpp/b# cat /etc/os-release 
NAME="Ubuntu"
VERSION="20.04 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/";
SUPPORT_URL="https://help.ubuntu.com/";
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/";
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy";
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
root@focal:/tmp/sdbus-cpp/b# apt-cache policy libsdbus-c++0
libsdbus-c++0:
  Installed: 0.8.3-4~bpo20.04.1
  Candidate: 0.8.3-4~bpo20.04.1
  Version table:
 *** 0.8.3-4~bpo20.04.1 500
        500 http://ppa.launchpad.net/bluca/sdbus-cpp/ubuntu focal/main amd64 
Packages
        100 /var/lib/dpkg/status
root@focal:/tmp/sdbus-cpp/b# ldd examples/obj-manager-server 
        linux-vdso.so.1 (0x00007ffe0f8e2000)
        libsdbus-c++.so.0 => /lib/x86_64-linux-gnu/libsdbus-c++.so.0 
(0x00007f378edfb000)
        libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 
(0x00007f378ec1a000)
        libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 
(0x00007f378ebff000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f378ea0d000)
        libsystemd.so.0 => /lib/x86_64-linux-gnu/libsystemd.so.0 
(0x00007f378e960000)
        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f378e811000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f378ee48000)
        librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f378e804000)
        liblzma.so.5 => /lib/x86_64-linux-gnu/liblzma.so.5 (0x00007f378e7dd000)
        liblz4.so.1 => /lib/x86_64-linux-gnu/liblz4.so.1 (0x00007f378e7bc000)
        libgcrypt.so.20 => /lib/x86_64-linux-gnu/libgcrypt.so.20 
(0x00007f378e69e000)
        libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 
(0x00007f378e67b000)
        libgpg-error.so.0 => /lib/x86_64-linux-gnu/libgpg-error.so.0 
(0x00007f378e658000)
root@focal:/tmp/sdbus-cpp/b# ./examples/obj-manager-server >/dev/null &
[1] 2639
root@focal:/tmp/sdbus-cpp/b# 
root@focal:/tmp/sdbus-cpp/b# ./examples/obj-manager-client 
/org/sdbuscpp/examplemanager/Planet1/Earth added:       
org.sdbuscpp.ExampleManager.Planet1 
Earth has a population of 7874965825.

/org/sdbuscpp/examplemanager/Planet1/Trantor added:     
org.sdbuscpp.ExampleManager.Planet1 
Trantor has a population of 40000000000.

/org/sdbuscpp/examplemanager/Planet1/Laconia added:     
org.sdbuscpp.ExampleManager.Planet1 
Laconia has a population of 231721.

/org/sdbuscpp/examplemanager/Planet1/Earth removed:
org.sdbuscpp.ExampleManager.Planet1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1916068

Title:
  [BPO] Please backport sdbus-cpp 0.8.3-4 (universe) from impish

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sdbus-cpp/+bug/1916068/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to