Bug#1096678: gavl: ftbfs with GCC-15
Package: src:gavl
Version: 2.0.0~svn6298-1
Severity: important
Tags: sid forky
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-15
[This bug is NOT targeted to the upcoming trixie release]
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.
The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/gavl_2.0.0~svn6298-1_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.
To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other Common build failures are new warnings resulting in build failures
with -Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-15/porting_to.html
[...]
/bin/bash ../../libtool --tag=CC --mode=link gcc -I/usr/include/p11-kit-1 -D__GAVL__ -D_FILE_OFFSET_BITS=64 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/gavl-2.0.0~svn6298=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O3 -fomit-frame-pointer -Wall -Wmissing-declarations -Wdeclaration-after-statement -fvisibility=hidden -Wl,-z,relro -Wl,-z,now -o libgavl_sse2.la scale_y_sse2.lo
libtool: link: ar cr .libs/libgavl_sse2.a .libs/scale_y_sse2.o
libtool: link: ranlib .libs/libgavl_sse2.a
libtool: link: ( cd ".libs" && rm -f "libgavl_sse2.la" && ln -s "../libgavl_sse2.la" "libgavl_sse2.la" )
make[3]: Leaving directory '/build/reproducible-path/gavl-2.0.0~svn6298/gavl/sse2'
Making all in sse3
make[3]: Entering directory '/build/reproducible-path/gavl-2.0.0~svn6298/gavl/sse3'
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../include/gavl -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1 -D__GAVL__ -D_FILE_OFFSET_BITS=64 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/gavl-2.0.0~svn6298=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O3 -fomit-frame-pointer -Wall -Wmissing-declarations -Wdeclaration-after-statement -fvisibility=hidden -c -o rgb_yuv_sse3.lo rgb_yuv_sse3.c
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../include/gavl -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1 -D__GAVL__ -D_FILE_OFFSET_BITS=64 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/gavl-2.0.0~svn6298=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O3 -fomit-frame-pointer -Wall -Wmissing-declarations -Wdeclaration-after-statement -fvisibility=hidden -c -o scale_x_sse3.lo scale_x_sse3.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../include/gavl -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1 -D__GAVL__ -D_FILE_OFFSET_BITS=64 -g -O2 -Werror=implicit-function-declaration "-ffile-prefix-map=/build/reproducible-path/gavl-2.0.0~svn6298=." -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O3 -fomit-frame-pointer -Wall -Wmissing-declarations -Wdeclaration-after-statement -fvisibility=hidden -c rgb_yuv_sse3.c -fPIC -DPIC -o .libs/rgb_yuv_sse3.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../include/gavl -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1 -D__GAVL__ -D_FILE_OFFSET_BITS=64 -g -O2 -Werror=implicit-function-declaration "-ffile-prefix-map=/build/reproducible-path/gavl-2.0.0~svn6298=." -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O3 -fomit-frame-pointer -Wall -Wmissing-declarations -Wdeclaration-after-statement -fvisibility=hidden -c scale_x_sse3.c -fPIC -DPIC -o .libs/scale_x_sse3.o
/bin/bash ../../libtool --tag=CC --mode=link gcc -I/usr/include/p11-kit-1 -D__GAVL__ -D_FILE_OFFSET_BITS=64 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/gavl-2.0.0~svn6298=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O3 -fomit-frame-pointer -Wall -Wmissing-declarations -Wdeclaration-after-statement -fvisibility=hidden -Wl,-z,relro -Wl,-z,now -o libgavl_sse3.la rgb_yuv_sse3.lo scale_x_sse3.lo
libtool: link: ar cr .libs/libgavl_sse3.a .libs/rgb_yuv_sse3.o .libs/scale_x_sse3.o
libtool: link: ranlib .libs/libgavl_sse3.a
libtool: link: ( cd ".libs" && rm -f "libgavl_sse3.la" && ln -s "../libgavl_sse3.la" "libgavl_sse3.la" )
make[3]: Leaving directory '/build/reproducible-path/gavl-2.0.0~svn6298/gavl/sse3'
Making all in ssse3
make[3]: Entering directory '/build/reproducible-path/gavl-2.0.0~svn6298/gavl/ssse3'
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../include/gavl -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1 -D__GAVL__ -D_FILE_OFFSET_BITS=64 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/gavl-2.0.0~svn6298=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O3 -fomit-frame-pointer -Wall -Wmissing-declarations -Wdeclaration-after-statement -fvisibility=hidden -c -o dsp_ssse3.lo dsp_ssse3.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../include/gavl -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1 -D__GAVL__ -D_FILE_OFFSET_BITS=64 -g -O2 -Werror=implicit-function-declaration "-ffile-prefix-map=/build/reproducible-path/gavl-2.0.0~svn6298=." -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O3 -fomit-frame-pointer -Wall -Wmissing-declarations -Wdeclaration-after-statement -fvisibility=hidden -c dsp_ssse3.c -fPIC -DPIC -o .libs/dsp_ssse3.o
/bin/bash ../../libtool --tag=CC --mode=link gcc -I/usr/include/p11-kit-1 -D__GAVL__ -D_FILE_OFFSET_BITS=64 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/gavl-2.0.0~svn6298=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O3 -fomit-frame-pointer -Wall -Wmissing-declarations -Wdeclaration-after-statement -fvisibility=hidden -Wl,-z,relro -Wl,-z,now -o libgavl_ssse3.la dsp_ssse3.lo
libtool: link: ar cr .libs/libgavl_ssse3.a .libs/dsp_ssse3.o
libtool: link: ranlib .libs/libgavl_ssse3.a
libtool: link: ( cd ".libs" && rm -f "libgavl_ssse3.la" && ln -s "../libgavl_ssse3.la" "libgavl_ssse3.la" )
make[3]: Leaving directory '/build/reproducible-path/gavl-2.0.0~svn6298/gavl/ssse3'
Making all in 3dnow
make[3]: Entering directory '/build/reproducible-path/gavl-2.0.0~svn6298/gavl/3dnow'
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../include/gavl -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1 -D__GAVL__ -D_FILE_OFFSET_BITS=64 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/gavl-2.0.0~svn6298=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O3 -fomit-frame-pointer -Wall -Wmissing-declarations -Wdeclaration-after-statement -fvisibility=hidden -c -o deinterlace_blend_3dnow.lo deinterlace_blend_3dnow.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../include/gavl -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1 -D__GAVL__ -D_FILE_OFFSET_BITS=64 -g -O2 -Werror=implicit-function-declaration "-ffile-prefix-map=/build/reproducible-path/gavl-2.0.0~svn6298=." -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O3 -fomit-frame-pointer -Wall -Wmissing-declarations -Wdeclaration-after-statement -fvisibility=hidden -c deinterlace_blend_3dnow.c -fPIC -DPIC -o .libs/deinterlace_blend_3dnow.o
/bin/bash ../../libtool --tag=CC --mode=link gcc -I/usr/include/p11-kit-1 -D__GAVL__ -D_FILE_OFFSET_BITS=64 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/gavl-2.0.0~svn6298=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O3 -fomit-frame-pointer -Wall -Wmissing-declarations -Wdeclaration-after-statement -fvisibility=hidden -Wl,-z,relro -Wl,-z,now -o libgavl_3dnow.la deinterlace_blend_3dnow.lo
libtool: link: ar cr .libs/libgavl_3dnow.a .libs/deinterlace_blend_3dnow.o
libtool: link: ranlib .libs/libgavl_3dnow.a
libtool: link: ( cd ".libs" && rm -f "libgavl_3dnow.la" && ln -s "../libgavl_3dnow.la" "libgavl_3dnow.la" )
make[3]: Leaving directory '/build/reproducible-path/gavl-2.0.0~svn6298/gavl/3dnow'
make[3]: Entering directory '/build/reproducible-path/gavl-2.0.0~svn6298/gavl'
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/gavl -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1 -D__GAVL__ -D_FILE_OFFSET_BITS=64 -I/usr/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/gavl-2.0.0~svn6298=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O3 -fomit-frame-pointer -Wall -Wmissing-declarations -Wdeclaration-after-statement -fvisibility=hidden -c -o hw_vaapi.lo hw_vaapi.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/gavl -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1 -D__GAVL__ -D_FILE_OFFSET_BITS=64 -I/usr/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/gavl-2.0.0~svn6298=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O3 -fomit-frame-pointer -Wall -Wmissing-declarations -Wdeclaration-after-statement -fvisibility=hidden -c -o hw_vaapi_x11.lo hw_vaapi_x11.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/gavl -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1 -D__GAVL__ -D_FILE_OFFSET_BITS=64 -I/usr/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/gavl-2.0.0~svn6298=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O3 -fomit-frame-pointer -Wall -Wmissing-declarations -Wdeclaration-after-statement -fvisibility=hidden -c -o hw_egl.lo hw_egl.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/gavl -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1 -D__GAVL__ -D_FILE_OFFSET_BITS=64 -I/usr/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/gavl-2.0.0~svn6298=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O3 -fomit-frame-pointer -Wall -Wmissing-declarations -Wdeclaration-after-statement -fvisibility=hidden -c -o hw_gl.lo hw_gl.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/gavl -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1 -D__GAVL__ -D_FILE_OFFSET_BITS=64 -I/usr/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/gavl-2.0.0~svn6298=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O3 -fomit-frame-pointer -Wall -Wmissing-declarations -Wdeclaration-after-statement -fvisibility=hidden -c -o hw_v4l2.lo hw_v4l2.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/gavl -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1 -D__GAVL__ -D_FILE_OFFSET_BITS=64 -I/usr/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/gavl-2.0.0~svn6298=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O3 -fomit-frame-pointer -Wall -Wmissing-declarations -Wdeclaration-after-statement -fvisibility=hidden -c -o absdiff.lo absdiff.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/gavl -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1 -D__GAVL__ -D_FILE_OFFSET_BITS=64 -I/usr/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/gavl-2.0.0~svn6298=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O3 -fomit-frame-pointer -Wall -Wmissing-declarations -Wdeclaration-after-statement -fvisibility=hidden -c -o arith128.lo arith128.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/gavl -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1 -D__GAVL__ -D_FILE_OFFSET_BITS=64 -I/usr/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/gavl-2.0.0~svn6298=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O3 -fomit-frame-pointer -Wall -Wmissing-declarations -Wdeclaration-after-statement -fvisibility=hidden -c -o array.lo array.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/gavl -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1 -D__GAVL__ -D_FILE_OFFSET_BITS=64 -I/usr/include -g -O2 -Werror=implicit-function-declaration "-ffile-prefix-map=/build/reproducible-path/gavl-2.0.0~svn6298=." -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O3 -fomit-frame-pointer -Wall -Wmissing-declarations -Wdeclaration-after-statement -fvisibility=hidden -c hw_egl.c -fPIC -DPIC -o .libs/hw_egl.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/gavl -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1 -D__GAVL__ -D_FILE_OFFSET_BITS=64 -I/usr/include -g -O2 -Werror=implicit-function-declaration "-ffile-prefix-map=/build/reproducible-path/gavl-2.0.0~svn6298=." -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O3 -fomit-frame-pointer -Wall -Wmissing-declarations -Wdeclaration-after-statement -fvisibility=hidden -c absdiff.c -fPIC -DPIC -o .libs/absdiff.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/gavl -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1 -D__GAVL__ -D_FILE_OFFSET_BITS=64 -I/usr/include -g -O2 -Werror=implicit-function-declaration "-ffile-prefix-map=/build/reproducible-path/gavl-2.0.0~svn6298=." -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O3 -fomit-frame-pointer -Wall -Wmissing-declarations -Wdeclaration-after-statement -fvisibility=hidden -c hw_vaapi.c -fPIC -DPIC -o .libs/hw_vaapi.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/gavl -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1 -D__GAVL__ -D_FILE_OFFSET_BITS=64 -I/usr/include -g -O2 -Werror=implicit-function-declaration "-ffile-prefix-map=/build/reproducible-path/gavl-2.0.0~svn6298=." -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O3 -fomit-frame-pointer -Wall -Wmissing-declarations -Wdeclaration-after-statement -fvisibility=hidden -c hw_v4l2.c -fPIC -DPIC -o .libs/hw_v4l2.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/gavl -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1 -D__GAVL__ -D_FILE_OFFSET_BITS=64 -I/usr/include -g -O2 -Werror=implicit-function-declaration "-ffile-prefix-map=/build/reproducible-path/gavl-2.0.0~svn6298=." -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O3 -fomit-frame-pointer -Wall -Wmissing-declarations -Wdeclaration-after-statement -fvisibility=hidden -c array.c -fPIC -DPIC -o .libs/array.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/gavl -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1 -D__GAVL__ -D_FILE_OFFSET_BITS=64 -I/usr/include -g -O2 -Werror=implicit-function-declaration "-ffile-prefix-map=/build/reproducible-path/gavl-2.0.0~svn6298=." -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O3 -fomit-frame-pointer -Wall -Wmissing-declarations -Wdeclaration-after-statement -fvisibility=hidden -c hw_gl.c -fPIC -DPIC -o .libs/hw_gl.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/gavl -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1 -D__GAVL__ -D_FILE_OFFSET_BITS=64 -I/usr/include -g -O2 -Werror=implicit-function-declaration "-ffile-prefix-map=/build/reproducible-path/gavl-2.0.0~svn6298=." -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O3 -fomit-frame-pointer -Wall -Wmissing-declarations -Wdeclaration-after-statement -fvisibility=hidden -c arith128.c -fPIC -DPIC -o .libs/arith128.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/gavl -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/p11-kit-1 -D__GAVL__ -D_FILE_OFFSET_BITS=64 -I/usr/include -g -O2 -Werror=implicit-function-declaration "-ffile-prefix-map=/build/reproducible-path/gavl-2.0.0~svn6298=." -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O3 -fomit-frame-pointer -Wall -Wmissing-declarations -Wdeclaration-after-statement -fvisibility=hidden -c hw_vaapi_x11.c -fPIC -DPIC -o .libs/hw_vaapi_x11.o
hw_vaapi.c: In function 'gavl_vaapi_video_frame_swap_bytes':
hw_vaapi.c:627:17: error: too many arguments to function 'gavl_dsp_context_create'; expected 0, have 1
627 | priv->dsp = gavl_dsp_context_create(GAVL_QUALITY_DEFAULT);
| ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../include/vaapi.h:25,
from hw_vaapi.c:26:
../include/gavl/gavldsp.h:473:22: note: declared here
473 | gavl_dsp_context_t * gavl_dsp_context_create();
| ^~~~~~~~~~~~~~~~~~~~~~~
make[3]: *** [Makefile:862: hw_vaapi.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/build/reproducible-path/gavl-2.0.0~svn6298/gavl'
make[2]: *** [Makefile:877: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/gavl-2.0.0~svn6298/gavl'
make[1]: *** [Makefile:493: all-recursive] Error 1
make[1]: Leaving directory '/build/reproducible-path/gavl-2.0.0~svn6298'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
Reply to: