Building at the moment fails at the very end:
../../mpv-build/ffmpeg_build/src/libavcodec/hevc/hevcdec.c:179:13: note: at offset 16 into destination object 'chroma_weight_l1_flag' of size 16
179 | uint8_t chroma_weight_l1_flag[16];
| ^
[322/323] Generating mpv_protocols with a custom command (wrapped by meson to capture output)
FAILED: mpv_protocols
/usr/bin/meson --internal exe --capture mpv_protocols -- /tmp/makepkg/mpv-full-build-git/src/mpv/build/mpv --no-config --list-protocols
--- stderr ---
ninja: build stopped: subcommand failed.
EDIT: It's not because compilation fails. It's because the resulting binary produces:
Segmentation fault (core dumped)
Pinned Comments
inochi commented on 2020-11-13 00:52 (UTC) (edited on 2020-11-13 00:52 (UTC) by inochi)
Some points for common error:
1. if you suffer a running time error like
mpv: error while loading shared libraries
, try to rebuild the package.2. if you suffer a compiling error like
can not find gcc header file
, please perform a clean build, as this package use soft link to avoid unnecessary file copy.if you find some other bug, please submit it with a log.
The log location:
1. ffmpeg: "${srcdir}/mpv-build/ffmpeg_build/ffbuild/config.log"
2. mpv: terminal output is OK.