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 #1133633,
regarding sphinxsearch: 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.)
--
1133633: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1133633
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:sphinxsearch
Version: 2.2.11-11
Severity: important
Tags: sid forky ftbfs
User: [email protected]
Usertags: ftbfs-gcc-16
Hi,
sphinxsearch 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/sphinxsearch_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.
[...]
/usr/include/re2/re2.h:846:45: note: ‘std::optional’ is only available from
C++17 onwards
/usr/include/re2/re2.h:846:45: error: ‘optional’ is not a member of ‘std’
/usr/include/re2/re2.h:846:45: note: ‘std::optional’ is only available from
C++17 onwards
/usr/include/re2/re2.h:846:54: error: template argument 1 is invalid
846 | template <typename T> struct Parse3ary<std::optional<T>> : public
Parse3ary<T> {};
| ^
/usr/include/re2/re2.h:846:55: error: expected unqualified-id before ‘>’ token
846 | template <typename T> struct Parse3ary<std::optional<T>> : public
Parse3ary<T> {};
| ^~
/usr/include/re2/re2.h:847:45: error: ‘optional’ is not a member of ‘std’
847 | template <typename T> struct Parse4ary<std::optional<T>> : public
Parse4ary<T> {};
| ^~~~~~~~
/usr/include/re2/re2.h:847:45: note: ‘std::optional’ is only available from
C++17 onwards
/usr/include/re2/re2.h:847:45: error: ‘optional’ is not a member of ‘std’
/usr/include/re2/re2.h:847:45: note: ‘std::optional’ is only available from
C++17 onwards
/usr/include/re2/re2.h:847:54: error: template argument 1 is invalid
847 | template <typename T> struct Parse4ary<std::optional<T>> : public
Parse4ary<T> {};
| ^
/usr/include/re2/re2.h:847:55: error: expected unqualified-id before ‘>’ token
847 | template <typename T> struct Parse4ary<std::optional<T>> : public
Parse4ary<T> {};
| ^~
/usr/include/re2/re2.h:850:44: error: ‘std::optional’ has not been declared
850 | bool Parse(const char* str, size_t n, std::optional<T>* dest) {
| ^~~~~~~~
/usr/include/re2/re2.h:850:44: note: ‘std::optional’ is only available from
C++17 onwards
/usr/include/re2/re2.h:850:52: error: expected ‘,’ or ‘...’ before ‘<’ token
850 | bool Parse(const char* str, size_t n, std::optional<T>* dest) {
| ^
/usr/include/re2/re2.h: In function ‘bool re2::re2_internal::Parse(const char*,
size_t, int)’:
/usr/include/re2/re2.h:852:9: error: ‘dest’ was not declared in this scope
[-Wtemplate-body]
852 | if (dest != NULL)
| ^~~~
/usr/include/re2/re2.h:858:9: error: ‘dest’ was not declared in this scope
[-Wtemplate-body]
858 | if (dest != NULL)
| ^~~~
/usr/include/re2/re2.h: At global scope:
/usr/include/re2/re2.h:866:44: error: ‘std::optional’ has not been declared
866 | bool Parse(const char* str, size_t n, std::optional<T>* dest, int
radix) {
| ^~~~~~~~
/usr/include/re2/re2.h:866:44: note: ‘std::optional’ is only available from
C++17 onwards
/usr/include/re2/re2.h:866:52: error: expected ‘,’ or ‘...’ before ‘<’ token
866 | bool Parse(const char* str, size_t n, std::optional<T>* dest, int
radix) {
| ^
/usr/include/re2/re2.h:866:6: error: redefinition of ‘template<class T> bool
re2::re2_internal::Parse(const char*, size_t, int)’
866 | bool Parse(const char* str, size_t n, std::optional<T>* dest, int
radix) {
| ^~~~~
/usr/include/re2/re2.h:850:6: note: ‘template<class T> bool
re2::re2_internal::Parse(const char*, size_t, int)’ previously declared here
850 | bool Parse(const char* str, size_t n, std::optional<T>* dest) {
| ^~~~~
make[3]: *** [Makefile:560: sphinx.o] Error 1
make[3]: *** Waiting for unfinished jobs....
indextool.cpp: In function ‘int main(int, char**)’:
indextool.cpp:1161:81: warning: ‘%s’ directive argument is null
[-Wformat-overflow=]
1161 | sphDie ( "index '%s': failed to
create (%s)", sIndex.cstr(), sError.cstr() );
|
^~
sphinxexpr.cpp: In function ‘(static initializers for sphinxexpr.cpp)’:
sphinxexpr.cpp:1955:62: warning: ‘%s’ directive argument is null
[-Wformat-overflow=]
1955 | sphDie ( "INTERNAL ERROR: lookup for %s()
failed, rebuild function hash", sKey.cstr() );
| ^~
searchd.cpp: In function ‘void HandleMysqlDelete(SqlRowBuffer_c&, const
SqlStmt_t&, const CSphString&, bool)’:
searchd.cpp:17287:37: warning: ‘%s’ directive argument is null
[-Wformat-overflow=]
17287 | sError.SetSprintf ( "unknown index '%s' in delete
request", sError.cstr() );
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[3]: Leaving directory '/build/reproducible-path/sphinxsearch-2.2.11/src'
make[2]: *** [Makefile:388: all] Error 2
make[2]: Leaving directory '/build/reproducible-path/sphinxsearch-2.2.11/src'
make[1]: *** [Makefile:458: all-recursive] Error 1
make[1]: Leaving directory '/build/reproducible-path/sphinxsearch-2.2.11'
dh_auto_build: error: make -j128 returned exit code 2
make: *** [debian/rules:7: 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 ---