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.
https://bugs.winehq.org/show_bug.cgi?id=52249
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED
--- Comment #1 from Rosanne DiMesio dimesio@earthlink.net --- (In reply to Riccardo Magliocchetti from comment #0)
$ apt-add-repository https://dl.winehq.org/wine-builds/debian/
That's not correct; you're missing the end of the path. The correct path is:
deb https://dl.winehq.org/wine-builds/debian/ buster main
See https://wiki.winehq.org/Debian for full instructions.
There are also tips on troubleshooting dependency errors in https://wiki.winehq.org/FAQ#How_do_I_solve_dependency_errors_when_trying_to_....
If you still have problems, ask for help on the forum.
https://bugs.winehq.org/show_bug.cgi?id=52249
--- Comment #2 from Riccardo Magliocchetti riccardo.magliocchetti@gmail.com --- apt-add-repository should fill the distribution automatically.
From my debian sid desktop if i type:
``` sudo apt-add-repository https://dl.winehq.org/wine-builds/debian/ ```
in /etc/apt/sources.list i get:
``` deb https://dl.winehq.org/wine-builds/debian/ sid main # deb-src https://dl.winehq.org/wine-builds/debian/ sid main ```
Anyway I'll try to get more clue on what's wrong.
https://bugs.winehq.org/show_bug.cgi?id=52249
--- Comment #3 from Riccardo Magliocchetti riccardo.magliocchetti@gmail.com --- Can confirm adding the source list entry explicitly still fails:
``` apt-add-repository "deb https://dl.winehq.org/wine-builds/debian/ buster main" ```
https://bugs.winehq.org/show_bug.cgi?id=52249
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Rosanne DiMesio dimesio@earthlink.net --- (In reply to Riccardo Magliocchetti from comment #3)
Can confirm adding the source list entry explicitly still fails:
apt-add-repository "deb https://dl.winehq.org/wine-builds/debian/ buster main"
Then as I stated above, follow the troubleshooting steps in https://wiki.winehq.org/FAQ#How_do_I_solve_dependency_errors_when_trying_to_... and ask for help on the forum if you need it. Bugzilla is not for user support.