ghostbsd / issues

Issue tracker for GhostBSD
BSD 2-Clause "Simplified" License
2 stars 1 forks source link

wine's pkg32.sh file fails with "Unable to update repository GhostBSD-base Error updating repositories!" #179

Closed trolljoe closed 1 week ago

trolljoe commented 1 week ago

Version

24.07.3

What desktop?

Official MATE

Explain the issue and what happens

i've installed wine with sudo pkg install wine wine-gecko wine-mono and everything seems to be fine. running a program will do the usual error message:

/home/joetroll/.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:14:i386
and create symlinks for
  FreeBSD:14:amd64 and
  FreeBSD:14:i386
to the relevant output directories. See pkg.conf(5) for more info.

so, i try running the command it says, but then, it fails, the output being:

/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/joetroll/.i386-wine-pkg install wine mesa-dri
Updating GhostBSD repository catalogue...
Fetching meta.conf: 100%    178 B   0.2kB/s    00:01    
GhostBSD repository is up to date.
Updating GhostBSD-base repository catalogue...
Unable to update repository GhostBSD-base
Error updating repositories!

Explain how to reproduce the bug?

What is the Expected behavior (if applicable)

Additional context (if applicable)

i guess if this helps, my fastfetch:

Kernel: FreeBSD 14.1-STABLE
Uptime: 1 hour, 7 mins
Packages: 981 (pkg)
Shell: fish 3.7.1
Display (25UM58G): 2560x1080 @ 60 Hz in 29″ [External]
DE: Mate 1.28.1
WM: Marco (X11)
WM Theme: Vimix-Dark
Theme: Vimix-Dark [GTK2/3/4]
Icons: Qogir-dark [GTK2/3/4]
Font: Droid Sans (10pt, Bold) [GTK2/3/4]
Cursor: Adwaita (24px)
Terminal: mate-terminal 1.28.1
Terminal Font: Droid Sans Mono (10pt)
CPU: Intel(R) Core(TM) i5-2450M (4) @ 2.49 GHz
GPU: AMD Radeon RX 550 / 550 Series
Memory: 3.71 GiB / 7.91 GiB (47%)
Swap: 0 B / 8.34 GiB (0%)
ericbsd commented 1 week ago

It is not a bug. Since there is no GhostBSD base for i386, you have to specify to only use the package repo.

/usr/local/share/wine/pkg32.sh install -r GhostBSD wine mesa-dri

I do not intend to create the base repository for i386.