https://bugs.winehq.org/show_bug.cgi?id=52249
Bug ID: 52249 Summary: debian buster packages not installable Product: Packaging Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-packages Assignee: wine-bugs@winehq.org Reporter: riccardo.magliocchetti@gmail.com CC: dimesio@earthlink.net Distribution: ---
Installing winehq-stable on debian buster fails because of missing packages:
``` $ dpkg --add-architecture i386 $ wget -qO - https://dl.winehq.org/wine-builds/winehq.key | apt-key add - Warning: apt-key output should not be parsed (stdout is not a terminal) OK $ apt-add-repository https://dl.winehq.org/wine-builds/debian/ $ apt update -qq WARNING: apt does not have a stable CLI interface. Use with caution in scripts. All packages are up to date. $ apt install -qq -y winehq-stable WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 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: winehq-stable : Depends: wine-stable (= 6.0.2~buster-1) E: Unable to correct problems, you have held broken packages. ```
Unfortunately I can't track if this was a recent regression or not. Our docker image in CI updated from stretch to buster and started failing, 5.0.2 used to install fine on stretch.