From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 1 11:00:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 9C9EECCF for ; Sat, 1 Mar 2014 11:00:00 +0000 (UTC) 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 77CBA1B67 for ; Sat, 1 Mar 2014 11:00:00 +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 s21B00As063921 for ; Sat, 1 Mar 2014 11:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s21B006n063920; Sat, 1 Mar 2014 11:00:00 GMT (envelope-from gnats) Resent-Date: Sat, 1 Mar 2014 11:00:00 GMT Resent-Message-Id: <201403011100.s21B006n063920@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "O. Hartmann" 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 4274199B for ; Sat, 1 Mar 2014 10:58:51 +0000 (UTC) Received: from newred.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2FA401AF9 for ; Sat, 1 Mar 2014 10:58:51 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by newred.freebsd.org (8.14.7/8.14.7) with ESMTP id s21AwoQh097054 for ; Sat, 1 Mar 2014 10:58:50 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.7/8.14.7/Submit) id s21Awoxm097053; Sat, 1 Mar 2014 10:58:50 GMT (envelope-from nobody) Message-Id: <201403011058.s21Awoxm097053@cgiserv.freebsd.org> Date: Sat, 1 Mar 2014 10:58:50 GMT From: "O. Hartmann" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/187168: multimedia/mlt: cc: error: unknown argument: '-fno-tree-dominator-opts' X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2014 11:00:00 -0000 >Number: 187168 >Category: ports >Synopsis: multimedia/mlt: cc: error: unknown argument: '-fno-tree-dominator-opts' >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Mar 01 11:00:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: O. Hartmann >Release: FreeBSD 11.0-CURRENT >Organization: >Environment: FreeBSD 11.0-CURRENT #0 r262601: Fri Feb 28 14:16:59 CET 2014 amd64 >Description: I think the error below is a fallout of the more restrictive compiler-option checks in freeBSD 11's CLANG 3.4: [...] ===> Building for mlt-0.9.0_2 gmake[2]: Entering directory `/usr/ports/multimedia/mlt/work/mlt-0.9.0' list='src/framework src/mlt++ src/melt src/modules src/swig profiles'; \ for subdir in $list; do \ gmake -s -C $subdir depend || exit 1; \ gmake -C $subdir all || exit 1; \ done gmake[3]: Entering directory `/usr/ports/multimedia/mlt/work/mlt-0.9.0/src/framework' cc: error: unknown argument: '-fno-tree-dominator-opts' cc: error: unknown argument: '-fno-tree-pre' cc: error: unknown argument: '-fno-tree-dominator-opts' cc: error: unknown argument: '-fno-tree-pre' gmake[3]: *** [depend] Error 1 gmake[3]: Leaving directory `/usr/ports/multimedia/mlt/work/mlt-0.9.0/src/framework' gmake[2]: *** [all] Error 1 gmake[2]: Leaving directory `/usr/ports/multimedia/mlt/work/mlt-0.9.0' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 >How-To-Repeat: Build the port on most recent CURRENT (CLANG 3.4) >Fix: >Release-Note: >Audit-Trail: >Unformatted: