pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/bootstrap Add a note about additional packages require...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9f6a7fbc036b
branches:  trunk
changeset: 553229:9f6a7fbc036b
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sat Jan 17 21:32:12 2009 +0000

description:
Add a note about additional packages required if bootstrap is in a Solaris
Zone.

diffstat:

 bootstrap/README.Solaris |  21 ++++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 deletions(-)

diffs (35 lines):

diff -r 896503250285 -r 9f6a7fbc036b bootstrap/README.Solaris
--- a/bootstrap/README.Solaris  Sat Jan 17 20:55:08 2009 +0000
+++ b/bootstrap/README.Solaris  Sat Jan 17 21:32:12 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: README.Solaris,v 1.8 2008/06/17 11:59:08 sketch Exp $
+$NetBSD: README.Solaris,v 1.9 2009/01/17 21:32:12 adrianp Exp $
 
 You will need a working C compiler. Any version of gcc >2.8 should
 work, 2.95.x and 3.x have been tested. SunPro 5 and 8 have been
@@ -19,6 +19,25 @@
 
 Please note the use of GNU binutils on Solaris is not supported.
 
+pkgsrc in Solaris Zones
+-----------------------
+
+If you are trying to bootstrap pkgsrc in a Solairs Zone then you will
+need to install the following packages (assuming you will bootstrap using
+Sun's gcc package):
+
+       - SUNWgccruntime
+       - SUNWgcc
+       - SUNWbinutils
+       - SUNWbtool
+       - SUNWggrp
+       - SUNWxcu4
+       - SUNWcs
+       - SUNWsprot
+       - SUNWlibm
+
+Tested on OpenSolaris 5.11 snv_105 and pkgsrc bootstrap as at Jan 2009.
+
 If you are using gcc
 --------------------
 It makes life much simpler if you only use the same gcc consistently



Home | Main Index | Thread Index | Old Index