darlinghq / darling

Darwin/macOS emulation layer for Linux
http://www.darlinghq.org
GNU General Public License v3.0
11.45k stars 445 forks source link

Debian 12 apt might hasn't libjpeg8 now #1549

Open Val-d-emar opened 1 week ago

Val-d-emar commented 1 week ago
# apt install ./darling_0.1.20230310.jammy_amd64.deb
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note that "darling" is selected instead of "./darling_0.1.20230310.jammy_amd64.deb"
Some packages cannot be installed. Perhaps what you are asking for is not feasible, or you are using an unstable version of the distribution where
the packages you requested have not yet been created or have been removed from Incoming.
The following information may help:

The following packages have unmet dependencies:
darling : Depends: libjpeg8 (>= 2.0) but it cannot be installed
E: Unable to correct errors: You have committed broken packages.
Val-d-emar commented 1 week ago

I fixed this problem by downloading old repositories from https://snapshot.debian.org/

# apt install ./multiarch-support_2.28-10+deb10u4_amd64.deb
# apt install ./libjpeg8_8d1-2_amd64.deb

Then "darling" installed correct