Date: Sun, 11 Jan 1998 00:45:44 -0800 (PST) From: Jason Evans <jasone@canonware.com> To: freebsd-stable@freebsd.org Subject: "make world" failure Message-ID: <Pine.BSF.3.96.980111003605.533L-100000@mozart.canonware.com>
next in thread | raw e-mail | index | archive | help
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]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980111003605.533L-100000>