From owner-freebsd-questions@FreeBSD.ORG Sun Oct 5 03:18:15 2014 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 8701BC21 for ; Sun, 5 Oct 2014 03:18:15 +0000 (UTC) Received: from mout.gmx.com (mout.gmx.com [74.208.4.200]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5493B823 for ; Sun, 5 Oct 2014 03:18:15 +0000 (UTC) Received: from [192.168.3.100] ([71.245.162.117]) by mail.gmx.com (mrgmxus001) with ESMTPSA (Nemesis) id 0LlmMg-1Y9g6X2Zrk-00ZT1j for ; Sun, 05 Oct 2014 05:18:13 +0200 Date: Sat, 4 Oct 2014 23:18:07 -0400 (EDT) From: Xihong Yin To: freebsd-questions@freebsd.org Subject: 10 stable buildworld failed Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Provags-ID: V03:K0:s244L/BWh4173FH4wtgDnNIlkgL7jny990nf4wJWLsuY116dfZy Fxpe72j5DPJYDhjaVCqjbTp3vQg8/d4Qmxvk1uv2RZ6eoMxhpIYiZf0a+6b1R6mXWwL23q+ +bMBAop6VKEQAxnfey6CNryLs1AY0dbSuwGb9fviKvR0aXnSZT76z3DUoYTuK8AsOdJOBYj rIGGTkXOGDXHdShb3ChQQ== X-UI-Out-Filterresults: notjunk:1; X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2014 03:18:15 -0000 Hi, I updated the base source to stable 10. The 'make buildworld' failed with the following messages: 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. bmake[3]: stopped in /usr/src/lib/libcxxrt *** Error code 1 Stop. bmake[2]: stopped in /usr/src *** Error code 1 Stop. bmake[1]: stopped in /usr/src *** Error code 1 Stop. bmake: stopped in /usr/src *** [buildworld] Error code 1 Stop in /usr/src. Could you please help? Xihong