Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 772637 Details for
Bug 839915
media-video/movit-1.6.3: fails to build with GCC 12 (here test_util.cpp:270:50: error: ‘temp’ was not declared in this scope; did you mean ‘tm’?)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log
file_839915.txt (text/plain), 58.10 KB, created by
Sam James
on 2022-04-21 14:07:51 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Sam James
Created:
2022-04-21 14:07:51 UTC
Size:
58.10 KB
patch
obsolete
> * Package: media-video/movit-1.6.3 > * Repository: gentoo > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >Unable to configure loopback interface: Operation not permitted >>>> Unpacking source... >>>> Unpacking movit-1.6.3.tar.gz to /var/tmp/portage/media-video/movit-1.6.3/work >>>> Unpacking movit-googletest-1.8.1.tar.gz to /var/tmp/portage/media-video/movit-1.6.3/work >>>> Source unpacked in /var/tmp/portage/media-video/movit-1.6.3/work >Unable to configure loopback interface: Operation not permitted >>>> Preparing source in /var/tmp/portage/media-video/movit-1.6.3/work/movit-1.6.3 ... >>>> Source prepared. >Unable to configure loopback interface: Operation not permitted >>>> Configuring source in /var/tmp/portage/media-video/movit-1.6.3/work/movit-1.6.3 ... > * econf: updating movit-1.6.3/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating movit-1.6.3/config.guess with /usr/share/gnuconfig/config.guess >./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-static --docdir=/usr/share/doc/movit-1.6.3 --htmldir=/usr/share/doc/movit-1.6.3/html --with-sysroot=/ --libdir=/usr/lib64 >checking build system type... x86_64-pc-linux-gnu >checking host system type... x86_64-pc-linux-gnu >checking how to print strings... printf >checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc >checking whether the C compiler works... yes >checking for C compiler default output file name... a.out >checking for suffix of executables... >checking whether we are cross compiling... no >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes >checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed >checking for a sed that does not truncate output... /bin/sed >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for fgrep... /bin/grep -F >checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld >checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes >checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-pc-linux-gnu-nm -B >checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface... BSD nm >checking whether ln -s works... yes >checking the maximum length of command line arguments... 1572864 >checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop >checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop >checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r >checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump >checking how to recognize dependent libraries... pass_all >checking for x86_64-pc-linux-gnu-dlltool... no >checking for dlltool... no >checking how to associate runtime and link libraries... printf %s\n >checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar >checking for archiver @FILE support... @ >checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip >checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib >checking for gawk... gawk >checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object... ok >checking for sysroot... / >checking for a working dd... /bin/dd >checking how to truncate binary pipes... /bin/dd bs=4096 count=1 >checking for x86_64-pc-linux-gnu-mt... no >checking for mt... no >checking if : is a manifest tool... no >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking for dlfcn.h... yes >checking for objdir... .libs >checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no >checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC >checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes >checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes >checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes >checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes >checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes >checking whether -lc should be explicitly linked in... no >checking dynamic linker characteristics... GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >checking whether stripping libraries is possible... yes >checking if libtool supports shared libraries... yes >checking whether to build shared libraries... yes >checking whether to build static libraries... no >checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config >checking pkg-config is at least version 0.9.0... yes >checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc >checking whether we are using the GNU C compiler... (cached) yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes >checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed >checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ >checking whether we are using the GNU C++ compiler... yes >checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes >checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E >checking for ld used by x86_64-pc-linux-gnu-g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64 >checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes >checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes >checking for x86_64-pc-linux-gnu-g++ option to produce PIC... -fPIC -DPIC >checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes >checking if x86_64-pc-linux-gnu-g++ static flag -static works... yes >checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... yes >checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... (cached) yes >checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes >checking dynamic linker characteristics... (cached) GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >checking for Eigen3... yes >checking for epoxy... yes >checking for FFTW3... yes >checking for SDL2... yes >checking for SDL2_image... no >configure: WARNING: SDL2_image not found, demo program will not be built >checking for libpng... yes >checking for benchmark... no >configure: WARNING: Google microbenchmark framework not found, microbenchmarks will not be built >configure: creating ./config.status >config.status: creating Makefile >config.status: creating movit.pc >config.status: executing libtool commands >>>> Source configured. >Unable to configure loopback interface: Operation not permitted >>>> Compiling source in /var/tmp/portage/media-video/movit-1.6.3/work/movit-1.6.3 ... >make -j32 >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o effect_util.lo -c effect_util.cpp >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o util.lo -c util.cpp >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o effect.lo -c effect.cpp >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o effect_chain.lo -c effect_chain.cpp >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o init.lo -c init.cpp >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o resource_pool.lo -c resource_pool.cpp >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o ycbcr.lo -c ycbcr.cpp >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o flat_input.lo -c flat_input.cpp >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o ycbcr_input.lo -c ycbcr_input.cpp >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o ycbcr_422interleaved_input.lo -c ycbcr_422interleaved_input.cpp >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o lift_gamma_gain_effect.lo -c lift_gamma_gain_effect.cpp >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o white_balance_effect.lo -c white_balance_effect.cpp >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o gamma_expansion_effect.lo -c gamma_expansion_effect.cpp >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o gamma_compression_effect.lo -c gamma_compression_effect.cpp >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o colorspace_conversion_effect.lo -c colorspace_conversion_effect.cpp >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o alpha_multiplication_effect.lo -c alpha_multiplication_effect.cpp >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o alpha_division_effect.lo -c alpha_division_effect.cpp >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o saturation_effect.lo -c saturation_effect.cpp >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o blur_effect.lo -c blur_effect.cpp >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o diffusion_effect.lo -c diffusion_effect.cpp >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o glow_effect.lo -c glow_effect.cpp >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o unsharp_mask_effect.lo -c unsharp_mask_effect.cpp >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o mix_effect.lo -c mix_effect.cpp >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o overlay_effect.lo -c overlay_effect.cpp >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o padding_effect.lo -c padding_effect.cpp >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o resample_effect.lo -c resample_effect.cpp >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o dither_effect.lo -c dither_effect.cpp >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o deconvolution_sharpen_effect.lo -c deconvolution_sharpen_effect.cpp >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o fft_pass_effect.lo -c fft_pass_effect.cpp >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o vignette_effect.lo -c vignette_effect.cpp >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o slice_effect.lo -c slice_effect.cpp >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o complex_modulate_effect.lo -c complex_modulate_effect.cpp >libtool: compile: x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c effect_util.cpp -fPIC -DPIC -o .libs/effect_util.o >libtool: compile: x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c effect.cpp -fPIC -DPIC -o .libs/effect.o >libtool: compile: x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c effect_chain.cpp -fPIC -DPIC -o .libs/effect_chain.o >libtool: compile: x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c init.cpp -fPIC -DPIC -o .libs/init.o >libtool: compile: x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c resource_pool.cpp -fPIC -DPIC -o .libs/resource_pool.o >libtool: compile: x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c flat_input.cpp -fPIC -DPIC -o .libs/flat_input.o >libtool: compile: x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c ycbcr.cpp -fPIC -DPIC -o .libs/ycbcr.o >libtool: compile: x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c lift_gamma_gain_effect.cpp -fPIC -DPIC -o .libs/lift_gamma_gain_effect.o >libtool: compile: x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c util.cpp -fPIC -DPIC -o .libs/util.o >libtool: compile: x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c ycbcr_422interleaved_input.cpp -fPIC -DPIC -o .libs/ycbcr_422interleaved_input.o >libtool: compile: x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c white_balance_effect.cpp -fPIC -DPIC -o .libs/white_balance_effect.o >libtool: compile: x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c ycbcr_input.cpp -fPIC -DPIC -o .libs/ycbcr_input.o >libtool: compile: x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c gamma_compression_effect.cpp -fPIC -DPIC -o .libs/gamma_compression_effect.o >libtool: compile: x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c deconvolution_sharpen_effect.cpp -fPIC -DPIC -o .libs/deconvolution_sharpen_effect.o >libtool: compile: x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c complex_modulate_effect.cpp -fPIC -DPIC -o .libs/complex_modulate_effect.o >libtool: compile: x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c gamma_expansion_effect.cpp -fPIC -DPIC -o .libs/gamma_expansion_effect.o >libtool: compile: x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c dither_effect.cpp -fPIC -DPIC -o .libs/dither_effect.o >libtool: compile: x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c fft_pass_effect.cpp -fPIC -DPIC -o .libs/fft_pass_effect.o >libtool: compile: x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c alpha_multiplication_effect.cpp -fPIC -DPIC -o .libs/alpha_multiplication_effect.o >libtool: compile: x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c vignette_effect.cpp -fPIC -DPIC -o .libs/vignette_effect.o >libtool: compile: x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c saturation_effect.cpp -fPIC -DPIC -o .libs/saturation_effect.o >libtool: compile: x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c alpha_division_effect.cpp -fPIC -DPIC -o .libs/alpha_division_effect.o >libtool: compile: x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c colorspace_conversion_effect.cpp -fPIC -DPIC -o .libs/colorspace_conversion_effect.o >libtool: compile: x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c diffusion_effect.cpp -fPIC -DPIC -o .libs/diffusion_effect.o >libtool: compile: x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c unsharp_mask_effect.cpp -fPIC -DPIC -o .libs/unsharp_mask_effect.o >libtool: compile: x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c glow_effect.cpp -fPIC -DPIC -o .libs/glow_effect.o >libtool: compile: x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c padding_effect.cpp -fPIC -DPIC -o .libs/padding_effect.o >libtool: compile: x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c blur_effect.cpp -fPIC -DPIC -o .libs/blur_effect.o >libtool: compile: x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c resample_effect.cpp -fPIC -DPIC -o .libs/resample_effect.o >libtool: compile: x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c slice_effect.cpp -fPIC -DPIC -o .libs/slice_effect.o >libtool: compile: x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c overlay_effect.cpp -fPIC -DPIC -o .libs/overlay_effect.o >libtool: compile: x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c mix_effect.cpp -fPIC -DPIC -o .libs/mix_effect.o >[ ! -r effect_util.d ] || sed 's/\.o:/\.lo:/' < effect_util.d > effect_util.ld >[ ! -r .libs/effect_util.d ] || sed 's/\.o:/\.lo:/' < .libs/effect_util.d > .libs/effect_util.ld >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o luma_mix_effect.lo -c luma_mix_effect.cpp >libtool: compile: x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c luma_mix_effect.cpp -fPIC -DPIC -o .libs/luma_mix_effect.o >[ ! -r alpha_division_effect.d ] || sed 's/\.o:/\.lo:/' < alpha_division_effect.d > alpha_division_effect.ld >[ ! -r .libs/alpha_division_effect.d ] || sed 's/\.o:/\.lo:/' < .libs/alpha_division_effect.d > .libs/alpha_division_effect.ld >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o fft_convolution_effect.lo -c fft_convolution_effect.cpp >[ ! -r mix_effect.d ] || sed 's/\.o:/\.lo:/' < mix_effect.d > mix_effect.ld >[ ! -r .libs/mix_effect.d ] || sed 's/\.o:/\.lo:/' < .libs/mix_effect.d > .libs/mix_effect.ld >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o ycbcr_conversion_effect.lo -c ycbcr_conversion_effect.cpp >libtool: compile: x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c fft_convolution_effect.cpp -fPIC -DPIC -o .libs/fft_convolution_effect.o >libtool: compile: x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c ycbcr_conversion_effect.cpp -fPIC -DPIC -o .libs/ycbcr_conversion_effect.o >[ ! -r overlay_effect.d ] || sed 's/\.o:/\.lo:/' < overlay_effect.d > overlay_effect.ld >[ ! -r .libs/overlay_effect.d ] || sed 's/\.o:/\.lo:/' < .libs/overlay_effect.d > .libs/overlay_effect.ld >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o deinterlace_effect.lo -c deinterlace_effect.cpp >[ ! -r lift_gamma_gain_effect.d ] || sed 's/\.o:/\.lo:/' < lift_gamma_gain_effect.d > lift_gamma_gain_effect.ld >[ ! -r alpha_multiplication_effect.d ] || sed 's/\.o:/\.lo:/' < alpha_multiplication_effect.d > alpha_multiplication_effect.ld >[ ! -r .libs/lift_gamma_gain_effect.d ] || sed 's/\.o:/\.lo:/' < .libs/lift_gamma_gain_effect.d > .libs/lift_gamma_gain_effect.ld >[ ! -r .libs/alpha_multiplication_effect.d ] || sed 's/\.o:/\.lo:/' < .libs/alpha_multiplication_effect.d > .libs/alpha_multiplication_effect.ld >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o sandbox_effect.lo -c sandbox_effect.cpp >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o mirror_effect.lo -c mirror_effect.cpp >[ ! -r gamma_expansion_effect.d ] || sed 's/\.o:/\.lo:/' < gamma_expansion_effect.d > gamma_expansion_effect.ld >[ ! -r .libs/gamma_expansion_effect.d ] || sed 's/\.o:/\.lo:/' < .libs/gamma_expansion_effect.d > .libs/gamma_expansion_effect.ld >[ ! -r vignette_effect.d ] || sed 's/\.o:/\.lo:/' < vignette_effect.d > vignette_effect.ld >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o resize_effect.lo -c resize_effect.cpp >[ ! -r .libs/vignette_effect.d ] || sed 's/\.o:/\.lo:/' < .libs/vignette_effect.d > .libs/vignette_effect.ld >libtool: compile: x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c deinterlace_effect.cpp -fPIC -DPIC -o .libs/deinterlace_effect.o >[ ! -r ycbcr.d ] || sed 's/\.o:/\.lo:/' < ycbcr.d > ycbcr.ld >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o multiply_effect.lo -c multiply_effect.cpp >[ ! -r .libs/ycbcr.d ] || sed 's/\.o:/\.lo:/' < .libs/ycbcr.d > .libs/ycbcr.ld >[ ! -r util.d ] || sed 's/\.o:/\.lo:/' < util.d > util.ld >[ ! -r gamma_compression_effect.d ] || sed 's/\.o:/\.lo:/' < gamma_compression_effect.d > gamma_compression_effect.ld >[ ! -r .libs/gamma_compression_effect.d ] || sed 's/\.o:/\.lo:/' < .libs/gamma_compression_effect.d > .libs/gamma_compression_effect.ld >/bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o fft_input.lo -c fft_input.cpp >[ ! -r dither_effect.d ] || sed 's/\.o:/\.lo:/' < dither_effect.d > dither_effect.ld >x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o effect_chain_test.o -c effect_chain_test.cpp >[ ! -r .libs/dither_effect.d ] || sed 's/\.o:/\.lo:/' < .libs/dither_effect.d > .libs/dither_effect.ld >[ ! -r .libs/util.d ] || sed 's/\.o:/\.lo:/' < .libs/util.d > .libs/util.ld >libtool: compile: x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c mirror_effect.cpp -fPIC -DPIC -o .libs/mirror_effect.o >x86_64-pc-linux-gnu-g++ -MMD -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c /var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/src/gtest-all.cc -o gtest-all.o >x86_64-pc-linux-gnu-g++ -MMD -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c gtest_sdl_main.cpp -o gtest_sdl_main.o >libtool: compile: x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c sandbox_effect.cpp -fPIC -DPIC -o .libs/sandbox_effect.o >[ ! -r saturation_effect.d ] || sed 's/\.o:/\.lo:/' < saturation_effect.d > saturation_effect.ld >[ ! -r .libs/saturation_effect.d ] || sed 's/\.o:/\.lo:/' < .libs/saturation_effect.d > .libs/saturation_effect.ld >x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o test_util.o -c test_util.cpp >[ ! -r glow_effect.d ] || sed 's/\.o:/\.lo:/' < glow_effect.d > glow_effect.ld >[ ! -r .libs/glow_effect.d ] || sed 's/\.o:/\.lo:/' < .libs/glow_effect.d > .libs/glow_effect.ld >[ ! -r padding_effect.d ] || sed 's/\.o:/\.lo:/' < padding_effect.d > padding_effect.ld >libtool: compile: x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c fft_input.cpp -fPIC -DPIC -o .libs/fft_input.o >x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o fp16_test.o -c fp16_test.cpp >[ ! -r .libs/padding_effect.d ] || sed 's/\.o:/\.lo:/' < .libs/padding_effect.d > .libs/padding_effect.ld >libtool: compile: x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c resize_effect.cpp -fPIC -DPIC -o .libs/resize_effect.o >x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o flat_input_test.o -c flat_input_test.cpp >libtool: compile: x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c multiply_effect.cpp -fPIC -DPIC -o .libs/multiply_effect.o >[ ! -r init.d ] || sed 's/\.o:/\.lo:/' < init.d > init.ld >[ ! -r .libs/init.d ] || sed 's/\.o:/\.lo:/' < .libs/init.d > .libs/init.ld >x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o ycbcr_input_test.o -c ycbcr_input_test.cpp >[ ! -r slice_effect.d ] || sed 's/\.o:/\.lo:/' < slice_effect.d > slice_effect.ld >[ ! -r .libs/slice_effect.d ] || sed 's/\.o:/\.lo:/' < .libs/slice_effect.d > .libs/slice_effect.ld >x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o ycbcr_422interleaved_input_test.o -c ycbcr_422interleaved_input_test.cpp >[ ! -r blur_effect.d ] || sed 's/\.o:/\.lo:/' < blur_effect.d > blur_effect.ld >[ ! -r .libs/blur_effect.d ] || sed 's/\.o:/\.lo:/' < .libs/blur_effect.d > .libs/blur_effect.ld >[ ! -r flat_input.d ] || sed 's/\.o:/\.lo:/' < flat_input.d > flat_input.ld >x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o lift_gamma_gain_effect_test.o -c lift_gamma_gain_effect_test.cpp >[ ! -r .libs/flat_input.d ] || sed 's/\.o:/\.lo:/' < .libs/flat_input.d > .libs/flat_input.ld >[ ! -r unsharp_mask_effect.d ] || sed 's/\.o:/\.lo:/' < unsharp_mask_effect.d > unsharp_mask_effect.ld >x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o white_balance_effect_test.o -c white_balance_effect_test.cpp >[ ! -r diffusion_effect.d ] || sed 's/\.o:/\.lo:/' < diffusion_effect.d > diffusion_effect.ld >[ ! -r .libs/unsharp_mask_effect.d ] || sed 's/\.o:/\.lo:/' < .libs/unsharp_mask_effect.d > .libs/unsharp_mask_effect.ld >[ ! -r .libs/diffusion_effect.d ] || sed 's/\.o:/\.lo:/' < .libs/diffusion_effect.d > .libs/diffusion_effect.ld >x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o gamma_expansion_effect_test.o -c gamma_expansion_effect_test.cpp >x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o gamma_compression_effect_test.o -c gamma_compression_effect_test.cpp >[ ! -r ycbcr_422interleaved_input.d ] || sed 's/\.o:/\.lo:/' < ycbcr_422interleaved_input.d > ycbcr_422interleaved_input.ld >[ ! -r .libs/ycbcr_422interleaved_input.d ] || sed 's/\.o:/\.lo:/' < .libs/ycbcr_422interleaved_input.d > .libs/ycbcr_422interleaved_input.ld >x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o colorspace_conversion_effect_test.o -c colorspace_conversion_effect_test.cpp >[ ! -r complex_modulate_effect.d ] || sed 's/\.o:/\.lo:/' < complex_modulate_effect.d > complex_modulate_effect.ld >[ ! -r .libs/complex_modulate_effect.d ] || sed 's/\.o:/\.lo:/' < .libs/complex_modulate_effect.d > .libs/complex_modulate_effect.ld >[ ! -r fft_pass_effect.d ] || sed 's/\.o:/\.lo:/' < fft_pass_effect.d > fft_pass_effect.ld >x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o alpha_multiplication_effect_test.o -c alpha_multiplication_effect_test.cpp >[ ! -r .libs/fft_pass_effect.d ] || sed 's/\.o:/\.lo:/' < .libs/fft_pass_effect.d > .libs/fft_pass_effect.ld >x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o alpha_division_effect_test.o -c alpha_division_effect_test.cpp >[ ! -r ycbcr_input.d ] || sed 's/\.o:/\.lo:/' < ycbcr_input.d > ycbcr_input.ld >[ ! -r .libs/ycbcr_input.d ] || sed 's/\.o:/\.lo:/' < .libs/ycbcr_input.d > .libs/ycbcr_input.ld >x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o saturation_effect_test.o -c saturation_effect_test.cpp >[ ! -r effect.d ] || sed 's/\.o:/\.lo:/' < effect.d > effect.ld >[ ! -r .libs/effect.d ] || sed 's/\.o:/\.lo:/' < .libs/effect.d > .libs/effect.ld >x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o blur_effect_test.o -c blur_effect_test.cpp >[ ! -r colorspace_conversion_effect.d ] || sed 's/\.o:/\.lo:/' < colorspace_conversion_effect.d > colorspace_conversion_effect.ld >[ ! -r .libs/colorspace_conversion_effect.d ] || sed 's/\.o:/\.lo:/' < .libs/colorspace_conversion_effect.d > .libs/colorspace_conversion_effect.ld >x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o diffusion_effect_test.o -c diffusion_effect_test.cpp >[ ! -r resample_effect.d ] || sed 's/\.o:/\.lo:/' < resample_effect.d > resample_effect.ld >[ ! -r .libs/resample_effect.d ] || sed 's/\.o:/\.lo:/' < .libs/resample_effect.d > .libs/resample_effect.ld >x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o glow_effect_test.o -c glow_effect_test.cpp >[ ! -r white_balance_effect.d ] || sed 's/\.o:/\.lo:/' < white_balance_effect.d > white_balance_effect.ld >[ ! -r .libs/white_balance_effect.d ] || sed 's/\.o:/\.lo:/' < .libs/white_balance_effect.d > .libs/white_balance_effect.ld >x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o unsharp_mask_effect_test.o -c unsharp_mask_effect_test.cpp >x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o mix_effect_test.o -c mix_effect_test.cpp >[ ! -r luma_mix_effect.d ] || sed 's/\.o:/\.lo:/' < luma_mix_effect.d > luma_mix_effect.ld >[ ! -r .libs/luma_mix_effect.d ] || sed 's/\.o:/\.lo:/' < .libs/luma_mix_effect.d > .libs/luma_mix_effect.ld >x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o overlay_effect_test.o -c overlay_effect_test.cpp >x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o padding_effect_test.o -c padding_effect_test.cpp >[ ! -r resize_effect.d ] || sed 's/\.o:/\.lo:/' < resize_effect.d > resize_effect.ld >[ ! -r .libs/resize_effect.d ] || sed 's/\.o:/\.lo:/' < .libs/resize_effect.d > .libs/resize_effect.ld >x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o resample_effect_test.o -c resample_effect_test.cpp >[ ! -r mirror_effect.d ] || sed 's/\.o:/\.lo:/' < mirror_effect.d > mirror_effect.ld >[ ! -r .libs/mirror_effect.d ] || sed 's/\.o:/\.lo:/' < .libs/mirror_effect.d > .libs/mirror_effect.ld >x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o dither_effect_test.o -c dither_effect_test.cpp >[ ! -r resource_pool.d ] || sed 's/\.o:/\.lo:/' < resource_pool.d > resource_pool.ld >[ ! -r .libs/resource_pool.d ] || sed 's/\.o:/\.lo:/' < .libs/resource_pool.d > .libs/resource_pool.ld >x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o deconvolution_sharpen_effect_test.o -c deconvolution_sharpen_effect_test.cpp >[ ! -r sandbox_effect.d ] || sed 's/\.o:/\.lo:/' < sandbox_effect.d > sandbox_effect.ld >[ ! -r .libs/sandbox_effect.d ] || sed 's/\.o:/\.lo:/' < .libs/sandbox_effect.d > .libs/sandbox_effect.ld >x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o fft_pass_effect_test.o -c fft_pass_effect_test.cpp >test_util.cpp: In member function âvoid movit::EffectChainTester::internal_run(const std::vector<T*>&, GLenum, movit::Colorspace, movit::GammaCurve, movit::OutputAlphaFormat)â: >test_util.cpp:270:30: error: âunique_ptrâ is not a member of âstdâ > 270 | std::unique_ptr<T[]> temp(new T[width * height * 4]); > | ^~~~~~~~~~ >test_util.cpp:14:1: note: âstd::unique_ptrâ is defined in header â<memory>â; did you forget to â#include <memory>â? > 13 | #include "util.h" > +++ |+#include <memory> > 14 | >test_util.cpp:270:42: error: expected primary-expression before â[â token > 270 | std::unique_ptr<T[]> temp(new T[width * height * 4]); > | ^ >test_util.cpp:270:43: error: expected primary-expression before â]â token > 270 | std::unique_ptr<T[]> temp(new T[width * height * 4]); > | ^ >[ ! -r multiply_effect.d ] || sed 's/\.o:/\.lo:/' < multiply_effect.d > multiply_effect.ld >[ ! -r .libs/multiply_effect.d ] || sed 's/\.o:/\.lo:/' < .libs/multiply_effect.d > .libs/multiply_effect.ld >x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o vignette_effect_test.o -c vignette_effect_test.cpp >test_util.cpp:271:72: error: âtempâ was not declared in this scope; did you mean âtmâ? > 271 | glGetTexImage(GL_TEXTURE_2D, 0, GL_RGBA, type, temp.get()); > | ^~~~ > | tm >[ ! -r ycbcr_conversion_effect.d ] || sed 's/\.o:/\.lo:/' < ycbcr_conversion_effect.d > ycbcr_conversion_effect.ld >[ ! -r .libs/ycbcr_conversion_effect.d ] || sed 's/\.o:/\.lo:/' < .libs/ycbcr_conversion_effect.d > .libs/ycbcr_conversion_effect.ld >x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o slice_effect_test.o -c slice_effect_test.cpp >test_util.cpp: In instantiation of âvoid movit::EffectChainTester::internal_run(const std::vector<T*>&, GLenum, movit::Colorspace, movit::GammaCurve, movit::OutputAlphaFormat) [with T = float; GLenum = unsigned int]â: >test_util.cpp:132:21: required from here >test_util.cpp:270:50: error: âtempâ was not declared in this scope; did you mean âtmâ? > 270 | std::unique_ptr<T[]> temp(new T[width * height * 4]); > | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ > | tm >test_util.cpp: In instantiation of âvoid movit::EffectChainTester::internal_run(const std::vector<T*>&, GLenum, movit::Colorspace, movit::GammaCurve, movit::OutputAlphaFormat) [with T = unsigned char; GLenum = unsigned int]â: >test_util.cpp:142:29: required from here >test_util.cpp:270:50: error: âtempâ was not declared in this scope; did you mean âtmâ? > 270 | std::unique_ptr<T[]> temp(new T[width * height * 4]); > | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ > | tm >[ ! -r fft_convolution_effect.d ] || sed 's/\.o:/\.lo:/' < fft_convolution_effect.d > fft_convolution_effect.ld >[ ! -r .libs/fft_convolution_effect.d ] || sed 's/\.o:/\.lo:/' < .libs/fft_convolution_effect.d > .libs/fft_convolution_effect.ld >[ ! -r deinterlace_effect.d ] || sed 's/\.o:/\.lo:/' < deinterlace_effect.d > deinterlace_effect.ld >x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o complex_modulate_effect_test.o -c complex_modulate_effect_test.cpp >[ ! -r .libs/deinterlace_effect.d ] || sed 's/\.o:/\.lo:/' < .libs/deinterlace_effect.d > .libs/deinterlace_effect.ld >x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o luma_mix_effect_test.o -c luma_mix_effect_test.cpp >test_util.cpp: In instantiation of âvoid movit::EffectChainTester::internal_run(const std::vector<T*>&, GLenum, movit::Colorspace, movit::GammaCurve, movit::OutputAlphaFormat) [with T = short unsigned int; GLenum = unsigned int]â: >test_util.cpp:152:24: required from here >test_util.cpp:270:50: error: âtempâ was not declared in this scope; did you mean âtmâ? > 270 | std::unique_ptr<T[]> temp(new T[width * height * 4]); > | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ > | tm >test_util.cpp: In instantiation of âvoid movit::EffectChainTester::internal_run(const std::vector<T*>&, GLenum, movit::Colorspace, movit::GammaCurve, movit::OutputAlphaFormat) [with T = unsigned int; GLenum = unsigned int]â: >test_util.cpp:157:24: required from here >test_util.cpp:270:50: error: âtempâ was not declared in this scope; did you mean âtmâ? > 270 | std::unique_ptr<T[]> temp(new T[width * height * 4]); > | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ > | tm >[ ! -r fft_input.d ] || sed 's/\.o:/\.lo:/' < fft_input.d > fft_input.ld >[ ! -r .libs/fft_input.d ] || sed 's/\.o:/\.lo:/' < .libs/fft_input.d > .libs/fft_input.ld >x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o fft_convolution_effect_test.o -c fft_convolution_effect_test.cpp >x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o ycbcr_conversion_effect_test.o -c ycbcr_conversion_effect_test.cpp >x86_64-pc-linux-gnu-g++ -MMD -MP -Wall -O2 -pipe -march=native -std=gnu++11 -fvisibility-inlines-hidden -I/var/tmp/portage/media-video/movit-1.6.3/work/googletest-release-1.8.1/googletest/include -I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -o deinterlace_effect_test.o -c deinterlace_effect_test.cpp >make: *** [Makefile:131: test_util.o] Error 1 >make: *** Waiting for unfinished jobs.... >[ ! -r deconvolution_sharpen_effect.d ] || sed 's/\.o:/\.lo:/' < deconvolution_sharpen_effect.d > deconvolution_sharpen_effect.ld >[ ! -r .libs/deconvolution_sharpen_effect.d ] || sed 's/\.o:/\.lo:/' < .libs/deconvolution_sharpen_effect.d > .libs/deconvolution_sharpen_effect.ld >[ ! -r effect_chain.d ] || sed 's/\.o:/\.lo:/' < effect_chain.d > effect_chain.ld >[ ! -r .libs/effect_chain.d ] || sed 's/\.o:/\.lo:/' < .libs/effect_chain.d > .libs/effect_chain.ld > * ERROR: media-video/movit-1.6.3::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=media-video/movit-1.6.3::gentoo'`, > * the complete build log and the output of `emerge -pqv '=media-video/movit-1.6.3::gentoo'`. > * The complete build log is located at '/var/tmp/portage/media-video/movit-1.6.3/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/media-video/movit-1.6.3/temp/environment'. > * Working directory: '/var/tmp/portage/media-video/movit-1.6.3/work/movit-1.6.3' > * S: '/var/tmp/portage/media-video/movit-1.6.3/work/movit-1.6.3'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 839915
: 772637