From owner-freebsd-stable Sat Apr 11 23:36:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA27462 for freebsd-stable-outgoing; Sat, 11 Apr 1998 23:36:52 -0700 (PDT) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from xray.csci.unt.edu (xray.csci.unt.edu [129.120.3.44]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA27457 for ; Sat, 11 Apr 1998 23:36:45 -0700 (PDT) (envelope-from jeffries@silo.csci.unt.edu) Received: from localhost (jeffries@localhost) by xray.csci.unt.edu (8.8.8/8.8.7) with SMTP id BAA21034 for ; Sun, 12 Apr 1998 01:36:27 -0500 (CDT) (envelope-from jeffries@silo.csci.unt.edu) X-Authentication-Warning: xray.csci.unt.edu: jeffries owned process doing -bs Date: Sun, 12 Apr 1998 01:36:26 -0500 (CDT) From: Jeffrey Lynn Jeffries X-Sender: jeffries@xray.csci.unt.edu To: stable@FreeBSD.ORG Subject: Make world fails on gctags Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk I am trying to do a make world from today's sources. After it gets about two hours into the make, it fails with an Error 1 (specifically at usr.bin/global/gctags). I have included the tail of the make below. Does anyone have any ideas as to why this is happening? Where *should* it find rflag??? ===> usr.bin/global/gctags cc -nostdinc -O -I/usr/src/usr.bin/global/gctags/../../../contrib/global/lib -I/usr/src/usr.bin/global/gctags/../../../contrib/global/gctags -DGLOBAL -DYACC -Wall -Wstrict-prototypes -Wmissing-prototypes -I/usr/obj/usr/src/tmp/usr/include -Wall -Wstrict -prototypes -Wmissing-prototypes -c /usr/src/usr.bin/global/gctags/C.c /usr/src/usr.bin/global/gctags/C.c: In function `c_entries': /usr/src/usr.bin/global/gctags/C.c:280: `rflag' undeclared (first use this function) /usr/src/usr.bin/global/gctags/C.c:280: (Each undeclared identifier is reported only once /usr/src/usr.bin/global/gctags/C.c:280: for each function it appears in.) *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. ========================================================================== Jeffrey Lynn Jeffries, jeffries@unt.edu Proud user of FreeBSD: Ask me how to unleash the daemon inside your PC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message