Steven Le wrote:
> Hi,
> I am integrating a new package into opensolaris. However, I'm unsure
> about which SUNW* packages will be listed in depend file. I know there
> is perl script to check that. Could someone guide me step by step how to
> use that script (or a better way) to find dependency packages?
>
1. edit your sfw-developer.sh script. At the bottom, set SFW_PKGDB
to point to the package directory of a current Solaris install image.
> # SFW_PKGDB=/net/netinstall/export/nv/s/latest/Solaris_11/Product
and use bldenv(1) or just set it in your env.
2. cd usr/src/pkgdefs
3. make check_deps.
-Norm