From owner-freebsd-questions@FreeBSD.ORG Fri May 8 00:00:47 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0E0DA2AA for ; Fri, 8 May 2015 00:00:47 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9B7C4111E for ; Fri, 8 May 2015 00:00:46 +0000 (UTC) Received: from [192.168.3.105] ([71.244.148.48]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0MgKoE-1Ydm1j295C-00NhCZ for ; Fri, 08 May 2015 02:00:37 +0200 Date: Thu, 7 May 2015 20:00:21 -0400 (EDT) From: Xihong Yin X-X-Sender: rook@localhost To: freebsd-questions@freebsd.org Subject: 10.1 buildworld failed: c++: error: unknown argument: '-fconserve-space' Message-ID: User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII X-Provags-ID: V03:K0:la1uCKDmJHICMx7z8fxf3E0xIKe7k/TrlytFaj7e2SwdIgCQ9TD Y7uyN7JO64XcLCZqpepS7MpRdfBbP2doNneFzyWofMU3GQ8VM4aYqumwahrPD41nSaKrkGG QHchqJw9+Vk+yMs69kdjBEtp/Om9Wm0J9L8A6HBAFg31lbBgA2Pv+yUJ3IxNb7cGIk8TSkZ PU/zcKF1NvAIfne4YqLKg== X-UI-Out-Filterresults: notjunk:1; X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 May 2015 00:00:47 -0000 Hi, I am trying to update from 10 to 10.1 release. I got this error during buildworld. My system is 10.0-RELEASE-p9. c++ -march=i486 -O2 -fno-strict-aliasing -pipe -I/usr/src/lib/libcxxrt/../../contrib/libcxxrt -Qunused-arguments -fstack-protector -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -march=i486 -fconserve-space -Wno-c++11-extensions -c /usr/src/lib/libcxxrt/../../contrib/libcxxrt/terminate.cc -o terminate.o c++: error: unknown argument: '-fconserve-space' *** Error code 1 Stop. make[4]: stopped in /usr/src/lib/libcxxrt *** Error code 1 Stop. make[3]: stopped in /usr/src *** Error code 1 Stop. make[2]: stopped in /usr/src *** Error code 1 Stop. make[1]: stopped in /usr/src *** Error code 1 Stop. make: stopped in /usr/src What could be the problem? Xihong