Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Jun 2015 19:26:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-multimedia@FreeBSD.org
Subject:   [Bug 198758] [patch update] multimedia/mpv don't start/crash 100% times
Message-ID:  <bug-198758-5956-znDgOuVMkR@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-198758-5956@https.bugs.freebsd.org/bugzilla/>
References:  <bug-198758-5956@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=198758

--- Comment #35 from sasamotikomi@gmail.com ---
(In reply to Carlos Jacobo Puga Medina from comment #34)
Do you use i386 VM or real pre-sse2/3 hardware? Becouse it's easy to repeat on
real i386 hardware and possible pre-sse3 amd64.
Yes, you understand correctly, disabling the opencv support, then ffmpeg works
as intended.
Also I can't repeat OSS problem with channel and libass "crash":
I get commented crash fix and add few optimization flags.
# Fix crash on i386
#.if ${ARCH} == "i386"
#CFLAGS:=       ${CFLAGS:N-O*} -O0
#.endif
CFLAGS+= -03 -msse

And build failed:

===>  Configuring for mpv-0.9.2,1
Setting top to                           :
/usr/ports/multimedia/mpv/work/mpv-0.9.2 
Setting out to                           :
/usr/ports/multimedia/mpv/work/mpv-0.9.2/build 
Checking for waf version in 1.8.4-1.9.0  : ok 
Checking for program 'cc'                : /usr/local/bin/clang36 
Checking for program 'pkg-config'        : pkgconf 
Checking for program 'ar'                : /usr/bin/ar 
Checking for program 'perl'              : /usr/local/bin/perl 
Checking for program 'rst2man'           : /usr/local/bin/rst2man 
Checking for program 'rst2pdf'           : not found 
Checking for program 'windres'           : not found 
Checking for 'gcc' (C compiler)          : not found 
Checking for 'clang' (C compiler)        : /usr/local/bin/clang36 
Detected target OS:                      : os-freebsd 
Checking for compiler flags -Werror=implicit-function-declaration : no 
Checking for compiler flags -Wno-error=deprecated-declarations    : no 
Checking for compiler flags -Wno-error=unused-function            : no 
Checking for compiler flags -Wempty-body                          : no 
Checking for compiler flags -Wdisabled-optimization               : no 
Checking for compiler flags -Wstrict-prototypes                   : no 
Checking for compiler flags -Wno-format-zero-length               : no 
Checking for compiler flags -Werror=format-security               : no 
Checking for mpv CLI player                                       : yes 
Checking for shared library                                       : yes 
Checking for static library                                       : disabled 
Checking for static build                                         : disabled 
Checking for whether to include binary compile time               : yes 
Checking for whether to optimize                                  : disabled 
Checking for whether to compile-in debugging information          : disabled 
Checking for manpage generation                                   : yes 
Checking for pdf manual generation                                : disabled 
Checking for dynamic loader                                       : no 
Checking for dlopen                                               : not found
any of libdl, os-win32, os-cygwin 
Checking for compilation of default filters for vf_dlopen         : disabled 
Checking for zsh completion                                       : disabled 
Checking for inline assembly (currently without effect)           : yes 
Checking for test suite (using cmocka)                            : disabled 
Checking for generate a clang compilation database                : disabled 
Checking for compiler support for noexecstack                     : no 
Checking for linker support for --nxcompat --no-seh --dynamicbase : no 
Checking for -lm                                                  : no 
Checking for MinGW                                                : os-win32
not found 
Checking for POSIX environment                                    : no 
Checking for development environment                              : not found
any of mingw, posix 
Unable to find either POSIX or MinGW-w64 environment, or compiler does not
work.
===>  Script "configure" failed unexpectedly.
Please report the problem to cpm@fbsd.es [maintainer] and attach the
"/usr/ports/multimedia/mpv/work/mpv-0.9.2/config.log" including the output
of the failure of your make command. Also, it might be a good idea to provide
an overview of all packages installed on your system (e.g. a
/usr/local/sbin/pkg-static info -g -Ea).
*** Error code 1

-- 
You are receiving this mail because:
You are on the CC list for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198758-5956-znDgOuVMkR>