Package: src:rocksdb; Maintainer for src:rocksdb is Laszlo Boszormenyi (GCS) <[email protected]>;
Reported by: Matthias Klose <[email protected]>
Date: Mon, 17 Feb 2025 17:51:10 UTC
Severity: important
Tags: forky, sid
Found in version rocksdb/9.10.0-1
Reply or subscribe to this bug.
View this report as an mbox folder, status mbox, maintainer mbox
Report forwarded
to Laszlo Boszormenyi (GCS) <[email protected]>
:
Bug#1097799
; Package src:rocksdb
.
(Mon, 17 Feb 2025 17:51:10 GMT) (full text, mbox, link).
Acknowledgement sent
to Matthias Klose <[email protected]>
:
New Bug report received and forwarded. Copy sent to Laszlo Boszormenyi (GCS) <[email protected]>
.
(Mon, 17 Feb 2025 17:51:10 GMT) (full text, mbox, link).
Message #5 received at [email protected] (full text, mbox, reply):
Package: src:rocksdb Version: 9.10.0-1 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/rocksdb_9.10.0-1_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 [...] 156 | garbage_blob_bytes_(garbage_blob_bytes) { | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/15/cassert:46, from /build/reproducible-path/rocksdb-9.10.0/db/blob/blob_file_meta.h:8: /build/reproducible-path/rocksdb-9.10.0/db/blob/blob_file_meta.h:158:12: error: ‘garbage_blob_count_’ was not declared in this scope; did you mean ‘garbage_blob_count’? 158 | assert(garbage_blob_count_ <= shared_meta_->GetTotalBlobCount()); | ^~~~~~~~~~~~~~~~~~~ /build/reproducible-path/rocksdb-9.10.0/db/blob/blob_file_meta.h:158:49: error: ‘using std::__shared_ptr_access<rocksdb::SharedBlobFileMetaData, __gnu_cxx::_S_atomic, false, false>::element_type = class rocksdb::SharedBlobFileMetaData’ {aka ‘class rocksdb::SharedBlobFileMetaData’} has no member named ‘GetTotalBlobCount’ 158 | assert(garbage_blob_count_ <= shared_meta_->GetTotalBlobCount()); | ^~~~~~~~~~~~~~~~~ /build/reproducible-path/rocksdb-9.10.0/db/blob/blob_file_meta.h:159:12: error: ‘garbage_blob_bytes_’ was not declared in this scope; did you mean ‘garbage_blob_bytes’? 159 | assert(garbage_blob_bytes_ <= shared_meta_->GetTotalBlobBytes()); | ^~~~~~~~~~~~~~~~~~~ /build/reproducible-path/rocksdb-9.10.0/db/blob/blob_file_meta.h:159:49: error: ‘using std::__shared_ptr_access<rocksdb::SharedBlobFileMetaData, __gnu_cxx::_S_atomic, false, false>::element_type = class rocksdb::SharedBlobFileMetaData’ {aka ‘class rocksdb::SharedBlobFileMetaData’} has no member named ‘GetTotalBlobBytes’ 159 | assert(garbage_blob_bytes_ <= shared_meta_->GetTotalBlobBytes()); | ^~~~~~~~~~~~~~~~~ [ 7%] Building CXX object CMakeFiles/rocksdb-shared.dir/db/blob/blob_file_reader.cc.o /usr/bin/c++ -DBZIP2 -DGFLAGS=1 -DGFLAGS_IS_A_DLL=0 -DLZ4 -DOS_LINUX -DROCKSDB_AUXV_GETAUXVAL_PRESENT -DROCKSDB_FALLOCATE_PRESENT -DROCKSDB_LIB_IO_POSIX -DROCKSDB_MALLOC_USABLE_SIZE -DROCKSDB_NO_DYNAMIC_EXTENSION -DROCKSDB_PLATFORM_POSIX -DROCKSDB_PTHREAD_ADAPTIVE_MUTEX -DROCKSDB_RANGESYNC_PRESENT -DROCKSDB_SCHED_GETCPU_PRESENT -DSNAPPY -DZLIB -DZSTD -Drocksdb_shared_EXPORTS -I/build/reproducible-path/rocksdb-9.10.0 -I/build/reproducible-path/rocksdb-9.10.0/include -isystem /build/reproducible-path/rocksdb-9.10.0/third-party/gtest-1.8.1/fused-src -g -O2 -ffile-prefix-map=/build/reproducible-path/rocksdb-9.10.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -W -Wextra -Wall -pthread -Wsign-compare -Wshadow -Wno-unused-parameter -Wno-unused-variable -Woverloaded-virtual -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-strict-aliasing -Wno-invalid-offsetof -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-builtin-memcmp -std=gnu++17 -fPIC -MD -MT CMakeFiles/rocksdb-shared.dir/db/blob/blob_file_reader.cc.o -MF CMakeFiles/rocksdb-shared.dir/db/blob/blob_file_reader.cc.o.d -o CMakeFiles/rocksdb-shared.dir/db/blob/blob_file_reader.cc.o -c /build/reproducible-path/rocksdb-9.10.0/db/blob/blob_file_reader.cc /build/reproducible-path/rocksdb-9.10.0/db/blob/blob_file_meta.cc: At global scope: /build/reproducible-path/rocksdb-9.10.0/db/blob/blob_file_meta.cc:15:10: error: no declaration matches ‘uint64_t rocksdb::SharedBlobFileMetaData::GetBlobFileSize() const’ 15 | uint64_t SharedBlobFileMetaData::GetBlobFileSize() const { | ^~~~~~~~~~~~~~~~~~~~~~ /build/reproducible-path/rocksdb-9.10.0/db/blob/blob_file_meta.cc:15:10: note: no functions named ‘uint64_t rocksdb::SharedBlobFileMetaData::GetBlobFileSize() const’ /build/reproducible-path/rocksdb-9.10.0/db/blob/blob_file_meta.h:25:7: note: ‘class rocksdb::SharedBlobFileMetaData’ defined here 25 | class SharedBlobFileMetaData { | ^~~~~~~~~~~~~~~~~~~~~~ /build/reproducible-path/rocksdb-9.10.0/db/blob/blob_file_meta.cc: In function ‘std::ostream& rocksdb::operator<<(std::ostream&, const SharedBlobFileMetaData&)’: /build/reproducible-path/rocksdb-9.10.0/db/blob/blob_file_meta.cc:28:45: error: ‘const class rocksdb::SharedBlobFileMetaData’ has no member named ‘GetBlobFileNumber’ 28 | os << "blob_file_number: " << shared_meta.GetBlobFileNumber() | ^~~~~~~~~~~~~~~~~ /build/reproducible-path/rocksdb-9.10.0/db/blob/blob_file_meta.cc:29:46: error: ‘const class rocksdb::SharedBlobFileMetaData’ has no member named ‘GetTotalBlobCount’ 29 | << " total_blob_count: " << shared_meta.GetTotalBlobCount() | ^~~~~~~~~~~~~~~~~ /build/reproducible-path/rocksdb-9.10.0/db/blob/blob_file_meta.cc:30:46: error: ‘const class rocksdb::SharedBlobFileMetaData’ has no member named ‘GetTotalBlobBytes’ 30 | << " total_blob_bytes: " << shared_meta.GetTotalBlobBytes() | ^~~~~~~~~~~~~~~~~ /build/reproducible-path/rocksdb-9.10.0/db/blob/blob_file_meta.cc: In function ‘std::ostream& rocksdb::operator<<(std::ostream&, const BlobFileMetaData&)’: /build/reproducible-path/rocksdb-9.10.0/db/blob/blob_file_meta.cc:51:36: error: ‘const class rocksdb::BlobFileMetaData’ has no member named ‘GetLinkedSsts’ 51 | for (uint64_t file_number : meta.GetLinkedSsts()) { | ^~~~~~~~~~~~~ /build/reproducible-path/rocksdb-9.10.0/db/blob/blob_file_meta.cc:56:41: error: ‘const class rocksdb::BlobFileMetaData’ has no member named ‘GetGarbageBlobCount’ 56 | os << " garbage_blob_count: " << meta.GetGarbageBlobCount() | ^~~~~~~~~~~~~~~~~~~ /build/reproducible-path/rocksdb-9.10.0/db/blob/blob_file_meta.cc:57:41: error: ‘const class rocksdb::BlobFileMetaData’ has no member named ‘GetGarbageBlobBytes’ 57 | << " garbage_blob_bytes: " << meta.GetGarbageBlobBytes(); | ^~~~~~~~~~~~~~~~~~~ [ 8%] Building CXX object CMakeFiles/rocksdb-shared.dir/db/blob/blob_garbage_meter.cc.o /usr/bin/c++ -DBZIP2 -DGFLAGS=1 -DGFLAGS_IS_A_DLL=0 -DLZ4 -DOS_LINUX -DROCKSDB_AUXV_GETAUXVAL_PRESENT -DROCKSDB_FALLOCATE_PRESENT -DROCKSDB_LIB_IO_POSIX -DROCKSDB_MALLOC_USABLE_SIZE -DROCKSDB_NO_DYNAMIC_EXTENSION -DROCKSDB_PLATFORM_POSIX -DROCKSDB_PTHREAD_ADAPTIVE_MUTEX -DROCKSDB_RANGESYNC_PRESENT -DROCKSDB_SCHED_GETCPU_PRESENT -DSNAPPY -DZLIB -DZSTD -Drocksdb_shared_EXPORTS -I/build/reproducible-path/rocksdb-9.10.0 -I/build/reproducible-path/rocksdb-9.10.0/include -isystem /build/reproducible-path/rocksdb-9.10.0/third-party/gtest-1.8.1/fused-src -g -O2 -ffile-prefix-map=/build/reproducible-path/rocksdb-9.10.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -W -Wextra -Wall -pthread -Wsign-compare -Wshadow -Wno-unused-parameter -Wno-unused-variable -Woverloaded-virtual -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-strict-aliasing -Wno-invalid-offsetof -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-builtin-memcmp -std=gnu++17 -fPIC -MD -MT CMakeFiles/rocksdb-shared.dir/db/blob/blob_garbage_meter.cc.o -MF CMakeFiles/rocksdb-shared.dir/db/blob/blob_garbage_meter.cc.o.d -o CMakeFiles/rocksdb-shared.dir/db/blob/blob_garbage_meter.cc.o -c /build/reproducible-path/rocksdb-9.10.0/db/blob/blob_garbage_meter.cc make[3]: *** [CMakeFiles/rocksdb-shared.dir/build.make:376: CMakeFiles/rocksdb-shared.dir/db/blob/blob_file_meta.cc.o] Error 1 make[3]: *** Waiting for unfinished jobs.... [ 8%] Building CXX object CMakeFiles/testharness.dir/test_util/testharness.cc.o /usr/bin/c++ -DBZIP2 -DGFLAGS=1 -DLZ4 -DOS_LINUX -DROCKSDB_AUXV_GETAUXVAL_PRESENT -DROCKSDB_FALLOCATE_PRESENT -DROCKSDB_LIB_IO_POSIX -DROCKSDB_MALLOC_USABLE_SIZE -DROCKSDB_NO_DYNAMIC_EXTENSION -DROCKSDB_PLATFORM_POSIX -DROCKSDB_PTHREAD_ADAPTIVE_MUTEX -DROCKSDB_RANGESYNC_PRESENT -DROCKSDB_SCHED_GETCPU_PRESENT -DSNAPPY -DZLIB -DZSTD -I/build/reproducible-path/rocksdb-9.10.0 -I/build/reproducible-path/rocksdb-9.10.0/include -isystem /build/reproducible-path/rocksdb-9.10.0/third-party/gtest-1.8.1/fused-src -g -O2 -ffile-prefix-map=/build/reproducible-path/rocksdb-9.10.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -W -Wextra -Wall -pthread -Wsign-compare -Wshadow -Wno-unused-parameter -Wno-unused-variable -Woverloaded-virtual -Wnon-virtual-dtor -Wno-missing-field-initializers -Wno-strict-aliasing -Wno-invalid-offsetof -fno-omit-frame-pointer -momit-leaf-frame-pointer -fno-builtin-memcmp -std=gnu++17 -MD -MT CMakeFiles/testharness.dir/test_util/testharness.cc.o -MF CMakeFiles/testharness.dir/test_util/testharness.cc.o.d -o CMakeFiles/testharness.dir/test_util/testharness.cc.o -c /build/reproducible-path/rocksdb-9.10.0/test_util/testharness.cc make[3]: Leaving directory '/build/reproducible-path/rocksdb-9.10.0/obj-x86_64-linux-gnu' make[2]: *** [CMakeFiles/Makefile2:212: CMakeFiles/rocksdb.dir/all] Error 2 make[2]: *** Waiting for unfinished jobs.... make[3]: Leaving directory '/build/reproducible-path/rocksdb-9.10.0/obj-x86_64-linux-gnu' make[2]: *** [CMakeFiles/Makefile2:244: CMakeFiles/rocksdb-shared.dir/all] Error 2 [ 8%] Linking CXX static library libtestharness.a /usr/bin/cmake -P CMakeFiles/testharness.dir/cmake_clean_target.cmake /usr/bin/cmake -E cmake_link_script CMakeFiles/testharness.dir/link.txt --verbose=1 /usr/bin/ar qc libtestharness.a CMakeFiles/testharness.dir/test_util/mock_time_env.cc.o CMakeFiles/testharness.dir/test_util/secondary_cache_test_util.cc.o CMakeFiles/testharness.dir/test_util/testharness.cc.o /usr/bin/ranlib libtestharness.a make[3]: Leaving directory '/build/reproducible-path/rocksdb-9.10.0/obj-x86_64-linux-gnu' [ 8%] Built target testharness make[2]: Leaving directory '/build/reproducible-path/rocksdb-9.10.0/obj-x86_64-linux-gnu' make[1]: *** [Makefile:139: all] Error 2 make[1]: Leaving directory '/build/reproducible-path/rocksdb-9.10.0/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:51: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
Send a report that this bug log contains spam.
Debbugs is free software and licensed under the terms of the GNU General Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.