I have a linux/x86 box with an old installation of Poplog (from Dec 2002 I
believe).
I tried following the instructions to rebuild part of poplog to deal with
The array bug
(reported
-- 29. (7 Jan 2003) Array subscript out of bounds crashes poplog in PC
poplog
http://www.cs.bham.ac.uk/research/poplog/bugfixes/BUGREPORTS
)
However on this step:
pglibr -r ../obj/ *.w
I get:
The error is:
;;; MISHAP - POPLIBR: CAN'T OPEN FILE (No such file or directory)
;;; INVOLVING: '$popobjlib/obj.wlb'
Now, my $popobjlib/ seems to be setup correctly. It has
ls $popobjlib
aarith.o aarith.w src.olb src.wlb vedsrc.olb vedsrc.wlb xsrc.olb
xsrc.wlb
And I am issuing the pglibr from the src directory as I think I should be.
I have v15.53 installed. But if I pulled down v15.53 from bham, would it
have this fix in it? I assume not, since my v15.53 should equal the bham
v15.53, but maybe it was updated without increasing the release number.
If it did, that would work just as well.
For me this issue is not urgent. I assume the bug #29 is just as I described
it, so as long as one stays inbounds, the VM won't crash.
Cheers,
Luc
|