(Deb) Missing dependencies #63

Closed
opened 2026-01-29 16:28:25 +00:00 by claunia · 3 comments
Owner

Originally created by @franklupo on GitHub (Aug 3, 2019).

Hi,
I create a package Debian using "debian-x64" . When install receive this error.

root@prox1-R610:~# dpkg -i cv4pve-autosnap.1.1.1.debian-x64.deb
Selecting previously unselected package cv4pve-autosnap.
(Reading database ... 54863 files and directories currently installed.)
Preparing to unpack cv4pve-autosnap.1.1.1.debian-x64.deb ...
Unpacking cv4pve-autosnap (1.1.1) ...
dpkg: dependency problems prevent configuration of cv4pve-autosnap:
cv4pve-autosnap depends on liblttng-ust0; however:
Package liblttng-ust0 is not installed.
cv4pve-autosnap depends on libssl0.9.8 | libssl1.0.0 | libssl1.0.1 | libssl1.0.2; however:
Package libssl0.9.8 is not installed.
Package libssl1.0.0 is not installed.
Package libssl1.0.1 is not installed.
Package libssl1.0.2 is not installed.

dpkg: error processing package cv4pve-autosnap (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
cv4pve-autosnap

Best regards

Originally created by @franklupo on GitHub (Aug 3, 2019). Hi, I create a package Debian using "debian-x64" . When install receive this error. > root@prox1-R610:~# dpkg -i cv4pve-autosnap.1.1.1.debian-x64.deb > Selecting previously unselected package cv4pve-autosnap. > (Reading database ... 54863 files and directories currently installed.) > Preparing to unpack cv4pve-autosnap.1.1.1.debian-x64.deb ... > Unpacking cv4pve-autosnap (1.1.1) ... > dpkg: dependency problems prevent configuration of cv4pve-autosnap: > cv4pve-autosnap depends on liblttng-ust0; however: > Package liblttng-ust0 is not installed. > cv4pve-autosnap depends on libssl0.9.8 | libssl1.0.0 | libssl1.0.1 | libssl1.0.2; however: > Package libssl0.9.8 is not installed. > Package libssl1.0.0 is not installed. > Package libssl1.0.1 is not installed. > Package libssl1.0.2 is not installed. > > dpkg: error processing package cv4pve-autosnap (--install): > dependency problems - leaving unconfigured > Errors were encountered while processing: > cv4pve-autosnap Best regards
Author
Owner

@qmfrederik commented on GitHub (Aug 6, 2019):

Which version of Debian are you installing into?

@qmfrederik commented on GitHub (Aug 6, 2019): Which version of Debian are you installing into?
Author
Owner

@franklupo commented on GitHub (Aug 7, 2019):

Debian 9.9 stretch

Best regards

@franklupo commented on GitHub (Aug 7, 2019): Debian 9.9 stretch Best regards
Author
Owner

@qmfrederik commented on GitHub (Nov 21, 2019):

@franklupo Sorry it took so long. Not sure why you're seeing this on Debian 9, but on Ubuntu 19.04 you get this error message because it ships with libssl1.1 and not libssl1.0.

#112 will fix this (and add a test)

@qmfrederik commented on GitHub (Nov 21, 2019): @franklupo Sorry it took so long. Not sure why you're seeing this on Debian 9, but on Ubuntu 19.04 you get this error message because it ships with libssl1.1 and not libssl1.0. #112 will fix this (and add a test)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dotnet-packaging#63