From owner-freebsd-bugs Wed Sep 20 10:38:36 1995 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA21024 for bugs-outgoing; Wed, 20 Sep 1995 10:38:36 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id KAA21017 for ; Wed, 20 Sep 1995 10:38:31 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id DAA06434; Thu, 21 Sep 1995 03:36:55 +1000 Date: Thu, 21 Sep 1995 03:36:55 +1000 From: Bruce Evans Message-Id: <199509201736.DAA06434@godzilla.zeta.org.au> To: bugs@freebsd.org, mikebo@tellabs.com Subject: Re: 2.0.5R: Is there a BUG in "ar"? -RESENT- Cc: mikebo@freefall.freebsd.org Sender: owner-bugs@freebsd.org Precedence: bulk ># cd /usr/lib ># mkdir tmp ># cd tmp ># ar x ../libc_pic.a >ar: ../libc_pic.a: Inappropriate file type or format >Although there are QUITE A FEW .so objects in /usr/lib/tmp, the RPC >objects (specifically, I'm trying to replace the hacked up clnt_udp.so >object) which should be in the libc.so appear not to be there! Looks like >the extract died before completing. Is this a bug in "ar", or am I doing >something wrong? Extraction of file names of odd length >= 17 is broken in ar in 2.0.5. This was fixed a couple of days ago in -current. ftp a current version of /usr/src/usr.bin/ar/archive.c to fix it. Bruce