From owner-freebsd-current Thu Apr 22 1:22:16 1999 Delivered-To: freebsd-current@freebsd.org Received: from uni-sb.de (uni-sb.de [134.96.252.33]) by hub.freebsd.org (Postfix) with ESMTP id 8F2FB15980 for ; Thu, 22 Apr 1999 01:22:00 -0700 (PDT) (envelope-from netchild@wurzelausix.CS.Uni-SB.DE) Received: from cs.uni-sb.de (cs.uni-sb.de [134.96.252.31]) by uni-sb.de (8.9.3/1999031900) with ESMTP id KAA16413 for ; Thu, 22 Apr 1999 10:19:22 +0200 (CEST) Received: from wurzelausix.cs.uni-sb.de (wurzelausix.cs.uni-sb.de [134.96.247.1]) by cs.uni-sb.de (8.9.3/1999031900) with ESMTP id KAA17222 for ; Thu, 22 Apr 1999 10:19:23 +0200 (CEST) Received: from wurzelausix.cs.uni-sb.de (IDENT:F4sM+hDOpANn7KWUKvYJdPoIyaxQAgH9@localhost [127.0.0.1]) by wurzelausix.cs.uni-sb.de (8.9.1/wjp/19980821) with ESMTP id KAA13303 for ; Thu, 22 Apr 1999 10:19:19 +0200 (CEST) Message-Id: <199904220819.KAA13303@wurzelausix.cs.uni-sb.de> Date: Thu, 22 Apr 1999 10:19:16 +0200 (CEST) From: Alexander Leidinger Subject: _my_ world is broken To: current@freebsd.org MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, _my_ world breaks with: c++ -Os -march=pentium -pipe -Wall -fexpensive-optimizations -fomit-frame-pointer -funroll-loops -I/ usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/inc -nostdinc++ -c /usr/src/gnu/lib/libgcc/../.. /../contrib/egcs/gcc/cp/exception.cc -o exception.o /usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/exception.cc:33: eh-common.h: No such file or d irectory /usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/exception.cc:89: syntax error before `;' /usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/exception.cc:156: type specifier omitted for pa rameter /usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/exception.cc:156: parse error before `*' /usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/exception.cc: In function `void * __cplus_type_ matcher(...)': /usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/exception.cc:160: `exception_table' undeclared (first use this function) /usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/exception.cc:160: (Each undeclared identifier i s reported only once /usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/exception.cc:160: for each function it appears in.) /usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/exception.cc:160: `EH_LANG_C_plus_plus' undecla red (first use this function) /usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/exception.cc:163: `match_info' undeclared (firs t use this function) /usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/exception.cc:163: `CATCH_ALL_TYPE' undeclared ( first use this function) /usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/exception.cc:164: `info' undeclared (first use this function) /usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/exception.cc:168: confused by earlier errors, b ailing out *** Error code 1 My last finished world is from Apr, 7 and since then I wasn't able to build the world anymore. First I thought I have to rebuild cc as described in UPDATING, so I did: foreach i ( /usr/src/includes /usr/src/lib /usr/src/gnu/usr.bin/cc ) cd $i make clean cleandir depend make make install clean cleandir end After that I tried to make the world again, but it fails. If I change eh-common.h to ../eh-common.h it fails too, but a little bit later. What am I doing wrong? Bye, Alexander. -- http://netchild.home.pages.de A.Leidinger @ wurzelausix.cs.uni-sb.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message