Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 02 Mar 2019 07:23:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 235566] multimedia/vlc: fails to build on 12.0-RELEASE
Message-ID:  <bug-235566-12827-ZNtquHJ32l@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-235566-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-235566-12827@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235566

Thomas Zander <riggs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|maintainer-feedback?(multim |maintainer-feedback+
                   |edia@FreeBSD.org)           |
             Status|New                         |In Progress
                 CC|                            |riggs@FreeBSD.org
           Assignee|multimedia@FreeBSD.org      |riggs@FreeBSD.org

--- Comment #3 from Thomas Zander <riggs@FreeBSD.org> ---
This indeed looks like you are compiling with the old gcc 4 from base. clang
6.0.1 definitely supports -fstack-protector-strong. I just built vlc on
12.0-RELEASE-p3 with no problems.

Also, during configure stage, vlc tests for this compiler flag:
...
checking whether C compiler accepts -fstack-protector-strong... yes
...
Is this test working on your machine? If so, configure and build stages mig=
ht
use different compilers. Any non-default settings in make.conf?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235566-12827-ZNtquHJ32l>