My putback earlier this week of
6817601 builds broken on opensolaris due to empty default $PATH
6859442 ksh93 dumps core during fftw2 build causes SFW build failure
6873300 yaz-config reports /usr/local
6873332 postgresql-jdbc shouldn't deliver java 1.5 jdbc object on
opensolaris
6873722 ant can't build ant-jai.jar on opensolaris
6873901 guile should clean up tmp dir during build
6873909 SFW build should be explicit in its path setting
6874355 net-snmp requires bash to configure
6874461 ksh93 hangs SFW build in mysql
fixes several issues that were hindering builds of the SFW gate on
OpenSolaris.
If you want to build the SFW gate on OpenSolaris, you will need the
following:
* OpenSolaris build 118 + /usr/include/sys/bmc_intf.h (better yet,
build 121 or later)
* The "redistributable" package set installed
(http://pkg.opensolaris.org/dev/p5i/0/redistributable.p5i)
* A copy of the ON build tools installed
* A copy of the Studio 12 compilers used for ON builds
You will also need to apply the workaround for defect 1682 "Broken
docbook install"
opensolaris% pfexec /usr/share/sgml/docbook/docbook-catalog-install.sh
If you want details see
http://defect.opensolaris.org/bz/show_bug.cgi?id=1682
See
http://opensolaris.org/os/project/sfwnv/Documents/install_quickstart/
for instructions on how to build and where you can download the tools.
-Norm