[OmniOS-discuss] Install postfix on OmniOS
Dan McDonald
danmcd at omniti.com
Tue Feb 14 17:44:07 UTC 2017
> On Feb 14, 2017, at 12:19 PM, Serge Fonville <serge.fonville at gmail.com> wrote:
>
> Hello,
>
> Whey trying to install postfix on OmniOS 151018 I get an error stating
> that "This version is excluded by installed incorporation".
>
> On IRC I was informed that this is due to the type of dependency the
> postfix package has on entire.
>
> Thank you very much for any help in advance!
To query such dependencies, use pkg(1):
bloody(~)[0]% pkg contents -rm postfix | grep entire
depend fmri=pkg:/entire at 11-0.151014 type=incorporate
bloody(~)[0]%
That one will present problems. An updated package won't, e.g.:
bloody(~)[0]% pkg contents -rm python-34 | grep entire
depend fmri=pkg:/entire at 11-0.151014 type=optional
bloody(~)[0]%
Dan
More information about the OmniOS-discuss
mailing list