From owner-freebsd-questions@FreeBSD.ORG Tue Jan 21 15:35:33 2014 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7BC54FBC for ; Tue, 21 Jan 2014 15:35:33 +0000 (UTC) Received: from frv196.fwdcdn.com (frv196.fwdcdn.com [212.42.77.196]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 384B9192F for ; Tue, 21 Jan 2014 15:35:32 +0000 (UTC) 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:Message-Id:To:Subject:From:Date; bh=pdgU3GkyDfaG9sF58p8VtGDNU2nLwe5nk8j7hP+z7ys=; b=Hs50Ec4+AGt+4xO1M2Km2bY4LKLk9wCvLfXtWDeXM8hZjSsQRmCc0G28AKYtT5qXmQ3TfDemirwQ7y0HHFROYmfGpjkCnqcrzdYRIfrBhvLoRj/rHQOH797IwQ7+sqbs9cydmjV/z1jS53wAej4rUxSg1+y99QJjZ/XBa995G+8=; Received: from [10.10.10.34] (helo=frv34.ukr.net) by frv196.fwdcdn.com with smtp ID 1W5dMG-0005nE-LX for questions@freebsd.org; Tue, 21 Jan 2014 17:35:20 +0200 Date: Tue, 21 Jan 2014 17:35:20 +0200 From: wishmaster Subject: 9.2 -> 10.0 Compille error. To: questions@FreeBSD.org X-Mailer: mail.ukr.net 5.0 Message-Id: <1390318454.138054037.136hfeiu@frv34.ukr.net> MIME-Version: 1.0 Received: from artemrts@ukr.net by frv34.ukr.net; Tue, 21 Jan 2014 17:35:20 +0200 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: binary Content-Disposition: inline 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 15:35:33 -0000 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.