[14054] in Athena Bugs
sun4 7.7U: file system errors ...
daemon@ATHENA.MIT.EDU (Jake Wetzel)
Wed Dec 13 11:11:53 1995
To: bugs@MIT.EDU
Date: Wed, 13 Dec 1995 11:11:43 EST
From: Jake Wetzel <jawetzel@MIT.EDU>
System name: spiderman
Type and version: SPARC/5 7.7U
Display type: cgthree
I'm getting some strange file system errors associated with compiling to an
AFS volume on POLYPHEMUS. Here's a typical session (lines abbreviated for
simplicity):
spiderman:/mit/15.301_dev/build/Kernel/sun4> gmake
suncc ... FileParserErrorCheck.c
ld -o testfile ... -lm -lc -lucb
ld: elf error: file hierarchy.o: elf_strptr: Request error: no string table
ld: elf error: file all_data.o: elf_strptr: Request error: no string table
ld: fatal: File processing errors. No output written to testfile
gmake: *** [testfile] Error 1
spiderman:/mit/15.301_dev/build/Kernel/sun4> rm hierarchy.o all_data.o
spiderman:/mit/15.301_dev/build/Kernel/sun4> gmake
suncc ... hierarchy.c
suncc ... all_data.c
ld -o testfile ... -lm -lc -lucb
ld: elf error: file hierarchy.o: elf_strptr: Request error: no string table
ld: fatal: File processing errors. No output written to testfile
gmake: *** [testfile] Error 1
spiderman:/mit/15.301_dev/build/Kernel/sun4> rm hierarchy.o
suncc ... hierarchy.c
ld -o testfile ... -lm -lc -lucb
I also find that the next morning, if I relink the object files again, some
of the files will have become corrupted.
Jake