From owner-freebsd-questions@FreeBSD.ORG Tue Jan 21 19:23:51 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 D155854A for ; Tue, 21 Jan 2014 19:23:51 +0000 (UTC) Received: from mail-pd0-x236.google.com (mail-pd0-x236.google.com [IPv6:2607:f8b0:400e:c02::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A89061002 for ; Tue, 21 Jan 2014 19:23:51 +0000 (UTC) Received: by mail-pd0-f182.google.com with SMTP id v10so8539300pde.41 for ; Tue, 21 Jan 2014 11:23:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=WD77siSJUOWp0mBdRxg9yha417SQ6S2Vv9ND208DOsE=; b=SyV83luWpNW1fqtsGGryDpuBMcfkrsS5yifid5WC6CaAhUj6SYJZnaMAMI3oghLIUI sbc8hHHyFArAa1kHqIzovtKwfXFqosv2n0xxVc9ZiS/pA3xNUUWB4fYsDAzc8QuJ6fpN XDc1cOdUAyj/U9fG22uxPIxICaiqUdJX17rSkT2wQPFxTj6Gl5TOGsalVZX9hgUtghIC 31pOu1qio+sOLcVME6NV52GnzHK9aBOhPEsH+g+UlVnHnyWuxPmFEXaOZJ9g7UBorgS7 PqcI6gcI6pDA20dvAT8SmeTKrUKfzTSAMgQIUcz2s2g9EpnapWdnixwzJho5PQwNGRTH rjsw== MIME-Version: 1.0 X-Received: by 10.68.228.138 with SMTP id si10mr26931354pbc.13.1390332231361; Tue, 21 Jan 2014 11:23:51 -0800 (PST) Received: by 10.70.92.71 with HTTP; Tue, 21 Jan 2014 11:23:51 -0800 (PST) In-Reply-To: <1390318454.138054037.136hfeiu@frv34.ukr.net> References: <1390318454.138054037.136hfeiu@frv34.ukr.net> Date: Tue, 21 Jan 2014 13:23:51 -0600 Message-ID: Subject: Re: 9.2 -> 10.0 Compille error. From: Adam Vande More To: wishmaster Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 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 19:23:51 -0000 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 -- Adam