You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then, for each of the individual reports here, I have also selected the configuration option(s) mentioned in the individual report.
Packaging libffmpeg-audio-dec fails to find file ipkg-install/usr/include/libpostproc.
If I select to build the package libffmpeg-audio-dec (CONFIG_PACKAGE_libffmpeg-audio-dec=m) with above configuration, make -j1 V=sc package/feeds/packages/ffmpeg/compile
fails with:
[...]
cp -fpR /[...]/build_dir/target-aarch64_cortex-a53+neon_musl/ffmpeg-audio-dec/ffmpeg-4.3.4/ipkg-install/usr/include/libpostproc /[...]/tmp/stage-ffmpeg/usr/include/
cp: cannot stat '/[...]/build_dir/target-aarch64_cortex-a53+neon_musl/ffmpeg-audio-dec/ffmpeg-4.3.4/ipkg-install/usr/include/libpostproc': No such file or directory
make[2]: *** [Makefile:804: /[...]/staging_dir/target-aarch64_cortex-a53+neon_musl/stamp/.ffmpeg.audio-dec_installed] Error 1
make[2]: Leaving directory '/[...]/feeds/packages/multimedia/ffmpeg'
time: package/feeds/packages/ffmpeg/audio-dec/compile#0.59#0.18#0.66
ERROR: package/feeds/packages/ffmpeg failed to build (build variant: audio-dec).
[...]
While trying to package, it does not find the file build_dir/target-aarch64_cortex-a53+neon_musl/ffmpeg-audio-dec/ffmpeg-4.3.4/ipkg-install/usr/include/libpostproc.
"Include ffmpeg command-line utilities" (FFMPEG_CUSTOM_PROGRAMS) fails with ffserver binary not found.
The option "Include ffmpeg command-line utilities" (CONFIG_FFMPEG_CUSTOM_PROGRAMS=y) leads to ffmpeg package building fail due to missing ffserver binary:
cp -fpR /[...]/build_dir/target-aarch64_cortex-a53+neon_musl/ffmpeg-custom/ffmpeg-4.3.4/ipkg-install/usr/bin/ffserver /[...]/build_dir/target-aarch64_cortex-a53+neon_musl/ffmpeg-custom/ffmpeg-4.3.4/ipkg-aarch64_cortex-a53_neon/ffserver-custom/usr/bin/
cp: cannot stat '/[...]/build_dir/target-aarch64_cortex-a53+neon_musl/ffmpeg-custom/ffmpeg-4.3.4/ipkg-install/usr/bin/ffserver': No such file or directory
make[2]: *** [Makefile:803: /[...]/bin/packages/aarch64_cortex-a53_neon/packages/ffserver-custom_4.3.4-1_aarch64_cortex-a53_neon.ipk] Error 1
make[2]: Leaving directory '/[...]/feeds/packages/multimedia/ffmpeg'
time: package/feeds/packages/ffmpeg/custom/compile#0.50#0.23#0.63
ERROR: package/feeds/packages/ffmpeg failed to build (build variant: custom).
make[1]: *** [package/Makefile:116: package/feeds/packages/ffmpeg/compile] Error 1
However, selecting "Include support for ffserver (FFmpeg streaming server)" (CONFIG_FFMPEG_CUSTOM_FFSERVER_SUPPORT=y) does not lead to this error.
Packaging ffmpeg-custom/ ffprobe-custom/ ffserver-custom fails due to missing binaries.
If I select to build the package ffmpeg-custom (CONFIG_PACKAGE_ffmpeg-custom=m) with above configuration, make -j1 V=sc package/feeds/packages/ffmpeg/compile
fails with:
cp -fpR /[...]/build_dir/target-aarch64_cortex-a53+neon_musl/ffmpeg-custom/ffmpeg-4.3.4/ipkg-install/usr/bin/ffmpeg /[...]/build_dir/target-aarch64_cortex-a53+neon_musl/ffmpeg-custom/ffmpeg-4.3.4/ipkg-aarch64_cortex-a53_neon/ffmpeg-custom/usr/bin/
cp: cannot stat '/[...]/build_dir/target-aarch64_cortex-a53+neon_musl/ffmpeg-custom/ffmpeg-4.3.4/ipkg-install/usr/bin/ffmpeg': No such file or directory
make[2]: *** [Makefile:801: /[...]/bin/packages/aarch64_cortex-a53_neon/packages/ffmpeg-custom_4.3.4-1_aarch64_cortex-a53_neon.ipk] Error 1
make[2]: Leaving directory '/[...]/feeds/packages/multimedia/ffmpeg'
time: package/feeds/packages/ffmpeg/custom/compile#0.53#0.20#0.61
ERROR: package/feeds/packages/ffmpeg failed to build (build variant: custom).
Similarly for ffprobe-custom (CONFIG_PACKAGE_ffprobe-custom=y) and ffserver-custom (CONFIG_PACKAGE_ffserver-custom=y), where the corresponding binaries ipkg-install/usr/bin/ffprobe anr /ipkg-install/usr/bin/ffserver, respectively, are missing.
ffmpeg-custom misses dependencies on libavfilter.so.7, libpostproc.so.55 and libswresample.so.3.
I once also had while trying to build the package ffmpeg-custom (CONFIG_PACKAGE_ffmpeg-custom=m) with above configuration, that make -j1 V=sc package/feeds/packages/ffmpeg/compile
failed with:
Package ffmpeg-custom is missing dependencies for the following libraries:
libavfilter.so.7
libpostproc.so.55
libswresample.so.3
This indicates that no package that ffmpeg-custom depends on packages that libraries, nor does ffmpeg-custom package them by itself.
But on subsequent tries I don't get those errors anymore, since I get the errors about the missing ffmpeg binary.
I have done a make ackage/feeds/packages/ffmpeg/clean from time to time.
The text was updated successfully, but these errors were encountered:
Ahoj,
I try to build the packages
libffmpeg-custom
andffmpeg-custom
from theHandsomeMod/packages
feed (with fdkaac-patches removed, see issue #3).There are several issues with this package.
The base configuration I use for the collected reports here is the following:
grep -i ffmpeg .config
:.config
.and that succeeds to build
libffmpeg-custom
.Then, for each of the individual reports here, I have also selected the configuration option(s) mentioned in the individual report.
Packaging
libffmpeg-audio-dec
fails to find fileipkg-install/usr/include/libpostproc
.If I select to build the package
libffmpeg-audio-dec
(CONFIG_PACKAGE_libffmpeg-audio-dec=m
) with above configuration,make -j1 V=sc package/feeds/packages/ffmpeg/compile
fails with:
While trying to package, it does not find the file
build_dir/target-aarch64_cortex-a53+neon_musl/ffmpeg-audio-dec/ffmpeg-4.3.4/ipkg-install/usr/include/libpostproc
."Include ffmpeg command-line utilities" (
FFMPEG_CUSTOM_PROGRAMS
) fails withffserver
binary not found.The option "Include ffmpeg command-line utilities" (
CONFIG_FFMPEG_CUSTOM_PROGRAMS=y
) leads toffmpeg
package building fail due to missingffserver
binary:However, selecting "Include support for ffserver (FFmpeg streaming server)" (
CONFIG_FFMPEG_CUSTOM_FFSERVER_SUPPORT=y
) does not lead to this error.Packaging
ffmpeg-custom
/ffprobe-custom
/ffserver-custom
fails due to missing binaries.If I select to build the package
ffmpeg-custom
(CONFIG_PACKAGE_ffmpeg-custom=m
) with above configuration,make -j1 V=sc package/feeds/packages/ffmpeg/compile
fails with:
Similarly for
ffprobe-custom
(CONFIG_PACKAGE_ffprobe-custom=y
) andffserver-custom
(CONFIG_PACKAGE_ffserver-custom=y
), where the corresponding binariesipkg-install/usr/bin/ffprobe
anr/ipkg-install/usr/bin/ffserver
, respectively, are missing.ffmpeg-custom
misses dependencies onlibavfilter.so.7
,libpostproc.so.55
andlibswresample.so.3
.I once also had while trying to build the package
ffmpeg-custom
(CONFIG_PACKAGE_ffmpeg-custom=m
) with above configuration, thatmake -j1 V=sc package/feeds/packages/ffmpeg/compile
failed with:
This indicates that no package that
ffmpeg-custom
depends on packages that libraries, nor doesffmpeg-custom
package them by itself.But on subsequent tries I don't get those errors anymore, since I get the errors about the missing
ffmpeg
binary.I have done a
make ackage/feeds/packages/ffmpeg/clean
from time to time.The text was updated successfully, but these errors were encountered: