From owner-freebsd-stable Tue Oct 28 15:12:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA29300 for stable-outgoing; Tue, 28 Oct 1997 15:12:50 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from jli.com (jli.com [199.2.111.1]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id PAA29282 for ; Tue, 28 Oct 1997 15:12:41 -0800 (PST) (envelope-from uucp@jli.com) Received: by jli.com (Smail3.1.29.1 #3) id m0xQKnr-0002VwC; Tue, 28 Oct 97 15:12 PST Message-Id: Received: (qmail 1626 invoked from network); 28 Oct 1997 23:00:07 -0000 Received: from localhost.cloud.rain.com (127.0.0.1) by localhost.cloud.rain.com with SMTP; 28 Oct 1997 23:00:07 -0000 To: Yury Yaroshevsky cc: stable@freebsd.org Subject: Re: touble whith 'make world' References: <199710282118.XAA02483@info.dgtu.donetsk.ua> In-reply-to: Your message of Tue, 28 Oct 1997 23:18:06 +0200. <199710282118.XAA02483@info.dgtu.donetsk.ua> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1607.878079576.1@cloud.rain.com> Date: Tue, 28 Oct 1997 14:59:36 -0800 From: Bill Trost Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Yury Yaroshevsky writes: I download stm-2.1.032[2345].tgz and make world. [pub@yk] 11:07pm [/usr/src/usr.bin/rpcgen] # make make: don't know how to make /usr/src/usr.bin/rpcgen/rpc_svcout.c. Stop [pub@yk] 11:07pm [/usr/src/usr.bin/rpcgen] # Where rpc_svcout.c??? I was bitten by that one, too, at one point -- apparently, that file momentarily "disappeared", or (more likely) the Makefile got updated before the file got created. I cvsup'd again and it suddenly appeared. So, you need a more recent version of the sources.... )-: