Ionic wrote:Hi,
could you please install CSWgawk? I had a quick look at the Blastwave repo and found it there with this name.
I hope that's working.
-Ionic
Don't get me wrong, but IMHO I avoid blastwave when
possible. As the name implies a blast of packages are
to be installed, and that is not my intention.
I got gawk compiled from source right out of the box.
So I have one little installation instead of hundred
packages which I don't need (but blastwave)
The compilation now worked. It is to say that I have
applied the patch in "kernel/OS/SunOS/udi.c" before,
using "sys/usb/usbai.h" instead of "sys/usb/usba.h".
Conclusion:
1. Install SUNWaudh package
Code: Select all
# pkg install SUNWaudh
2. Install SUNWusbu package
Code: Select all
# pkg install SUNWusbu
3. Download, compile and install gawk
Code: Select all
# wget http://ftp.gnu.org/pub/gnu/gawk/gawk-3.1.6.tar.bz2
# gtar -xjvf gawk-3.1.6.tar.bz2
# cd gawk-3.1.6
# ./configure --prefix=/opt/gawk
# make install
# ln -s /opt/gawk/bin/gawk /usr/bin/gawk
[edit by cesium: This message at OpenSolaris.org says gawk package is available via sunfreeware]
4. Now ready to compile and package oss!
Code: Select all
(In an empty directory)
# /path_to_oss/configure
# make package
I hope these steps helps people with the same
problem on a bare OpenSolaris 2008.05 installation.
Many thanks to Cesium, dev and Ionic (in alphabetical
order).
Roman.