Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 835497 - media-video/ffmpeg-4.4.1-r3 : deshake.c: No such file or directory
Summary: media-video/ffmpeg-4.4.1-r3 : deshake.c: No such file or directory
Status: RESOLVED DUPLICATE of bug 782553
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-17 09:34 UTC by Helmut Jarausch
Modified: 2022-03-17 09:56 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (ffmpeg.info,22.49 KB, text/plain)
2022-03-17 09:34 UTC, Helmut Jarausch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Helmut Jarausch 2022-03-17 09:34:14 UTC
Created attachment 767250 [details]
emerge --info

media-video/ffmpeg-4.4.1-r3 fails to compile:
x86_64-pc-linux-gnu-gcc -I. -Isrc/ -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -DBUILDING_avdevice -O3 -mtune=native -pipe -maes -mavx -mavx2 -mf16c -mfma -mmmx -mpopcnt -msse -msse2 -msse3 -msse4.1 -msse4.2 -msse4a -mssse3 -mfpmath=sse -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables   -std=c11 -fPIC -pthread  -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/uuid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/uuid   -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -I/usr/include/openh264 -I/usr/include/openjpeg-2.4 -I/usr/include/opus -I/usr/include/opus -D_REENTRANT -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -pthread -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/uuid             -DX264_API_IMPORTS             -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wno-pointer-to-int-cast -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -mtune=native -pipe -maes -mavx -mavx2 -mf16c -mfma -mmmx -mpopcnt -msse -msse2 -msse3 -msse4.1 -msse4.2 -msse4a -mssse3 -mfpmath=sse -fomit-frame-pointer -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -Werror=format-security -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -Werror=vla -Wformat -fdiagnostics-color=auto -Wno-maybe-uninitialized -I/usr/include/SDL2 -D_REENTRANT   -MMD -MF libavdevice/alldevices.d -MT libavdevice/alldevices.o -c -o libavdevice/alldevices.o src/libavdevice/alldevices.c
/var/tmp/portage/media-video/ffmpeg-4.4.1-r3/work/ffmpeg-4.4.1/tools/cl2c /var/tmp/portage/media-video/ffmpeg-4.4.1-r3/work/ffmpeg-4.4.1/libavfilter/opencl/deshake.cl libavfilter/opencl/deshake.c
/var/tmp/portage/media-video/ffmpeg-4.4.1-r3/work/ffmpeg-4.4.1/tools/cl2c: line 27: libavfilter/opencl/deshake.c: No such file or directory
/var/tmp/portage/media-video/ffmpeg-4.4.1-r3/work/ffmpeg-4.4.1/tools/cl2c: line 34: libavfilter/opencl/deshake.c: No such file or directory
/var/tmp/portage/media-video/ffmpeg-4.4.1-r3/work/ffmpeg-4.4.1/tools/cl2c: line 36: libavfilter/opencl/deshake.c: No such file or directory
make: *** [/var/tmp/portage/media-video/ffmpeg-4.4.1-r3/work/ffmpeg-4.4.1/libavfilter/Makefile:569: libavfilter/opencl/deshake.c] Error 1
Comment 1 Ionen Wolkens gentoo-dev 2022-03-17 09:56:04 UTC
Failing on a different file but this is most likely bug #782553 with USE=opencl

*** This bug has been marked as a duplicate of bug 782553 ***