[Bug 58820] New: Can’t upgrade wine after ubuntu update - name collision with the i386 version and amd64 version
http://bugs.winehq.org/show_bug.cgi?id=58820 Bug ID: 58820 Summary: Can’t upgrade wine after ubuntu update - name collision with the i386 version and amd64 version Product: Wine Version: 10.17 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: levanchelidze(a)gmail.com Distribution: --- I’m tried to update wine to latest 10.17 so i removed the wine source and the added Questing source. (Reading database ... 213418 files and directories currently installed.) Preparing to unpack .../wine-devel_10.17~questing-1_amd64.deb ... Unpacking wine-devel (10.17~questing-1) ... dpkg: error processing archive /var/cache/apt/archives/wine-devel_10.17~questing-1_amd64.deb (--unpack): trying to overwrite '/opt/wine-devel/lib/wine/i386-windows/acledit.dll', which is also in package wine-deve l-i386:i386 (10.16~plucky-1) dpkg-deb: error: paste subprocess was killed by signal (Broken pipe) Errors were encountered while processing: /var/cache/apt/archives/wine-devel_10.17~questing-1_amd64.deb Error: Sub-process /usr/bin/dpkg returned an error code (1) This is the error i get and levan(a)moon:~$ sudo apt upgrade You might want to run 'apt --fix-broken install' to correct these. Unsatisfied dependencies: winehq-devel : Depends: wine-devel (= 10.17~questing-1) but it is not installed Error: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution). levan(a)moon:~$ sudo apt --fix-broken install Correcting dependencies... Done Installing dependencies: wine-devel Summary: Upgrading: 0, Installing: 1, Removing: 0, Not Upgrading: 0 4 not fully installed or removed. Download size: 0 B / 236 MB Space needed: 1,518 MB / 170 GB available Continue? [Y/n] y (Reading database ... 213418 files and directories currently installed.) Preparing to unpack .../wine-devel_10.17~questing-1_amd64.deb ... Unpacking wine-devel (10.17~questing-1) ... dpkg: error processing archive /var/cache/apt/archives/wine-devel_10.17~questing-1_amd64.deb (--unpack): trying to overwrite '/opt/wine-devel/lib/wine/i386-windows/acledit.dll', which is also in package wine-deve l-i386:i386 (10.16~plucky-1) dpkg-deb: error: paste subprocess was killed by signal (Broken pipe) Errors were encountered while processing: /var/cache/apt/archives/wine-devel_10.17~questing-1_amd64.deb Error: Sub-process /usr/bin/dpkg returned an error code (1) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=58820 --- Comment #1 from Rosanne DiMesio <dimesio(a)earthlink.net> --- The questing packages are new WoW64 builds whereas the plucky ones were old WoW64. Uninstall the old packages and you should be able to install the new ones. https://gitlab.winehq.org/wine/wine/-/wikis/Debian-Ubuntu#ubuntu-2510 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=58820 --- Comment #2 from Levan <levanchelidze(a)gmail.com> --- (In reply to Rosanne DiMesio from comment #1)
The questing packages are new WoW64 builds whereas the plucky ones were old WoW64. Uninstall the old packages and you should be able to install the new ones. https://gitlab.winehq.org/wine/wine/-/wikis/Debian-Ubuntu#ubuntu-2510
Yes i've tried that but this is what i get levan(a)moon:~$ sudo apt remove winehq-devel wine-devel wine-devel-amd64 wine-devel-i386:i386 [sudo: authenticate] Password: Error: Unable to locate package wine-devel-amd64 levan(a)moon:~$ sudo apt remove winehq-devel wine-devel wine-devel-amd64 wine-devel-i386:i386 Error: Unable to locate package wine-devel-amd64 levan(a)moon:~$ sudo apt install wine-devel Installing: wine-devel Summary: Upgrading: 0, Installing: 1, Removing: 0, Not Upgrading: 0 4 not fully installed or removed. Download size: 0 B / 236 MB Space needed: 1,518 MB / 170 GB available (Reading database ... 213418 files and directories currently installed.) Preparing to unpack .../wine-devel_10.17~questing-1_amd64.deb ... Unpacking wine-devel (10.17~questing-1) ... dpkg: error processing archive /var/cache/apt/archives/wine-devel_10.17~questing-1_amd64.deb (--unpack): trying to overwrite '/opt/wine-devel/lib/wine/i386-windows/acledit.dll', which is also in package wine-devel-i386:i386 (10.16~plucky-1) dpkg-deb: error: paste subprocess was killed by signal (Broken pipe) Errors were encountered while processing: /var/cache/apt/archives/wine-devel_10.17~questing-1_amd64.deb Error: Sub-process /usr/bin/dpkg returned an error code (1) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=58820 Rosanne DiMesio <dimesio(a)earthlink.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|10.17 |unspecified CC| |dimesio(a)earthlink.net Product|Wine |Packaging Component|-unknown |wine-packages -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=58820 --- Comment #3 from Rosanne DiMesio <dimesio(a)earthlink.net> --- (In reply to Levan from comment #2)
/var/cache/apt/archives/wine-devel_10.17~questing-1_amd64.deb (--unpack): trying to overwrite '/opt/wine-devel/lib/wine/i386-windows/acledit.dll', which is also in package wine-devel-i386:i386 (10.16~plucky-1)
It looks like the i386 package wasn't removed. Try removing that one specifically. If that doesn't work, try clearing your apt cache. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=58820 --- Comment #4 from Levan <levanchelidze(a)gmail.com> --- (In reply to Rosanne DiMesio from comment #3)
(In reply to Levan from comment #2)
/var/cache/apt/archives/wine-devel_10.17~questing-1_amd64.deb (--unpack): trying to overwrite '/opt/wine-devel/lib/wine/i386-windows/acledit.dll', which is also in package wine-devel-i386:i386 (10.16~plucky-1)
It looks like the i386 package wasn't removed. Try removing that one specifically. If that doesn't work, try clearing your apt cache.
sadly same issue levan(a)moon:~$ sudo apt remove wine [sudo: authenticate] Password: Package 'wine' is not installed, so not removed You might want to run 'apt --fix-broken install' to correct these. Unsatisfied dependencies: winehq-devel : Depends: wine-devel (= 10.17~questing-1) but it is not going to be installed Error: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution). levan(a)moon:~$ sudo apt remove wine-devel-i386 You might want to run 'apt --fix-broken install' to correct these. Unsatisfied dependencies: winehq-devel : Depends: wine-devel (= 10.17~questing-1) but it is not going to be installed Error: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution). levan(a)moon:~$ sudo apt clean levan(a)moon:~$ sudo apt autoclean levan(a)moon:~$ sudo apt remove wine-devel-i386 You might want to run 'apt --fix-broken install' to correct these. Unsatisfied dependencies: winehq-devel : Depends: wine-devel (= 10.17~questing-1) but it is not going to be installed Error: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution). levan(a)moon:~$ sudo apt install wine-devel Installing: wine-devel Summary: Upgrading: 0, Installing: 1, Removing: 0, Not Upgrading: 0 4 not fully installed or removed. Download size: 236 MB Space needed: 1,518 MB / 327 GB available Get:1 https://dl.winehq.org/wine-builds/ubuntu questing/main amd64 wine-devel amd64 10.17~questing-1 [236 MB] Fetched 236 MB in 46s (5,166 kB/s) (Reading database ... 213418 files and directories currently installed.) Preparing to unpack .../wine-devel_10.17~questing-1_amd64.deb ... Unpacking wine-devel (10.17~questing-1) ... dpkg: error processing archive /var/cache/apt/archives/wine-devel_10.17~questing -1_amd64.deb (--unpack): trying to overwrite '/opt/wine-devel/lib/wine/i386-windows/acledit.dll', which is also in package wine-devel-i386:i386 (10.16~plucky-1) dpkg-deb: error: paste subprocess was killed by signal (Broken pipe) Errors were encountered while processing: /var/cache/apt/archives/wine-devel_10.17~questing-1_amd64.deb Error: Sub-process /usr/bin/dpkg returned an error code (1) levan(a)moon:~$ -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=58820 --- Comment #5 from Levan <levanchelidze(a)gmail.com> --- (In reply to Levan from comment #4)
(In reply to Rosanne DiMesio from comment #3)
(In reply to Levan from comment #2)
/var/cache/apt/archives/wine-devel_10.17~questing-1_amd64.deb (--unpack): trying to overwrite '/opt/wine-devel/lib/wine/i386-windows/acledit.dll', which is also in package wine-devel-i386:i386 (10.16~plucky-1)
It looks like the i386 package wasn't removed. Try removing that one specifically. If that doesn't work, try clearing your apt cache.
sadly same issue
levan(a)moon:~$ sudo apt remove wine [sudo: authenticate] Password: Package 'wine' is not installed, so not removed You might want to run 'apt --fix-broken install' to correct these. Unsatisfied dependencies: winehq-devel : Depends: wine-devel (= 10.17~questing-1) but it is not going to be installed Error: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution). levan(a)moon:~$ sudo apt remove wine-devel-i386 You might want to run 'apt --fix-broken install' to correct these. Unsatisfied dependencies: winehq-devel : Depends: wine-devel (= 10.17~questing-1) but it is not going to be installed Error: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution). levan(a)moon:~$ sudo apt clean levan(a)moon:~$ sudo apt autoclean levan(a)moon:~$ sudo apt remove wine-devel-i386 You might want to run 'apt --fix-broken install' to correct these. Unsatisfied dependencies: winehq-devel : Depends: wine-devel (= 10.17~questing-1) but it is not going to be installed Error: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution). levan(a)moon:~$ sudo apt install wine-devel Installing: wine-devel
Summary: Upgrading: 0, Installing: 1, Removing: 0, Not Upgrading: 0 4 not fully installed or removed. Download size: 236 MB Space needed: 1,518 MB / 327 GB available
Get:1 https://dl.winehq.org/wine-builds/ubuntu questing/main amd64 wine-devel amd64 10.17~questing-1 [236 MB] Fetched 236 MB in 46s (5,166 kB/s)
(Reading database ... 213418 files and directories currently installed.) Preparing to unpack .../wine-devel_10.17~questing-1_amd64.deb ... Unpacking wine-devel (10.17~questing-1) ... dpkg: error processing archive /var/cache/apt/archives/wine-devel_10.17~questing -1_amd64.deb (--unpack): trying to overwrite '/opt/wine-devel/lib/wine/i386-windows/acledit.dll', which is also in package wine-devel-i386:i386 (10.16~plucky-1) dpkg-deb: error: paste subprocess was killed by signal (Broken pipe) Errors were encountered while processing: /var/cache/apt/archives/wine-devel_10.17~questing-1_amd64.deb Error: Sub-process /usr/bin/dpkg returned an error code (1) levan(a)moon:~$
(In reply to Rosanne DiMesio from comment #3)
(In reply to Levan from comment #2)
/var/cache/apt/archives/wine-devel_10.17~questing-1_amd64.deb (--unpack): trying to overwrite '/opt/wine-devel/lib/wine/i386-windows/acledit.dll', which is also in package wine-devel-i386:i386 (10.16~plucky-1)
It looks like the i386 package wasn't removed. Try removing that one specifically. If that doesn't work, try clearing your apt cache.
tried rm -rf /var/lib/apt/lists/* as well same issue -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=58820 --- Comment #6 from Levan <levanchelidze(a)gmail.com> --- Ok i think this fixed the issue sudo apt remove --purge winehq-devel wine-devel wine-devel-i386:i386 sudo apt autoremove sudo apt update sudo apt install --install-recommends winehq-devel -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=58820 Rosanne DiMesio <dimesio(a)earthlink.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #7 from Rosanne DiMesio <dimesio(a)earthlink.net> --- Starting with 10.18, the new WoW64 packages are set to conflict and replace the i386 and amd64 packages from an old WoW64 install, so this shouldn't happen again. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=58820 Rosanne DiMesio <dimesio(a)earthlink.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Rosanne DiMesio <dimesio(a)earthlink.net> --- Closing fixed packaging bug. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla