Your message dated Thu, 14 May 2026 22:23:28 +0200
with message-id <[email protected]>
and subject line autoconf fixed in sid
has caused the Debian Bug report #1133494,
regarding gumbo-parser: ftbfs with GCC-16
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.)
--
1133494: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1133494
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:gumbo-parser
Version: 0.13.0+dfsg-2
Severity: important
Tags: sid forky ftbfs
User: [email protected]
Usertags: ftbfs-gcc-16
Hi,
gumbo-parser fails to build in a test rebuild on at least amd64 and arm64 with
gcc-16/g++-16, but builds properly with gcc-15/g++-15. The severity of this
report will be raised before the forky release.
The full build log can be found at:
https://people.debian.org/~ema/gcc-16-rebuilds/output-1/gumbo-parser_arm64.build.xz
The last lines of the build log are at the end of this report.
To build with GCC 16, either set CC=gcc-16 CXX=g++-16 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures include unused (but set) variables, array subscripts
partly outside array bounds, and new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-16/porting_to.html
Please only close this issue after double-checking that the package can be
built correctly with GCC 16.
Please do not reassign this bug to another package. If a fix in another package
is required, then file a bug for the other package (or clone), and mark this
bug as blocked by the bug in the other package.
[...]
• no known conversion for argument 1 from
‘testing::internal::EqMatcher<std::__cxx11::basic_string<char> >’ to
‘testing::Matcher<const std::__cxx11::basic_string<char>&>&&’
/usr/src/gtest/src/gtest-matchers.cc: In constructor ‘testing::Matcher<const
std::__cxx11::basic_string<char>&>::Matcher(const char*)’:
/usr/src/gtest/src/gtest-matchers.cc:51:28: error: no match for ‘operator=’
(operand types are ‘testing::Matcher<const std::__cxx11::basic_string<char>&>’
and ‘testing::internal::EqMatcher<std::__cxx11::basic_string<char> >’)
51 | *this = Eq(std::string(s));
| ^
• there are 2 candidates
• candidate 1: ‘testing::Matcher<const std::__cxx11::basic_string<char>&>&
testing::Matcher<const std::__cxx11::basic_string<char>&>::operator=(const
testing::Matcher<const std::__cxx11::basic_string<char>&>&)’
/usr/include/gtest/gtest-matchers.h:494:18:
494 | class GTEST_API_ Matcher<const std::string&>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
• no known conversion for argument 1 from
‘testing::internal::EqMatcher<std::__cxx11::basic_string<char> >’ to ‘const
testing::Matcher<const std::__cxx11::basic_string<char>&>&’
• candidate 2: ‘testing::Matcher<const std::__cxx11::basic_string<char>&>&
testing::Matcher<const
std::__cxx11::basic_string<char>&>::operator=(testing::Matcher<const
std::__cxx11::basic_string<char>&>&&)’
• no known conversion for argument 1 from
‘testing::internal::EqMatcher<std::__cxx11::basic_string<char> >’ to
‘testing::Matcher<const std::__cxx11::basic_string<char>&>&&’
/usr/src/gtest/src/gtest-matchers.cc: In constructor
‘testing::Matcher<std::__cxx11::basic_string<char> >::Matcher(const
std::string&)’:
/usr/src/gtest/src/gtest-matchers.cc:56:67: error: no match for ‘operator=’
(operand types are ‘testing::Matcher<std::__cxx11::basic_string<char> >’ and
‘testing::internal::EqMatcher<std::__cxx11::basic_string<char> >’)
56 | Matcher<std::string>::Matcher(const std::string& s) { *this = Eq(s); }
| ^
• there are 2 candidates
• candidate 1: ‘testing::Matcher<std::__cxx11::basic_string<char> >&
testing::Matcher<std::__cxx11::basic_string<char> >::operator=(const
testing::Matcher<std::__cxx11::basic_string<char> >&)’
/usr/include/gtest/gtest-matchers.h:516:18:
516 | class GTEST_API_ Matcher<std::string>
| ^~~~~~~~~~~~~~~~~~~~
• no known conversion for argument 1 from
‘testing::internal::EqMatcher<std::__cxx11::basic_string<char> >’ to ‘const
testing::Matcher<std::__cxx11::basic_string<char> >&’
• candidate 2: ‘testing::Matcher<std::__cxx11::basic_string<char> >&
testing::Matcher<std::__cxx11::basic_string<char>
>::operator=(testing::Matcher<std::__cxx11::basic_string<char> >&&)’
• no known conversion for argument 1 from
‘testing::internal::EqMatcher<std::__cxx11::basic_string<char> >’ to
‘testing::Matcher<std::__cxx11::basic_string<char> >&&’
/usr/src/gtest/src/gtest-matchers.cc: In constructor
‘testing::Matcher<std::__cxx11::basic_string<char> >::Matcher(const char*)’:
/usr/src/gtest/src/gtest-matchers.cc:60:73: error: no match for ‘operator=’
(operand types are ‘testing::Matcher<std::__cxx11::basic_string<char> >’ and
‘testing::internal::EqMatcher<std::__cxx11::basic_string<char> >’)
60 | Matcher<std::string>::Matcher(const char* s) { *this =
Eq(std::string(s)); }
|
^
• there are 2 candidates
• candidate 1: ‘testing::Matcher<std::__cxx11::basic_string<char> >&
testing::Matcher<std::__cxx11::basic_string<char> >::operator=(const
testing::Matcher<std::__cxx11::basic_string<char> >&)’
/usr/include/gtest/gtest-matchers.h:516:18:
516 | class GTEST_API_ Matcher<std::string>
| ^~~~~~~~~~~~~~~~~~~~
• no known conversion for argument 1 from
‘testing::internal::EqMatcher<std::__cxx11::basic_string<char> >’ to ‘const
testing::Matcher<std::__cxx11::basic_string<char> >&’
• candidate 2: ‘testing::Matcher<std::__cxx11::basic_string<char> >&
testing::Matcher<std::__cxx11::basic_string<char>
>::operator=(testing::Matcher<std::__cxx11::basic_string<char> >&&)’
• no known conversion for argument 1 from
‘testing::internal::EqMatcher<std::__cxx11::basic_string<char> >’ to
‘testing::Matcher<std::__cxx11::basic_string<char> >&&’
In file included from /usr/src/gtest/src/gtest-all.cc:48:
/usr/src/gtest/src/gtest-typed-test.cc: In member function ‘const char*
testing::internal::TypedTestSuitePState::VerifyRegisteredTestNames(const char*,
const char*, int, const char*)’:
/usr/src/gtest/src/gtest-typed-test.cc:65:46: error: qualified-id in
declaration before ‘RegisteredTestIter’
65 | typedef RegisteredTestsMap::const_iterator RegisteredTestIter;
| ^~~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:1180: tests/gumbo_test-test_utils.o] Error 1
/usr/src/gtest/src/gtest-typed-test.cc:81:27: error: request for member ‘count’
in
‘((testing::internal::TypedTestSuitePState*)this)->testing::internal::TypedTestSuitePState::registered_tests_’,
which is of non-class type
‘testing::internal::TypedTestSuitePState::RegisteredTestsMap’ {aka ‘int’}
81 | if (registered_tests_.count(name) != 0) {
| ^~~~~
/usr/src/gtest/src/gtest-typed-test.cc:89:8: error: ‘RegisteredTestIter’ was
not declared in this scope; did you mean ‘RegisteredTestsMap’?
89 | for (RegisteredTestIter it = registered_tests_.begin();
| ^~~~~~~~~~~~~~~~~~
| RegisteredTestsMap
/usr/src/gtest/src/gtest-typed-test.cc:90:8: error: ‘it’ was not declared in
this scope; did you mean ‘Lt’?
90 | it != registered_tests_.end(); ++it) {
| ^~
| Lt
/usr/src/gtest/src/gtest-typed-test.cc:90:32: error: request for member ‘end’
in
‘((testing::internal::TypedTestSuitePState*)this)->testing::internal::TypedTestSuitePState::registered_tests_’,
which is of non-class type
‘testing::internal::TypedTestSuitePState::RegisteredTestsMap’ {aka ‘int’}
90 | it != registered_tests_.end(); ++it) {
| ^~~
make[2]: *** [Makefile:1208: tests/gumbo_test-vector.o] Error 1
make[2]: *** [Makefile:1110: tests/gumbo_test-char_ref.o] Error 1
make[2]: *** [Makefile:1138: tests/gumbo_test-string_buffer.o] Error 1
make[2]: *** [Makefile:1152: tests/gumbo_test-string_piece.o] Error 1
make[2]: *** [Makefile:1194: tests/gumbo_test-utf8.o] Error 1
make[2]: *** [Makefile:1166: tests/gumbo_test-tokenizer.o] Error 1
make[2]: *** [Makefile:1124: tests/gumbo_test-parser.o] Error 1
make[2]: *** [Makefile:1900: tests/gtest-all.o] Error 1
make[2]: Leaving directory '/build/reproducible-path/gumbo-parser-0.13.0+dfsg'
make[1]: *** [Makefile:1695: check-am] Error 2
make[1]: Leaving directory '/build/reproducible-path/gumbo-parser-0.13.0+dfsg'
dh_auto_test: error: make -j128 check TESTSUITEFLAGS="-j128 --verbose"
VERBOSE=1 returned exit code 2
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit
status 2
--- End Message ---
--- Begin Message ---
Hi,
these bugs were blocked by #1133694 in autoconf.
autoconf 0.73-1 was fixed and 0.73-2 got uploaded to unstable now so those bugs
can be closed.
(I also closed the autoconf one properly now)
Regards,
Rene
--- End Message ---