Summary: | net/mediatomb: fails to build with lang/gcc6 or later on 10.* | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Jan Beich <jbeich> |
Component: | Individual Port(s) | Assignee: | Raphael Kubo da Costa <rakuco> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | gerald, leo, rakuco |
Priority: | --- | Flags: | rakuco:
maintainer-feedback-
|
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any | ||
See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221065 | ||
Bug Depends on: | |||
Bug Blocks: | 219275 |
Description
Jan Beich
2017-05-24 03:55:23 UTC
Looking at the error, the cause seems to be the same as the one in bug 221065. A commit references this bug: Author: rakuco Date: Sat Aug 5 10:56:37 UTC 2017 New revision: 447398 URL: https://svnweb.freebsd.org/changeset/ports/447398 Log: Explicitly build with -std=gnu++11. This is a workaround for FreeBSD 10, whose libc++ does not have an overload for C++14's `operator delete(void*, size_t)'. Since GCC 6 uses -std=gnu++14 by default, linking fails when a dependency (such as taglib) is built with clang and lacking the overload. FreeBSD >= 11 is fine. PR: 219489 Approved by: portmgr (blanket approval) Changes: head/net/mediatomb/Makefile |