Your message dated Sat, 06 Sep 2025 19:09:59 +0000
with message-id <[email protected]>
and subject line Bug#1114211: fixed in movit 1.7.2-1
has caused the Debian Bug report #1114211,
regarding movit: FTBFS: 
/usr/src/gtest/include/gtest/internal/gtest-port.h:273:2: error: #error C++ 
versions less than C++17 are not supported.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1114211: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114211
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:movit
Version: 1.7.1-1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build.

Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202509/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:movit, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   debian/rules override_dh_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_clean
! [ -r libtool ] || rm libtool
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
   dh_auto_configure
        ./configure --build=x86_64-linux-gnu --prefix=/usr 
--includedir=\${prefix}/include --mandir=\${prefix}/share/man 
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--disable-option-checking --disable-silent-rules 
--libdir=\${prefix}/lib/x86_64-linux-gnu 
--libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode 
--disable-dependency-tracking
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 gcc... 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 the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/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/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ranlib... ranlib
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for gawk... no
checking for mawk... mawk
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/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... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking for g++... g++
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/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... no
configure: WARNING: libpng not found, demo program will not be built
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
   dh_auto_build
        make -j2
make[1]: Entering directory '/<<PKGBUILDDIR>>'
/bin/bash ./libtool --tag=CXX --mode=compile g++ -MMD -MP -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 
-fvisibility-inlines-hidden -I/usr/src/gtest/include -I/usr/include/SDL2 
-D_REENTRANT  -I/usr/include/eigen3     -o effect_util.lo -c effect_util.cpp
/bin/bash ./libtool --tag=CXX --mode=compile g++ -MMD -MP -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 
-fvisibility-inlines-hidden -I/usr/src/gtest/include -I/usr/include/SDL2 
-D_REENTRANT  -I/usr/include/eigen3     -o util.lo -c util.cpp
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c util.cpp  -fPIC -DPIC 
-o .libs/util.o
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c effect_util.cpp  
-fPIC -DPIC -o .libs/effect_util.o
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c effect_util.cpp -o 
effect_util.o >/dev/null 2>&1
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c util.cpp -o util.o 
>/dev/null 2>&1
[ ! -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/bash ./libtool --tag=CXX --mode=compile g++ -MMD -MP -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 
-fvisibility-inlines-hidden -I/usr/src/gtest/include -I/usr/include/SDL2 
-D_REENTRANT  -I/usr/include/eigen3     -o effect.lo -c effect.cpp
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c effect.cpp  -fPIC 
-DPIC -o .libs/effect.o
[ ! -r util.d ] || sed 's/\.o:/\.lo:/' < util.d > util.ld
[ ! -r .libs/util.d ] || sed 's/\.o:/\.lo:/' < .libs/util.d > .libs/util.ld
/bin/bash ./libtool --tag=CXX --mode=compile g++ -MMD -MP -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 
-fvisibility-inlines-hidden -I/usr/src/gtest/include -I/usr/include/SDL2 
-D_REENTRANT  -I/usr/include/eigen3     -o effect_chain.lo -c effect_chain.cpp
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c effect_chain.cpp  
-fPIC -DPIC -o .libs/effect_chain.o
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c effect.cpp -o 
effect.o >/dev/null 2>&1
[ ! -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
/bin/bash ./libtool --tag=CXX --mode=compile g++ -MMD -MP -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 
-fvisibility-inlines-hidden -I/usr/src/gtest/include -I/usr/include/SDL2 
-D_REENTRANT  -I/usr/include/eigen3     -o init.lo -c init.cpp
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c init.cpp  -fPIC -DPIC 
-o .libs/init.o
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c init.cpp -o init.o 
>/dev/null 2>&1
[ ! -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
/bin/bash ./libtool --tag=CXX --mode=compile g++ -MMD -MP -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 
-fvisibility-inlines-hidden -I/usr/src/gtest/include -I/usr/include/SDL2 
-D_REENTRANT  -I/usr/include/eigen3     -o resource_pool.lo -c resource_pool.cpp
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c resource_pool.cpp  
-fPIC -DPIC -o .libs/resource_pool.o
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c effect_chain.cpp -o 
effect_chain.o >/dev/null 2>&1
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c resource_pool.cpp -o 
resource_pool.o >/dev/null 2>&1
[ ! -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
/bin/bash ./libtool --tag=CXX --mode=compile g++ -MMD -MP -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 
-fvisibility-inlines-hidden -I/usr/src/gtest/include -I/usr/include/SDL2 
-D_REENTRANT  -I/usr/include/eigen3     -o ycbcr.lo -c ycbcr.cpp
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c ycbcr.cpp  -fPIC 
-DPIC -o .libs/ycbcr.o
[ ! -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
g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT  -I/usr/include/eigen3     -o 
make_bundled_shaders.o -c make_bundled_shaders.cpp
/bin/bash ./libtool --tag=CXX --mode=compile g++ -MMD -MP -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 
-fvisibility-inlines-hidden -I/usr/src/gtest/include -I/usr/include/SDL2 
-D_REENTRANT  -I/usr/include/eigen3     -o flat_input.lo -c flat_input.cpp
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c flat_input.cpp  -fPIC 
-DPIC -o .libs/flat_input.o
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c ycbcr.cpp -o ycbcr.o 
>/dev/null 2>&1
[ ! -r ycbcr.d ] || sed 's/\.o:/\.lo:/' < ycbcr.d > ycbcr.ld
[ ! -r .libs/ycbcr.d ] || sed 's/\.o:/\.lo:/' < .libs/ycbcr.d > .libs/ycbcr.ld
/bin/bash ./libtool --tag=CXX --mode=compile g++ -MMD -MP -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 
-fvisibility-inlines-hidden -I/usr/src/gtest/include -I/usr/include/SDL2 
-D_REENTRANT  -I/usr/include/eigen3     -o ycbcr_input.lo -c ycbcr_input.cpp
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c ycbcr_input.cpp  
-fPIC -DPIC -o .libs/ycbcr_input.o
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c flat_input.cpp -o 
flat_input.o >/dev/null 2>&1
[ ! -r flat_input.d ] || sed 's/\.o:/\.lo:/' < flat_input.d > flat_input.ld
[ ! -r .libs/flat_input.d ] || sed 's/\.o:/\.lo:/' < .libs/flat_input.d > 
.libs/flat_input.ld
/bin/bash ./libtool --tag=CXX --mode=compile g++ -MMD -MP -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 
-fvisibility-inlines-hidden -I/usr/src/gtest/include -I/usr/include/SDL2 
-D_REENTRANT  -I/usr/include/eigen3     -o ycbcr_422interleaved_input.lo -c 
ycbcr_422interleaved_input.cpp
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/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:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c ycbcr_input.cpp -o 
ycbcr_input.o >/dev/null 2>&1
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c 
ycbcr_422interleaved_input.cpp -o ycbcr_422interleaved_input.o >/dev/null 2>&1
[ ! -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
/bin/bash ./libtool --tag=CXX --mode=compile g++ -MMD -MP -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 
-fvisibility-inlines-hidden -I/usr/src/gtest/include -I/usr/include/SDL2 
-D_REENTRANT  -I/usr/include/eigen3     -o lift_gamma_gain_effect.lo -c 
lift_gamma_gain_effect.cpp
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/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:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c 
lift_gamma_gain_effect.cpp -o lift_gamma_gain_effect.o >/dev/null 2>&1
[ ! -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
/bin/bash ./libtool --tag=CXX --mode=compile g++ -MMD -MP -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 
-fvisibility-inlines-hidden -I/usr/src/gtest/include -I/usr/include/SDL2 
-D_REENTRANT  -I/usr/include/eigen3     -o white_balance_effect.lo -c 
white_balance_effect.cpp
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c 
white_balance_effect.cpp  -fPIC -DPIC -o .libs/white_balance_effect.o
[ ! -r lift_gamma_gain_effect.d ] || sed 's/\.o:/\.lo:/' < 
lift_gamma_gain_effect.d > lift_gamma_gain_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
/bin/bash ./libtool --tag=CXX --mode=compile g++ -MMD -MP -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 
-fvisibility-inlines-hidden -I/usr/src/gtest/include -I/usr/include/SDL2 
-D_REENTRANT  -I/usr/include/eigen3     -o gamma_expansion_effect.lo -c 
gamma_expansion_effect.cpp
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/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:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c 
gamma_expansion_effect.cpp -o gamma_expansion_effect.o >/dev/null 2>&1
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c 
white_balance_effect.cpp -o white_balance_effect.o >/dev/null 2>&1
[ ! -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
/bin/bash ./libtool --tag=CXX --mode=compile g++ -MMD -MP -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 
-fvisibility-inlines-hidden -I/usr/src/gtest/include -I/usr/include/SDL2 
-D_REENTRANT  -I/usr/include/eigen3     -o gamma_compression_effect.lo -c 
gamma_compression_effect.cpp
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/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:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c 
gamma_compression_effect.cpp -o gamma_compression_effect.o >/dev/null 2>&1
[ ! -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
/bin/bash ./libtool --tag=CXX --mode=compile g++ -MMD -MP -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 
-fvisibility-inlines-hidden -I/usr/src/gtest/include -I/usr/include/SDL2 
-D_REENTRANT  -I/usr/include/eigen3     -o colorspace_conversion_effect.lo -c 
colorspace_conversion_effect.cpp
[ ! -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/bash ./libtool --tag=CXX --mode=compile g++ -MMD -MP -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 
-fvisibility-inlines-hidden -I/usr/src/gtest/include -I/usr/include/SDL2 
-D_REENTRANT  -I/usr/include/eigen3     -o alpha_multiplication_effect.lo -c 
alpha_multiplication_effect.cpp
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/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:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/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:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c 
alpha_multiplication_effect.cpp -o alpha_multiplication_effect.o >/dev/null 2>&1
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c 
colorspace_conversion_effect.cpp -o colorspace_conversion_effect.o >/dev/null 
2>&1
[ ! -r alpha_multiplication_effect.d ] || sed 's/\.o:/\.lo:/' < 
alpha_multiplication_effect.d > alpha_multiplication_effect.ld
[ ! -r .libs/alpha_multiplication_effect.d ] || sed 's/\.o:/\.lo:/' < 
.libs/alpha_multiplication_effect.d > .libs/alpha_multiplication_effect.ld
/bin/bash ./libtool --tag=CXX --mode=compile g++ -MMD -MP -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 
-fvisibility-inlines-hidden -I/usr/src/gtest/include -I/usr/include/SDL2 
-D_REENTRANT  -I/usr/include/eigen3     -o alpha_division_effect.lo -c 
alpha_division_effect.cpp
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/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:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c 
alpha_division_effect.cpp -o alpha_division_effect.o >/dev/null 2>&1
[ ! -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
/bin/bash ./libtool --tag=CXX --mode=compile g++ -MMD -MP -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 
-fvisibility-inlines-hidden -I/usr/src/gtest/include -I/usr/include/SDL2 
-D_REENTRANT  -I/usr/include/eigen3     -o saturation_effect.lo -c 
saturation_effect.cpp
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c saturation_effect.cpp 
 -fPIC -DPIC -o .libs/saturation_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/bash ./libtool --tag=CXX --mode=compile g++ -MMD -MP -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 
-fvisibility-inlines-hidden -I/usr/src/gtest/include -I/usr/include/SDL2 
-D_REENTRANT  -I/usr/include/eigen3     -o blur_effect.lo -c blur_effect.cpp
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c blur_effect.cpp  
-fPIC -DPIC -o .libs/blur_effect.o
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c saturation_effect.cpp 
-o saturation_effect.o >/dev/null 2>&1
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c blur_effect.cpp -o 
blur_effect.o >/dev/null 2>&1
[ ! -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
/bin/bash ./libtool --tag=CXX --mode=compile g++ -MMD -MP -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 
-fvisibility-inlines-hidden -I/usr/src/gtest/include -I/usr/include/SDL2 
-D_REENTRANT  -I/usr/include/eigen3     -o diffusion_effect.lo -c 
diffusion_effect.cpp
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c diffusion_effect.cpp  
-fPIC -DPIC -o .libs/diffusion_effect.o
[ ! -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
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c diffusion_effect.cpp 
-o diffusion_effect.o >/dev/null 2>&1
/bin/bash ./libtool --tag=CXX --mode=compile g++ -MMD -MP -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 
-fvisibility-inlines-hidden -I/usr/src/gtest/include -I/usr/include/SDL2 
-D_REENTRANT  -I/usr/include/eigen3     -o glow_effect.lo -c glow_effect.cpp
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c glow_effect.cpp  
-fPIC -DPIC -o .libs/glow_effect.o
[ ! -r diffusion_effect.d ] || sed 's/\.o:/\.lo:/' < diffusion_effect.d > 
diffusion_effect.ld
[ ! -r .libs/diffusion_effect.d ] || sed 's/\.o:/\.lo:/' < 
.libs/diffusion_effect.d > .libs/diffusion_effect.ld
/bin/bash ./libtool --tag=CXX --mode=compile g++ -MMD -MP -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 
-fvisibility-inlines-hidden -I/usr/src/gtest/include -I/usr/include/SDL2 
-D_REENTRANT  -I/usr/include/eigen3     -o unsharp_mask_effect.lo -c 
unsharp_mask_effect.cpp
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/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:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c glow_effect.cpp -o 
glow_effect.o >/dev/null 2>&1
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c 
unsharp_mask_effect.cpp -o unsharp_mask_effect.o >/dev/null 2>&1
[ ! -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
/bin/bash ./libtool --tag=CXX --mode=compile g++ -MMD -MP -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 
-fvisibility-inlines-hidden -I/usr/src/gtest/include -I/usr/include/SDL2 
-D_REENTRANT  -I/usr/include/eigen3     -o mix_effect.lo -c mix_effect.cpp
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c mix_effect.cpp  -fPIC 
-DPIC -o .libs/mix_effect.o
[ ! -r unsharp_mask_effect.d ] || sed 's/\.o:/\.lo:/' < unsharp_mask_effect.d > 
unsharp_mask_effect.ld
[ ! -r .libs/unsharp_mask_effect.d ] || sed 's/\.o:/\.lo:/' < 
.libs/unsharp_mask_effect.d > .libs/unsharp_mask_effect.ld
/bin/bash ./libtool --tag=CXX --mode=compile g++ -MMD -MP -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 
-fvisibility-inlines-hidden -I/usr/src/gtest/include -I/usr/include/SDL2 
-D_REENTRANT  -I/usr/include/eigen3     -o overlay_effect.lo -c 
overlay_effect.cpp
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c mix_effect.cpp -o 
mix_effect.o >/dev/null 2>&1
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c overlay_effect.cpp  
-fPIC -DPIC -o .libs/overlay_effect.o
[ ! -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/bash ./libtool --tag=CXX --mode=compile g++ -MMD -MP -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 
-fvisibility-inlines-hidden -I/usr/src/gtest/include -I/usr/include/SDL2 
-D_REENTRANT  -I/usr/include/eigen3     -o padding_effect.lo -c 
padding_effect.cpp
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c overlay_effect.cpp -o 
overlay_effect.o >/dev/null 2>&1
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c padding_effect.cpp  
-fPIC -DPIC -o .libs/padding_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/bash ./libtool --tag=CXX --mode=compile g++ -MMD -MP -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 
-fvisibility-inlines-hidden -I/usr/src/gtest/include -I/usr/include/SDL2 
-D_REENTRANT  -I/usr/include/eigen3     -o resample_effect.lo -c 
resample_effect.cpp
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c resample_effect.cpp  
-fPIC -DPIC -o .libs/resample_effect.o
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c padding_effect.cpp -o 
padding_effect.o >/dev/null 2>&1
[ ! -r padding_effect.d ] || sed 's/\.o:/\.lo:/' < padding_effect.d > 
padding_effect.ld
[ ! -r .libs/padding_effect.d ] || sed 's/\.o:/\.lo:/' < .libs/padding_effect.d 
> .libs/padding_effect.ld
/bin/bash ./libtool --tag=CXX --mode=compile g++ -MMD -MP -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 
-fvisibility-inlines-hidden -I/usr/src/gtest/include -I/usr/include/SDL2 
-D_REENTRANT  -I/usr/include/eigen3     -o dither_effect.lo -c dither_effect.cpp
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c dither_effect.cpp  
-fPIC -DPIC -o .libs/dither_effect.o
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c resample_effect.cpp 
-o resample_effect.o >/dev/null 2>&1
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c dither_effect.cpp -o 
dither_effect.o >/dev/null 2>&1
[ ! -r dither_effect.d ] || sed 's/\.o:/\.lo:/' < dither_effect.d > 
dither_effect.ld
[ ! -r .libs/dither_effect.d ] || sed 's/\.o:/\.lo:/' < .libs/dither_effect.d > 
.libs/dither_effect.ld
/bin/bash ./libtool --tag=CXX --mode=compile g++ -MMD -MP -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 
-fvisibility-inlines-hidden -I/usr/src/gtest/include -I/usr/include/SDL2 
-D_REENTRANT  -I/usr/include/eigen3     -o deconvolution_sharpen_effect.lo -c 
deconvolution_sharpen_effect.cpp
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c 
deconvolution_sharpen_effect.cpp  -fPIC -DPIC -o 
.libs/deconvolution_sharpen_effect.o
[ ! -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
/bin/bash ./libtool --tag=CXX --mode=compile g++ -MMD -MP -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 
-fvisibility-inlines-hidden -I/usr/src/gtest/include -I/usr/include/SDL2 
-D_REENTRANT  -I/usr/include/eigen3     -o fft_pass_effect.lo -c 
fft_pass_effect.cpp
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/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:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c fft_pass_effect.cpp 
-o fft_pass_effect.o >/dev/null 2>&1
[ ! -r fft_pass_effect.d ] || sed 's/\.o:/\.lo:/' < fft_pass_effect.d > 
fft_pass_effect.ld
[ ! -r .libs/fft_pass_effect.d ] || sed 's/\.o:/\.lo:/' < 
.libs/fft_pass_effect.d > .libs/fft_pass_effect.ld
/bin/bash ./libtool --tag=CXX --mode=compile g++ -MMD -MP -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 
-fvisibility-inlines-hidden -I/usr/src/gtest/include -I/usr/include/SDL2 
-D_REENTRANT  -I/usr/include/eigen3     -o vignette_effect.lo -c 
vignette_effect.cpp
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c vignette_effect.cpp  
-fPIC -DPIC -o .libs/vignette_effect.o
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c vignette_effect.cpp 
-o vignette_effect.o >/dev/null 2>&1
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c 
deconvolution_sharpen_effect.cpp -o deconvolution_sharpen_effect.o >/dev/null 
2>&1
[ ! -r vignette_effect.d ] || sed 's/\.o:/\.lo:/' < vignette_effect.d > 
vignette_effect.ld
[ ! -r .libs/vignette_effect.d ] || sed 's/\.o:/\.lo:/' < 
.libs/vignette_effect.d > .libs/vignette_effect.ld
/bin/bash ./libtool --tag=CXX --mode=compile g++ -MMD -MP -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 
-fvisibility-inlines-hidden -I/usr/src/gtest/include -I/usr/include/SDL2 
-D_REENTRANT  -I/usr/include/eigen3     -o slice_effect.lo -c slice_effect.cpp
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c slice_effect.cpp  
-fPIC -DPIC -o .libs/slice_effect.o
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c slice_effect.cpp -o 
slice_effect.o >/dev/null 2>&1
[ ! -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
/bin/bash ./libtool --tag=CXX --mode=compile g++ -MMD -MP -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 
-fvisibility-inlines-hidden -I/usr/src/gtest/include -I/usr/include/SDL2 
-D_REENTRANT  -I/usr/include/eigen3     -o complex_modulate_effect.lo -c 
complex_modulate_effect.cpp
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/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:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c 
complex_modulate_effect.cpp -o complex_modulate_effect.o >/dev/null 2>&1
[ ! -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
/bin/bash ./libtool --tag=CXX --mode=compile g++ -MMD -MP -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 
-fvisibility-inlines-hidden -I/usr/src/gtest/include -I/usr/include/SDL2 
-D_REENTRANT  -I/usr/include/eigen3     -o luma_mix_effect.lo -c 
luma_mix_effect.cpp
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/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 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
/bin/bash ./libtool --tag=CXX --mode=compile g++ -MMD -MP -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 
-fvisibility-inlines-hidden -I/usr/src/gtest/include -I/usr/include/SDL2 
-D_REENTRANT  -I/usr/include/eigen3     -o fft_convolution_effect.lo -c 
fft_convolution_effect.cpp
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/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:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c luma_mix_effect.cpp 
-o luma_mix_effect.o >/dev/null 2>&1
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c 
fft_convolution_effect.cpp -o fft_convolution_effect.o >/dev/null 2>&1
[ ! -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
/bin/bash ./libtool --tag=CXX --mode=compile g++ -MMD -MP -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 
-fvisibility-inlines-hidden -I/usr/src/gtest/include -I/usr/include/SDL2 
-D_REENTRANT  -I/usr/include/eigen3     -o ycbcr_conversion_effect.lo -c 
ycbcr_conversion_effect.cpp
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c 
ycbcr_conversion_effect.cpp  -fPIC -DPIC -o .libs/ycbcr_conversion_effect.o
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c 
ycbcr_conversion_effect.cpp -o ycbcr_conversion_effect.o >/dev/null 2>&1
[ ! -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
/bin/bash ./libtool --tag=CXX --mode=compile g++ -MMD -MP -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 
-fvisibility-inlines-hidden -I/usr/src/gtest/include -I/usr/include/SDL2 
-D_REENTRANT  -I/usr/include/eigen3     -o deinterlace_effect.lo -c 
deinterlace_effect.cpp
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c 
deinterlace_effect.cpp  -fPIC -DPIC -o .libs/deinterlace_effect.o
[ ! -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
/bin/bash ./libtool --tag=CXX --mode=compile g++ -MMD -MP -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 
-fvisibility-inlines-hidden -I/usr/src/gtest/include -I/usr/include/SDL2 
-D_REENTRANT  -I/usr/include/eigen3     -o sandbox_effect.lo -c 
sandbox_effect.cpp
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c sandbox_effect.cpp  
-fPIC -DPIC -o .libs/sandbox_effect.o
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c 
deinterlace_effect.cpp -o deinterlace_effect.o >/dev/null 2>&1
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c sandbox_effect.cpp -o 
sandbox_effect.o >/dev/null 2>&1
[ ! -r deinterlace_effect.d ] || sed 's/\.o:/\.lo:/' < deinterlace_effect.d > 
deinterlace_effect.ld
[ ! -r .libs/deinterlace_effect.d ] || sed 's/\.o:/\.lo:/' < 
.libs/deinterlace_effect.d > .libs/deinterlace_effect.ld
/bin/bash ./libtool --tag=CXX --mode=compile g++ -MMD -MP -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 
-fvisibility-inlines-hidden -I/usr/src/gtest/include -I/usr/include/SDL2 
-D_REENTRANT  -I/usr/include/eigen3     -o mirror_effect.lo -c mirror_effect.cpp
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c mirror_effect.cpp  
-fPIC -DPIC -o .libs/mirror_effect.o
[ ! -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
/bin/bash ./libtool --tag=CXX --mode=compile g++ -MMD -MP -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 
-fvisibility-inlines-hidden -I/usr/src/gtest/include -I/usr/include/SDL2 
-D_REENTRANT  -I/usr/include/eigen3     -o resize_effect.lo -c resize_effect.cpp
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c resize_effect.cpp  
-fPIC -DPIC -o .libs/resize_effect.o
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c mirror_effect.cpp -o 
mirror_effect.o >/dev/null 2>&1
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c resize_effect.cpp -o 
resize_effect.o >/dev/null 2>&1
[ ! -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
/bin/bash ./libtool --tag=CXX --mode=compile g++ -MMD -MP -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 
-fvisibility-inlines-hidden -I/usr/src/gtest/include -I/usr/include/SDL2 
-D_REENTRANT  -I/usr/include/eigen3     -o multiply_effect.lo -c 
multiply_effect.cpp
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c multiply_effect.cpp  
-fPIC -DPIC -o .libs/multiply_effect.o
[ ! -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
/bin/bash ./libtool --tag=CXX --mode=compile g++ -MMD -MP -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wall -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -std=gnu++14 
-fvisibility-inlines-hidden -I/usr/src/gtest/include -I/usr/include/SDL2 
-D_REENTRANT  -I/usr/include/eigen3     -o fft_input.lo -c fft_input.cpp
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c fft_input.cpp  -fPIC 
-DPIC -o .libs/fft_input.o
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c multiply_effect.cpp 
-o multiply_effect.o >/dev/null 2>&1
libtool: compile:  g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/eigen3 -c fft_input.cpp -o 
fft_input.o >/dev/null 2>&1
[ ! -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
g++ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT  -I/usr/include/eigen3     -o 
effect_chain_test.o -c effect_chain_test.cpp
In file included from /usr/src/gtest/include/gtest/gtest-message.h:57,
                 from /usr/src/gtest/include/gtest/gtest-assertion-result.h:46,
                 from /usr/src/gtest/include/gtest/gtest.h:63,
                 from effect_chain_test.cpp:15:
/usr/src/gtest/include/gtest/internal/gtest-port.h:273:2: error: #error C++ 
versions less than C++17 are not supported.
  273 | #error C++ versions less than C++17 are not supported.
      |  ^~~~~
In file included from /usr/src/gtest/include/gtest/gtest.h:67:
/usr/src/gtest/include/gtest/gtest-param-test.h:483:56: error: missing template 
arguments before ‘(’ token
  483 |           typename StdFunction = 
decltype(std::function(std::declval<Func>()))>
      |                                                        ^
/usr/src/gtest/include/gtest/gtest-param-test.h:493:56: error: missing template 
arguments before ‘(’ token
  493 |           typename StdFunction = 
decltype(std::function(std::declval<Func>()))>
      |                                                        ^
/usr/src/gtest/include/gtest/gtest-param-test.h: In function ‘auto 
testing::ConvertGenerator(Gen&&, Func&&)’:
/usr/src/gtest/include/gtest/gtest-param-test.h:497:6: warning: ‘if 
constexpr’ only available with ‘-std=c++17’ or ‘-std=gnu++17’ 
[-Wc++17-extensions]
  497 |   if constexpr (is_single_arg_std_function) {
      |      ^~~~~~~~~
effect_chain_test.cpp: At global scope:
/usr/src/gtest/include/gtest/gtest-param-test.h:595:72: warning: ‘constexpr 
bool testing::internal::InstantiateTestCase_P_IsDeprecated()’ is deprecated: 
INSTANTIATE_TEST_CASE_P is deprecated, please use INSTANTIATE_TEST_SUITE_P 
[-Wdeprecated-declarations]
  595 |   
static_assert(::testing::internal::InstantiateTestCase_P_IsDeprecated(), \
      |                 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
effect_chain_test.cpp:104:1: note: in expansion of macro 
‘INSTANTIATE_TEST_CASE_P’
  104 | INSTANTIATE_TEST_CASE_P(WithAndWithoutComputeShaderTest,
      | ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/src/gtest/include/gtest/gtest-printers.h:122,
                 from /usr/src/gtest/include/gtest/gtest-matchers.h:49,
                 from 
/usr/src/gtest/include/gtest/internal/gtest-death-test-internal.h:47,
                 from /usr/src/gtest/include/gtest/gtest-death-test.h:43,
                 from /usr/src/gtest/include/gtest/gtest.h:64:
/usr/src/gtest/include/gtest/internal/gtest-internal.h:1234:16: note: declared 
here
 1234 | constexpr bool InstantiateTestCase_P_IsDeprecated() {
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ ! -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
g++ -MMD -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/src/gtest -Wall -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=gnu++14 -fvisibility-inlines-hidden -I/usr/src/gtest/include 
-I/usr/include/SDL2 -D_REENTRANT  -I/usr/include/eigen3     -c 
/usr/src/gtest/src/gtest-all.cc -o gtest-all.o
In file included from /usr/src/gtest/include/gtest/gtest-message.h:57,
                 from /usr/src/gtest/include/gtest/gtest-assertion-result.h:46,
                 from /usr/src/gtest/include/gtest/gtest.h:63,
                 from /usr/src/gtest/src/gtest-all.cc:38:
/usr/src/gtest/include/gtest/internal/gtest-port.h:273:2: error: #error C++ 
versions less than C++17 are not supported.
  273 | #error C++ versions less than C++17 are not supported.
      |  ^~~~~
make[1]: *** [Makefile:130: effect_chain_test.o] Error 1
make[1]: *** Waiting for unfinished jobs....
In file included from /usr/src/gtest/include/gtest/gtest.h:67:
/usr/src/gtest/include/gtest/gtest-param-test.h:483:56: error: missing template 
arguments before ‘(’ token
  483 |           typename StdFunction = 
decltype(std::function(std::declval<Func>()))>
      |                                                        ^
/usr/src/gtest/include/gtest/gtest-param-test.h:493:56: error: missing template 
arguments before ‘(’ token
  493 |           typename StdFunction = 
decltype(std::function(std::declval<Func>()))>
      |                                                        ^
/usr/src/gtest/include/gtest/gtest-param-test.h: In function ‘auto 
testing::ConvertGenerator(Gen&&, Func&&)’:
/usr/src/gtest/include/gtest/gtest-param-test.h:497:6: warning: ‘if 
constexpr’ only available with ‘-std=c++17’ or ‘-std=gnu++17’ 
[-Wc++17-extensions]
  497 |   if constexpr (is_single_arg_std_function) {
      |      ^~~~~~~~~
make[1]: *** [Makefile:106: gtest-all.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j2 returned exit code 2
make: *** [debian/rules:5: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: movit
Source-Version: 1.7.2-1
Done: Steinar H. Gunderson <[email protected]>

We believe that the bug you reported is fixed in the latest version of
movit, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steinar H. Gunderson <[email protected]> (supplier of updated movit package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 06 Sep 2025 20:32:48 +0200
Source: movit
Architecture: source
Version: 1.7.2-1
Distribution: unstable
Urgency: medium
Maintainer: Steinar H. Gunderson <[email protected]>
Changed-By: Steinar H. Gunderson <[email protected]>
Closes: 1114211
Changes:
 movit (1.7.2-1) unstable; urgency=medium
 .
   * New upstream release.
     * Fixes FTBFS with newer Google Test. (Closes: #1114211)
Checksums-Sha1:
 0d2d0326875bd9ae4bcc0e54fd6c953017814805 1831 movit_1.7.2-1.dsc
 82db2086d85931dda4d1ce363e61818e9945209f 618458 movit_1.7.2.orig.tar.gz
 862cee9012eed8be3db54e2d2c66b322ac64dc9b 4100 movit_1.7.2-1.debian.tar.xz
 4d4155347813a8fc0c1c0d32b4602fe01bf98fa3 11494 movit_1.7.2-1_amd64.buildinfo
Checksums-Sha256:
 c8c2f61a6d76bef73892f8522f24a59d40dd246466414d6eec852049f980dfec 1831 
movit_1.7.2-1.dsc
 00ac1f8e46c2d3e38c75cbb7a1af0a615751c158c611cb70053094b65ecfe8d5 618458 
movit_1.7.2.orig.tar.gz
 04fee42ca8edcd339a25f9467817c0d9bb095be5b687e79425f973051ad64dde 4100 
movit_1.7.2-1.debian.tar.xz
 c005318e2dfd9bf50bdaf0c7adcc2062d7b6dc9d6fe0acd87204eaa59b0c2549 11494 
movit_1.7.2-1_amd64.buildinfo
Files:
 874f6693b5c8c593ad1a7c067b933011 1831 libs optional movit_1.7.2-1.dsc
 860a4508ece87f2174bedbc5b08cbf0e 618458 libs optional movit_1.7.2.orig.tar.gz
 adcee8b918077a69411b29cb02443982 4100 libs optional movit_1.7.2-1.debian.tar.xz
 b961fbf9c54d6195f91e8ee71ec25395 11494 libs optional 
movit_1.7.2-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEwukAT/AowY5OrduDf2F1YXeXj3YFAmi8gEYACgkQf2F1YXeX
j3YADhAAzEliVr/jq6GJWR79/DBFFfxP2hRec9ub2N7CixwKg1Lvgkqz5R3d+XYm
PbMp1L3jmOIT5yb1KG0sRvyKNhvW116IxB/Yxyf4p6qRU7/IrCcLh0aJYbzO7eNm
n7RWN4l5SareOZoXoXEjEbICdPxajT+yZTwMruSKewYqDRN20rthoaNmrcFcK1l5
aJtXNQ9GqUIG+g2pj+s3f70vRoCIIa00Tn7QPpXzLF7gjHpueeg6OcZ2yUaK8zlk
Nuxhrq5wmvwcADtjHH/05tRzwUlfSpwm4FIWmd9mH0Ip4NxtNUuZdmbDRX2ToLrH
Ke0/0PE0gCMhvnYEdMfq1NLofsLFUzjdZ/idzYaB23fOpRBHtqC4nPVx1FClTFMJ
7k1sYXaK9NKtIQ2TQI/ev0t5TTU9+UTOQexzpHwnRGr5a4XklH2Ul8YLYmTgFggD
i+ZDhPx4ybZZPbMmWyEQnWjn8GNKrenSDRivetLldXbIr7EBmLSnwRpQvOv2sFDy
8Hp+GgxHGsJydhDg80hwdzsW/eZiqCnGOweA0qpKDktL7c6mxcLTldmf7JG10hDk
iRGC9mCq9H62EebImi5CKO8vIE0B/UMexTaqoK+niqmFUrHc/pJt70aMCeTkp59n
S1MOaQ/3MeybsYsVpM3cn3Wf5P4zn/LBZx+9ntELZcemAOzouwc=
=M+ZK
-----END PGP SIGNATURE-----

Attachment: pgpHViABLg4T8.pgp
Description: PGP signature


--- End Message ---

Reply via email to