Your message dated Sun, 07 Sep 2025 11:21:50 +0000
with message-id <[email protected]>
and subject line Bug#1114166: fixed in leveldb 1.23-6
has caused the Debian Bug report #1114166,
regarding leveldb: FTBFS: /usr/include/gtest/internal/gtest-port.h:273:2: 
error: #error C++ versions less than C++17 are not supported.
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.)


-- 
1114166: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114166
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:leveldb
Version: 1.23-5
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build.

Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202509/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:leveldb, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure -Bobj-x86_64-linux-gnu/out-static -- -DCMAKE_CXX_STANDARD=14
        cd obj-x86_64-linux-gnu/out-static && DEB_PYTHON_INSTALL_LAYOUT=deb 
PKG_CONFIG=/usr/bin/pkg-config cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc 
-DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON 
-DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF 
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON 
-DFETCHCONTENT_FULLY_DISCONNECTED=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run 
-DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-GUnix Makefiles" 
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu 
-DCMAKE_CXX_STANDARD=14 ../..
CMake Deprecation Warning at CMakeLists.txt:5 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.


-- The C compiler identification is GNU 15.2.0
-- The CXX compiler identification is GNU 15.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for crc32c_value in crc32c
-- Looking for crc32c_value in crc32c - not found
-- Looking for snappy_compress in snappy
-- Looking for snappy_compress in snappy - found
-- Looking for malloc in tcmalloc
-- Looking for malloc in tcmalloc - not found
-- Looking for fdatasync
-- Looking for fdatasync - found
-- Looking for F_FULLFSYNC
-- Looking for F_FULLFSYNC - not found
-- Looking for O_CLOEXEC
-- Looking for O_CLOEXEC - found
-- Performing Test HAVE_CLANG_THREAD_SAFETY
-- Performing Test HAVE_CLANG_THREAD_SAFETY - Failed
-- Performing Test LEVELDB_HAVE_NO_MISSING_FIELD_INITIALIZERS
-- Performing Test LEVELDB_HAVE_NO_MISSING_FIELD_INITIALIZERS - Success
-- Performing Test HAVE_CXX17_HAS_INCLUDE
-- Performing Test HAVE_CXX17_HAS_INCLUDE - Success
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Looking for sqlite3_open in sqlite3
-- Looking for sqlite3_open in sqlite3 - not found
-- Performing Test HAVE_KYOTOCABINET
-- Performing Test HAVE_KYOTOCABINET - Failed
-- Configuring done (1.4s)
-- Generating done (0.0s)
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_EXPORT_NO_PACKAGE_REGISTRY
    CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY
    FETCHCONTENT_FULLY_DISCONNECTED


-- Build files have been written to: 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static
dh_auto_configure -Bobj-x86_64-linux-gnu/out-shared -- -DCMAKE_CXX_STANDARD=14 
-DBUILD_SHARED_LIBS=ON
        cd obj-x86_64-linux-gnu/out-shared && DEB_PYTHON_INSTALL_LAYOUT=deb 
PKG_CONFIG=/usr/bin/pkg-config cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc 
-DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON 
-DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF 
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON 
-DFETCHCONTENT_FULLY_DISCONNECTED=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run 
-DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-GUnix Makefiles" 
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu 
-DCMAKE_CXX_STANDARD=14 -DBUILD_SHARED_LIBS=ON ../..
CMake Deprecation Warning at CMakeLists.txt:5 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.


-- The C compiler identification is GNU 15.2.0
-- The CXX compiler identification is GNU 15.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for crc32c_value in crc32c
-- Looking for crc32c_value in crc32c - not found
-- Looking for snappy_compress in snappy
-- Looking for snappy_compress in snappy - found
-- Looking for malloc in tcmalloc
-- Looking for malloc in tcmalloc - not found
-- Looking for fdatasync
-- Looking for fdatasync - found
-- Looking for F_FULLFSYNC
-- Looking for F_FULLFSYNC - not found
-- Looking for O_CLOEXEC
-- Looking for O_CLOEXEC - found
-- Performing Test HAVE_CLANG_THREAD_SAFETY
-- Performing Test HAVE_CLANG_THREAD_SAFETY - Failed
-- Performing Test LEVELDB_HAVE_NO_MISSING_FIELD_INITIALIZERS
-- Performing Test LEVELDB_HAVE_NO_MISSING_FIELD_INITIALIZERS - Success
-- Performing Test HAVE_CXX17_HAS_INCLUDE
-- Performing Test HAVE_CXX17_HAS_INCLUDE - Success
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Looking for sqlite3_open in sqlite3
-- Looking for sqlite3_open in sqlite3 - not found
-- Performing Test HAVE_KYOTOCABINET
-- Performing Test HAVE_KYOTOCABINET - Failed
-- Configuring done (1.4s)
-- Generating done (0.0s)
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_EXPORT_NO_PACKAGE_REGISTRY
    CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY
    FETCHCONTENT_FULLY_DISCONNECTED


-- Build files have been written to: 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-shared
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build -Bobj-x86_64-linux-gnu/out-static
        cd obj-x86_64-linux-gnu/out-static && make -j2 "INSTALL=install 
--strip-program=true" VERBOSE=1
make[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static'
/usr/bin/cmake -S/<<PKGBUILDDIR>> 
-B/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static --check-build-system 
CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/CMakeFiles 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static//CMakeFiles/progress.marks
make  -f CMakeFiles/Makefile2 all
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static'
make  -f CMakeFiles/leveldb.dir/build.make CMakeFiles/leveldb.dir/depend
make  -f CMakeFiles/memenv.dir/build.make CMakeFiles/memenv.dir/depend
make[4]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static && /usr/bin/cmake -E 
cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>> 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/CMakeFiles/memenv.dir/DependInfo.cmake
 "--color="
make[4]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static && /usr/bin/cmake -E 
cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>> 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/CMakeFiles/leveldb.dir/DependInfo.cmake
 "--color="
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static'
make  -f CMakeFiles/memenv.dir/build.make CMakeFiles/memenv.dir/build
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static'
make[4]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static'
make  -f CMakeFiles/leveldb.dir/build.make CMakeFiles/leveldb.dir/build
make[4]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static'
[  1%] Building CXX object CMakeFiles/memenv.dir/helpers/memenv/memenv.cc.o
[  2%] Building CXX object CMakeFiles/leveldb.dir/db/builder.cc.o
/usr/bin/c++ -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include -I/<<PKGBUILDDIR>>/. 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fno-exceptions -std=gnu++14 -MD -MT 
CMakeFiles/memenv.dir/helpers/memenv/memenv.cc.o -MF 
CMakeFiles/memenv.dir/helpers/memenv/memenv.cc.o.d -o 
CMakeFiles/memenv.dir/helpers/memenv/memenv.cc.o -c 
/<<PKGBUILDDIR>>/helpers/memenv/memenv.cc
/usr/bin/c++ -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include -I/<<PKGBUILDDIR>>/. 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fno-exceptions -std=gnu++14 -MD -MT 
CMakeFiles/leveldb.dir/db/builder.cc.o -MF 
CMakeFiles/leveldb.dir/db/builder.cc.o.d -o 
CMakeFiles/leveldb.dir/db/builder.cc.o -c /<<PKGBUILDDIR>>/db/builder.cc
[  2%] Building CXX object CMakeFiles/leveldb.dir/db/c.cc.o
/usr/bin/c++ -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include -I/<<PKGBUILDDIR>>/. 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fno-exceptions -std=gnu++14 -MD -MT 
CMakeFiles/leveldb.dir/db/c.cc.o -MF CMakeFiles/leveldb.dir/db/c.cc.o.d -o 
CMakeFiles/leveldb.dir/db/c.cc.o -c /<<PKGBUILDDIR>>/db/c.cc
[  3%] Building CXX object CMakeFiles/leveldb.dir/db/db_impl.cc.o
/usr/bin/c++ -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include -I/<<PKGBUILDDIR>>/. 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fno-exceptions -std=gnu++14 -MD -MT 
CMakeFiles/leveldb.dir/db/db_impl.cc.o -MF 
CMakeFiles/leveldb.dir/db/db_impl.cc.o.d -o 
CMakeFiles/leveldb.dir/db/db_impl.cc.o -c /<<PKGBUILDDIR>>/db/db_impl.cc
[  4%] Linking CXX static library libmemenv.a
/usr/bin/cmake -P CMakeFiles/memenv.dir/cmake_clean_target.cmake
/usr/bin/cmake -E cmake_link_script CMakeFiles/memenv.dir/link.txt --verbose=1
/usr/bin/ar qc libmemenv.a CMakeFiles/memenv.dir/helpers/memenv/memenv.cc.o
/usr/bin/ranlib libmemenv.a
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static'
[  4%] Built target memenv
[  5%] Building CXX object CMakeFiles/leveldb.dir/db/db_iter.cc.o
/usr/bin/c++ -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include -I/<<PKGBUILDDIR>>/. 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fno-exceptions -std=gnu++14 -MD -MT 
CMakeFiles/leveldb.dir/db/db_iter.cc.o -MF 
CMakeFiles/leveldb.dir/db/db_iter.cc.o.d -o 
CMakeFiles/leveldb.dir/db/db_iter.cc.o -c /<<PKGBUILDDIR>>/db/db_iter.cc
[  6%] Building CXX object CMakeFiles/leveldb.dir/db/dbformat.cc.o
/usr/bin/c++ -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include -I/<<PKGBUILDDIR>>/. 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fno-exceptions -std=gnu++14 -MD -MT 
CMakeFiles/leveldb.dir/db/dbformat.cc.o -MF 
CMakeFiles/leveldb.dir/db/dbformat.cc.o.d -o 
CMakeFiles/leveldb.dir/db/dbformat.cc.o -c /<<PKGBUILDDIR>>/db/dbformat.cc
[  6%] Building CXX object CMakeFiles/leveldb.dir/db/dumpfile.cc.o
/usr/bin/c++ -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include -I/<<PKGBUILDDIR>>/. 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fno-exceptions -std=gnu++14 -MD -MT 
CMakeFiles/leveldb.dir/db/dumpfile.cc.o -MF 
CMakeFiles/leveldb.dir/db/dumpfile.cc.o.d -o 
CMakeFiles/leveldb.dir/db/dumpfile.cc.o -c /<<PKGBUILDDIR>>/db/dumpfile.cc
[  7%] Building CXX object CMakeFiles/leveldb.dir/db/filename.cc.o
/usr/bin/c++ -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include -I/<<PKGBUILDDIR>>/. 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fno-exceptions -std=gnu++14 -MD -MT 
CMakeFiles/leveldb.dir/db/filename.cc.o -MF 
CMakeFiles/leveldb.dir/db/filename.cc.o.d -o 
CMakeFiles/leveldb.dir/db/filename.cc.o -c /<<PKGBUILDDIR>>/db/filename.cc
[  8%] Building CXX object CMakeFiles/leveldb.dir/db/log_reader.cc.o
/usr/bin/c++ -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include -I/<<PKGBUILDDIR>>/. 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fno-exceptions -std=gnu++14 -MD -MT 
CMakeFiles/leveldb.dir/db/log_reader.cc.o -MF 
CMakeFiles/leveldb.dir/db/log_reader.cc.o.d -o 
CMakeFiles/leveldb.dir/db/log_reader.cc.o -c /<<PKGBUILDDIR>>/db/log_reader.cc
[  9%] Building CXX object CMakeFiles/leveldb.dir/db/log_writer.cc.o
/usr/bin/c++ -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include -I/<<PKGBUILDDIR>>/. 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fno-exceptions -std=gnu++14 -MD -MT 
CMakeFiles/leveldb.dir/db/log_writer.cc.o -MF 
CMakeFiles/leveldb.dir/db/log_writer.cc.o.d -o 
CMakeFiles/leveldb.dir/db/log_writer.cc.o -c /<<PKGBUILDDIR>>/db/log_writer.cc
[  9%] Building CXX object CMakeFiles/leveldb.dir/db/memtable.cc.o
/usr/bin/c++ -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include -I/<<PKGBUILDDIR>>/. 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fno-exceptions -std=gnu++14 -MD -MT 
CMakeFiles/leveldb.dir/db/memtable.cc.o -MF 
CMakeFiles/leveldb.dir/db/memtable.cc.o.d -o 
CMakeFiles/leveldb.dir/db/memtable.cc.o -c /<<PKGBUILDDIR>>/db/memtable.cc
[ 10%] Building CXX object CMakeFiles/leveldb.dir/db/repair.cc.o
/usr/bin/c++ -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include -I/<<PKGBUILDDIR>>/. 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fno-exceptions -std=gnu++14 -MD -MT 
CMakeFiles/leveldb.dir/db/repair.cc.o -MF 
CMakeFiles/leveldb.dir/db/repair.cc.o.d -o 
CMakeFiles/leveldb.dir/db/repair.cc.o -c /<<PKGBUILDDIR>>/db/repair.cc
[ 11%] Building CXX object CMakeFiles/leveldb.dir/db/table_cache.cc.o
/usr/bin/c++ -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include -I/<<PKGBUILDDIR>>/. 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fno-exceptions -std=gnu++14 -MD -MT 
CMakeFiles/leveldb.dir/db/table_cache.cc.o -MF 
CMakeFiles/leveldb.dir/db/table_cache.cc.o.d -o 
CMakeFiles/leveldb.dir/db/table_cache.cc.o -c /<<PKGBUILDDIR>>/db/table_cache.cc
[ 12%] Building CXX object CMakeFiles/leveldb.dir/db/version_edit.cc.o
/usr/bin/c++ -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include -I/<<PKGBUILDDIR>>/. 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fno-exceptions -std=gnu++14 -MD -MT 
CMakeFiles/leveldb.dir/db/version_edit.cc.o -MF 
CMakeFiles/leveldb.dir/db/version_edit.cc.o.d -o 
CMakeFiles/leveldb.dir/db/version_edit.cc.o -c 
/<<PKGBUILDDIR>>/db/version_edit.cc
[ 12%] Building CXX object CMakeFiles/leveldb.dir/db/version_set.cc.o
/usr/bin/c++ -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include -I/<<PKGBUILDDIR>>/. 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fno-exceptions -std=gnu++14 -MD -MT 
CMakeFiles/leveldb.dir/db/version_set.cc.o -MF 
CMakeFiles/leveldb.dir/db/version_set.cc.o.d -o 
CMakeFiles/leveldb.dir/db/version_set.cc.o -c /<<PKGBUILDDIR>>/db/version_set.cc
[ 13%] Building CXX object CMakeFiles/leveldb.dir/db/write_batch.cc.o
/usr/bin/c++ -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include -I/<<PKGBUILDDIR>>/. 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fno-exceptions -std=gnu++14 -MD -MT 
CMakeFiles/leveldb.dir/db/write_batch.cc.o -MF 
CMakeFiles/leveldb.dir/db/write_batch.cc.o.d -o 
CMakeFiles/leveldb.dir/db/write_batch.cc.o -c /<<PKGBUILDDIR>>/db/write_batch.cc
[ 14%] Building CXX object CMakeFiles/leveldb.dir/table/block_builder.cc.o
/usr/bin/c++ -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include -I/<<PKGBUILDDIR>>/. 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fno-exceptions -std=gnu++14 -MD -MT 
CMakeFiles/leveldb.dir/table/block_builder.cc.o -MF 
CMakeFiles/leveldb.dir/table/block_builder.cc.o.d -o 
CMakeFiles/leveldb.dir/table/block_builder.cc.o -c 
/<<PKGBUILDDIR>>/table/block_builder.cc
[ 14%] Building CXX object CMakeFiles/leveldb.dir/table/block.cc.o
/usr/bin/c++ -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include -I/<<PKGBUILDDIR>>/. 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fno-exceptions -std=gnu++14 -MD -MT 
CMakeFiles/leveldb.dir/table/block.cc.o -MF 
CMakeFiles/leveldb.dir/table/block.cc.o.d -o 
CMakeFiles/leveldb.dir/table/block.cc.o -c /<<PKGBUILDDIR>>/table/block.cc
[ 15%] Building CXX object CMakeFiles/leveldb.dir/table/filter_block.cc.o
/usr/bin/c++ -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include -I/<<PKGBUILDDIR>>/. 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fno-exceptions -std=gnu++14 -MD -MT 
CMakeFiles/leveldb.dir/table/filter_block.cc.o -MF 
CMakeFiles/leveldb.dir/table/filter_block.cc.o.d -o 
CMakeFiles/leveldb.dir/table/filter_block.cc.o -c 
/<<PKGBUILDDIR>>/table/filter_block.cc
[ 16%] Building CXX object CMakeFiles/leveldb.dir/table/format.cc.o
/usr/bin/c++ -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include -I/<<PKGBUILDDIR>>/. 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fno-exceptions -std=gnu++14 -MD -MT 
CMakeFiles/leveldb.dir/table/format.cc.o -MF 
CMakeFiles/leveldb.dir/table/format.cc.o.d -o 
CMakeFiles/leveldb.dir/table/format.cc.o -c /<<PKGBUILDDIR>>/table/format.cc
[ 17%] Building CXX object CMakeFiles/leveldb.dir/table/iterator.cc.o
/usr/bin/c++ -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include -I/<<PKGBUILDDIR>>/. 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fno-exceptions -std=gnu++14 -MD -MT 
CMakeFiles/leveldb.dir/table/iterator.cc.o -MF 
CMakeFiles/leveldb.dir/table/iterator.cc.o.d -o 
CMakeFiles/leveldb.dir/table/iterator.cc.o -c /<<PKGBUILDDIR>>/table/iterator.cc
[ 17%] Building CXX object CMakeFiles/leveldb.dir/table/merger.cc.o
/usr/bin/c++ -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include -I/<<PKGBUILDDIR>>/. 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fno-exceptions -std=gnu++14 -MD -MT 
CMakeFiles/leveldb.dir/table/merger.cc.o -MF 
CMakeFiles/leveldb.dir/table/merger.cc.o.d -o 
CMakeFiles/leveldb.dir/table/merger.cc.o -c /<<PKGBUILDDIR>>/table/merger.cc
[ 18%] Building CXX object CMakeFiles/leveldb.dir/table/table_builder.cc.o
/usr/bin/c++ -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include -I/<<PKGBUILDDIR>>/. 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fno-exceptions -std=gnu++14 -MD -MT 
CMakeFiles/leveldb.dir/table/table_builder.cc.o -MF 
CMakeFiles/leveldb.dir/table/table_builder.cc.o.d -o 
CMakeFiles/leveldb.dir/table/table_builder.cc.o -c 
/<<PKGBUILDDIR>>/table/table_builder.cc
[ 19%] Building CXX object CMakeFiles/leveldb.dir/table/table.cc.o
/usr/bin/c++ -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include -I/<<PKGBUILDDIR>>/. 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fno-exceptions -std=gnu++14 -MD -MT 
CMakeFiles/leveldb.dir/table/table.cc.o -MF 
CMakeFiles/leveldb.dir/table/table.cc.o.d -o 
CMakeFiles/leveldb.dir/table/table.cc.o -c /<<PKGBUILDDIR>>/table/table.cc
[ 20%] Building CXX object CMakeFiles/leveldb.dir/table/two_level_iterator.cc.o
/usr/bin/c++ -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include -I/<<PKGBUILDDIR>>/. 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fno-exceptions -std=gnu++14 -MD -MT 
CMakeFiles/leveldb.dir/table/two_level_iterator.cc.o -MF 
CMakeFiles/leveldb.dir/table/two_level_iterator.cc.o.d -o 
CMakeFiles/leveldb.dir/table/two_level_iterator.cc.o -c 
/<<PKGBUILDDIR>>/table/two_level_iterator.cc
[ 20%] Building CXX object CMakeFiles/leveldb.dir/util/arena.cc.o
/usr/bin/c++ -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include -I/<<PKGBUILDDIR>>/. 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fno-exceptions -std=gnu++14 -MD -MT 
CMakeFiles/leveldb.dir/util/arena.cc.o -MF 
CMakeFiles/leveldb.dir/util/arena.cc.o.d -o 
CMakeFiles/leveldb.dir/util/arena.cc.o -c /<<PKGBUILDDIR>>/util/arena.cc
[ 21%] Building CXX object CMakeFiles/leveldb.dir/util/bloom.cc.o
/usr/bin/c++ -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include -I/<<PKGBUILDDIR>>/. 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fno-exceptions -std=gnu++14 -MD -MT 
CMakeFiles/leveldb.dir/util/bloom.cc.o -MF 
CMakeFiles/leveldb.dir/util/bloom.cc.o.d -o 
CMakeFiles/leveldb.dir/util/bloom.cc.o -c /<<PKGBUILDDIR>>/util/bloom.cc
[ 22%] Building CXX object CMakeFiles/leveldb.dir/util/cache.cc.o
/usr/bin/c++ -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include -I/<<PKGBUILDDIR>>/. 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fno-exceptions -std=gnu++14 -MD -MT 
CMakeFiles/leveldb.dir/util/cache.cc.o -MF 
CMakeFiles/leveldb.dir/util/cache.cc.o.d -o 
CMakeFiles/leveldb.dir/util/cache.cc.o -c /<<PKGBUILDDIR>>/util/cache.cc
[ 22%] Building CXX object CMakeFiles/leveldb.dir/util/coding.cc.o
/usr/bin/c++ -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include -I/<<PKGBUILDDIR>>/. 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fno-exceptions -std=gnu++14 -MD -MT 
CMakeFiles/leveldb.dir/util/coding.cc.o -MF 
CMakeFiles/leveldb.dir/util/coding.cc.o.d -o 
CMakeFiles/leveldb.dir/util/coding.cc.o -c /<<PKGBUILDDIR>>/util/coding.cc
[ 23%] Building CXX object CMakeFiles/leveldb.dir/util/comparator.cc.o
/usr/bin/c++ -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include -I/<<PKGBUILDDIR>>/. 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fno-exceptions -std=gnu++14 -MD -MT 
CMakeFiles/leveldb.dir/util/comparator.cc.o -MF 
CMakeFiles/leveldb.dir/util/comparator.cc.o.d -o 
CMakeFiles/leveldb.dir/util/comparator.cc.o -c 
/<<PKGBUILDDIR>>/util/comparator.cc
[ 24%] Building CXX object CMakeFiles/leveldb.dir/util/crc32c.cc.o
/usr/bin/c++ -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include -I/<<PKGBUILDDIR>>/. 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fno-exceptions -std=gnu++14 -MD -MT 
CMakeFiles/leveldb.dir/util/crc32c.cc.o -MF 
CMakeFiles/leveldb.dir/util/crc32c.cc.o.d -o 
CMakeFiles/leveldb.dir/util/crc32c.cc.o -c /<<PKGBUILDDIR>>/util/crc32c.cc
[ 25%] Building CXX object CMakeFiles/leveldb.dir/util/env.cc.o
/usr/bin/c++ -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include -I/<<PKGBUILDDIR>>/. 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fno-exceptions -std=gnu++14 -MD -MT 
CMakeFiles/leveldb.dir/util/env.cc.o -MF CMakeFiles/leveldb.dir/util/env.cc.o.d 
-o CMakeFiles/leveldb.dir/util/env.cc.o -c /<<PKGBUILDDIR>>/util/env.cc
[ 25%] Building CXX object CMakeFiles/leveldb.dir/util/filter_policy.cc.o
/usr/bin/c++ -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include -I/<<PKGBUILDDIR>>/. 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fno-exceptions -std=gnu++14 -MD -MT 
CMakeFiles/leveldb.dir/util/filter_policy.cc.o -MF 
CMakeFiles/leveldb.dir/util/filter_policy.cc.o.d -o 
CMakeFiles/leveldb.dir/util/filter_policy.cc.o -c 
/<<PKGBUILDDIR>>/util/filter_policy.cc
[ 26%] Building CXX object CMakeFiles/leveldb.dir/util/hash.cc.o
/usr/bin/c++ -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include -I/<<PKGBUILDDIR>>/. 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fno-exceptions -std=gnu++14 -MD -MT 
CMakeFiles/leveldb.dir/util/hash.cc.o -MF 
CMakeFiles/leveldb.dir/util/hash.cc.o.d -o 
CMakeFiles/leveldb.dir/util/hash.cc.o -c /<<PKGBUILDDIR>>/util/hash.cc
[ 27%] Building CXX object CMakeFiles/leveldb.dir/util/logging.cc.o
/usr/bin/c++ -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include -I/<<PKGBUILDDIR>>/. 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fno-exceptions -std=gnu++14 -MD -MT 
CMakeFiles/leveldb.dir/util/logging.cc.o -MF 
CMakeFiles/leveldb.dir/util/logging.cc.o.d -o 
CMakeFiles/leveldb.dir/util/logging.cc.o -c /<<PKGBUILDDIR>>/util/logging.cc
[ 28%] Building CXX object CMakeFiles/leveldb.dir/util/options.cc.o
/usr/bin/c++ -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include -I/<<PKGBUILDDIR>>/. 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fno-exceptions -std=gnu++14 -MD -MT 
CMakeFiles/leveldb.dir/util/options.cc.o -MF 
CMakeFiles/leveldb.dir/util/options.cc.o.d -o 
CMakeFiles/leveldb.dir/util/options.cc.o -c /<<PKGBUILDDIR>>/util/options.cc
[ 28%] Building CXX object CMakeFiles/leveldb.dir/util/status.cc.o
/usr/bin/c++ -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include -I/<<PKGBUILDDIR>>/. 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fno-exceptions -std=gnu++14 -MD -MT 
CMakeFiles/leveldb.dir/util/status.cc.o -MF 
CMakeFiles/leveldb.dir/util/status.cc.o.d -o 
CMakeFiles/leveldb.dir/util/status.cc.o -c /<<PKGBUILDDIR>>/util/status.cc
[ 29%] Building CXX object CMakeFiles/leveldb.dir/util/env_posix.cc.o
/usr/bin/c++ -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include -I/<<PKGBUILDDIR>>/. 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fno-exceptions -std=gnu++14 -MD -MT 
CMakeFiles/leveldb.dir/util/env_posix.cc.o -MF 
CMakeFiles/leveldb.dir/util/env_posix.cc.o.d -o 
CMakeFiles/leveldb.dir/util/env_posix.cc.o -c /<<PKGBUILDDIR>>/util/env_posix.cc
[ 30%] Building CXX object CMakeFiles/leveldb.dir/helpers/memenv/memenv.cc.o
/usr/bin/c++ -DLEVELDB_COMPILE_LIBRARY -DLEVELDB_PLATFORM_POSIX=1 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include -I/<<PKGBUILDDIR>>/. 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fno-exceptions -std=gnu++14 -MD -MT 
CMakeFiles/leveldb.dir/helpers/memenv/memenv.cc.o -MF 
CMakeFiles/leveldb.dir/helpers/memenv/memenv.cc.o.d -o 
CMakeFiles/leveldb.dir/helpers/memenv/memenv.cc.o -c 
/<<PKGBUILDDIR>>/helpers/memenv/memenv.cc
[ 30%] Linking CXX static library libleveldb.a
/usr/bin/cmake -P CMakeFiles/leveldb.dir/cmake_clean_target.cmake
/usr/bin/cmake -E cmake_link_script CMakeFiles/leveldb.dir/link.txt --verbose=1
/usr/bin/ar qc libleveldb.a CMakeFiles/leveldb.dir/db/builde 
[too-long-redacted] .dir/helpers/memenv/memenv.cc.o
/usr/bin/ranlib libleveldb.a
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static'
[ 30%] Built target leveldb
make  -f CMakeFiles/leveldbutil.dir/build.make CMakeFiles/leveldbutil.dir/depend
make  -f CMakeFiles/c_test.dir/build.make CMakeFiles/c_test.dir/depend
make[4]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static && /usr/bin/cmake -E 
cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>> 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/CMakeFiles/leveldbutil.dir/DependInfo.cmake
 "--color="
make[4]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static && /usr/bin/cmake -E 
cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>> 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/CMakeFiles/c_test.dir/DependInfo.cmake
 "--color="
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static'
make  -f CMakeFiles/leveldbutil.dir/build.make CMakeFiles/leveldbutil.dir/build
make  -f CMakeFiles/c_test.dir/build.make CMakeFiles/c_test.dir/build
make[4]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static'
make[4]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static'
[ 32%] Building CXX object CMakeFiles/c_test.dir/util/testutil.cc.o
[ 32%] Building CXX object CMakeFiles/leveldbutil.dir/db/leveldbutil.cc.o
/usr/bin/c++  -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include 
-I/<<PKGBUILDDIR>>/. -I/<<PKGBUILDDIR>>/include -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-fno-exceptions -std=gnu++14 -MD -MT 
CMakeFiles/leveldbutil.dir/db/leveldbutil.cc.o -MF 
CMakeFiles/leveldbutil.dir/db/leveldbutil.cc.o.d -o 
CMakeFiles/leveldbutil.dir/db/leveldbutil.cc.o -c 
/<<PKGBUILDDIR>>/db/leveldbutil.cc
/usr/bin/c++ -DLEVELDB_PLATFORM_POSIX=1 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include -I/<<PKGBUILDDIR>>/. 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fno-exceptions -std=gnu++14 -MD -MT 
CMakeFiles/c_test.dir/util/testutil.cc.o -MF 
CMakeFiles/c_test.dir/util/testutil.cc.o.d -o 
CMakeFiles/c_test.dir/util/testutil.cc.o -c /<<PKGBUILDDIR>>/util/testutil.cc
In file included from /usr/include/gmock/internal/gmock-port.h:58,
                 from /usr/include/gmock/internal/gmock-internal-utils.h:50,
                 from /usr/include/gmock/gmock-actions.h:146,
                 from /usr/include/gmock/gmock.h:56,
                 from /<<PKGBUILDDIR>>/./util/testutil.h:8,
                 from /<<PKGBUILDDIR>>/util/testutil.cc:5:
/usr/include/gtest/internal/gtest-port.h:273:2: error: #error C++ versions less 
than C++17 are not supported.
  273 | #error C++ versions less than C++17 are not supported.
      |  ^~~~~
[ 33%] Linking CXX executable leveldbutil
/usr/bin/cmake -E cmake_link_script CMakeFiles/leveldbutil.dir/link.txt 
--verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fno-exceptions -Wl,-z,relro 
-Wl,--dependency-file=CMakeFiles/leveldbutil.dir/link.d 
CMakeFiles/leveldbutil.dir/db/leveldbutil.cc.o -o leveldbutil  libleveldb.a 
-lsnappy
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static'
[ 33%] Built target leveldbutil
[ 34%] Building C object CMakeFiles/c_test.dir/db/c_test.c.o
/usr/bin/cc -DLEVELDB_PLATFORM_POSIX=1 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include -I/<<PKGBUILDDIR>>/. 
-I/<<PKGBUILDDIR>>/include -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wstrict-prototypes -std=c11 -MD -MT CMakeFiles/c_test.dir/db/c_test.c.o -MF 
CMakeFiles/c_test.dir/db/c_test.c.o.d -o CMakeFiles/c_test.dir/db/c_test.c.o -c 
/<<PKGBUILDDIR>>/db/c_test.c
In file included from /usr/include/gtest/gtest.h:67,
                 from /usr/include/gmock/internal/gmock-internal-utils.h:51:
/usr/include/gtest/gtest-param-test.h:483:56: error: missing template arguments 
before ‘(’ token
  483 |           typename StdFunction = 
decltype(std::function(std::declval<Func>()))>
      |                                                        ^
/usr/include/gtest/gtest-param-test.h:493:56: error: missing template arguments 
before ‘(’ token
  493 |           typename StdFunction = 
decltype(std::function(std::declval<Func>()))>
      |                                                        ^
make  -f CMakeFiles/fault_injection_test.dir/build.make 
CMakeFiles/fault_injection_test.dir/depend
make[4]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static && /usr/bin/cmake -E 
cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>> 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/CMakeFiles/fault_injection_test.dir/DependInfo.cmake
 "--color="
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static'
make  -f CMakeFiles/fault_injection_test.dir/build.make 
CMakeFiles/fault_injection_test.dir/build
make[4]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static'
[ 34%] Building CXX object 
CMakeFiles/fault_injection_test.dir/util/testutil.cc.o
/usr/bin/c++ -DLEVELDB_PLATFORM_POSIX=1 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include -I/<<PKGBUILDDIR>>/. 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fno-exceptions -std=gnu++14 -MD -MT 
CMakeFiles/fault_injection_test.dir/util/testutil.cc.o -MF 
CMakeFiles/fault_injection_test.dir/util/testutil.cc.o.d -o 
CMakeFiles/fault_injection_test.dir/util/testutil.cc.o -c 
/<<PKGBUILDDIR>>/util/testutil.cc
In file included from /usr/include/gmock/internal/gmock-port.h:58,
                 from /usr/include/gmock/internal/gmock-internal-utils.h:50,
                 from /usr/include/gmock/gmock-actions.h:146,
                 from /usr/include/gmock/gmock.h:56,
                 from /<<PKGBUILDDIR>>/./util/testutil.h:8,
                 from /<<PKGBUILDDIR>>/util/testutil.cc:5:
/usr/include/gtest/internal/gtest-port.h:273:2: error: #error C++ versions less 
than C++17 are not supported.
  273 | #error C++ versions less than C++17 are not supported.
      |  ^~~~~
make[4]: *** [CMakeFiles/c_test.dir/build.make:82: 
CMakeFiles/c_test.dir/util/testutil.cc.o] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static'
make[3]: *** [CMakeFiles/Makefile2:285: CMakeFiles/c_test.dir/all] Error 2
make[3]: *** Waiting for unfinished jobs....
[ 35%] Building CXX object 
CMakeFiles/fault_injection_test.dir/db/fault_injection_test.cc.o
/usr/bin/c++ -DLEVELDB_PLATFORM_POSIX=1 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static/include -I/<<PKGBUILDDIR>>/. 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fno-exceptions -std=gnu++14 -MD -MT 
CMakeFiles/fault_injection_test.dir/db/fault_injection_test.cc.o -MF 
CMakeFiles/fault_injection_test.dir/db/fault_injection_test.cc.o.d -o 
CMakeFiles/fault_injection_test.dir/db/fault_injection_test.cc.o -c 
/<<PKGBUILDDIR>>/db/fault_injection_test.cc
In file included from /usr/include/gtest/gtest-message.h:57,
                 from /usr/include/gtest/gtest-assertion-result.h:46,
                 from /usr/include/gtest/gtest.h:63,
                 from /<<PKGBUILDDIR>>/db/fault_injection_test.cc:12:
/usr/include/gtest/internal/gtest-port.h:273:2: error: #error C++ versions less 
than C++17 are not supported.
  273 | #error C++ versions less than C++17 are not supported.
      |  ^~~~~
In file included from /usr/include/gtest/gtest.h:67,
                 from /usr/include/gmock/internal/gmock-internal-utils.h:51:
/usr/include/gtest/gtest-param-test.h:483:56: error: missing template arguments 
before ‘(’ token
  483 |           typename StdFunction = 
decltype(std::function(std::declval<Func>()))>
      |                                                        ^
/usr/include/gtest/gtest-param-test.h:493:56: error: missing template arguments 
before ‘(’ token
  493 |           typename StdFunction = 
decltype(std::function(std::declval<Func>()))>
      |                                                        ^
In file included from /usr/include/gtest/gtest.h:67:
/usr/include/gtest/gtest-param-test.h:483:56: error: missing template arguments 
before ‘(’ token
  483 |           typename StdFunction = 
decltype(std::function(std::declval<Func>()))>
      |                                                        ^
/usr/include/gtest/gtest-param-test.h:493:56: error: missing template arguments 
before ‘(’ token
  493 |           typename StdFunction = 
decltype(std::function(std::declval<Func>()))>
      |                                                        ^
make[4]: *** [CMakeFiles/fault_injection_test.dir/build.make:82: 
CMakeFiles/fault_injection_test.dir/util/testutil.cc.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: *** [CMakeFiles/fault_injection_test.dir/build.make:96: 
CMakeFiles/fault_injection_test.dir/db/fault_injection_test.cc.o] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static'
make[3]: *** [CMakeFiles/Makefile2:317: 
CMakeFiles/fault_injection_test.dir/all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static'
make[2]: *** [Makefile:149: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/out-static'
dh_auto_build: error: cd obj-x86_64-linux-gnu/out-static && make -j2 
"INSTALL=install --strip-program=true" VERBOSE=1 returned exit code 2
make[1]: *** [debian/rules:36: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:29: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: leveldb
Source-Version: 1.23-6
Done: Laszlo Boszormenyi (GCS) <[email protected]>

We believe that the bug you reported is fixed in the latest version of
leveldb, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Laszlo Boszormenyi (GCS) <[email protected]> (supplier of updated leveldb package)

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


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 07 Sep 2025 12:13:47 +0200
Source: leveldb
Architecture: source
Version: 1.23-6
Distribution: unstable
Urgency: medium
Maintainer: Laszlo Boszormenyi (GCS) <[email protected]>
Changed-By: Laszlo Boszormenyi (GCS) <[email protected]>
Closes: 1113102 1114166
Changes:
 leveldb (1.23-6) unstable; urgency=medium
 .
   * Configure with C++17 standard (closes: #1113102, #1114166).
   * Backport upstream fix for C++23 compilation errors.
   * Remove Alessio Treglia from uploaders, thanks for all the fish!
   * Update Standards-Version to 4.7.2 .
Checksums-Sha1:
 6a5cb1d4a3a225a402696dda6c340514669d1d2a 1974 leveldb_1.23-6.dsc
 a2826a0ee0f60e82bcf18b09c8da037dd9589218 11408 leveldb_1.23-6.debian.tar.xz
Checksums-Sha256:
 b738b55a9e1a953b2506f74e5f80da41fa88dc7625394f4eac0bbfc7e40cd7a2 1974 
leveldb_1.23-6.dsc
 2e1e414671d3db56ccf260c43920476eb071563419abb1b9e82d18121253e187 11408 
leveldb_1.23-6.debian.tar.xz
Files:
 937cfd8b79d1a1ecdb709123d68dc33e 1974 database optional leveldb_1.23-6.dsc
 b6c2b0596705fba51d5bd1251eea75b1 11408 database optional 
leveldb_1.23-6.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfYh9yLp7u6e4NeO63OMQ54ZMyL8FAmi9Z9wACgkQ3OMQ54ZM
yL97yQ//fuAqOwAEb0AuGtoJqqTUiDlJ+2mAxk7zxUIqDf0fuJuy+IDr0Giu/LB/
aHKR9oy23D9CrbNxumyO3nDzZGSjJKo1xcBtLhdnp8H30P3na4iVnj41ZfnhltVs
yBZFvJvxaRXTb66xSNlgQwo1hh3Ergf4/tVs1A1Z0SBcDvA70TLsDTnnyBhajgYL
5oC/QNH6nr93mjIN1Ljqi87rqFTUHHIjokzD3KHpDg6azQ5Q1jAGyK8YPH5qOzcT
Aj9tcfXZfSUokog6n8axshWpDu5L/F2cKl1HxO7/ruMW0PouKqeSgL+kGM3iJzXy
ZRW/LWchnySrwifIb6PTyiQvaZaCpd9PBOz6o86aikXXpz06FqfWggwWraubzvOd
IAb/2fIgTk5PVC4s8UeXQe/zbAiAx266AFaPcfUDCR36+Mu08s292cDIOcoUZlY2
V6s7QSyRyIRWChVcVN689A9RqOcYZcjP/ZOI/wkDMutJuIvC9UIexHpQSCoxKmOZ
VBH1bZ/t6c0+47/FbFE88XTEifBcrtXY6nGmQAltD47sN/U/Au/6UYMBtJVFRnrM
5w5mIj/zCwmn3CD78ZHCbtUYE5ib2FqdrrXyjAt9/V/RkEScLL9ci4EJkmzU3yeh
Omhs1eZNNa9Q19vZ12BtEP9WlvK5NJZyhEkB7dbfZbhmnUrZ1g0=
=FDcc
-----END PGP SIGNATURE-----

Attachment: pgpB6iVfrvMGo.pgp
Description: PGP signature


--- End Message ---

Reply via email to