PixlOne / logiops

An unofficial userspace driver for HID++ Logitech devices
GNU General Public License v3.0
3.42k stars 271 forks source link

libudev-dev depends on outdated libudev1, unable to install. #360

Closed WillMeakin closed 1 year ago

WillMeakin commented 1 year ago

On Ubuntu 22.04 (kernel 5.19.0-41-generic) I get this error when trying to install libudev-dev:

Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libudev-dev : Depends: libudev1 (= 249.11-0ubuntu3) but 249.11-0ubuntu3.7 is to be installed
E: Unable to correct problems, you have held broken packages.

Basically I think it's a dependency conflict; libudev-dev depends on an old version of libudev1 but up-to-date systems depend on the newer one, and they can't be installed side by side?

Related to this Ubuntu bug Might be a duplicate of issue 270

WillMeakin commented 1 year ago

Closing as this I no longer get this error, and it all works perfectly. I updated my system with the new Ubuntu updates (not available when I opened the issue). I also updated my Nvidia driver; unsure if related though;