From owner-freebsd-hackers Sat Nov 18 03:25:33 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA15306 for hackers-outgoing; Sat, 18 Nov 1995 03:25:33 -0800 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id DAA15285 for ; Sat, 18 Nov 1995 03:25:02 -0800 Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id MAA02424; Sat, 18 Nov 1995 12:24:49 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id MAA14180; Sat, 18 Nov 1995 12:24:48 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.12/8.6.9) id LAA20897; Sat, 18 Nov 1995 11:58:57 +0100 From: J Wunsch Message-Id: <199511181058.LAA20897@uriah.heep.sax.de> Subject: Re: failure in "make world" To: gfm@readybox.com (Frank McCormick) Date: Sat, 18 Nov 1995 11:58:57 +0100 (MET) Cc: freebsd-hackers@FreeBSD.ORG Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199511171720.JAA01308@angel.readybox.com> from "Frank McCormick" at Nov 17, 95 09:20:10 am X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 853 Sender: owner-hackers@FreeBSD.ORG Precedence: bulk As Frank McCormick wrote: > > My attempt at "make world" failed with the complaint > > make: don't know how to make stat_flags.c > > which is apparently associated with usr.bin/chflags. The host is > running a fresh installation from the 2.0.5 CD. Looks like you've... j@uriah 221% cat /usr/src/usr.bin/chflags/Makefile # @(#)Makefile 8.1 (Berkeley) 6/6/93 NOSHARED= true PROG= chflags SRCS= chflags.c stat_flags.c .PATH: ${.CURDIR}/../../bin/ls ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .include ...accidentally got only the src/usr.bin files extracted, but still miss the src/bin ones. This way, make doesn't find the source for ls(1) for inclusion. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)