Your message dated Sat, 21 Dec 2024 16:19:03 +0000
with message-id <[email protected]>
and subject line Bug#1074838: fixed in bcmatroska2 5.2.0-5
has caused the Debian Bug report #1074838,
regarding bcmatroska2: ftbfs with GCC-14
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.)


-- 
1074838: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074838
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:bcmatroska2
Version: 5.2.0-2
Severity: important
Tags: sid trixie
User: [email protected]
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

--- End Message ---
--- Begin Message ---
Source: bcmatroska2
Source-Version: 5.2.0-5
Done: Bastian Germann <[email protected]>

We believe that the bug you reported is fixed in the latest version of
bcmatroska2, 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.
Bastian Germann <[email protected]> (supplier of updated bcmatroska2 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, 21 Dec 2024 15:59:15 +0000
Source: bcmatroska2
Architecture: source
Version: 5.2.0-5
Distribution: unstable
Urgency: medium
Maintainer: Debian VoIP Team <[email protected]>
Changed-By: Bastian Germann <[email protected]>
Closes: 1074838
Changes:
 bcmatroska2 (5.2.0-5) unstable; urgency=medium
 .
   * Fix compilation warning treated as error. (Closes: #1074838)
   * Skip experimental Debian revisions.
Checksums-Sha1:
 707f4a76da8c217d5217ee2f5caccce1b447ebc2 2007 bcmatroska2_5.2.0-5.dsc
 150bb956b1abb705cc322a97c36b6bfff5ee3aac 5860 bcmatroska2_5.2.0-5.debian.tar.xz
 adb079c09d43e5f325a5ae34d4847ac189a91ffe 5238 
bcmatroska2_5.2.0-5_source.buildinfo
Checksums-Sha256:
 390ede737c3ea4c3620b61cafa80d4cc284b958f25c94001dae87d2ea7f252f9 2007 
bcmatroska2_5.2.0-5.dsc
 8f188daedb5d813dd3a0182726f2528182b1b9eec017e9557cef7ef817405230 5860 
bcmatroska2_5.2.0-5.debian.tar.xz
 1b5084a90e71435e13cce2c177617a478d7df0fb69d8ef61a52da0ecb65f8fd7 5238 
bcmatroska2_5.2.0-5_source.buildinfo
Files:
 86e76b630064175bee67afa961b13d19 2007 libs optional bcmatroska2_5.2.0-5.dsc
 f09fe4a4ea84ca54eaecde16b2a26b30 5860 libs optional 
bcmatroska2_5.2.0-5.debian.tar.xz
 a446a208fca5e577720b944bc88b4a61 5238 libs optional 
bcmatroska2_5.2.0-5_source.buildinfo

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

iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmdm5rcQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFJotDADFo7w1ce76W+tUsYJF3rvXurvl4AWMExrw
M4/BmVFR60R9PeNRVvxGknnD8z5sucUNbJPi6MuI4e4vaBS0nBs52UFTRoXvo3Tm
H4AkYLHRfifISubb/9ubX9YWq2H16FmoUeM/ktwKdtY99pFrc6kGe+YOQKiNeasa
UPUj9BHmvZg4ahVraaEwND4sMiJS9vhZeDTYWiUEjqOijkQcN8O87nRXWBROpxeB
XjWxwPx3oUPT26R5Wsc2OlvKiYxnh6IF/r2DNDxNCLfvXa5kz4B2fdse3aKP0qZG
ZdG2guJKoIckY6mDgVblNOiJB2k66g6gBojWciGl6jZbUBo4dy0ZQQNt1dSISvzG
qnntI/0E4S+x4/pPSwtWjpsPjeptPy7T6hAEVBjOgf0wCPvCzhGGTCF6Bigq7ujq
nCC6iAdKKf59yzPylD6ZfRqN6QiPTrrv5e1EvcHLUc09trGe5XMvKAFzi2APmOJJ
faFKtQ80j8rk/+NN/4V876v0adB6MUk=
=mp+v
-----END PGP SIGNATURE-----

Attachment: pgpXiXVvK0zSY.pgp
Description: PGP signature


--- End Message ---

Reply via email to