[Info-vax] unzip.exe and cc064.zip

hb end.of at inter.net
Thu Oct 6 20:19:19 EDT 2016


On 10/06/2016 07:55 PM, Bill Cunningham wrote:

> %CXX-E-NOPAGES1, Insufficient global pages to complete installation
> %CXX-E-NOPAGES2, 110 pages available, 3122 are required.
> %CXX-E-RETRY, Please correct the reported problem(s) before attempting to 
> install Compaq C++.

So kitinstal.com of C++ shows how many pages are available, while the
kitinstal.com of C knows that value but doesn't show it. I'm sure,
nobody wants to change this, but here is a patch, anyway (which also
fixes the already mentioned defectlet):

--- kitinstal.com-orig  2016-10-07 02:06:11.472961461 +0200
+++ kitinstal.com       2016-10-07 02:07:35.745832352 +0200
@@ -271,9 +271,9 @@
 $  IF C$GPAGES .LT. 'C$MIN_GPAGES'
 $      THEN
 $      VMI$CALLBACK MESSAGE E NOPAGES1 -
-$          "Insufficient contiguous global pages to complete installation"
+           "Insufficient contiguous global pages to complete installation"
 $      VMI$CALLBACK MESSAGE I NOPAGES2 -
-           "''C$MIN_GPAGES' contiguous free global pages are required."
+           "''C$GPAGES' pages available, ''C$MIN_GPAGES' are required."
 $      EXIT VMI$_FAILURE
 $   ENDIF
 $ !

PS: As a side effect, I found and fixed another bug in vmsbackup, which
didn't correctly handle VFC files - CC064.A's kitinstal.com exhibits
this bug.



More information about the Info-vax mailing list