[Bug 235566] multimedia/vlc: fails to build on 12.0-RELEASE

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Mar 2 07:23:21 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235566

Thomas Zander <riggs at FreeBSD.org> changed:

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

--- Comment #3 from Thomas Zander <riggs at 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 might
use different compilers. Any non-default settings in make.conf?

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


More information about the freebsd-multimedia mailing list