Bug 187475 - multimedia/mlt: cc: error: unknown argument: '-fno-tree-dominator-opts'
Summary: multimedia/mlt: cc: error: unknown argument: '-fno-tree-dominator-opts'
Status: Closed DUPLICATE of bug 189043
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alberto Villa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-12 10:40 UTC by O. Hartmann
Modified: 2014-09-24 00:29 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description O. Hartmann 2014-03-12 10:40:00 UTC
Port multimedia/mlt doesn't build on most recent CURRENT due to CLANG 3.4 options-fallout:

[...]
===>  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

Stop.
make[1]: stopped in /usr/ports/multimedia/mlt
*** Error code 1

How-To-Repeat: Try update (or install) port on most recent CURRENT 11.0 with CLANG 3.4
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-12 10:40:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->avilla

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Alberto Villa freebsd_committer freebsd_triage 2014-09-24 00:29:46 UTC

*** This bug has been marked as a duplicate of bug 189043 ***