PROBLEM: (DJOB3K133, QAR 46595) (Patch ID: OSF405-400046) ******** The ar command's -x option, which extracts objects from archive files, may incorrectly output a message stating that the file was not found. To duplicate the problem, create a library with the command: 'ar r /tmp/foo.a /tmp/bar.o'. Issuing the command 'ar -x /tmp/foo.a /tmp/bar.o' will generate the message "ar: Error: /tmp/bar.o not found" even though the file exists in the archive. With the fix, the same command extracts /tmp/bar.o from /tmp/foo.a without generating an error message. PROBLEM: (QAR 46095, QAR 47425) (Patch ID: OSF405-400263) ******** This patch fixes the following problems with the ar command: o When creating or modifying an archive, the ar command may leave a large file in /tmp or in the current directory (when the -l option is used) if the process running ar is aborted with the kill command, a Ctrl/c, or terminates abnormally on its own. PROBLEM: (QAR 51801) (Patch ID: OSF405-400263) ******** If Patch 57.00 was previously installed (OSF405-400046), the ar command cannot find object modules specified for deletion or extraction if the file name is longer than 13 characters. An error message similar to the following is displayed: ar: Error: button_previous.gif not found