RPi-Distro / repo

Issue tracking for the archive.raspberrypi.com repo
37 stars 1 forks source link

Package libx11-xcb-dev broken due to incorrect dependency version #204

Closed benjamincburns closed 3 years ago

benjamincburns commented 4 years ago

When I try to install libx11-xcb-dev on the latest version of RPi OS, it fails due to unmet dependencies.

libx11-xcb-dev : Depends: libx11-xcb1 (= 2:1.6.7-1) but 2:1.6.7-1+deb10u1 is to be installed

I'm guessing that the libx11-xcb-dev package's metadata is incorrect.

benjamincburns commented 4 years ago

I'm guessing that this is a similar issue to #182

XECDesign commented 4 years ago

Not seeing any such issue on this end.

Did you run sudo apt update first? What's the output of apt policy?

benjamincburns commented 4 years ago

Yes, I ran sudo apt update. In the end I followed the workaround suggested in #182 (force installing it via dpkg), so I'm not sure if the outout of apt policy will be all that telling. I'm not near the device at the moment here, but I'll go ahead and report back with that as soon as I am.

benjamincburns commented 3 years ago

I wound up ditching this project and the rpi with it. Since I haven't seen a wealth of "me toos" on this issue, I'll go ahead and close it.