https://bugs.winehq.org/show_bug.cgi?id=47614
Bug ID: 47614 Summary: E: Unable to correct problems, you have held broken packages. Product: Wine-staging Version: 4.13 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: b1779506@trbvn.com CC: leslie_alistair@hotmail.com, z.figura12@gmail.com Distribution: ---
root@user:~# apt list --upgradable Listing... Done wine-staging-amd64/disco 4.13~disco amd64 [upgradable from: 4.12.1~disco] wine-staging-i386/disco 4.13~disco i386 [upgradable from: 4.12.1~disco] wine-staging/disco 4.13~disco amd64 [upgradable from: 4.12.1~disco] root@user:~# apt install wine-staging Reading package lists... Done Building dependency tree Reading state information... Done 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: wine-staging : Depends: wine-staging-amd64 (= 4.13~disco) but 4.12.1~disco is to be installed Depends: wine-staging-i386 (= 4.13~disco) E: Unable to correct problems, you have held broken packages.
https://bugs.winehq.org/show_bug.cgi?id=47614
--- Comment #1 from Otto b1779506@trbvn.com --- ubuntu 19.04
https://bugs.winehq.org/show_bug.cgi?id=47614
--- Comment #2 from Otto b1779506@trbvn.com --- root@user:~# apt install wine-staging-amd64 Reading package lists... Done Building dependency tree Reading state information... Done 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: wine-staging-amd64 : Depends: libfaudio0 (>= 19.06.07) but it is not installable E: Unable to correct problems, you have held broken packages.
https://bugs.winehq.org/show_bug.cgi?id=47614
--- Comment #3 from Otto b1779506@trbvn.com --- Ok the problem is with libfaudio0, which is not available in ubuntu repositories: sudo add-apt-repository ppa:cybermax-dexter/sdl2-backport
Now works: sudo apt install --install-recommends winehq-staging
https://bugs.winehq.org/show_bug.cgi?id=47614
--- Comment #4 from Otto b1779506@trbvn.com --- After adding the repo: apt install wine-staging-amd64
https://bugs.winehq.org/show_bug.cgi?id=47614
Otto b1779506@trbvn.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|4.13 |4.14
--- Comment #5 from Otto b1779506@trbvn.com --- ~# apt install winehq-staging Reading package lists... Done Building dependency tree Reading state information... Done 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-staging : Depends: wine-staging (= 4.14~disco) E: Unable to correct problems, you have held broken packages.
https://bugs.winehq.org/show_bug.cgi?id=47614
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|4.14 |unspecified CC|leslie_alistair@hotmail.com |dimesio@earthlink.net, |, z.figura12@gmail.com |michael@fds-team.de, | |sebastian@fds-team.de Component|-unknown |wine-packages Product|Wine-staging |Packaging
https://bugs.winehq.org/show_bug.cgi?id=47614
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED
--- Comment #6 from Rosanne DiMesio dimesio@earthlink.net --- (In reply to Otto from comment #3)
Ok the problem is with libfaudio0, which is not available in ubuntu repositories: sudo add-apt-repository ppa:cybermax-dexter/sdl2-backport
Packages from third party PPAs are not supported here, and using them often leads to exactly the kind of dependency problem you have encountered.
For FAudio, use the package from the OBS, as that version is the one the WineHQ packages are built against. Instructions for installing it are on https://forum.winehq.org/viewtopic.php?f=8&t=32192.
As for the "broken packages" message, you've given contradictory comments as to whether that is still a problem or not. If it is, the way to handle dependency issues is to work your way backwards: try installing whatever apt complains about, see what it complains about next, then try installing that. Repeat until you find whatever it is that is blocking everything and fix that.
If you need further help, ask for it on the forum. A misconfigured system is not a bug, and bugzilla is not for user support.
https://bugs.winehq.org/show_bug.cgi?id=47614
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Rosanne DiMesio dimesio@earthlink.net --- Closing invalid.