From owner-freebsd-current Sun Feb 11 09:40:48 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA16354 for current-outgoing; Sun, 11 Feb 1996 09:40:48 -0800 (PST) Received: from ibp.ibp.fr (ibp.ibp.fr [132.227.60.30]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id JAA16348 for ; Sun, 11 Feb 1996 09:40:44 -0800 (PST) Received: from blaise.ibp.fr (blaise.ibp.fr [132.227.60.1]) by ibp.ibp.fr (8.6.12/jtpda-5.0) with ESMTP id SAA01990 ; Sun, 11 Feb 1996 18:40:41 +0100 Received: from (uucp@localhost) by blaise.ibp.fr (8.6.12/jtpda-5.0) with UUCP id SAA13439 ; Sun, 11 Feb 1996 18:40:43 +0100 Received: (from roberto@localhost) by keltia.freenix.fr (8.7.3/keltia-uucp-2.7) id RAA17576; Sun, 11 Feb 1996 17:33:57 +0100 (MET) From: Ollivier Robert Message-Id: <199602111633.RAA17576@keltia.freenix.fr> Subject: Re: Make world To: uh@sed.cs.fsu.edu (Gang-Ryung Uh) Date: Sun, 11 Feb 1996 17:33:57 +0100 (MET) Cc: current@FreeBSD.ORG In-Reply-To: <199602111439.JAA06159@sed.cs.fsu.edu> from Gang-Ryung Uh at "Feb 11, 96 09:39:23 am" X-Operating-System: FreeBSD 2.2-CURRENT ctm#1661 X-Mailer: ELM [version 2.4ME+ PL5 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.ORG Precedence: bulk It seems that Gang-Ryung Uh said: > ===> usr.bin/calendar > install -c -o bin -g bin -m 444 > /usr/src/usr.bin/calendar/calendars/calendar.* /usr/share/calendar > for lang in de_DE.ISO_8859-1 hr_HR.ISO_8859-2; do install -c -o bin -g bin > -m 444 /usr/src/usr.bin/calendar/calendars/$lang/calendar.* > /usr/share/calendar/$lang; done; > usage: install [-Ccdps] [-f flags] [-g group] [-m mode] [-o owner] file1 > file2; > or file1 ... fileN directory > *** Error code 1 I'd say that mtree didn't create /usr/share/calendar/hr_HR.ISO_8859-2 or you have out of date "mtree" files. Did you copy the etc/mtree/* files in /etc/mtree. Nothing from etc/ is installed by "make world". -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.frmug.fr.net FreeBSD keltia.freenix.fr 2.2-CURRENT #6: Fri Feb 9 21:27:02 MET 1996