From owner-freebsd-questions@FreeBSD.ORG Fri Apr 18 22:48:28 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7DD637B401 for ; Fri, 18 Apr 2003 22:48:28 -0700 (PDT) Received: from mail.iis.sinica.edu.tw (mail.iis.sinica.edu.tw [140.109.20.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0303C43FE1 for ; Fri, 18 Apr 2003 22:48:27 -0700 (PDT) (envelope-from tclin@iis.sinica.edu.tw) Received: from tsungching.orangeroad.idv.tw (localhost [127.0.0.1]) (authenticated bits=0)h3J5mIiC018634 for ; Sat, 19 Apr 2003 13:48:23 +0800 (CST) (envelope-from tclin@iis.sinica.edu.tw) From: "Lin, Tsung Ching" To: freebsd-questions@freebsd.org Organization: Institute of Information Science, Academia Sinica Message-Id: <1050731241.1929.7.camel@tsungching.orangeroad.idv.tw> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 19 Apr 2003 13:48:18 +0800 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Segmentation fault during make buildworld X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: tclin@iis.sinica.edu.tw List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Apr 2003 05:48:29 -0000 hi, I tried to upgrade 4.8-stable to 5.0-release, but i got problems. I updated the source tree using cvsup, and followed the instructions in /usr/src/UPDATE. during the 'make buildworld' phase, I got a compiling error messages as follows. I had tried to upgrade several times, and got the same problem. can you help me to solve this problem?? thank you very much . c++ -O2 -pipe -march=i686 -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -I/usr/src/gnu/lib/libstdc++ -I/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libsupc++ -I/usr/src/gnu/lib/libstdc++/../../../contrib/gcc -fmemoize-lookups -fsave-memoized -fno-implicit-templates -ffunction-sections -fdata-sections -Wno-deprecated -c strstream-fixed.cc -o strstream-fixed.o c++ -O2 -pipe -march=i686 -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -I/usr/src/gnu/lib/libstdc++ -I/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libsupc++ -I/usr/src/gnu/lib/libstdc++/../../../contrib/gcc -fmemoize-lookups -fsave-memoized -fno-implicit-templates -ffunction-sections -fdata-sections -Wno-deprecated -c /usr/src/contrib/libstdc++/src/bitset.cc -o bitset.o c++ -O2 -pipe -march=i686 -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -I/usr/src/gnu/lib/libstdc++ -I/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libsupc++ -I/usr/src/gnu/lib/libstdc++/../../../contrib/gcc -fmemoize-lookups -fsave-memoized -fno-implicit-templates -ffunction-sections -fdata-sections -Wno-deprecated -c /usr/src/contrib/libstdc++/src/functexcept.cc -o functexcept.o /usr/src/contrib/libstdc++/src/functexcept.cc: In function `void std::__throw_invalid_argument(const char*)': /usr/src/contrib/libstdc++/src/functexcept.cc:65: internal error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. *** Error code 1 Stop in /usr/src/gnu/lib/libstdc++. *** Error code 1 Stop in /usr/src/gnu/lib. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. root@abcb:/usr/src# -- Lin, Tsung Ching icq# 5814055 tclin@mail.im.tku.edu.tw tclin@iis.sinica.edu.tw http://www.iis.sinica.edu.tw/~tclin Institute of Information Science, Academia Sinica