From owner-freebsd-bugs Fri Sep 15 07:40:04 1995 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA07472 for bugs-outgoing; Fri, 15 Sep 1995 07:40:04 -0700 Received: (from gnats@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA07461 ; Fri, 15 Sep 1995 07:40:02 -0700 Resent-Date: Fri, 15 Sep 1995 07:40:02 -0700 Resent-Message-Id: <199509151440.HAA07461@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, wollman@khavrinen.lcs.mit.edu Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.26.0.162]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id HAA07079 for ; Fri, 15 Sep 1995 07:36:41 -0700 Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.6.11/8.6.6) id KAA01521; Fri, 15 Sep 1995 10:36:39 -0400 Message-Id: <199509151436.KAA01521@khavrinen.lcs.mit.edu> Date: Fri, 15 Sep 1995 10:36:39 -0400 From: "Garrett A. Wollman" Reply-To: wollman@khavrinen.lcs.mit.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/721: ar(8) doesn't like its own output Sender: owner-bugs@freebsd.org Precedence: bulk >Number: 721 >Category: bin >Synopsis: ar(8) doesn't like its own output >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Sep 15 07:40:01 PDT 1995 >Last-Modified: >Originator: Garrett Wollman >Organization: MIT Laboratory for Computer Science >Release: FreeBSD 2.2-CURRENT i386 >Environment: I'm not sure how old my `ar' binary is, but I don't remember seeing any fixes to it lately. libc_pic.a is a month or two old. >Description: An `ar x' command on libc_pic.a fails. Strangely enough, `ar t' and `ar tv' succeed on the same file. >How-To-Repeat: Script started on Fri Sep 15 10:28:46 1995 bash$ mkdir tmp bash$ cd tmp bash$ ar x /usr/lib/libc_pic.a ar: /usr/lib/libc_pic.a: Inappropriate file type or format bash$ exit Script done on Fri Sep 15 10:29:16 1995 >Fix: Don't know. >Audit-Trail: >Unformatted: Garrett A. Wollman