[Bug 265073] emulators/wine-devel: wine [wine-6.0.4] and wine64 [wine-7.9] versions do not match!

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 17 Jul 2022 18:57:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265073

--- Comment #4 from ykla <yklaxds@gmail.com> ---
OK, not my wrong, Wrong Configuration message in emulators/wine-devel. After
install emulators/wine-devel it show us:

--------------------------------------------------------------
root@ykla:/home/ykla # wine
/root/.i386-wine-pkg//usr/local/bin/wine doesn't exist!

Try installing 32-bit Wine with
        /usr/local/share/wine/pkg32.sh install wine mesa-dri

If using Poudriere, please make sure your repo is setup to use FreeBSD:13:i386
and create symlinks for
  FreeBSD:13:amd64 and
  FreeBSD:13:i386
to the relevant output directories. See pkg.conf(5) for more info.
--------------------------------------------------------------

and it will install wine 6 i386 not wine-devel 7 i386.

----------------------------------------------
ykla@ykla:~ % wine
wine [wine-6.0.4] and wine64 [wine-7.12] versions do not match!

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

-------------------------------------------------

In fact, we need run /usr/local/share/wine/pkg32.sh install wine-devel mesa-dri
not /usr/local/share/wine/pkg32.sh install wine mesa-dri as Sascha Folie said.

________________________________
ykla@ykla:~ % wine
Usage: wine PROGRAM [ARGUMENTS...]   Run the specified program
       wine --help                   Display this help and exit
       wine --version                Output version information and exit
ykla@ykla:~ % 
__________________________________

looks like it's OK.

Hope someone will change the wrong message in emulators/wine-devel.

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