Comment 4 for bug 1991919

Revision history for this message
Nikolaus Demmel (nikolaus) wrote :

Any workaround for this? I just tried and this still reproduces. For example, you cannot install both libc++-dev and libgoogle-glog-dev due to this:

    apt install libc++-dev libgoogle-glog-dev

Interestingly, for me this only happens on x86_64. On the arm version of the libgoogle-glog-dev package does not depend on libunwind:

```
$ apt show libgoogle-glog-dev
Package: libgoogle-glog-dev
Version: 0.5.0+really0.4.0-2
Priority: optional
Section: universe/libdevel
Source: google-glog
Origin: Ubuntu
Maintainer: Ubuntu Developers <email address hidden>
Original-Maintainer: Laszlo Boszormenyi (GCS) <email address hidden>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 383 kB
Depends: libgoogle-glog0v5 (= 0.5.0+really0.4.0-2), libgflags-dev
Homepage: https://github.com/google/glog
Download-Size: 91.7 kB
APT-Manual-Installed: yes
APT-Sources: http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 Packages
Description: library that implements application-level logging.
```