[Info-vax] Building Perl on VAX
Daniel Sundqvist
dsundqvist1 at gmail.com
Sat Jul 13 13:17:50 EDT 2019
> Looks like you've got an empty target name. You could've blown some
> limit in MMK or DCL, or a lot of other things might have gone wrong.
> Reading the generated descrip.mms and/or running MMK in verbose mode and
> debugging this from scratch are really about the only options if you
> want to keep after this.
>
Thanks for the input.
Yeah it feels more and more like it's a bug in MMK. I'm using MMK-5.0 wich does not seem that stable. Had to fix a bug to make it work in the first place. Maybe could try 4.1 if I find the source for it.
Can't seem to find the flag for more verbose output of MMK
mmk/noaction just gives:
If F$TrnLnm("Sys").eqs."" .and. F$TrnLnm("DECC$System_Include").eqs."" Then Define/NoLog SYS DECC$Library_Include
If F$TrnLnm("Sys").eqs."" .and. F$TrnLnm("DECC$System_Include").nes."" Then Define/NoLog SYS DECC$System_Include
Continue
Continue
MCR PERLSRC:[000000]miniperl.exe "-I[--.lib]" "-I[--.lib]" "-MExtUtils::Install" -e "pm_to_blib({@ARGV}, '[--.lib.auto]', q[], '755')" "--" DynaLoader.pm [--.lib]DynaLoader.pm
MCR PERLSRC:[000000]miniperl.exe "-I[--.lib]" "-I[--.lib]" "-MExtUtils::Command" -e "touch" "--" pm_to_blib.ts
MCR PERLSRC:[000000]miniperl.exe "-I[--.lib]" "-I[--.lib]" "-MExtUtils::Command" -e "touch" "--" hej.txt
Continue
Continue
%MMK-F-CANTUPD, cannot update target : - sources unknown
Can't see anything suspicious from MMK/dump either
Daniel
More information about the Info-vax
mailing list