openwrt / packages

Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md
GNU General Public License v2.0
3.95k stars 3.46k forks source link

<ffmpeg>: does not compile in v19.07.6 arch mvebu #14516

Open glucini opened 3 years ago

glucini commented 3 years ago

Please make sure that the issue subject starts with <package-name>:

Issue template (remove lines from top till here)

Maintainer: @\Ted Hess, Ian Leonard (find it by checking history of the package Makefile) Environment: arm_cortex-a9_vfpv3, v19.07.6

Description: ffmpeg fails to compile with error: package/feeds/packages/gcc failed to build, the issue seems related to the componente flac failing to compile

Formating code blocks by wrapping them with pairs of ```

BKPepe commented 3 years ago

I am not able to reproduce your issue and even OpenWrt buildbots are compiling this package as it should. Can you please provide more logs instead of just one row from whcih we don't know why it failed in your case? Also, it could be related to gcc.

glucini commented 3 years ago

Thank you for looking into that. Pls find attached the compile log. Let me know which additional information are required to reproduce the error

Package libffmpeg-full is missing dependencies for the following libraries: libfdk-aac.so.2 make[3]: *** [Makefile:810: /home/viper/openwrt/openwrt/bin/packages/arm_cortex-a9_vfpv3-d16/packages/libffmpeg-full_3.4.7-3_arm_cortex-a9_vfpv3-d16.ipk] Error 1 time: package/feeds/packages/ffmpeg/full/compile#0.36#0.11#0.46 [compile ffmpeg full.txt](https://github.com/openwrt/packages/files/5862015/compile.ffmpeg.full.txt) [compile audio-dec.txt](https://github.com/openwrt/packages/files/5862016/compile.audio-dec.txt)
neheb commented 3 years ago

Sounds like you're compiling with BUILD_PATENTED.

glucini commented 3 years ago

Yes, that is correct. I am building with BUILD_PATENTED; actually I was always doing so since many releases. It actually stopped working since release v19.07.6. Before I was not getting any error.