From owner-freebsd-stable Sat Jul 6 1:17:58 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21AAC37B400 for ; Sat, 6 Jul 2002 01:17:56 -0700 (PDT) Received: from pris.polaris.ca (pris.polaris.ca [199.247.156.218]) by mx1.FreeBSD.org (Postfix) with SMTP id 71EC943E09 for ; Sat, 6 Jul 2002 01:17:55 -0700 (PDT) (envelope-from Seamus.Venasse@polaris.ca) Received: (qmail 44117 invoked by uid 85); 6 Jul 2002 08:18:02 -0000 Received: from Seamus.Venasse@polaris.ca by pris.polaris.ca by uid 82 with qmail-scanner-1.10 (uvscan: v4.1.60/v4209. spamassassin. Clear:0. Processed in 1.166978 secs); 06 Jul 2002 08:18:02 -0000 X-Qmail-Scanner-Mail-From: Seamus.Venasse@polaris.ca via pris.polaris.ca X-Qmail-Scanner: 1.10 (Clear:0. Processed in 1.166978 secs) Received: from unknown (HELO tornado) (216.126.123.139) by 0 with SMTP; 6 Jul 2002 08:18:00 -0000 From: "Seamus.Venasse" To: Subject: Buildworld fails when compiling gcc Date: Sat, 6 Jul 2002 01:19:33 -0700 Message-ID: <005b01c224c5$dc71d4c0$8b7b7ed8@tornado> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <001401c22439$255a35c0$828ec8d5@xp1> Importance: Normal X-Spam-Status: No, hits=-1.9 required=5.0 tests=IN_REP_TO,FROM_NAME_NO_SPACES,WEIRD_PORT,AWL version=2.30 X-Spam-Level: Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG For the last week now, I have been unable to do a buildworld it fails when building gcc: /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/toplev.c: In function `rest_of_compilation': /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/toplev.c:3810: `rtx_equal_function_value_matters' undeclared (first use in this function) /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/toplev.c:3810: (Each undeclared identifier is reported only once /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/toplev.c:3810: for each function it appears in.) I placed an "extern int rtx_equal_function_value_matters;" at the beginning of toplev.c and I was able to compile without any problems. However, as soon as I did another CVSUP, the toplev.c was reverted back without the extern declaration. I have tried blowing away my src tree and re-CVSUPing. I have tried other CVSUP servers to no avail. I have even looked at the cvsweb for the FreeBSD source and noticed that the extern removal occurred 2002-02-06! Here is my /etc/make.conf: CFLAGS= -O -pipe NOPROFILE= true MASTER_SITE_BACKUP?= \ ftp://ftp.ca.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ MASTER_SITE_OVERRIDE?= ${MASTER_SITE_BACKUP} NOGAMES=true COMPAT3X=yes COMPAT4X=yes NO_X=yes My last successful buildworld was June 19th. Any help would be greatly appreciated. Seamus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message