Bug #5961
Focal Build broken
0%
Description
[ 1%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/intrapred8.asm.o
/home/cyke/tvheadend/build.linux/ffmpeg/x265-3.4/source/common/x86/intrapred8.asm:22545: fatal: expected `%endif' before end of file
When I look at build.linux/ffmpeg/x265-3.4/source/common/x86/intrapred8.asm, this file seems to be broken, as the amount of %if is not equal to the amount of %endif
cyke@tv:~/tvheadend$ grep -a "%if" /home/cyke/tvheadend/build.linux/ffmpeg/x265-3.4/source/common/x86/intrapred8.asm | wc -l
48
cyke@tv:~/tvheadend$ grep -a "%endif" /home/cyke/tvheadend/build.linux/ffmpeg/x265-3.4/source/common/x86/intrapred8.asm | wc -l
47
I suggest to revert the update fo ffmpeg
doozer build is also broken: https://doozer.io/tvheadend/tvheadend/build/21506
History
Updated by Flole Systems about 4 years ago
Focal doozer build was always broken, so no surprise there... All other builds on doozer are successful, why are they succeeding if the number of ifs/endifs doesn't match?
Updated by Christian Eiden about 4 years ago
I can only report what I'm seeing on my machine ...
I habe been building on focal successfully with c3204bc6ff87deed26a3bd8ef7a8224a50606dc3 with
export AUTOBUILD_CONFIGURE_EXTRA="--nowerror --python=python3"
./Autobuild.sh -j4
Updated by Flole Systems about 4 years ago
- Status changed from New to Invalid
Doozer builds sucessfully now on focal, it was just a python-issue. Try deleting and re-downloading everything.