Difference between revisions of "Solaris and pkgsrc"
(New page: Bootstrapping krbdev-sparc-build.mit.edu as a build slave with solaris 10: Get the pkgsrc repo locally and copy it over: env CVS_RSH=ssh cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checko...) |
|||
Line 13: | Line 13: | ||
On the server, drop it in /opt/pkgsrc |
On the server, drop it in /opt/pkgsrc |
||
The next step, per http://www.netbsd.org/docs/pkgsrc/platforms.html is to run the bootstrap script. |
The next step, per http://www.netbsd.org/docs/pkgsrc/platforms.html is to run the bootstrap script. |
||
+ | |||
+ | This requires several components from Oracle, and some things which are not in the default path of /usr/sbin:/usr/bin |
||
+ | |||
+ | I am making an /opt/pkgsrc/buildenv.sh to run that will set up PATH and other environment variables to make an appropriate build environment. (This is done so as to not disrupt root's default PATH and clutter it with a bunch of stuff.) |
Revision as of 17:45, 1 October 2012
Bootstrapping krbdev-sparc-build.mit.edu as a build slave with solaris 10:
Get the pkgsrc repo locally and copy it over:
env CVS_RSH=ssh cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout pkgsrc
I see the key fingerprint of anoncvs as:
1024 a0:b1:35:d7:56:be:2c:30:78:b0:21:df:43:d9:64:5c anoncvs.netbsd.org,149.20.53.68 (RSA)
I can't find a cvs binary from Oracle TechNet, hence the copying.
On the server, drop it in /opt/pkgsrc The next step, per http://www.netbsd.org/docs/pkgsrc/platforms.html is to run the bootstrap script.
This requires several components from Oracle, and some things which are not in the default path of /usr/sbin:/usr/bin
I am making an /opt/pkgsrc/buildenv.sh to run that will set up PATH and other environment variables to make an appropriate build environment. (This is done so as to not disrupt root's default PATH and clutter it with a bunch of stuff.)