[comp.sys.apollo] Ada 2.0 Install bug

lori@hacgate.UUCP (Lori Barfield) (12/13/89)

Sorry to waste bandwidth if this is old news.

For those of us still stuck at SR9.7, the install binary for the
Ada compiler (best version compatible w/9.7 *is* 2.0) has a glitch.
ada and a.make won't work!

After running the install, you need to modify the DTMs in these dirs:
   /usr/apollo/ada/apollolib/.objects
   /usr/apollo/ada/apollolib/.nets
   /usr/apollo/ada/apollolib/.objects
   /usr/apollo/ada/apollolib/.nets

Under Unix, use touch * in each dir.

If you don't trust touch, here is my Aegis script:


abtsev -w

/com/wd /usr/apollo/ada/standard
/com/cpt :.nets :.nets2
/com/chn :.nets :.nets.orig
/com/chn :.nets2 :.nets

/com/cpt :.objects :.objects2
/com/chn :.objects :.objects.orig
/com/chn :.objects2 :.objects

/com/dlt :.nets.orig, :.objects.orig


/com/wd /usr/apollo/ada/apollolib
/com/cpt :.nets :.nets2
/com/chn :.nets :.nets.orig
/com/chn :.nets2 :.nets

/com/cpt :.objects :.objects2
/com/chn :.objects :.objects.orig
/com/chn :.objects2 :.objects

/com/dlt :.nets.orig, :.objects.orig


...lori