Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 May 2024 10:05:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 279269] emulators/wine: winecfg doesn't run when called directly
Message-ID:  <bug-279269-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D279269

            Bug ID: 279269
           Summary: emulators/wine: winecfg doesn't run when called
                    directly
           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: vsasjason@gmail.com
          Assignee: gerald@FreeBSD.org
             Flags: maintainer-feedback?(gerald@FreeBSD.org)

jason@jnb: [?:0] ~ $ pkg info | grep wine
wine-9.0_2,1                   Microsoft Windows compatibility environment
wine-mono-8.1.0                Mono .NET implementation for Wine
jason@jnb: [?:0] ~ $ winecfg
/home/jason/.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:i=
386
and create symlinks for
  FreeBSD:13:amd64 and
  FreeBSD:13:i386
to the relevant output directories. See pkg.conf(5) for more info.
jason@jnb: [?:1] ~ $ grep -n wine64 `which winecfg`
47:if [ -x "$appdir/wine64" ]; then exec "$appdir/wine64" "$appname" "$@"; =
fi
56:  if [ -x "$d/wine64" ]; then exec "$d/wine64" "$appname" "$@"; fi
61:if [ -x "/usr/local/bin/wine64" ]; then exec "/usr/local/bin/wine64"
"$appname" "$@"; fi
jason@jnb: [?:0] ~ $

Reason of this is that we also have %%PREFIX%%/bin/wine, which is wrapper f=
or
32-bit wine.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-279269-7788>