illumos / docs

The source for the illumos documentation site
https://illumos.org/docs
Mozilla Public License 2.0
31 stars 38 forks source link

OI build docs need illumos-closed package #60

Open rmustacc opened 3 years ago

rmustacc commented 3 years ago

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.

jclulow commented 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
rmustacc commented 3 years ago

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

mtelka commented 1 week ago

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

Yes, exactly. And it is so since 2016: https://github.com/OpenIndiana/oi-userland/pull/2335