[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1037748: libwebm: ftbfs with GCC-13



Package: src:libwebm
Version: 1.0.0.29-1
Severity: normal
Tags: sid trixie
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-13

[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-13/g++-13, but succeeds to build with gcc-12/g++-12. 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/2023/05/22/logs/libwebm_1.0.0.29-1_unstable_gccexp.log
The last lines of the build log are at the end of this report.

To build with GCC 13, either set CC=gcc-13 CXX=g++-13 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-13/porting_to.html

[...]
[ 50%] Building CXX object CMakeFiles/mkvparser_tests.dir/testing/test_util.cc.o
/usr/bin/c++  -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/webm_parser -I/<<PKGBUILDDIR>>/webm_parser/include -I/googlemock/include -std=c++11 -g -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -fPIC -pie -Wdate-time -D_FORTIFY_SOURCE=2 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Wall -Wextra -Wnarrowing -Wno-deprecated -MD -MT CMakeFiles/mkvparser_tests.dir/testing/test_util.cc.o -MF CMakeFiles/mkvparser_tests.dir/testing/test_util.cc.o.d -o CMakeFiles/mkvparser_tests.dir/testing/test_util.cc.o -c /<<PKGBUILDDIR>>/testing/test_util.cc
In file included from /<<PKGBUILDDIR>>/testing/test_util.cc:8:
/<<PKGBUILDDIR>>/testing/test_util.h:35:12: error: ‘uint64_t’ in namespace ‘std’ does not name a type; did you mean ‘wint_t’?
   35 | const std::uint64_t kOpusCodecDelay = 6500000;
      |            ^~~~~~~~
      |            wint_t
/<<PKGBUILDDIR>>/testing/test_util.h:37:12: error: ‘uint64_t’ in namespace ‘std’ does not name a type; did you mean ‘wint_t’?
   37 | const std::uint64_t kOpusSeekPreroll = 80000000;
      |            ^~~~~~~~
      |            wint_t
/<<PKGBUILDDIR>>/testing/test_util.h:63:59: error: ‘std::int64_t’ has not been declared
   63 | bool HasCuePoints(const mkvparser::Segment* segment, std::int64_t* cues_offset);
      |                                                           ^~~~~~~
In file included from /<<PKGBUILDDIR>>/testing/test_util.cc:8:
/<<PKGBUILDDIR>>/testing/test_util.h:35:12: error: ‘uint64_t’ in namespace ‘std’ does not name a type; did you mean ‘wint_t’?
   35 | const std::uint64_t kOpusCodecDelay = 6500000;
      |            ^~~~~~~~
      |            wint_t
/<<PKGBUILDDIR>>/testing/test_util.h:37:12: error: ‘uint64_t’ in namespace ‘std’ does not name a type; did you mean ‘wint_t’?
   37 | const std::uint64_t kOpusSeekPreroll = 80000000;
      |            ^~~~~~~~
      |            wint_t
/<<PKGBUILDDIR>>/testing/test_util.h:63:59: error: ‘std::int64_t’ has not been declared
   63 | bool HasCuePoints(const mkvparser::Segment* segment, std::int64_t* cues_offset);
      |                                                           ^~~~~~~
make[3]: *** [CMakeFiles/vp9_level_stats_tests.dir/build.make:121: CMakeFiles/vp9_level_stats_tests.dir/testing/test_util.cc.o] Error 1
make[3]: *** Waiting for unfinished jobs....
[ 51%] Building CXX object CMakeFiles/mkvmuxer_tests.dir/testing/test_util.cc.o
/usr/bin/c++  -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/webm_parser -I/<<PKGBUILDDIR>>/webm_parser/include -I/googlemock/include -std=c++11 -g -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -fPIC -pie -Wdate-time -D_FORTIFY_SOURCE=2 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Wall -Wextra -Wnarrowing -Wno-deprecated -MD -MT CMakeFiles/mkvmuxer_tests.dir/testing/test_util.cc.o -MF CMakeFiles/mkvmuxer_tests.dir/testing/test_util.cc.o.d -o CMakeFiles/mkvmuxer_tests.dir/testing/test_util.cc.o -c /<<PKGBUILDDIR>>/testing/test_util.cc
make[3]: *** [CMakeFiles/mkvparser_tests.dir/build.make:93: CMakeFiles/mkvparser_tests.dir/testing/test_util.cc.o] Error 1
make[3]: *** Waiting for unfinished jobs....
In file included from /<<PKGBUILDDIR>>/testing/test_util.cc:8:
/<<PKGBUILDDIR>>/testing/test_util.h:35:12: error: ‘uint64_t’ in namespace ‘std’ does not name a type; did you mean ‘wint_t’?
   35 | const std::uint64_t kOpusCodecDelay = 6500000;
      |            ^~~~~~~~
      |            wint_t
/<<PKGBUILDDIR>>/testing/test_util.h:37:12: error: ‘uint64_t’ in namespace ‘std’ does not name a type; did you mean ‘wint_t’?
   37 | const std::uint64_t kOpusSeekPreroll = 80000000;
      |            ^~~~~~~~
      |            wint_t
/<<PKGBUILDDIR>>/testing/test_util.h:63:59: error: ‘std::int64_t’ has not been declared
   63 | bool HasCuePoints(const mkvparser::Segment* segment, std::int64_t* cues_offset);
      |                                                           ^~~~~~~
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:557: CMakeFiles/vp9_header_parser_tests.dir/all] Error 2
make[3]: *** [CMakeFiles/mkvmuxer_tests.dir/build.make:93: CMakeFiles/mkvmuxer_tests.dir/testing/test_util.cc.o] Error 1
make[3]: *** Waiting for unfinished jobs....
[ 51%] Linking CXX executable webm_parser_demo
/usr/bin/cmake -E cmake_link_script CMakeFiles/webm_parser_demo.dir/link.txt --verbose=1
/usr/bin/c++ -std=c++11 -g -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -fPIC -pie -Wdate-time -D_FORTIFY_SOURCE=2 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Wall -Wextra -Wnarrowing -Wno-deprecated -Wl,-z,relro -Wl,-z,now -rdynamic CMakeFiles/webm_parser_demo.dir/webm_parser/demo/demo.cc.o CMakeFiles/webm_parser.dir/webm_parser/src/ancestory.cc.o CMakeFiles/webm_parser.dir/webm_parser/src/bit_utils.cc.o CMakeFiles/webm_parser.dir/webm_parser/src/block_header_parser.cc.o CMakeFiles/webm_parser.dir/webm_parser/src/block_parser.cc.o CMakeFiles/webm_parser.dir/webm_parser/src/buffer_reader.cc.o CMakeFiles/webm_parser.dir/webm_parser/src/callback.cc.o CMakeFiles/webm_parser.dir/webm_parser/src/date_parser.cc.o CMakeFiles/webm_parser.dir/webm_parser/src/file_reader.cc.o CMakeFiles/webm_parser.dir/webm_parser/src/float_parser.cc.o CMakeFiles/webm_parser.dir/webm_parser/src/id_element_parser.cc.o CMakeFiles/we
 bm_parser.dir/webm_parser/src/id_parser.cc.o CMakeFiles/webm_parser.dir/webm_parser/src/istream_reader.cc.o CMakeFiles/webm_parser.dir/webm_parser/src/master_parser.cc.o CMakeFiles/webm_parser.dir/webm_parser/src/parser_utils.cc.o CMakeFiles/webm_parser.dir/webm_parser/src/segment_parser.cc.o CMakeFiles/webm_parser.dir/webm_parser/src/size_parser.cc.o CMakeFiles/webm_parser.dir/webm_parser/src/skip_parser.cc.o CMakeFiles/webm_parser.dir/webm_parser/src/unknown_parser.cc.o CMakeFiles/webm_parser.dir/webm_parser/src/var_int_parser.cc.o CMakeFiles/webm_parser.dir/webm_parser/src/virtual_block_parser.cc.o CMakeFiles/webm_parser.dir/webm_parser/src/void_parser.cc.o CMakeFiles/webm_parser.dir/webm_parser/src/webm_parser.cc.o -o webm_parser_demo  -Wl,-rpath,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu libwebm.so.1.0.0.28 
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 51%] Built target webm_parser_demo
[ 52%] Linking CXX executable webm_info
/usr/bin/cmake -E cmake_link_script CMakeFiles/webm_info.dir/link.txt --verbose=1
/usr/bin/c++ -std=c++11 -g -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -O3 -fPIC -pie -Wdate-time -D_FORTIFY_SOURCE=2 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Wall -Wextra -Wnarrowing -Wno-deprecated -Wl,-z,relro -Wl,-z,now -rdynamic CMakeFiles/webm_info.dir/common/indent.cc.o CMakeFiles/webm_info.dir/common/vp9_header_parser.cc.o CMakeFiles/webm_info.dir/common/vp9_level_stats.cc.o CMakeFiles/webm_info.dir/common/webm_endian.cc.o CMakeFiles/webm_info.dir/webm_info.cc.o CMakeFiles/webm_parser.dir/webm_parser/src/ancestory.cc.o CMakeFiles/webm_parser.dir/webm_parser/src/bit_utils.cc.o CMakeFiles/webm_parser.dir/webm_parser/src/block_header_parser.cc.o CMakeFiles/webm_parser.dir/webm_parser/src/block_parser.cc.o CMakeFiles/webm_parser.dir/webm_parser/src/buffer_reader.cc.o CMakeFiles/webm_parser.dir/webm_parser/src/callback.cc.o CMakeFiles/webm_parser.dir/webm_parser/src/date_parser.cc.o CMakeFiles/webm_pa
 rser.dir/webm_parser/src/file_reader.cc.o CMakeFiles/webm_parser.dir/webm_parser/src/float_parser.cc.o CMakeFiles/webm_parser.dir/webm_parser/src/id_element_parser.cc.o CMakeFiles/webm_parser.dir/webm_parser/src/id_parser.cc.o CMakeFiles/webm_parser.dir/webm_parser/src/istream_reader.cc.o CMakeFiles/webm_parser.dir/webm_parser/src/master_parser.cc.o CMakeFiles/webm_parser.dir/webm_parser/src/parser_utils.cc.o CMakeFiles/webm_parser.dir/webm_parser/src/segment_parser.cc.o CMakeFiles/webm_parser.dir/webm_parser/src/size_parser.cc.o CMakeFiles/webm_parser.dir/webm_parser/src/skip_parser.cc.o CMakeFiles/webm_parser.dir/webm_parser/src/unknown_parser.cc.o CMakeFiles/webm_parser.dir/webm_parser/src/var_int_parser.cc.o CMakeFiles/webm_parser.dir/webm_parser/src/virtual_block_parser.cc.o CMakeFiles/webm_parser.dir/webm_parser/src/void_parser.cc.o CMakeFiles/webm_parser.dir/webm_parser/src/webm_parser.cc.o -o webm_info  -Wl,-rpath,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu: libwebm.so.1.0.0.28 
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:584: CMakeFiles/vp9_level_stats_tests.dir/all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 52%] Built target webm_info
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:503: CMakeFiles/mkvmuxer_tests.dir/all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:530: CMakeFiles/mkvparser_tests.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:139: 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:22: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2


Reply to: