Scott Rotondo wrote:

> Attempting to update my snv_127 system produces an unusual error:
> 
> $ pfexec pkg image-update
> Creating Plan \pkg: Cannot remove 
> 'pkg://opensolaris.org/[email protected],5.11-0.127:20091111T055042Z'
> due to the following packages that depend on it:
> 
> pkg://opensolaris.org/[email protected],5.11-0.127:20091111T055202Z
> 
> Questions:
> 
> 1. Is this a known problem? With a known workaround, I hope?

See

    http://markmail.org/message/mmrmjpb7jp2prjlq

> 2. What pkg command will show package dependencies (e.g. to look for
> a circular dependency between these two packages)?

    pkg contents -t depend -o fmri <pkg name>

With build 130 forward, you can be sure only to see required dependencies
with

    pkg contents -t depend -a type=require -o fmri <pkg name>

Danek
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to