Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rocksdb for openSUSE:Factory checked in at 2023-03-25 18:56:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rocksdb (Old) and /work/SRC/openSUSE:Factory/.rocksdb.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rocksdb" Sat Mar 25 18:56:01 2023 rev:2 rq:1074304 version:8.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rocksdb/rocksdb.changes 2023-03-24 15:21:35.811255776 +0100 +++ /work/SRC/openSUSE:Factory/.rocksdb.new.31432/rocksdb.changes 2023-03-25 18:56:27.951011903 +0100 @@ -1,0 +2,6 @@ +Sat Mar 25 07:37:14 UTC 2023 - Andreas Stieger <andreas.stie...@gmx.de> + +- Disable usage of jemalloc for gh#jemalloc/jemalloc#1237 to avoid + "TLS error: cannot allocate memory in static TLS block" + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rocksdb.spec ++++++ --- /var/tmp/diff_new_pack.8Utran/_old 2023-03-25 18:56:28.455014538 +0100 +++ /var/tmp/diff_new_pack.8Utran/_new 2023-03-25 18:56:28.463014579 +0100 @@ -18,6 +18,7 @@ %define lib_name librocksdb8 +%bcond_with jemalloc Name: rocksdb Version: 8.0.0 Release: 0 @@ -35,11 +36,13 @@ BuildRequires: cmake(Snappy) BuildRequires: cmake(gflags) BuildRequires: pkgconfig(bzip2) -BuildRequires: pkgconfig(jemalloc) BuildRequires: pkgconfig(liblz4) BuildRequires: pkgconfig(liburing) BuildRequires: pkgconfig(libzstd) BuildRequires: pkgconfig(zlib) +%if %{with jemalloc} +BuildRequires: pkgconfig(jemalloc) +%endif %description RocksDB is a high performance embedded database for key-value data. @@ -96,7 +99,9 @@ %cmake \ -DPORTABLE=ON \ -DFAIL_ON_WARNINGS=OFF \ - -DWITH_JEMALLOC=ON \ +%if !%{with jemalloc} + -DWITH_JEMALLOC=0 \ +%endif -DWITH_SNAPPY=ON \ -DWITH_LZ4=ON \ -DWITH_ZLIB=ON \