From owner-freebsd-questions@FreeBSD.ORG Tue Jan 21 20:38:43 2014 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 61509583 for ; Tue, 21 Jan 2014 20:38:43 +0000 (UTC) Received: from frv191.fwdcdn.com (frv191.fwdcdn.com [212.42.77.191]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 184D0167F for ; Tue, 21 Jan 2014 20:38:42 +0000 (UTC) Received: from [10.10.2.23] (helo=frv198.fwdcdn.com) by frv191.fwdcdn.com with esmtp ID 1W5hpg-000MnK-PC for questions@freebsd.org; Tue, 21 Jan 2014 22:22:00 +0200 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=ffe; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-Id:Cc:To:Subject:From:Date; bh=C+y/EYGnD/1y9pV0K5LO8N6APSmtpEnupvxN/BZT6lo=; b=StD5jRgcG4Twz9W2D/FsXkL1XB+gJMuw7W2L7ykbIlHx7uJl+h2rxOfhDdK0uFUey0UXLZO9yGzr3hZmfeM5+ZNyyTBQC4zJgzLkXIdLCkHM686UWoaZ/YvmenY2hFtieb6VQXEKBBdw2hpnMwqz5BXng8pc1xXcv1RLqxzKPo4=; Received: from [10.10.10.34] (helo=frv34.ukr.net) by frv198.fwdcdn.com with smtp ID 1W5hpW-000Mj5-7p for questions@freebsd.org; Tue, 21 Jan 2014 22:21:50 +0200 Date: Tue, 21 Jan 2014 22:21:49 +0200 From: wishmaster Subject: Re[2]: 9.2 -> 10.0 Compille error. To: Adam Vande More X-Mailer: mail.ukr.net 5.0 Message-Id: <1390335440.120375640.strkarkg@frv34.ukr.net> In-Reply-To: References: <1390318454.138054037.136hfeiu@frv34.ukr.net> MIME-Version: 1.0 Received: from artemrts@ukr.net by frv34.ukr.net; Tue, 21 Jan 2014 22:21:49 +0200 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: binary Content-Disposition: inline Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2014 20:38:43 -0000 --- Original message --- From: "Adam Vande More" Date: 21 January 2014, 21:23:52 > > > > On Tue, Jan 21, 2014 at 9:35 AM, wishmaster wrote: > Hi, anybody has had this error? cc   -O2 -pipe -march=pentium4 -fpic -fvisibility=hidden -DVISIBILITY_HIDDEN -std=gnu99 -Qunused-arguments  -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libcompiler_rt/../../contrib/compiler-rt/lib/absvdi2.c -o absvdi2.o cc: unrecognized option '-Qunused-arguments' cc1: error: unrecognized command line option "-Wno-empty-body" cc1: error: unrecognized command line option "-Wno-string-plus-int" cc1: error: unrecognized command line option "-Wno-tautological-compare" cc1: error: unrecognized command line option "-Wno-parentheses-equality" cc1: error: unrecognized command line option "-Wno-enum-conversion" cc1: error: unrecognized command line option "-Wno-knr-promoted-parameter" *** Error code 1 Stop. bmake[3]: stopped in /usr/src/lib/libcompiler_rt *** 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. > > > > Make sure you are running ALL the steps IN ORDER. > > > > http://www.freebsd.org/doc/handbook/makeworld.html > Thanks Adam, but I have been using FreeBSD since 2006 and always use rebuild world/kernel. I know this steps like Gebet. Well, I have found problem. Two options were commented #WITHOUT_CDDL=true #WITHOUT_CROSS_COMPILER=true and now all fine.