From owner-freebsd-multimedia@FreeBSD.ORG Sat Aug 3 12:40:01 2013 Return-Path: Delivered-To: freebsd-multimedia@smarthost.ysv.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 ESMTP id E34611C3 for ; Sat, 3 Aug 2013 12:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CFEDB21BB for ; Sat, 3 Aug 2013 12:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r73Ce1fD041423 for ; Sat, 3 Aug 2013 12:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r73Ce1lt041422; Sat, 3 Aug 2013 12:40:01 GMT (envelope-from gnats) Date: Sat, 3 Aug 2013 12:40:01 GMT Message-Id: <201308031240.r73Ce1lt041422@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org Cc: From: Koop Mast Subject: Re: ports/181003: multimedia/gstreamer not build with clang X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Koop Mast List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Aug 2013 12:40:02 -0000 The following reply was made to PR ports/181003; it has been noted by GNATS. From: Koop Mast To: bug-followup@FreeBSD.org, vsityz@gmail.com Cc: Subject: Re: ports/181003: multimedia/gstreamer not build with clang Date: Sat, 03 Aug 2013 14:30:31 +0200 Gstreamer ports already us USE_GCC=any so it uses gcc from base, because clang has a crasher bug while compiling clang. See the snippet below, Gcc should work with the -Qunused-* flags, by just ignoring them. However it fails with the -Oz flag. Can you remove that flags and try again? -Koop configure:4496: checking whether the C compiler works configure:4518: gcc -Oz -march=athlon64-sse3 -mtune=athlon64-sse3 -pipe -Qunused-arguments -Qunused-parameter -Wformat -Wformat-security -O2 -Wno-format -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -I/usr/local/include -L/usr/local/lib conftest.c >&5 gcc: unrecognized option '-Qunused-arguments' gcc: unrecognized option '-Qunused-parameter' cc1: error: invalid option argument '-Oz' configure:4522: $? = 1 configure:4560: result: no configure: failed program was: