| Install RPM | Install Solaris 8 version of RPM | 1/11/07 |
| Install libiconv package | This is actual a provides package for the libiconv library | 3/27/07 |
| Create new Solaris provides package | Add /lib to vpkg.sh and re-run to produce a new Solaris provides package | 3/27/07 |
| Install info | Other basic packages use install-info to install documentation | 3/27/07 |
| Update install path in RPM | /usr/local/sbin and /usr/local/bin needs to be added to the install path used by RPM in order to find the install-info command. | 3/27/07 |
| Update os compatibility | The .rpmrc file needs to have os_compat lines added so that packages made for solaris2.8 would be seen as compatible with solaris2.10 | 3/27/07 |
Change permissions for /var/local/tmp | The permissions need to be made the same as for /var/tmp | 7/2/07 |
| Install gcc | I had to install the Sun Freeware version of gcc
after the Solaris 8 version failed to create binaries. | 7/3/07 |
| Install build tools | | 5/13/07 |
| Build gcc | I'm building a Solaris 10 version of gcc packaged
with RPM in order to be consistent in how I manage /usr/local. | 7/8/07 |