From owner-freebsd-stable Sat Dec 16 16:34: 6 2000 From owner-freebsd-stable@FreeBSD.ORG Sat Dec 16 16:34:05 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from po.monkeybrains.net (rudy-1.dsl.speakeasy.net [216.231.58.3]) by hub.freebsd.org (Postfix) with ESMTP id 9CE5F37B400 for ; Sat, 16 Dec 2000 16:34:04 -0800 (PST) Received: from pollo ([192.168.1.121]) by po.monkeybrains.net (8.11.1/8.9.3) with SMTP id eBH0XAu86040 for ; Sat, 16 Dec 2000 16:33:10 -0800 (PST) (envelope-from rudybulk@monkeybrains.net) Message-ID: <000a01c067c2$5716c400$7901a8c0@monkeybrains.net> From: "Rudy" To: Subject: 'make installworld' trouble with lib/libc_r Date: Sat, 16 Dec 2000 16:40:45 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I cvsup'd today. And did a make world. Buring the install portion, the make failed. I can recreate the error by doing the following > cd /usr/src/lib/libc_r > make install install -c -o root -g wheel -m 444 libc_r.a /usr/lib install -c -o root -g wheel -m 444 libc_r_p.a /usr/lib install -c -s -o root -g wheel -m 444 -fschg libc_r.so.4 /usr/lib /usr/libexec/elf/strip: /usr/lib/libc_r.so.4: File format not recognized *** Error code 70 Stop in /usr/src/lib/libc_r. Why does the 'strip' command fail? Is this something with my machine, or are others experiencing this? Rudy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message