View Issue Details

IDProjectCategoryView StatusLast Update
0000650Cinelerra-GG[All Projects] Bugpublic2024-01-01 01:28
ReporterPhyllisSmith Assigned ToPhyllisSmith  
PrioritynormalSeverityminorReproducibilityalways
Status confirmedResolutionopen 
Product Version 
Target VersionFixed in Version 
Summary0000650: Syntax error : "(" unexpected when patch for Multibit in x265
DescriptionTo compile x265 for addition 10 and 12 bit by patching with ./thirdparty/compile_multibit.txt, a bash shell, multibit.sh is executed. This shell (at least I think it comes from the shell) has the error "/bin/sh: 1: Syntax error : "(" unexpected" which does not prevent compilation but is distracting when looking for errors in the build log file.

Ran the program "shellcheck" on Fedora on multibit.sh and all it found was warnings and style issues but no unexpected (. Maybe the error is from ./thirdparty/Makefile line "x265.cfg_vars?=chmod +x ./configure; chmod +x ./multilib.sh;" but I could not determine if that is so.
Steps To Reproducecd thirdparty
patch < compile_multibit.txt
mv x265_3.517122034.patch* src/.
cd ..
./bld.sh

then check the log file for the error message of Syntax error or syntax error.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2024-01-01 01:28 PhyllisSmith New Issue
2024-01-01 01:28 PhyllisSmith Assigned To => PhyllisSmith
2024-01-01 01:28 PhyllisSmith Status new => confirmed