Bug 187168

Summary: multimedia/mlt: cc: error: unknown argument: '-fno-tree-dominator-opts'
Product: Ports & Packages Reporter: O. Hartmann <ohartmann>
Component: Individual Port(s)Assignee: Alberto Villa <avilla>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description O. Hartmann 2014-03-01 11:00:00 UTC
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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-01 11:00:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->avilla

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2014-03-23 17:38:05 UTC
State Changed
From-To: open->closed

see ports/187475.