From owner-freebsd-stable Sun Jan 11 00:46:23 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA03841 for stable-outgoing; Sun, 11 Jan 1998 00:46:23 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from mozart.canonware.com (canonware.com [206.184.206.112]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA03822 for ; Sun, 11 Jan 1998 00:46:15 -0800 (PST) (envelope-from jasone@canonware.com) Received: from localhost (jasone@localhost) by mozart.canonware.com (8.8.7/8.8.7) with SMTP id AAA02796 for ; Sun, 11 Jan 1998 00:45:44 -0800 (PST) (envelope-from jasone@canonware.com) X-Authentication-Warning: mozart.canonware.com: jasone owned process doing -bs Date: Sun, 11 Jan 1998 00:45:44 -0800 (PST) From: Jason Evans To: freebsd-stable@freebsd.org Subject: "make world" failure Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Tonight I finally got around to tracking -stable, and ran into a problem that isn't obvious to me while making world. I have two machines that are similarly configured, and they both failed in exactly the same spot. Following is an excerpt from the make output: --------------------------------------------------------------------------- ===> usr.sbin/tcpdump/tcpdump rm -f version.c ; sed 's/.*/char version[] = "&";/' /usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/VERSION > version.c make: don't know how to make print-fr.c. Stop *** Error code 2 Stop. --------------------------------------------------------------------------- So I poked around in /usr/src/contrib/tcpdump and found that print-fr.c doesn't exist, though there are lots of other files there with somewhat similar names. The SRCS variable in /usr/src/usr.sbin/tcpdump/tcpdump/Makefile contains print-fr.c. I'm at a loss as to how this Makefile would have gotten out of sync with the actual sources. Of course, the build system still contains some black magic in my eyes. =) Any help would be appreciated. Thanks, Jason Jason Evans Email: [jasone@canonware.com] Home phone: [(650) 856-8204] Work phone: [(408) 774-8007] Quote: ["Invention is 1% inspiration, 99% perspiration" - Thomas Edison]