Project

General

Profile

Bug #5961

Focal Build broken

Added by Christian Eiden about 4 years ago. Updated about 4 years ago.

Status:
Invalid
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2020-10-14
Due date:
% Done:

0%

Estimated time:
Found in version:
9ed76c0a176b055a57b6e8bd2e0b6e29409269a9
Affected Versions:

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

#1

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?

#2

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

#3

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.

Also available in: Atom PDF