Solved Stuck installing wine on 15.0-RELEASE

I installed RC4 and updated everything. The system now shows 15.0-RELEASE, which is good. However, I’m stuck with the installation of Wine—specifically the 32-bit version:

Code:
zsolt@ThinkBook15G2:~ % winecfg
/home/zsolt/.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:15:i386
and create symlinks for
  FreeBSD:15:amd64 and
  FreeBSD:15:i386
to the relevant output directories. See pkg.conf(5) for more info.

Code:
zsolt@ThinkBook15G2:~ % /usr/local/share/wine/pkg32.sh install wine mesa-dri
pkg -o ABI_FILE=/usr/lib32/libc.so.7 -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir /home/zsolt/.i386-wine-pkg install wine mesa-dri
Updating FreeBSD-ports repository catalogue...
pkg: Failed to fetch https://pkg.FreeBSD.org/FreeBSD:15:i386/quarterly/meta.conf: Not found
pkg: Failed to fetch https://pkg.FreeBSD.org/FreeBSD:15:i386/quarterly/meta.txz: Not found
pkg: Failed to fetch https://pkg.FreeBSD.org/FreeBSD:15:i386/quarterly/data.pkg: Not found
pkg: Failed to fetch https://pkg.FreeBSD.org/FreeBSD:15:i386/quarterly/data.tzst: Not found
pkg: Failed to fetch https://pkg.FreeBSD.org/FreeBSD:15:i386/quarterly/packagesite.pkg: Not found
pkg: Failed to fetch https://pkg.FreeBSD.org/FreeBSD:15:i386/quarterly/packagesite.tzst: Not found
Unable to update repository FreeBSD-ports
Updating FreeBSD-ports-kmods repository catalogue...
Fetching data.pkg: 100%   15 KiB  15.1kB/s    00:01   
Processing entries: 100%
FreeBSD-ports-kmods repository update completed. 65 packages processed.
Updating FreeBSD-base repository catalogue...
Fetching meta.conf: 100%    179 B   0.2kB/s    00:01   
Fetching data.pkg: 100%   57 KiB  58.3kB/s    00:01   
pkg: Error opening the trusted directory /usr/share/keys/pkgbase-15/trusted
pkg: Error loading trusted certificates
FreeBSD-base repository is up to date.
Error updating repositories!
pkg: Repository FreeBSD-ports cannot be opened. 'pkg update' required
pkg: Repository FreeBSD-base cannot be opened. 'pkg update' required
pkg: No packages available to install matching 'wine' have been found in the repositories
pkg: No packages available to install matching 'mesa-dri' have been found in the repositories

Any suggestions are welcome!
 
I'm afraid i386 Arch is not supported on 15. I couldnt find an iso of 15 for the i386 arch.

I don't know how this would affect wine which requires i386 packages too.
 
Yeah I am having problems with this as well, no 32 bit pkg available for 15. linux-steam-utils works I can launch steam but the game I am trying to run suddenly closes. Through Mizuma I cant even install Steam, because of missing dll(s) from the 32bit library, I think, I am no developer though.
 
Today I upgraded to wine‑11.0_1,1. When I run winecfg, I get the following errors:

% winecfg
wine [wine-10.0] and wine64 [wine-11.0] 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_FILE=/usr/lib32/libc.so.7 -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir /home/zsolt/.i386-wine-pkg upgrade
Updating FreeBSD-ports repository catalogue...
FreeBSD-ports repository is up to date.
Updating FreeBSD-ports-kmods repository catalogue...
FreeBSD-ports-kmods repository is up to date.
Updating FreeBSD-base repository catalogue...
Fetching meta.conf: 100% 179 B 0.2 k/s 00:01
Fetching data: 100% 57 KiB 58.3 k/s 00:01
pkg: Error opening the trusted directory /usr/share/keys/pkgbase-15/trusted
pkg: Error loading trusted certificates

FreeBSD-base repository is up to date.
All repositories are up to date.
pkg: Repository FreeBSD-base cannot be opened. 'pkg update' required
Checking for upgrades (21 candidates): 100%
Processing candidates (21 candidates): 100%
Checking integrity... done (0 conflicting)
Your packages are up to date.
Any idea how to resolve this? Only wine-11.0_1,1 is installed.
 
So, if I understood it right, there is no way wine32 will be available at FreeBSD 15? And therefore all wine become absolete?
Not necessarily. FreeBSD15 will not support 386 as the system it runs on. It does not mean you can't run 32 bit software on the system that works on 64 bit.
 
Back
Top