Wine staging 6.7 i386 update fails to install (Mint 19.3)

Questions about Wine on Linux
Locked
KickMeElmo
Newbie
Newbie
Posts: 3
Joined: Sun Apr 25, 2021 12:27 am

Wine staging 6.7 i386 update fails to install (Mint 19.3)

Post by KickMeElmo »

I'm running into an issue attempting to upgrade wine stable on Mint 19.3. Never run into this one before, not really sure how to tackle it offhand.

Code: Select all

sudo apt-get --fix-broken install
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed:
  wine-staging-i386:i386
Recommended packages:
  libgtk-3-0:i386 libodbc1:i386 libosmesa6:i386 libsane:i386 | libsane1:i386
The following packages will be upgraded:
  wine-staging-i386:i386
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
Need to get 0 B/71.0 MB of archives.
After this operation, 1,460 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Preconfiguring packages ...
(Reading database ... 1046949 files and directories currently installed.)
Preparing to unpack .../wine-staging-i386_6.7~bionic-1_i386.deb ...
Unpacking wine-staging-i386:i386 (6.7~bionic-1) over (6.6~bionic-1) ...
dpkg: error processing archive /var/cache/apt/archives/wine-staging-i386_6.7~bionic-1_i386.deb (--unpack):
 error setting timestamps of '/opt/wine-staging/lib/wine/iertutil.dll.dpkg-new': No such file or directory
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/wine-staging-i386_6.7~bionic-1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Wine staging 6.7 i386 update fails to install (Mint 19.3)

Post by jkfloris »

...
to upgrade wine stable
...

Code: Select all

The following additional packages will be installed:
  wine-staging-i386:i386
Do you want (to install) Wine stable or Wine staging?

What is the output of:

Code: Select all

dpkg -l | grep wine
KickMeElmo
Newbie
Newbie
Posts: 3
Joined: Sun Apr 25, 2021 12:27 am

Re: Wine staging 6.7 i386 update fails to install (Mint 19.3)

Post by KickMeElmo »

I want wine staging, as I have been using for years. Normally a basic apt upgrade works fine. This is the first time I've run into issues in recent memory.

Code: Select all

iU  wine-staging                                                6.7~bionic-1                                                amd64        WINE Is Not An Emulator - runs MS Windows programs
ii  wine-staging-amd64                                          6.7~bionic-1                                                amd64        WINE Is Not An Emulator - runs MS Windows programs
ii  wine-staging-i386:i386                                      6.6~bionic-1                                                i386         WINE Is Not An Emulator - runs MS Windows programs
iU  winehq-staging                                              6.7~bionic-1                                                amd64        WINE Is Not An Emulator - runs MS Windows programs
KickMeElmo
Newbie
Newbie
Posts: 3
Joined: Sun Apr 25, 2021 12:27 am

Re: Wine staging 6.7 i386 update fails to install (Mint 19.3)

Post by KickMeElmo »

I figured it out. It was ESET NOD32 getting in the way. No wonder I'd never encountered it before.
Locked