Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Mar 2014 10:58:50 GMT
From:      "O. Hartmann" <ohartman@zedat.fu-berlin.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/187168: multimedia/mlt: cc: error: unknown argument: '-fno-tree-dominator-opts'
Message-ID:  <201403011058.s21Awoxm097053@cgiserv.freebsd.org>
Resent-Message-ID: <201403011100.s21B006n063920@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403011058.s21Awoxm097053>