From owner-freebsd-stable Sat Nov 17 10:15:40 2001 Delivered-To: freebsd-stable@freebsd.org Received: from search.sparks.net (d-207-5-180-136.gwi.net [207.5.180.136]) by hub.freebsd.org (Postfix) with ESMTP id E252A37B418 for ; Sat, 17 Nov 2001 10:15:37 -0800 (PST) Received: by search.sparks.net (Postfix, from userid 100) id 8C8A7D998; Fri, 16 Nov 2001 09:29:36 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by search.sparks.net (Postfix) with ESMTP id 75DD1D995 for ; Fri, 16 Nov 2001 09:29:36 -0500 (EST) Date: Fri, 16 Nov 2001 09:29:36 -0500 (EST) From: David Miller To: freebsd-stable@freebsd.org Subject: Stable not compiling Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 I CVSupped about 15 minutes ago, tried to make buildworld and got: c++ -O -pipe -I/usr2/src/gnu/usr.bin/gperf/../../../contrib/gperf/lib -I/usr2/src/gnu/usr.bin/gperf -c /usr2/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/list-node.cc c++ -O -pipe -I/usr2/src/gnu/usr.bin/gperf/../../../contrib/gperf/lib -I/usr2/src/gnu/usr.bin/gperf -c /usr2/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/main.cc c++ -O -pipe -I/usr2/src/gnu/usr.bin/gperf/../../../contrib/gperf/lib -I/usr2/src/gnu/usr.bin/gperf -c /usr2/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/new.cc /usr2/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/new.cc:80: warning: `catch', `throw', and `try' are all C++ reserved words /usr2/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/new.cc: In function `void operator delete(void *)': /usr2/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/new.cc:82: declaration of `operator delete(void *)' throws different exceptions... :82: ...from previous declaration here *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. The system was upgrade yesterday from 3.4S to 4.0 with the 4.0 CD, if that makes a difference. /usr/src was removed before starting the sup so it should be a clean copy. I had the same error with a copy cvsupped last night around midnight. What am I doing wrong? Thanks, --- David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message