https://bugs.winehq.org/show_bug.cgi?id=42196
Bug ID: 42196 Summary: Cannot install i386 packages next to 64bit packages on Ubuntu Product: Packaging Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-packages Assignee: wine-bugs@winehq.org Reporter: karmo.rosental@gmail.com CC: michael@fds-team.de, sebastian@fds-team.de Distribution: ---
I have Ubuntu 16.10 64bit and I'm unable to install i386 WINE 2.0 RC4 packages together with 64bit ones as they mark each other to be removed.
This is possible with Ubuntu's official WINE 1.8 packages.
https://bugs.winehq.org/show_bug.cgi?id=42196
--- Comment #1 from Michael Müller michael@fds-team.de --- This can have many different reasons (additional dependencies conflicting with third party packages on your system, package updates that were only published for one architecture yet, etc.). In order to find out if this is really a packaging bug or just some configuration issue, could you please attach the output of: "sudo aptitude install winehq-devel"? Aptitude shows the problem a bit clearer than apt-get.
https://bugs.winehq.org/show_bug.cgi?id=42196
--- Comment #2 from Karmo karmo.rosental@gmail.com --- Created attachment 56832 --> https://bugs.winehq.org/attachment.cgi?id=56832 sudo aptitude install wine-devel
https://bugs.winehq.org/show_bug.cgi?id=42196
--- Comment #3 from Michael Müller michael@fds-team.de --- I don't see any conflict in there, seems like the installation succeeded?
https://bugs.winehq.org/show_bug.cgi?id=42196
--- Comment #4 from Karmo karmo.rosental@gmail.com --- wine-devel installed successfully but when I try to install wine-devel-dev for i386 too, it wants to remove 64bit package:
$ sudo aptitude install wine-devel-dev:i386 The following NEW packages will be installed: libc6-dev:i386{a} linux-libc-dev:i386{a} wine-devel-dev:i386{b} The following packages will be upgraded: linux-libc-dev 1 packages upgraded, 3 newly installed, 0 to remove and 18 not upgraded. Need to get 3 622 kB/6 141 kB of archives. After unpacking 48,4 MB will be used. The following packages have unmet dependencies: wine-devel-dev : Conflicts: wine-devel-dev:i386 but 2.0~rc4~ubuntu16.10.1 is to be installed wine-devel-dev:i386 : Conflicts: wine-devel-dev but 2.0~rc4~ubuntu16.10.1 is installed The following actions will resolve these dependencies:
Remove the following packages: 1) wine-devel-dev [2.0~rc4~ubuntu16.10.1 (now, yakkety)]
https://bugs.winehq.org/show_bug.cgi?id=42196
Michael Müller michael@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Summary|Cannot install i386 |Installing both 32 bit and |packages next to 64bit |64 bit *-dev package |packages on Ubuntu |unsupported on | |Debian/Ubuntu Severity|normal |enhancement
--- Comment #5 from Michael Müller michael@fds-team.de --- Installing the 64 bit dev package is sufficient for the winehq packages as it only contains the header files. The content is identical between 32 and 64 bit. I think we can add the "Multi-Arch: same" flag for future builds, to prevent confusion. Technically it won't make any difference if you would also install the 32 bit package though. Please note that the official Ubuntu packages might split Wine differently.
https://bugs.winehq.org/show_bug.cgi?id=42196
--- Comment #6 from Karmo karmo.rosental@gmail.com --- Thanks Michael! All is clear now and I'm ok with current dev packages.
https://bugs.winehq.org/show_bug.cgi?id=42196
Karmo karmo.rosental@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |ABANDONED Status|NEW |RESOLVED
--- Comment #7 from Karmo karmo.rosental@gmail.com --- Comment 5 solved this issue for me.
https://bugs.winehq.org/show_bug.cgi?id=42196
Karmo karmo.rosental@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Karmo karmo.rosental@gmail.com --- .