Bug #14627
closedmate_install broken due to missing links-svid
0%
Description
Currently on pkg.openindiana.org search for links_svid:
Your search - links-svid - did not match any packages.
# pkg install -v mate_install
pkg install: No matching version of mate_install can be installed: Reject: pkg://openindiana.org/mate_install@0.1-2020.0.1.44:20211224T093613Z Reason: No version for 'require' dependency on x11/compatibility/links-svid c an be found
The package is a compatiblity package that sets up a symbolic link between /usr/X and /usr/X11
$ pkg list mate_install NAME (PUBLISHER) VERSION IFO mate_install 0.1-2020.0.1.44 i--
The package is missing from the hipster repo but can be built from oi-userland
$ pkg info links-svid
Name: x11/compatibility/links-svid
Description: Provides the /usr/X -> X11 link required by the SVID3 ABI
Category: System/X11
State: Installed
Publisher: userland
Version: 7.7
Branch: 2022.0.0.1
Updated by David Stes over 1 year ago
I did not test yet whether it is actually working again (whether it is fixed) but it seems fixed:
There is a new package mate_install which still depends on links-svid
$ pkg contents -m -r mate_install@0.1-2022.0.0.49 | grep links-svid depend fmri=x11/compatibility/links-svid type=require
Meanwhile links-svid is back in the repo:
$ pkg list -af links-svid NAME (PUBLISHER) VERSION IFO x11/compatibility/links-svid 7.7-2022.0.0.2 ---
Note that I didn't actually try yet to install mate_install but it looks fixed.
Updated by David Stes over 1 year ago
Verified that mate_install is indeed working now.
$ pkg list mate_install userland-incorporation links-svid NAME (PUBLISHER) VERSION IFO consolidation/userland/userland-incorporation 0.5.11-2022.0.0.15381 i-- mate_install 0.1-2022.0.0.49 i-- x11/compatibility/links-svid 7.7-2022.0.0.2 i--