It's most likely that multiple packages are trying to install this link. Unfortunately, it doesn't tell you what packages, nor even give the full action strings.
Use pkg search -r /usr/gnu/bin/tar to discover what packages deliver that object. With luck, it'll be more than one, and they'll both be in your package list. If not, we'll have to do some deeper debugging. Note that the current code doesn't properly detect multiple versions of the same package being installed, so be sure that the versions in your dependencies are consistent. Bart's wad should take care of this. Danek _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
