rakslice / dell_unix_pkgscripts

Scripts to build (& package) some old open source software for Dell Unix (ancient Dell SVR4 product)
0 stars 0 forks source link

make packages #4

Closed rakslice closed 1 year ago

rakslice commented 1 year ago

I didn't bother going down the road i did in the aix ver of these scripts by make installing first in a DESTDIR or similar, because I didn't do anything further with that there.

But svr4 has a packaging system.

rakslice commented 1 year ago

This is a work in progress in branch packaging.

I've implemented the necessary changes in build.inc and finished a first pass through the individual build scripts.

I mostly just need to update the CD image. My plan is to update it with the package building version, bootstrap a vm with it and do a good build of the packages, and then transfer the packages out and put them on the CD also. Then I will change it so the most obvious installation script will just install the packaged version, but all the scripts and sources will be there if you want to built from source instead.

rakslice commented 1 year ago

I should update the go script to symlink out more things that need more space (e.g. /var.tmp); maybe I'll specify an actual VM disk size needed to to a default fresh install and get through the build. Other follow on stuff:

rakslice commented 1 year ago

Moved the other nice to have bullet points there out to a separate issue.

rakslice commented 1 year ago

First cut in 0109cc2d0b5706007159743b5e75bb2300b7f0ce. An ISO is posted in Releases.