[Bug 259952] emulators/wine-devel pkg32.sh fails

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 20 Nov 2021 18:45:18 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259952

            Bug ID: 259952
           Summary: emulators/wine-devel pkg32.sh fails
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: vvelox@vvelox.net
                CC: damjan.jov@gmail.com
             Flags: maintainer-feedback?(damjan.jov@gmail.com)
                CC: damjan.jov@gmail.com

[kitsune@vixen42]1|/home/kitsune/.wine/drive_c/apps/MUSHclient>/usr/local/share/wine/pkg32.sh
install wine mesa-dri
pkg -o ABI=FreeBSD:12:i386 -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false
--rootdir /home/kitsune/.i386-wine-pkg install wine mesa-dri
Updating nibbles1 repository catalogue...
Fetching meta.conf: 100%    163 B   0.2kB/s    00:01    
Fetching packagesite.pkg: 100%  765 KiB 783.0kB/s    00:01    
Processing entries:   0%
pkg: wrong architecture: FreeBSD:12:amd64 instead of FreeBSD:12:i386
pkg: repository nibbles1 contains packages with wrong ABI: FreeBSD:12:amd64
Processing entries: 100%
Unable to update repository nibbles1
Updating nibbles1-i386 repository catalogue...
nibbles1-i386 repository is up to date.
Error updating repositories!
pkg: Repository nibbles1 cannot be opened. 'pkg update' required
pkg: No packages available to install matching 'wine' have been found in the
repositories
[kitsune@vixen42]1|/home/kitsune/.wine/drive_c/apps/MUSHclient>

And if I disable the i386 repo...

[root@vixen42]1|/usr/local/etc/pkg/repos>cat nibbles1.conf 
nibbles1: {
    url: "https://pkgs.vvelox.net/12stableAMD64-head/"
    enabled: yes,
}
nibbles1-i386: {
    url: "https://pkgs.vvelox.net/12stableI386-head/"
    enabled: no,
}
[root@vixen42]0|/usr/local/etc/pkg/repos>


[kitsune@vixen42]0|/home/kitsune/.wine/drive_c/apps/MUSHclient>/usr/local/share/wine/pkg32.sh
install wine mesa-dri
pkg -o ABI=FreeBSD:12:i386 -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false
--rootdir /home/kitsune/.i386-wine-pkg install wine mesa-dri
Updating nibbles1 repository catalogue...
Fetching meta.conf: 100%    163 B   0.2kB/s    00:01    
Fetching packagesite.pkg: 100%  765 KiB 783.0kB/s    00:01    
Processing entries:   0%
pkg: wrong architecture: FreeBSD:12:amd64 instead of FreeBSD:12:i386
pkg: repository nibbles1 contains packages with wrong ABI: FreeBSD:12:amd64
Processing entries: 100%
Unable to update repository nibbles1
Error updating repositories!
[kitsune@vixen42]3|/home/kitsune/.wine/drive_c/apps/MUSHclient>

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