[Bug 274566] emulators/wine cannot run 32-bit applications

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 18 Oct 2023 16:18:25 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274566

            Bug ID: 274566
           Summary: emulators/wine cannot run 32-bit applications
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: gerald@FreeBSD.org
          Reporter: 000.fbsd@quip.cz
             Flags: maintainer-feedback?(gerald@FreeBSD.org)
          Assignee: gerald@FreeBSD.org

environment: FreeBSD 13.2 amd64 with quarterly 2023Q4 packages

The last pkg upgrade upgraded wine from version 7 to version 8 which cannot run
32-bit applications as was used before upgrade

There is a version mismatch and there is no i386 for Wine 8.

% wine
wine [wine-7.0.2] and wine64 [wine-8.0.2] versions do not match!

Try updating 32-bit wine with
        /usr/local/share/wine/pkg32.sh upgrade


% /usr/local/share/wine/pkg32.sh upgrade
pkg -o ABI=FreeBSD:13:i386 -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false
--rootdir /usr/home/user/.i386-wine-pkg upgrade
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking for upgrades (0 candidates): 100%
Processing candidates (0 candidates): 100%
Checking integrity... done (0 conflicting)
Your packages are up to date.

I also tried to rename ~/.i386-wine-pkg folder and create new one:

% /usr/local/share/wine/pkg32.sh install wine mesa-dri
pkg -o ABI=FreeBSD:13:i386 -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false
--rootdir /usr/home/user/.i386-wine-pkg install wine mesa-dri
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
pkg: No packages available to install matching 'wine' have been found in the
repositories 


There is no info in pkg-message nor UPDATING about changes in Wine 8 but these
changes are not compatible. 

I downgraded to emulators/wine7 but I would like to have this fixed /
documented.

-- 
You are receiving this mail because:
You are the assignee for the bug.