Your message dated Tue, 18 Nov 2025 10:19:17 +0000
with message-id <[email protected]>
and subject line Bug#1119280: Removed package(s) from unstable
has caused the Debian Bug report #1097968,
regarding tarantool: ftbfs with GCC-15
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.)


-- 
1097968: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097968
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:tarantool
Version: 2.6.0-1.4
Severity: important
Tags: sid forky
User: [email protected]
Usertags: ftbfs-gcc-15

[This bug is NOT 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-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.

The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/tarantool_2.6.0-1.4_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.

To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other 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-15/porting_to.html

[...]
cd /build/reproducible-path/tarantool-2.6.0/obj-x86_64-linux-gnu/src && 
/usr/bin/cc -DCORO_ASM -DLUAJIT_SMART_STRINGS=1 -DNDEBUG -DNVALGRIND 
-DNVALGRIND=1 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 
-I/build/reproducible-path/tarantool-2.6.0/src 
-I/build/reproducible-path/tarantool-2.6.0/obj-x86_64-linux-gnu/src 
-I/build/reproducible-path/tarantool-2.6.0/src/lib 
-I/build/reproducible-path/tarantool-2.6.0/src/lib/small 
-I/build/reproducible-path/tarantool-2.6.0/src/lib/small/third_party 
-I/build/reproducible-path/tarantool-2.6.0/src/lib/core 
-I/build/reproducible-path/tarantool-2.6.0 
-I/build/reproducible-path/tarantool-2.6.0/obj-x86_64-linux-gnu/third_party 
-I/build/reproducible-path/tarantool-2.6.0/third_party 
-I/build/reproducible-path/tarantool-2.6.0/third_party/coro 
-I/build/reproducible-path/tarantool-2.6.0/third_party/luajit/src 
-I/build/reproducible-path/tarantool-2.6.0/src/lib/msgpuck 
-I/build/reproducible-p
 ath/tarantool-2.6.0/obj-x86_64-linux-gnu/third_party/decNumber 
-I/build/reproducible-path/tarantool-2.6.0/third_party/libutil_freebsd -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/tarantool-2.6.0=. 
-specs=/usr/share/dpkg/no-pie-compile.specs -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-fexceptions -funwind-tables -fno-omit-frame-pointer -fno-stack-protector 
-fno-common -fopenmp -msse2 -std=c11 -Wall -Wextra -Wno-strict-aliasing 
-Wno-char-subscripts -Wno-format-truncation -Wno-gnu-alignof-expression 
-fno-gnu89-inline -Wno-cast-function-type -O2 -g -DNDEBUG -ggdb -O2 -MD -MT 
src/CMakeFiles/server.dir/__/third_party/luajit/src/jit/p.lua.c.o -MF 
CMakeFiles/server.dir/__/third_party/luajit/src/jit/p.lua.c.o.d -o 
CMakeFiles/server.dir/__/third_party/luajit/src/jit/p.lua.c.o -c 
/build/reproducible-path/tarantool-2.6.0/obj-x86_64-linux-gnu/third_party/luajit/src/jit/p.lua.c
[ 25%] Building C object 
src/CMakeFiles/server.dir/__/third_party/luajit/src/jit/zone.lua.c.o
cd /build/reproducible-path/tarantool-2.6.0/obj-x86_64-linux-gnu/src && 
/usr/bin/cc -DCORO_ASM -DLUAJIT_SMART_STRINGS=1 -DNDEBUG -DNVALGRIND 
-DNVALGRIND=1 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 
-I/build/reproducible-path/tarantool-2.6.0/src 
-I/build/reproducible-path/tarantool-2.6.0/obj-x86_64-linux-gnu/src 
-I/build/reproducible-path/tarantool-2.6.0/src/lib 
-I/build/reproducible-path/tarantool-2.6.0/src/lib/small 
-I/build/reproducible-path/tarantool-2.6.0/src/lib/small/third_party 
-I/build/reproducible-path/tarantool-2.6.0/src/lib/core 
-I/build/reproducible-path/tarantool-2.6.0 
-I/build/reproducible-path/tarantool-2.6.0/obj-x86_64-linux-gnu/third_party 
-I/build/reproducible-path/tarantool-2.6.0/third_party 
-I/build/reproducible-path/tarantool-2.6.0/third_party/coro 
-I/build/reproducible-path/tarantool-2.6.0/third_party/luajit/src 
-I/build/reproducible-path/tarantool-2.6.0/src/lib/msgpuck 
-I/build/reproducible-p
 ath/tarantool-2.6.0/obj-x86_64-linux-gnu/third_party/decNumber 
-I/build/reproducible-path/tarantool-2.6.0/third_party/libutil_freebsd -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/tarantool-2.6.0=. 
-specs=/usr/share/dpkg/no-pie-compile.specs -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-fexceptions -funwind-tables -fno-omit-frame-pointer -fno-stack-protector 
-fno-common -fopenmp -msse2 -std=c11 -Wall -Wextra -Wno-strict-aliasing 
-Wno-char-subscripts -Wno-format-truncation -Wno-gnu-alignof-expression 
-fno-gnu89-inline -Wno-cast-function-type -O2 -g -DNDEBUG -ggdb -O2 -MD -MT 
src/CMakeFiles/server.dir/__/third_party/luajit/src/jit/zone.lua.c.o -MF 
CMakeFiles/server.dir/__/third_party/luajit/src/jit/zone.lua.c.o.d -o 
CMakeFiles/server.dir/__/third_party/luajit/src/jit/zone.lua.c.o -c 
/build/reproducible-path/tarantool-2.6.0/obj-x86_64-linux-gnu/third_party/luajit/src/jit/zone.lua.c
[ 25%] Building CXX object 
src/CMakeFiles/server.dir/__/third_party/lua-yaml/lyaml.cc.o
cd /build/reproducible-path/tarantool-2.6.0/obj-x86_64-linux-gnu/src && 
/usr/bin/g++ -DCORO_ASM -DLUAJIT_SMART_STRINGS=1 -DNDEBUG -DNVALGRIND 
-DNVALGRIND=1 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 
-I/build/reproducible-path/tarantool-2.6.0/src 
-I/build/reproducible-path/tarantool-2.6.0/obj-x86_64-linux-gnu/src 
-I/build/reproducible-path/tarantool-2.6.0/src/lib 
-I/build/reproducible-path/tarantool-2.6.0/src/lib/small 
-I/build/reproducible-path/tarantool-2.6.0/src/lib/small/third_party 
-I/build/reproducible-path/tarantool-2.6.0/src/lib/core 
-I/build/reproducible-path/tarantool-2.6.0 
-I/build/reproducible-path/tarantool-2.6.0/obj-x86_64-linux-gnu/third_party 
-I/build/reproducible-path/tarantool-2.6.0/third_party 
-I/build/reproducible-path/tarantool-2.6.0/third_party/coro 
-I/build/reproducible-path/tarantool-2.6.0/third_party/luajit/src 
-I/build/reproducible-path/tarantool-2.6.0/src/lib/msgpuck 
-I/build/reproducible-
 path/tarantool-2.6.0/obj-x86_64-linux-gnu/third_party/decNumber 
-I/build/reproducible-path/tarantool-2.6.0/third_party/libutil_freebsd -g -O2 
-ffile-prefix-map=/build/reproducible-path/tarantool-2.6.0=. 
-specs=/usr/share/dpkg/no-pie-compile.specs -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-fexceptions -funwind-tables -fno-omit-frame-pointer -fno-stack-protector 
-fno-common -fopenmp -msse2 -std=c++11 -Wall -Wextra -Wno-strict-aliasing 
-Wno-char-subscripts -Wno-format-truncation -Wno-invalid-offsetof 
-Wno-gnu-alignof-expression -Wno-cast-function-type -O2 -g -DNDEBUG -ggdb -O2 
-MD -MT src/CMakeFiles/server.dir/__/third_party/lua-yaml/lyaml.cc.o -MF 
CMakeFiles/server.dir/__/third_party/lua-yaml/lyaml.cc.o.d -o 
CMakeFiles/server.dir/__/third_party/lua-yaml/lyaml.cc.o -c 
/build/reproducible-path/tarantool-2.6.0/third_party/lua-yaml/lyaml.cc
[ 25%] Building C object 
src/CMakeFiles/server.dir/__/third_party/lua-yaml/b64.c.o
cd /build/reproducible-path/tarantool-2.6.0/obj-x86_64-linux-gnu/src && 
/usr/bin/cc -DCORO_ASM -DLUAJIT_SMART_STRINGS=1 -DNDEBUG -DNVALGRIND 
-DNVALGRIND=1 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 
-I/build/reproducible-path/tarantool-2.6.0/src 
-I/build/reproducible-path/tarantool-2.6.0/obj-x86_64-linux-gnu/src 
-I/build/reproducible-path/tarantool-2.6.0/src/lib 
-I/build/reproducible-path/tarantool-2.6.0/src/lib/small 
-I/build/reproducible-path/tarantool-2.6.0/src/lib/small/third_party 
-I/build/reproducible-path/tarantool-2.6.0/src/lib/core 
-I/build/reproducible-path/tarantool-2.6.0 
-I/build/reproducible-path/tarantool-2.6.0/obj-x86_64-linux-gnu/third_party 
-I/build/reproducible-path/tarantool-2.6.0/third_party 
-I/build/reproducible-path/tarantool-2.6.0/third_party/coro 
-I/build/reproducible-path/tarantool-2.6.0/third_party/luajit/src 
-I/build/reproducible-path/tarantool-2.6.0/src/lib/msgpuck 
-I/build/reproducible-p
 ath/tarantool-2.6.0/obj-x86_64-linux-gnu/third_party/decNumber 
-I/build/reproducible-path/tarantool-2.6.0/third_party/libutil_freebsd -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/tarantool-2.6.0=. 
-specs=/usr/share/dpkg/no-pie-compile.specs -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-fexceptions -funwind-tables -fno-omit-frame-pointer -fno-stack-protector 
-fno-common -fopenmp -msse2 -std=c11 -Wall -Wextra -Wno-strict-aliasing 
-Wno-char-subscripts -Wno-format-truncation -Wno-gnu-alignof-expression 
-fno-gnu89-inline -Wno-cast-function-type -O2 -g -DNDEBUG -ggdb -O2 -MD -MT 
src/CMakeFiles/server.dir/__/third_party/lua-yaml/b64.c.o -MF 
CMakeFiles/server.dir/__/third_party/lua-yaml/b64.c.o.d -o 
CMakeFiles/server.dir/__/third_party/lua-yaml/b64.c.o -c 
/build/reproducible-path/tarantool-2.6.0/third_party/lua-yaml/b64.c
[ 25%] Building C object 
src/CMakeFiles/server.dir/__/third_party/lua-cjson/lua_cjson.c.o
cd /build/reproducible-path/tarantool-2.6.0/obj-x86_64-linux-gnu/src && 
/usr/bin/cc -DCORO_ASM -DLUAJIT_SMART_STRINGS=1 -DNDEBUG -DNVALGRIND 
-DNVALGRIND=1 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 
-I/build/reproducible-path/tarantool-2.6.0/src 
-I/build/reproducible-path/tarantool-2.6.0/obj-x86_64-linux-gnu/src 
-I/build/reproducible-path/tarantool-2.6.0/src/lib 
-I/build/reproducible-path/tarantool-2.6.0/src/lib/small 
-I/build/reproducible-path/tarantool-2.6.0/src/lib/small/third_party 
-I/build/reproducible-path/tarantool-2.6.0/src/lib/core 
-I/build/reproducible-path/tarantool-2.6.0 
-I/build/reproducible-path/tarantool-2.6.0/obj-x86_64-linux-gnu/third_party 
-I/build/reproducible-path/tarantool-2.6.0/third_party 
-I/build/reproducible-path/tarantool-2.6.0/third_party/coro 
-I/build/reproducible-path/tarantool-2.6.0/third_party/luajit/src 
-I/build/reproducible-path/tarantool-2.6.0/src/lib/msgpuck 
-I/build/reproducible-p
 ath/tarantool-2.6.0/obj-x86_64-linux-gnu/third_party/decNumber 
-I/build/reproducible-path/tarantool-2.6.0/third_party/libutil_freebsd -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/tarantool-2.6.0=. 
-specs=/usr/share/dpkg/no-pie-compile.specs -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-fexceptions -funwind-tables -fno-omit-frame-pointer -fno-stack-protector 
-fno-common -fopenmp -msse2 -std=c11 -Wall -Wextra -Wno-strict-aliasing 
-Wno-char-subscripts -Wno-format-truncation -Wno-gnu-alignof-expression 
-fno-gnu89-inline -Wno-cast-function-type -O2 -g -DNDEBUG -ggdb -O2 -MD -MT 
src/CMakeFiles/server.dir/__/third_party/lua-cjson/lua_cjson.c.o -MF 
CMakeFiles/server.dir/__/third_party/lua-cjson/lua_cjson.c.o.d -o 
CMakeFiles/server.dir/__/third_party/lua-cjson/lua_cjson.c.o -c 
/build/reproducible-path/tarantool-2.6.0/third_party/lua-cjson/lua_cjson.c
[ 26%] Building C object 
src/CMakeFiles/server.dir/__/third_party/lua-cjson/strbuf.c.o
cd /build/reproducible-path/tarantool-2.6.0/obj-x86_64-linux-gnu/src && 
/usr/bin/cc -DCORO_ASM -DLUAJIT_SMART_STRINGS=1 -DNDEBUG -DNVALGRIND 
-DNVALGRIND=1 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS=1 
-D__STDC_FORMAT_MACROS=1 -D__STDC_LIMIT_MACROS=1 
-I/build/reproducible-path/tarantool-2.6.0/src 
-I/build/reproducible-path/tarantool-2.6.0/obj-x86_64-linux-gnu/src 
-I/build/reproducible-path/tarantool-2.6.0/src/lib 
-I/build/reproducible-path/tarantool-2.6.0/src/lib/small 
-I/build/reproducible-path/tarantool-2.6.0/src/lib/small/third_party 
-I/build/reproducible-path/tarantool-2.6.0/src/lib/core 
-I/build/reproducible-path/tarantool-2.6.0 
-I/build/reproducible-path/tarantool-2.6.0/obj-x86_64-linux-gnu/third_party 
-I/build/reproducible-path/tarantool-2.6.0/third_party 
-I/build/reproducible-path/tarantool-2.6.0/third_party/coro 
-I/build/reproducible-path/tarantool-2.6.0/third_party/luajit/src 
-I/build/reproducible-path/tarantool-2.6.0/src/lib/msgpuck 
-I/build/reproducible-p
 ath/tarantool-2.6.0/obj-x86_64-linux-gnu/third_party/decNumber 
-I/build/reproducible-path/tarantool-2.6.0/third_party/libutil_freebsd -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/tarantool-2.6.0=. 
-specs=/usr/share/dpkg/no-pie-compile.specs -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-fexceptions -funwind-tables -fno-omit-frame-pointer -fno-stack-protector 
-fno-common -fopenmp -msse2 -std=c11 -Wall -Wextra -Wno-strict-aliasing 
-Wno-char-subscripts -Wno-format-truncation -Wno-gnu-alignof-expression 
-fno-gnu89-inline -Wno-cast-function-type -O2 -g -DNDEBUG -ggdb -O2 -MD -MT 
src/CMakeFiles/server.dir/__/third_party/lua-cjson/strbuf.c.o -MF 
CMakeFiles/server.dir/__/third_party/lua-cjson/strbuf.c.o.d -o 
CMakeFiles/server.dir/__/third_party/lua-cjson/strbuf.c.o -c 
/build/reproducible-path/tarantool-2.6.0/third_party/lua-cjson/strbuf.c
[ 26%] Linking CXX static library libserver.a
cd /build/reproducible-path/tarantool-2.6.0/obj-x86_64-linux-gnu/src && 
/usr/bin/cmake -P CMakeFiles/server.dir/cmake_clean_target.cmake
cd /build/reproducible-path/tarantool-2.6.0/obj-x86_64-linux-gnu/src && 
/usr/bin/cmake -E cmake_link_script CMakeFiles/server.dir/link.txt --verbose=1
/usr/bin/ar qc libserver.a CMakeFiles/server.dir/find_path.c.o 
CMakeFiles/server.dir/curl.c.o CMakeFiles/server.dir/httpc.c.o 
CMakeFiles/server.dir/pickle.c.o CMakeFiles/server.dir/cfg.c.o 
CMakeFiles/server.dir/title.c.o CMakeFiles/server.dir/proc_title.c.o 
CMakeFiles/server.dir/path_lock.c.o CMakeFiles/server.dir/systemd.c.o 
CMakeFiles/server.dir/version.c.o CMakeFiles/server.dir/lua/digest.c.o 
CMakeFiles/server.dir/lua/init.c.o CMakeFiles/server.dir/lua/fiber.c.o 
CMakeFiles/server.dir/lua/fiber_cond.c.o 
CMakeFiles/server.dir/lua/fiber_channel.c.o 
CMakeFiles/server.dir/lua/trigger.c.o CMakeFiles/server.dir/lua/msgpack.c.o 
CMakeFiles/server.dir/lua/utils.c.o CMakeFiles/server.dir/lua/errno.c.o 
CMakeFiles/server.dir/lua/tnt_iconv.c.o CMakeFiles/server.dir/lua/error.c.o 
CMakeFiles/server.dir/lua/socket.c.o CMakeFiles/server.dir/lua/pickle.c.o 
CMakeFiles/server.dir/lua/fio.c.o CMakeFiles/server.dir/lua/popen.c.o 
CMakeFiles/server.dir/lua/httpc.c.o CMakeFiles/server.dir/lua/utf8.c.o CMak
 eFiles/server.dir/lua/info.c.o CMakeFiles/server.dir/lua/string.c.o 
CMakeFiles/server.dir/lua/buffer.c.o CMakeFiles/server.dir/lua/swim.c.o 
CMakeFiles/server.dir/lua/decimal.c.o CMakeFiles/server.dir/lua/init.lua.c.o 
CMakeFiles/server.dir/lua/debug.lua.c.o 
CMakeFiles/server.dir/lua/string.lua.c.o 
CMakeFiles/server.dir/lua/fiber.lua.c.o 
CMakeFiles/server.dir/lua/buffer.lua.c.o CMakeFiles/server.dir/lua/uuid.lua.c.o 
CMakeFiles/server.dir/lua/crypto.lua.c.o 
CMakeFiles/server.dir/lua/error.lua.c.o 
CMakeFiles/server.dir/lua/digest.lua.c.o 
CMakeFiles/server.dir/lua/msgpackffi.lua.c.o 
CMakeFiles/server.dir/lua/uri.lua.c.o CMakeFiles/server.dir/lua/socket.lua.c.o 
CMakeFiles/server.dir/lua/errno.lua.c.o CMakeFiles/server.dir/lua/log.lua.c.o 
CMakeFiles/server.dir/lua/help.lua.c.o 
CMakeFiles/server.dir/lua/help_en_US.lua.c.o 
CMakeFiles/server.dir/lua/tap.lua.c.o CMakeFiles/server.dir/lua/fio.lua.c.o 
CMakeFiles/server.dir/lua/csv.lua.c.o CMakeFiles/server.dir/lua/strict.lua.c.o 
CMakeFiles/serve
 r.dir/lua/clock.lua.c.o CMakeFiles/server.dir/lua/title.lua.c.o 
CMakeFiles/server.dir/lua/argparse.lua.c.o 
CMakeFiles/server.dir/lua/env.lua.c.o CMakeFiles/server.dir/lua/pwd.lua.c.o 
CMakeFiles/server.dir/lua/trigger.lua.c.o 
CMakeFiles/server.dir/lua/table.lua.c.o 
CMakeFiles/server.dir/__/third_party/luafun/fun.lua.c.o 
CMakeFiles/server.dir/lua/httpc.lua.c.o CMakeFiles/server.dir/lua/iconv.lua.c.o 
CMakeFiles/server.dir/lua/swim.lua.c.o 
CMakeFiles/server.dir/__/third_party/luajit/src/jit/bc.lua.c.o 
CMakeFiles/server.dir/__/third_party/luajit/src/jit/bcsave.lua.c.o 
CMakeFiles/server.dir/__/third_party/luajit/src/jit/dis_x86.lua.c.o 
CMakeFiles/server.dir/__/third_party/luajit/src/jit/dis_x64.lua.c.o 
CMakeFiles/server.dir/__/third_party/luajit/src/jit/dump.lua.c.o 
CMakeFiles/server.dir/__/third_party/luajit/src/jit/vmdef.lua.c.o 
CMakeFiles/server.dir/__/third_party/luajit/src/jit/v.lua.c.o 
CMakeFiles/server.dir/__/third_party/luajit/src/jit/p.lua.c.o 
CMakeFiles/server.dir/__/third_party
 /luajit/src/jit/zone.lua.c.o 
"CMakeFiles/server.dir/__/third_party/lua-yaml/lyaml.cc.o" 
"CMakeFiles/server.dir/__/third_party/lua-yaml/b64.c.o" 
"CMakeFiles/server.dir/__/third_party/lua-cjson/lua_cjson.c.o" 
"CMakeFiles/server.dir/__/third_party/lua-cjson/strbuf.c.o"
/usr/bin/ranlib libserver.a
make[3]: Leaving directory 
'/build/reproducible-path/tarantool-2.6.0/obj-x86_64-linux-gnu'
[ 26%] Built target server
/usr/bin/make  -f extra/CMakeFiles/lemon.dir/build.make 
extra/CMakeFiles/lemon.dir/depend
make[3]: Entering directory 
'/build/reproducible-path/tarantool-2.6.0/obj-x86_64-linux-gnu'
cd /build/reproducible-path/tarantool-2.6.0/obj-x86_64-linux-gnu && 
/usr/bin/cmake -E cmake_depends "Unix Makefiles" 
/build/reproducible-path/tarantool-2.6.0 
/build/reproducible-path/tarantool-2.6.0/extra 
/build/reproducible-path/tarantool-2.6.0/obj-x86_64-linux-gnu 
/build/reproducible-path/tarantool-2.6.0/obj-x86_64-linux-gnu/extra 
/build/reproducible-path/tarantool-2.6.0/obj-x86_64-linux-gnu/extra/CMakeFiles/lemon.dir/DependInfo.cmake
 "--color="
make[3]: Leaving directory 
'/build/reproducible-path/tarantool-2.6.0/obj-x86_64-linux-gnu'
/usr/bin/make  -f extra/CMakeFiles/lemon.dir/build.make 
extra/CMakeFiles/lemon.dir/build
make[3]: Entering directory 
'/build/reproducible-path/tarantool-2.6.0/obj-x86_64-linux-gnu'
[ 26%] Building C object extra/CMakeFiles/lemon.dir/lemon.c.o
cd /build/reproducible-path/tarantool-2.6.0/obj-x86_64-linux-gnu/extra && 
/usr/bin/cc -DCORO_ASM -DLUAJIT_SMART_STRINGS=1 -DNDEBUG -DNVALGRIND 
-DNVALGRIND=1 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE 
-I/build/reproducible-path/tarantool-2.6.0/src 
-I/build/reproducible-path/tarantool-2.6.0/obj-x86_64-linux-gnu/src 
-I/build/reproducible-path/tarantool-2.6.0/src/lib 
-I/build/reproducible-path/tarantool-2.6.0/src/lib/small 
-I/build/reproducible-path/tarantool-2.6.0/src/lib/small/third_party 
-I/build/reproducible-path/tarantool-2.6.0/src/lib/core 
-I/build/reproducible-path/tarantool-2.6.0 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/tarantool-2.6.0=. 
-specs=/usr/share/dpkg/no-pie-compile.specs -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-fexceptions -funwind-tables -fno-omit-frame-pointer -fno-stack-protector 
-fno-common -fopenmp -msse2 -O2 -g -DNDEBUG -ggdb -O2 -MD -MT 
extra/CMakeFiles/lemo
 n.dir/lemon.c.o -MF CMakeFiles/lemon.dir/lemon.c.o.d -o 
CMakeFiles/lemon.dir/lemon.c.o -c 
/build/reproducible-path/tarantool-2.6.0/extra/lemon.c
/build/reproducible-path/tarantool-2.6.0/extra/lemon.c:766:6: error: 
conflicting types for ‘FindRulePrecedences’; have ‘void(struct lemon *)’
  766 | void FindRulePrecedences(struct lemon *xp)
      |      ^~~~~~~~~~~~~~~~~~~
/build/reproducible-path/tarantool-2.6.0/extra/lemon.c:173:6: note: previous 
declaration of ‘FindRulePrecedences’ with type ‘void(void)’
  173 | void FindRulePrecedences();
      |      ^~~~~~~~~~~~~~~~~~~
/build/reproducible-path/tarantool-2.6.0/extra/lemon.c:795:6: error: 
conflicting types for ‘FindFirstSets’; have ‘void(struct lemon *)’
  795 | void FindFirstSets(struct lemon *lemp)
      |      ^~~~~~~~~~~~~
/build/reproducible-path/tarantool-2.6.0/extra/lemon.c:174:6: note: previous 
declaration of ‘FindFirstSets’ with type ‘void(void)’
  174 | void FindFirstSets();
      |      ^~~~~~~~~~~~~
/build/reproducible-path/tarantool-2.6.0/extra/lemon.c:858:6: error: 
conflicting types for ‘FindStates’; have ‘void(struct lemon *)’
  858 | void FindStates(struct lemon *lemp)
      |      ^~~~~~~~~~
/build/reproducible-path/tarantool-2.6.0/extra/lemon.c:175:6: note: previous 
declaration of ‘FindStates’ with type ‘void(void)’
  175 | void FindStates();
      |      ^~~~~~~~~~
/build/reproducible-path/tarantool-2.6.0/extra/lemon.c:1030:6: error: 
conflicting types for ‘FindLinks’; have ‘void(struct lemon *)’
 1030 | void FindLinks(struct lemon *lemp)
      |      ^~~~~~~~~
/build/reproducible-path/tarantool-2.6.0/extra/lemon.c:176:6: note: previous 
declaration of ‘FindLinks’ with type ‘void(void)’
  176 | void FindLinks();
      |      ^~~~~~~~~
/build/reproducible-path/tarantool-2.6.0/extra/lemon.c:1065:6: error: 
conflicting types for ‘FindFollowSets’; have ‘void(struct lemon *)’
 1065 | void FindFollowSets(struct lemon *lemp)
      |      ^~~~~~~~~~~~~~
/build/reproducible-path/tarantool-2.6.0/extra/lemon.c:177:6: note: previous 
declaration of ‘FindFollowSets’ with type ‘void(void)’
  177 | void FindFollowSets();
      |      ^~~~~~~~~~~~~~
/build/reproducible-path/tarantool-2.6.0/extra/lemon.c:1101:6: error: 
conflicting types for ‘FindActions’; have ‘void(struct lemon *)’
 1101 | void FindActions(struct lemon *lemp)
      |      ^~~~~~~~~~~
/build/reproducible-path/tarantool-2.6.0/extra/lemon.c:178:6: note: previous 
declaration of ‘FindActions’ with type ‘void(void)’
  178 | void FindActions();
      |      ^~~~~~~~~~~
make[3]: *** [extra/CMakeFiles/lemon.dir/build.make:82: 
extra/CMakeFiles/lemon.dir/lemon.c.o] Error 1
make[3]: Leaving directory 
'/build/reproducible-path/tarantool-2.6.0/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:3518: extra/CMakeFiles/lemon.dir/all] Error 2
make[2]: Leaving directory 
'/build/reproducible-path/tarantool-2.6.0/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:159: all] Error 2
make[1]: Leaving directory 
'/build/reproducible-path/tarantool-2.6.0/obj-x86_64-linux-gnu'
make: *** [/usr/share/cdbs/1/class/makefile.mk:77: debian/stamp-makefile-build] 
Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Version: 2.6.0-1.4+rm

Dear submitter,

as the package tarantool has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1119280

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to