docs icon indicating copy to clipboard operation
docs copied to clipboard

OI build docs need illumos-closed package

Open rmustacc opened this issue 4 years ago • 3 comments

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.

rmustacc avatar Jul 28 '21 18:07 rmustacc

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

jclulow avatar Jul 28 '21 19:07 jclulow

It did not for a user on IRC that I was working through this with.

rmustacc avatar Jul 28 '21 19:07 rmustacc