<br><br>On Wednesday, July 21, 2021, Andrea paz <<a href="mailto:gamberucci.andrea@gmail.com">gamberucci.andrea@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I did other tests:<br>
- I used "git reset --hard"; I applied the patches with "git am", but<br>
I still get the "trailing whitespace" errors. I still tried compiling<br>
but it crashes after a few seconds.<br>
<br>
- I did a make clean; a "git reset --hard" and applied the patches<br>
manually, this time with no errors. I gave permissions back to the<br>
cinelerra5 folder, thinking that the patches might have altered<br>
something.<br>
I tried compiling, but again it crashed after a few seconds. Append<br>
the cin5.log.<br>
</blockquote><div><br></div><div><br></div><div>tar -xJf src/ffmpeg-4.4.tar.xz </div><div>CONFIGURING djbfft</div><div>cd djbfft* && echo "/home/paz/cinelerra5/cinelerra-5.1/thirdparty/../thirdparty/djbfft-0.76/" > conf-home; (CFLAGS="-g -O2 '-DCIN="cin"' '-DCINLIB_DIR="IN_PATH"' '-DCINDAT_DIR="IN_PATH"' '-DCONFIG_DIR="/home/paz/.bcast6"' '-DNESTED_DIR="OME/Videos"' '-DSNAP_DIR="OME/Pictures"' '-DPLUGIN_DIR="IN_LIB/plugins"' '-DLOCALE_DIR="IN_LIB/locale"' '-DLADSPA_DIR="IN_LIB/ladspa"' '-DCIN_BROWSER="firefox"' -fno-omit-frame-pointer -fno-math-errno -fno-signed-zeros -pthread -Wall -Wno-unknown-warning-option -Wno-attributes -Wno-unused-result -Wno-stringop-overflow -Wno-format-truncation -Wno-format-overflow -Wno-parentheses -Wno-stringop-truncation -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DPNG_SKIP_SETJMP_CHECK=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include -I/usr/local/include -I/usr/include/freetype2 -I/usr/local/include/freetype2 -I/usr/include/uuid -I/usr/local/include/uuid -I/usr/include/mjpegtools -I/usr/local/include/mjpegtools -DHAVE_CIN_3RDPARTY -DHAVE_GL -DHAVE_XFT -DHAVE_XXF86VM -DHAVE_OSS -DHAVE_ALSA -DHAVE_FIREWIRE -DHAVE_OGG -DHAVE_DV -DHAVE_DVB -DHAVE_LADSPA -DHAVE_VIDEO4LINUX2 -DHAVE_PULSE -DHAVE_PACTL -DHAVE_OPENEXR -DHAVE_LV2 -DHAVE_LIBZMPEG -DHAVE_SHUTTLE -DHAVE_SHUTTLE_USB -DHAVE_XV -DHAVE_VAAPI -DHAVE_VDPAU -DHAVE_NV -DHAVE_WINTV -DHAVE_X10TV -DBOOBY"; echo "cc $CFLAGS") > conf-cc; echo > ./configure; chmod +x ./configure;  ./configure  </div><div>CONFIGURING twolame</div><div>CONFIGURING openjpeg</div><div>CONFIGURING lame</div><div>cd twolame* &&   ./configure --enable-shared=no </div><div>cd lame* && CFLAGS+=" -O"  ./configure --enable-shared=no </div><div>cd openjpeg* && echo 'cmake "$@" "."' > ./configure; chmod +x ./configure;  ./configure -DBUILD_SHARED_LIBS:BOOL=OFF </div><div>CONFIGURING opus</div><div>cd opus* &&   ./configure  </div><div>CONFIGURING libogg</div><div>xz: (stdin): File format not recognized</div><div>CONFIGURING libvorbis</div><div>tar: Child returned status 1</div><div>tar: Error is not recoverable: exiting now</div><div><br></div><div><br></div><div>====</div><div><br></div><div>VERY strange.... can you double-check your ffmpeg-4.4 tarball actually downloaded correctly, and normal tar can unpack it? ? </div><div><br></div><div>also, this line and few others  looks like it truncated at first symbol? </div><div><br></div><div>-DCINLIB_DIR="IN_PATH"</div><div><br></div><div><br></div><div> </div>