From owner-freebsd-current Thu Jan 21 03:34:22 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA22957 for freebsd-current-outgoing; Thu, 21 Jan 1999 03:34:22 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from teknos.teknos.com (teknos.teknos.com [216.0.190.11] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA22952 for ; Thu, 21 Jan 1999 03:34:20 -0800 (PST) (envelope-from salaman@teknos.com) Received: by teknos.teknos.com with Internet Mail Service (5.5.2448.0) id ; Thu, 21 Jan 1999 07:41:21 -0400 Message-ID: <608F4F76C94DD211B93100805F29063A8D35@teknos.teknos.com> From: Victor Salaman To: "'freebsd-current@freebsd.org'" Subject: Make world dies on 3.0 STABLE Date: Thu, 21 Jan 1999 07:41:20 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just csvup'ed the sources...(I had the sources from January 12's snapshot). While trying to do a "make world", eventually I get this message. c++ -pg -I/usr/obj/usr/src/tmp/usr/include/g++ -nostdinc -O -pipe -I/usr/src/gnu /lib/libstdc++/../../../contrib/libg++/include -I/usr/obj/usr/src/tmp/usr/includ e/g++ -I. -I/usr/obj/usr/src/tmp/usr/include -I/usr/src/gnu/lib/libstdc++/../../ ../contrib/libg++/include -I/usr/src/gnu/lib/libstdc++/../../../contrib/libg++/l ibio -I/usr/src/gnu/lib/libstdc++/../../../contrib/libg++/libstdc++ -fno-implici t-templates -c /usr/src/gnu/lib/libstdc++/../../../contrib/libg++/libio/fstream. cc -o fstream.po /usr/obj/usr/src/tmp/usr/include/g++/streambuf.h: In method `void ios::clear(int = 0)': In file included from /usr/obj/usr/src/tmp/usr/include/g++/iostream.h:31, from /usr/obj/usr/src/tmp/usr/include/g++/fstream.h:30, from /usr/src/gnu/lib/libstdc++/../../../contrib/libg++/libio/f stream.cc:34: /usr/obj/usr/src/tmp/usr/include/g++/streambuf.h:202: `_strbuf' undeclared (firs t use this function) /usr/obj/usr/src/tmp/usr/include/g++/streambuf.h:202: (Each undeclared identifie r is reported only once /usr/obj/usr/src/tmp/usr/include/g++/streambuf.h:202: for each function it appea rs in.) /usr/obj/usr/src/tmp/usr/include/g++/streambuf.h: In method `class streambuf * i os::rdbuf() const': /usr/obj/usr/src/tmp/usr/include/g++/streambuf.h:220: `_strbuf' undeclared (firs t use this function) /usr/obj/usr/src/tmp/usr/include/g++/streambuf.h: In method `class streambuf * i os::rdbuf(class streambuf *)': /usr/obj/usr/src/tmp/usr/include/g++/streambuf.h:222: `_strbuf' undeclared (firs t use this function) /usr/obj/usr/src/tmp/usr/include/g++/streambuf.h: In method `void ios::init(stru ct streambuf *, class ostream * = 0)': /usr/obj/usr/src/tmp/usr/include/g++/streambuf.h:458: `_strbuf' undeclared (firs t use this function) /usr/obj/usr/src/tmp/usr/include/g++/iostream.h: In method `class ostream & ostr eam::put(char)': In file included from /usr/obj/usr/src/tmp/usr/include/g++/fstream.h:30, from /usr/src/gnu/lib/libstdc++/../../../contrib/libg++/libio/f stream.cc:34: /usr/obj/usr/src/tmp/usr/include/g++/iostream.h:56: `_strbuf' undeclared (first use this function) /usr/obj/usr/src/tmp/usr/include/g++/iostream.h: In method `struct streambuf * o stream::ostreambuf() const': /usr/obj/usr/src/tmp/usr/include/g++/iostream.h:104: `_strbuf' undeclared (first use this function) /usr/obj/usr/src/tmp/usr/include/g++/iostream.h: In method `int istream::get()': /usr/obj/usr/src/tmp/usr/include/g++/iostream.h:165: `_strbuf' undeclared (first use this function) /usr/obj/usr/src/tmp/usr/include/g++/iostream.h: In method `class istream & istr eam::putback(char)': /usr/obj/usr/src/tmp/usr/include/g++/iostream.h:177: `_strbuf' undeclared (first use this function) /usr/obj/usr/src/tmp/usr/include/g++/iostream.h: In method `class istream & istr eam::unget()': /usr/obj/usr/src/tmp/usr/include/g++/iostream.h:180: `_strbuf' undeclared (first use this function) /usr/obj/usr/src/tmp/usr/include/g++/iostream.h: In method `struct streambuf * i stream::istreambuf() const': /usr/obj/usr/src/tmp/usr/include/g++/iostream.h:187: `_strbuf' undeclared (first use this function) *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. and then dies! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message