noft Manual (G06.26+)
Table Of Contents
- What’s New in This Manual
- About This Manual
- 1 Introduction
- 2 noft Utility
- 3 noft Options
- Break Key
- ! (Exclamation Point)
- CD
- COMMENT
- DUMPADDRESS or DA
- DUMPOFFSET or DO
- DUMPPROC or DP
- DYNSTR2
- ENV
- EXIT or E
- FC
- FILE or F
- HELP or ?
- HISTORY or H
- LAYOUT
- LIBLIST
- LISTATTRIBUTE or LA
- LISTCOMPILERS or LC
- LISTOPTIMIZE or LO
- LISTPROC or LP
- LISTSOURCE or LS
- LISTSRLEXPORTS or LLE
- LISTSRLFIXUPS or LLF
- LISTSRLINFO or LLI
- LISTUNREFERENCED or LUR
- LISTUNRESOLVED or LU
- LOG
- OBEY
- OUT
- QUIT or Q
- RESET
- SET
- SHOW
- SYSTEM or VOLUME
- XREFPROC or XP
- 4 noft Diagnostic Messages
- 5 ar Utility
- 6 ar Diagnostic Messages
- A Sample nld and noft Session
- B Converting From Binder to noft
- C Native Object File Structure
- Glossary
- Index

ar Diagnostic Messages
noft Manual—528273-001
6-2
Cause. When building an archive in the Guardian environment, ar encountered a file
system error identified by the number errnum when processing the specified member.
The archive should be intact except for the member that caused the error.
Recovery. Correct the error condition and add the member to the archive using the -r
option, and also specifying a or b if the position of the member is relevant.
Cause. When building an archive in the Guardian environment, the maximum size for
a single member is approximately 128,073,728 bytes.
Recovery. Rebuild the archive, excluding the file that is too large.
Cause. When building an archive in the Guardian environment, each member file
must be an odd, unstructured disk file. In particular, Edit-format (code 101) files are not
allowed in archives.
Recovery. Rebuild the archive, excluding files that are of invalid types.
Cause. An I/O error occurred when the specified archive was being closed prior to
constructing the archive symbol table.
Recovery. Correct the condition that caused the I/O error, and then build the symbol
table by using ar with the -ts options.
Cause. An error occurred when ar attempted to open the specified archive.
Recovery. Identify the error and remedy the situation, and then rebuild the archive.
ar: member: encountered error errnum.
ar: member: file too large.
ar: member: invalid file type.
archive, cannot close to reposition for symbol table.
archive, cannot open.