[plt-dev] setup-plt errors: in.sxref compiled for wrong version
On Tue, Aug 11, 2009 at 11:31 AM, Carl Eastlund<cce at ccs.neu.edu> wrote:
>>
>> Just to make sure, what are the timestamps on "algol60_scrbl.zo",
>> "algol60/index.html", "algol60/in.sxref", and "algol60/out.sxref"?
>
> -rw-r--r-- 1 cce cce 7901 Aug 11 10:28
> collects/algol60/compiled/algol60_scrbl.zo
> -rw-r--r-- 1 cce cce 453 Aug 11 11:19 doc/algol60/in.sxref
> -rw-r--r-- 1 cce cce 11165 Aug 10 13:01 doc/algol60/index.html
> -rw-r--r-- 1 cce cce 2599 Aug 11 11:19 doc/algol60/out.sxref
That was during the 'make install'. After it finished, the timestamps became:
-rw-r--r-- 1 cce cce 7901 Aug 11 10:28
collects/algol60/compiled/algol60_scrbl.zo
-rw-r--r-- 1 cce cce 524 Aug 11 11:59 doc/algol60/in.sxref
-rw-r--r-- 1 cce cce 11165 Aug 11 11:30 doc/algol60/index.html
-rw-r--r-- 1 cce cce 2599 Aug 11 11:19 doc/algol60/out.sxref
Immediately subsequent runs of setup-plt -D and make install did not
generate the error messages.
--Carl