How to build pkg gate - OpenSolaris 127
Building pkg gate - actual for OpenSolaris build 127
1. Required packages (from dev repository http://pkg.opensolaris.org/dev )
- SUNWgnome-common-devel
- sunstudio12u1
- SUNWmercurial
- SUNWpython-setuptools
- SUNWpython26-setuptools
- SUNWaconf
- SUNWzoneint
- SUNWxorg-headers
You can use the Package Manager tool to install the required packages.
Alternately, use IPS commands such as the following to install these packages:
$ pfexec pkg install SUNWgnome-common-devel sunstudio12u1 SUNWmercurial SUNWpython-setuptools SUNWpython26-setuptools SUNWaconf SUNWzoneint SUNWxorg-headers
2. Get pkg-gate source tree
$ cd ~ $ hg clone ssh://anon@hg.opensolaris.org/hg/pkg/gate pkg-gate
3. Set correct PATH - to don't use gnu
$ unset PATH $ export PATH=/usr/bin:/usr/sbin:/usr/X11/bin:/opt/sunstudio12.1/bin:$PATH
3. Building pkg-gate
$ cd pkg-gate/src $ make $ make packages
