> On Feb 14, 2017, at 12:19 PM, Serge Fonville <[email protected]> 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:/[email protected] 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:/[email protected] type=optional bloody(~)[0]% Dan _______________________________________________ OmniOS-discuss mailing list [email protected] http://lists.omniti.com/mailman/listinfo/omnios-discuss
