[3105] in Athena Bugs
(VS2) Version 6.3B: what is broken
daemon@ATHENA.MIT.EDU (John T Kohl)
Wed Sep 6 10:40:20 1989
Date: Wed, 6 Sep 89 10:40:01 -0400
From: John T Kohl <jtkohl@ATHENA.MIT.EDU>
To: bugs@ATHENA.MIT.EDU
System type, version: (VS2) Version 6.3B
System name: lycus
What's wrong:
On the X11 filesystem, the include/ directory in the vax install tree is
broken; it looks like a directory didn't exist during the install phase,
so include/X11 is a *file* containing XawMisc.h, rather than a directory
with include files in it:
[{1}lycus:~/lib/scripts]
% ls -l /mit/x11/.install/vax/usr/include/
total 2
-r--r--r-- 1 root 1636 May 30 19:59 X11
[{1}lycus:~/lib/scripts]
%
It makes little difference, though, since /mit/x11/include is a symlink
to the rt tree, and the include files do not differ between
architectures.
What should have happened:
The tree should be properly created.