From owner-freebsd-questions Sat Aug 1 23:34:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA06473 for freebsd-questions-outgoing; Sat, 1 Aug 1998 23:34:35 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from uop.cs.uop.edu (uop.cs.uop.edu [138.9.200.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA06467 for ; Sat, 1 Aug 1998 23:34:31 -0700 (PDT) (envelope-from bford@uop.cs.uop.edu) Received: from heather (ppp-206-171-161-123.sktn01.pacbell.net [206.171.161.123]) by uop.cs.uop.edu (8.8.8/8.8.8) with SMTP id XAA18916 for ; Sat, 1 Aug 1998 23:34:19 -0700 (PDT) Message-ID: <000301bdbddf$948bf9c0$0100a8c0@heather.my.domain> From: "Bret Ford" To: Subject: Problem installing 3.0-CAM Date: Sat, 1 Aug 1998 23:34:17 -0700 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 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've successfully built both an object tree and a new kernel, but I've hit a stumbling block in trying to do an installworld. My output: ( cd /usr/src/lib/libtcl/../../contrib/tcl/library && for e in . http1.0 ; do install -c -o bin -g bin -m 444 $e/*.tcl /usr/libdata/tcl/$e ; done ) usage: install [-CcDps] [-f flags] [-g group] [-m mode] [-o owner] file1 file2 install [-CcDps] [-f flags] [-g group] [-m mode] [-o owner] file1 ... fileN directory install -d [-g group] [-m mode] [-o owner] directory ... *** Error code 64 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 I've tried manually installing both a new xinstall and a new csh. Neither has been helpful. Suggestions, please. Thanks! Bret Ford To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message