Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Dec 2017 05:31:58 +0100
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Yuri Victorovich <yuri@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r456689 - in head/multimedia/webcamoid: . files
Message-ID:  <vah3-jq2p-wny@FreeBSD.org>
In-Reply-To: <201712182224.vBIMODW8041651@repo.freebsd.org> (Yuri Victorovich's message of "Mon, 18 Dec 2017 22:24:13 %2B0000 (UTC)")
References:  <201712182224.vBIMODW8041651@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Yuri Victorovich <yuri@FreeBSD.org> writes:

> Author: yuri
> Date: Mon Dec 18 22:24:12 2017
> New Revision: 456689
> URL: https://svnweb.freebsd.org/changeset/ports/456689
>
> Log:
>   multimedia/webcamoid: Unbreaking clang-built app with USE_GCC=6.0+
[...]
> +# Workaround for the crash when built with clang that the upstream author says is a bug in clang
> +USE_GCC=	6.0+

Did you check runtime for crashes? USE_GCC enforces libstdc++ which
conflicts with dependencies (e.g., qt5-*) built against libc++.

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221288#c4

USES=compiler:gcc-c++11-lib is a more safe way to use GCC to build a port on
architectures that switched to libc++ by default: aarch64, amd64, arm*, i386.



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