From owner-freebsd-current Tue Jun 16 07:49:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA17560 for freebsd-current-outgoing; Tue, 16 Jun 1998 07:49:04 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from fedex.austx.tandem.com (fedex.austx.tandem.com [131.124.250.27]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA17548 for ; Tue, 16 Jun 1998 07:48:48 -0700 (PDT) (envelope-from bruceb@austx.tandem.com) Received: from panther.mpd.tandem.com (panther [131.124.4.106]) by fedex.austx.tandem.com (8.9.0.Beta5/8.8.0) with ESMTP id JAA14921 for ; Tue, 16 Jun 1998 09:48:30 -0500 (CDT) Received: (from bruceb@localhost) by panther.mpd.tandem.com (8.8.5/8.7.1) id JAA08938 for current@freebsd.org; Tue, 16 Jun 1998 09:48:29 -0500 (CDT) Message-Id: <199806161448.JAA08938@panther.mpd.tandem.com> Subject: 0615 make world fails in gperf To: current@FreeBSD.ORG Date: Tue, 16 Jun 1998 09:48:28 -0500 (CDT) From: "Bruce Burden" Reply-To: bruceb@austx.tandem.com X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi folks, I saw a message that "make world" worked on 06/15, so I decided to update my machne (last done around 1 Feb). Anyway, I got the CVSup15.4, re sup'd the source, and attempted to make world. I ran into a problem in making gperf: rm -f .depend /usr/obj/omni/usr/src/gnu/usr.bin/gperf/GRTAGS /usr/obj/omni/usr/src/gnu/usr.bin/gperf/GSYMS /usr/obj/omni/usr/src/gnu/usr.bin/gperf/GTAGS ===> doc cc -O -pipe -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS -I/usr/obj/omni/usr/src/tmp/usr/include -c /omni/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/options.c cc -O -pipe -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS -I/usr/obj/omni/usr/src/tmp/usr/include -c /omni/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/iterator.c cc -O -pipe -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS -I/usr/obj/omni/usr/src/tmp/usr/include -c /omni/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/main.c cc -O -pipe -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS -I/usr/obj/omni/usr/src/tmp/usr/include -c /omni/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/perfect.c cc -O -pipe -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS -I/usr/obj/omni/usr/src/tmp/usr/include -c /omni/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/keylist.c cc -O -pipe -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS -I/usr/obj/omni/usr/src/tmp/usr/include -c /omni/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/listnode.c cc -O -pipe -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS -I/usr/obj/omni/usr/src/tmp/usr/include -c /omni/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/xmalloc.c cc -O -pipe -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS -I/usr/obj/omni/usr/src/tmp/usr/include -c /omni/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/hashtable.c cc -O -pipe -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS -I/usr/obj/omni/usr/src/tmp/usr/include -c /omni/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/boolarray.c cc -O -pipe -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS -I/usr/obj/omni/usr/src/tmp/usr/include -c /omni/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/readline.c cc -O -pipe -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS -I/usr/obj/omni/usr/src/tmp/usr/include -c /omni/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/stderr.c cc -O -pipe -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS -I/usr/obj/omni/usr/src/tmp/usr/include -c /omni/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/version.c cc -O -pipe -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS -I/usr/obj/omni/usr/src/tmp/usr/include -c /omni/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/getopt.c cc -O -pipe -D_HAVE_PARAM_H -DLO_CAL -DGATHER_STATISTICS -I/usr/obj/omni/usr/src/tmp/usr/include -static -o gperf options.o iterator.o main.o perfect.o keylist.o listnode.o xmalloc.o hashtable.o boolarray.o readline.o stderr.o version.o getopt.o stderr.o: Undefined symbol `___error' referenced from text segment stderr.o: Undefined symbol `___error' referenced from text segment stderr.o: Undefined symbol `___error' referenced from text segment *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. I think the __error is coming from one of the include files, but I am not sure why this isn't being resolved. Ideas? Thanks, Bruce -- ------------------------------------------------------------------------------- Bruce Burden bruceb@isd.tandem.com Tandem Computers Inc. 512-432-8944 Network Verification 14231 Tandem Blvd. Auto answer(4 rings) Austin, TX 78726 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message