summaryrefslogtreecommitdiff
path: root/bootstrap/README.Solaris
diff options
context:
space:
mode:
authoradrianp <adrianp>2009-01-17 21:32:12 +0000
committeradrianp <adrianp>2009-01-17 21:32:12 +0000
commit914a9f1d52dcb6b2fc7b9fa120db31d39288b3fb (patch)
treed09fb12848d340ccab757db533bbfadb676df158 /bootstrap/README.Solaris
parent4da876f8d1181ae232d803b549267de4c67a8151 (diff)
downloadpkgsrc-914a9f1d52dcb6b2fc7b9fa120db31d39288b3fb.tar.gz
Add a note about additional packages required if bootstrap is in a Solaris
Zone.
Diffstat (limited to 'bootstrap/README.Solaris')
-rw-r--r--bootstrap/README.Solaris21
1 files changed, 20 insertions, 1 deletions
diff --git a/bootstrap/README.Solaris b/bootstrap/README.Solaris
index b1c9c652fb9..17d96ad377b 100644
--- a/bootstrap/README.Solaris
+++ b/bootstrap/README.Solaris
@@ -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 @@ C++ packages if you are using SunPro.
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