Bug#1074838: bcmatroska2: ftbfs with GCC-14
Matthias Klose
doko at debian.org
Wed Jul 3 13:22:50 BST 2024
Package: src:bcmatroska2
Version: 5.2.0-2
Severity: important
Tags: sid trixie
User: debian-gcc at lists.debian.org
Usertags: ftbfs-gcc-14
[This bug is 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-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.
The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/bcmatroska2_5.2.0-2_unstable_gccexp.log
The last lines of the build log are at the end of this report.
To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
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-14/porting_to.html
[...]
/<<PKGBUILDDIR>>/libebml2/ebmlmaster.c:149:39: error: passing argument 4 of ‘ArraySortEx’ from incompatible pointer type [-Wincompatible-pointer-types]
149 | ArraySort(&Elts,ebml_element*,EbmlCmp,Element,0);
| ^~~~~~~
| |
| int (*)(const ebml_element *, const ebml_element **, const ebml_element **)
/<<PKGBUILDDIR>>/corec/corec/array/array.h:91:98: note: in definition of macro ‘ArraySort’
91 | #define ArraySort(p,type,Cmp,CmpParam,Unique) ArraySortEx(p,ARRAYCOUNT(*p,type),sizeof(type),Cmp,CmpParam,Unique)
| ^~~
/<<PKGBUILDDIR>>/corec/corec/array/array.h:83:75: note: expected ‘arraycmp’ {aka ‘int (*)(const void *, const void *, const void *)’} but argument is of type ‘int (*)(const ebml_element *, const ebml_element **, const ebml_element **)’
83 | ARRAY_DLL void ArraySortEx(array* p, size_t Count, size_t Width, arraycmp Cmp, const void* CmpParam, bool_t Unique);
| ~~~~~~~~~^~~
make[3]: *** [libebml2/CMakeFiles/ebml2-objects.dir/build.make:107: libebml2/CMakeFiles/ebml2-objects.dir/ebmlmaster.c.o] Error 1
make[3]: *** Waiting for unfinished jobs....
[ 24%] Building C object corec/corec/CMakeFiles/corec-objects.dir/helpers/file/bufstream.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/corec/corec && /usr/bin/cc -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/corec -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -w -MD -MT corec/corec/CMakeFiles/corec-objects.dir/helpers/file/bufstream.c.o -MF CMakeFiles/corec-objects.dir/helpers/file/bufstream.c.o.d -o CMakeFiles/corec-objects.dir/helpers/file/bufstream.c.o -c /<<PKGBUILDDIR>>/corec/corec/helpers/file/bufstream.c
[ 27%] Building C object corec/corec/CMakeFiles/corec-objects.dir/helpers/file/memstream.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/corec/corec && /usr/bin/cc -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/corec -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -w -MD -MT corec/corec/CMakeFiles/corec-objects.dir/helpers/file/memstream.c.o -MF CMakeFiles/corec-objects.dir/helpers/file/memstream.c.o.d -o CMakeFiles/corec-objects.dir/helpers/file/memstream.c.o -c /<<PKGBUILDDIR>>/corec/corec/helpers/file/memstream.c
[ 29%] Building C object corec/corec/CMakeFiles/corec-objects.dir/helpers/file/streams.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/corec/corec && /usr/bin/cc -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/corec -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -w -MD -MT corec/corec/CMakeFiles/corec-objects.dir/helpers/file/streams.c.o -MF CMakeFiles/corec-objects.dir/helpers/file/streams.c.o.d -o CMakeFiles/corec-objects.dir/helpers/file/streams.c.o -c /<<PKGBUILDDIR>>/corec/corec/helpers/file/streams.c
[ 32%] Building C object corec/corec/CMakeFiles/corec-objects.dir/helpers/file/tools.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/corec/corec && /usr/bin/cc -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/corec -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -w -MD -MT corec/corec/CMakeFiles/corec-objects.dir/helpers/file/tools.c.o -MF CMakeFiles/corec-objects.dir/helpers/file/tools.c.o.d -o CMakeFiles/corec-objects.dir/helpers/file/tools.c.o -c /<<PKGBUILDDIR>>/corec/corec/helpers/file/tools.c
[ 37%] Building C object corec/corec/CMakeFiles/corec-objects.dir/helpers/md5/md5.c.o
[ 37%] Building C object corec/corec/CMakeFiles/corec-objects.dir/helpers/parser/parser2.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/corec/corec && /usr/bin/cc -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/corec -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -w -MD -MT corec/corec/CMakeFiles/corec-objects.dir/helpers/parser/parser2.c.o -MF CMakeFiles/corec-objects.dir/helpers/parser/parser2.c.o.d -o CMakeFiles/corec-objects.dir/helpers/parser/parser2.c.o -c /<<PKGBUILDDIR>>/corec/corec/helpers/parser/parser2.c
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/corec/corec && /usr/bin/cc -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/corec -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -w -MD -MT corec/corec/CMakeFiles/corec-objects.dir/helpers/md5/md5.c.o -MF CMakeFiles/corec-objects.dir/helpers/md5/md5.c.o.d -o CMakeFiles/corec-objects.dir/helpers/md5/md5.c.o -c /<<PKGBUILDDIR>>/corec/corec/helpers/md5/md5.c
[ 40%] Building C object corec/corec/CMakeFiles/corec-objects.dir/helpers/parser/strtab.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/corec/corec && /usr/bin/cc -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/corec -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -w -MD -MT corec/corec/CMakeFiles/corec-objects.dir/helpers/parser/strtab.c.o -MF CMakeFiles/corec-objects.dir/helpers/parser/strtab.c.o.d -o CMakeFiles/corec-objects.dir/helpers/parser/strtab.c.o -c /<<PKGBUILDDIR>>/corec/corec/helpers/parser/strtab.c
[ 43%] Building C object corec/corec/CMakeFiles/corec-objects.dir/helpers/parser/strtypes.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/corec/corec && /usr/bin/cc -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/corec -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -w -MD -MT corec/corec/CMakeFiles/corec-objects.dir/helpers/parser/strtypes.c.o -MF CMakeFiles/corec-objects.dir/helpers/parser/strtypes.c.o.d -o CMakeFiles/corec-objects.dir/helpers/parser/strtypes.c.o -c /<<PKGBUILDDIR>>/corec/corec/helpers/parser/strtypes.c
[ 45%] Building C object corec/corec/CMakeFiles/corec-objects.dir/helpers/parser/dataheap.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/corec/corec && /usr/bin/cc -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/corec -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -w -MD -MT corec/corec/CMakeFiles/corec-objects.dir/helpers/parser/dataheap.c.o -MF CMakeFiles/corec-objects.dir/helpers/parser/dataheap.c.o.d -o CMakeFiles/corec-objects.dir/helpers/parser/dataheap.c.o -c /<<PKGBUILDDIR>>/corec/corec/helpers/parser/dataheap.c
[ 48%] Building C object corec/corec/CMakeFiles/corec-objects.dir/helpers/parser/buffer.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/corec/corec && /usr/bin/cc -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/corec -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -w -MD -MT corec/corec/CMakeFiles/corec-objects.dir/helpers/parser/buffer.c.o -MF CMakeFiles/corec-objects.dir/helpers/parser/buffer.c.o.d -o CMakeFiles/corec-objects.dir/helpers/parser/buffer.c.o -c /<<PKGBUILDDIR>>/corec/corec/helpers/parser/buffer.c
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:181: libebml2/CMakeFiles/ebml2-objects.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
[ 51%] Building C object corec/corec/CMakeFiles/corec-objects.dir/helpers/parser/hotkey.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/corec/corec && /usr/bin/cc -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/corec -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -w -MD -MT corec/corec/CMakeFiles/corec-objects.dir/helpers/parser/hotkey.c.o -MF CMakeFiles/corec-objects.dir/helpers/parser/hotkey.c.o.d -o CMakeFiles/corec-objects.dir/helpers/parser/hotkey.c.o -c /<<PKGBUILDDIR>>/corec/corec/helpers/parser/hotkey.c
[ 54%] Building C object corec/corec/CMakeFiles/corec-objects.dir/helpers/parser/nodelookup.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/corec/corec && /usr/bin/cc -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/corec -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -w -MD -MT corec/corec/CMakeFiles/corec-objects.dir/helpers/parser/nodelookup.c.o -MF CMakeFiles/corec-objects.dir/helpers/parser/nodelookup.c.o.d -o CMakeFiles/corec-objects.dir/helpers/parser/nodelookup.c.o -c /<<PKGBUILDDIR>>/corec/corec/helpers/parser/nodelookup.c
[ 56%] Building C object corec/corec/CMakeFiles/corec-objects.dir/helpers/parser/urlpart.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/corec/corec && /usr/bin/cc -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/corec -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -w -MD -MT corec/corec/CMakeFiles/corec-objects.dir/helpers/parser/urlpart.c.o -MF CMakeFiles/corec-objects.dir/helpers/parser/urlpart.c.o.d -o CMakeFiles/corec-objects.dir/helpers/parser/urlpart.c.o -c /<<PKGBUILDDIR>>/corec/corec/helpers/parser/urlpart.c
[ 59%] Building C object corec/corec/CMakeFiles/corec-objects.dir/node/node.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/corec/corec && /usr/bin/cc -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/corec -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -w -MD -MT corec/corec/CMakeFiles/corec-objects.dir/node/node.c.o -MF CMakeFiles/corec-objects.dir/node/node.c.o.d -o CMakeFiles/corec-objects.dir/node/node.c.o -c /<<PKGBUILDDIR>>/corec/corec/node/node.c
[ 62%] Building C object corec/corec/CMakeFiles/corec-objects.dir/node/nodetree.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/corec/corec && /usr/bin/cc -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/corec -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -w -MD -MT corec/corec/CMakeFiles/corec-objects.dir/node/nodetree.c.o -MF CMakeFiles/corec-objects.dir/node/nodetree.c.o.d -o CMakeFiles/corec-objects.dir/node/nodetree.c.o -c /<<PKGBUILDDIR>>/corec/corec/node/nodetree.c
[ 64%] Building C object corec/corec/CMakeFiles/corec-objects.dir/str/str.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/corec/corec && /usr/bin/cc -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/corec -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -w -MD -MT corec/corec/CMakeFiles/corec-objects.dir/str/str.c.o -MF CMakeFiles/corec-objects.dir/str/str.c.o.d -o CMakeFiles/corec-objects.dir/str/str.c.o -c /<<PKGBUILDDIR>>/corec/corec/str/str.c
[ 67%] Building C object corec/corec/CMakeFiles/corec-objects.dir/helpers/date/date_libc.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/corec/corec && /usr/bin/cc -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/corec -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -w -MD -MT corec/corec/CMakeFiles/corec-objects.dir/helpers/date/date_libc.c.o -MF CMakeFiles/corec-objects.dir/helpers/date/date_libc.c.o.d -o CMakeFiles/corec-objects.dir/helpers/date/date_libc.c.o -c /<<PKGBUILDDIR>>/corec/corec/helpers/date/date_libc.c
[ 70%] Building C object corec/corec/CMakeFiles/corec-objects.dir/helpers/file/file_bctbx.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/corec/corec && /usr/bin/cc -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/corec -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -w -MD -MT corec/corec/CMakeFiles/corec-objects.dir/helpers/file/file_bctbx.c.o -MF CMakeFiles/corec-objects.dir/helpers/file/file_bctbx.c.o.d -o CMakeFiles/corec-objects.dir/helpers/file/file_bctbx.c.o -c /<<PKGBUILDDIR>>/corec/corec/helpers/file/file_bctbx.c
[ 72%] Building C object corec/corec/CMakeFiles/corec-objects.dir/multithread/multithread_pthread.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/corec/corec && /usr/bin/cc -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/corec -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -w -MD -MT corec/corec/CMakeFiles/corec-objects.dir/multithread/multithread_pthread.c.o -MF CMakeFiles/corec-objects.dir/multithread/multithread_pthread.c.o.d -o CMakeFiles/corec-objects.dir/multithread/multithread_pthread.c.o -c /<<PKGBUILDDIR>>/corec/corec/multithread/multithread_pthread.c
[ 75%] Building C object corec/corec/CMakeFiles/corec-objects.dir/helpers/system/ccsystem_posix.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/corec/corec && /usr/bin/cc -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/corec -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -w -MD -MT corec/corec/CMakeFiles/corec-objects.dir/helpers/system/ccsystem_posix.c.o -MF CMakeFiles/corec-objects.dir/helpers/system/ccsystem_posix.c.o.d -o CMakeFiles/corec-objects.dir/helpers/system/ccsystem_posix.c.o -c /<<PKGBUILDDIR>>/corec/corec/helpers/system/ccsystem_posix.c
[ 78%] Building C object corec/corec/CMakeFiles/corec-objects.dir/helpers/charconvert/charconvert_linux.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/corec/corec && /usr/bin/cc -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/corec -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -w -MD -MT corec/corec/CMakeFiles/corec-objects.dir/helpers/charconvert/charconvert_linux.c.o -MF CMakeFiles/corec-objects.dir/helpers/charconvert/charconvert_linux.c.o.d -o CMakeFiles/corec-objects.dir/helpers/charconvert/charconvert_linux.c.o -c /<<PKGBUILDDIR>>/corec/corec/helpers/charconvert/charconvert_linux.c
[ 81%] Building C object corec/corec/CMakeFiles/corec-objects.dir/str/str_linux.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/corec/corec && /usr/bin/cc -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/corec -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -w -MD -MT corec/corec/CMakeFiles/corec-objects.dir/str/str_linux.c.o -MF CMakeFiles/corec-objects.dir/str/str_linux.c.o.d -o CMakeFiles/corec-objects.dir/str/str_linux.c.o -c /<<PKGBUILDDIR>>/corec/corec/str/str_linux.c
[ 83%] Building C object corec/corec/CMakeFiles/corec-objects.dir/helpers/file/stream_stdio.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/corec/corec && /usr/bin/cc -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/corec -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -w -MD -MT corec/corec/CMakeFiles/corec-objects.dir/helpers/file/stream_stdio.c.o -MF CMakeFiles/corec-objects.dir/helpers/file/stream_stdio.c.o.d -o CMakeFiles/corec-objects.dir/helpers/file/stream_stdio.c.o -c /<<PKGBUILDDIR>>/corec/corec/helpers/file/stream_stdio.c
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 83%] Built target corec-objects
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:159: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j8 "INSTALL=install --strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:25: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
More information about the Pkg-voip-maintainers
mailing list