Open rmustacc opened 3 years ago
Is that true? The instructions currently say (for OI) to:
sudo pkg install build-essential \
runtime/python-35 \
developer/gcc-7
Looking at the dependencies of build-essential
, it really seems like it should pull in the illumos-closed
package:
$ pkg contents -r -m build-essential | grep closed
depend fmri=developer/illumos-closed type=require
It did not for a user on IRC that I was working through this with.
Looking at the dependencies of
build-essential
, it really seems like it should pull in theillumos-closed
package:$ pkg contents -r -m build-essential | grep closed depend fmri=developer/illumos-closed type=require
Yes, exactly. And it is so since 2016: https://github.com/OpenIndiana/oi-userland/pull/2335
Right now to get the closed-bins on OI you need to install the illumos-closed package as well which is missing from the list of packages.