hi i m trying to create a new opensolaris distro using local repository. For that i installed SUNWmercurial. Then created the pkg-gate source tree using the command
hg clone ssh://anon at hg.opensolaris.org/hg/pkg/gate pkg-gate I also installed SUNWdistro-const which we need to create the distro. But when i am trying to Build the package using the following commands [b]$ cd pkg-gate/src $ make $ make packages[/b] its building but at a point getting failed. The msg what i am receiveing at that point is [ -f ../../../packages/i386/SUNWpython-cherrypy/pkgmap ] || pkgmk -a i386 -o -r ../../../proto/root_i386 -d ../../../packages/i386 /root/pkg-gate/src/pkgdefs/SUNWpython-mako make: Fatal error: Don't know how to make target `../../../proto/root_i386/usr/lib/python2.4/vendor-packages/mako' Current working directory /root/pkg-gate/src/pkgdefs/SUNWpython-mako *** Error code 1 The following command caused the error: cd SUNWpython-mako; pwd; make install make: Fatal error: Command failed for target `install' Current working directory /root/pkg-gate/src/pkgdefs *** Error code 1 The following command caused the error: cd pkgdefs; pwd; make install make: Fatal error: Command failed for target `packages' Need help thanks -- This message posted from opensolaris.org