Compare commits

..

24 commits

Author SHA1 Message Date
Benjamin A. Beasley
a3605889d2 Rebuilt for gtest 1.17.0 2025-11-12 10:05:07 +00:00
Fedora Release Engineering
2d4e90d1f1 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-23 18:01:54 +00:00
Michel Lind
8595ee4fe2 Update to the 2025.02.03.00 tag; Fixes: RHBZ#2341686
Signed-off-by: Michel Lind <salimma@fedoraproject.org>
2025-02-07 14:59:42 -06:00
Fedora Release Engineering
75bbf0a908 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-16 13:10:31 +00:00
Michel Lind
049869bec6
Update to the 2024.08.19.00 tag
Signed-off-by: Michel Lind <salimma@fedoraproject.org>
2024-08-21 14:00:40 -05:00
Michel Lind
1741a377a7
Update to 2024.07.22.00
Signed-off-by: Michel Lind <salimma@fedoraproject.org>
2024-07-26 14:19:26 -05:00
Fedora Release Engineering
00ff326c12 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-17 18:50:27 +00:00
Michel Lind
11e1367e67
Update to 2024.02.19.00
Signed-off-by: Michel Lind <salimma@fedoraproject.org>
2024-02-24 08:26:47 -06:00
Michel Lind
6810455f46
Update to 2024.01.22.00
Signed-off-by: Michel Lind <salimma@fedoraproject.org>
2024-01-25 10:47:58 -06:00
Fedora Release Engineering
ee3f9a88a9 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-23 01:05:39 +00:00
Fedora Release Engineering
1bb73f1a30 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-19 14:56:23 +00:00
Michel Lind
a92afc6ac0
Update to 2023.10.16.00
Signed-off-by: Michel Lind <salimma@fedoraproject.org>
2023-10-17 22:21:43 -05:00
Michel Lind
b60e655ff7
Update to 2023.10.09.00
Signed-off-by: Michel Lind <salimma@fedoraproject.org>
2023-10-17 10:46:27 -05:00
Michel Lind
835f9a0ba2
Update to 2023.09.11.00
Signed-off-by: Michel Lind <salimma@fedoraproject.org>
2023-09-12 15:53:53 -05:00
Michel Alexandre Salim
cddbcc1224
Update to 17^2023.07.03.00
- Properly bump major version
- Patch to support fmt 10 (fixes: rhbz#2219451)
- Use SPDX license identifier

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
2023-07-06 22:11:06 -05:00
Vitaly Zaitsev
d6bf600bb0
Rebuilt due to fmt 10 update. 2023-06-28 10:49:02 +02:00
Michel Alexandre Salim
5041ffc884
Reapply GCC workaround for epel9 x86_64
Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
2023-04-27 15:25:58 -05:00
Michel Alexandre Salim
955685469c
Update to 2023.04.24.00
Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
2023-04-25 14:30:53 -05:00
Fedora Release Engineering
8d4e2db7e0 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-18 23:23:09 +00:00
Mamoru TASAKA
7721ae9dc1 drop patches no longer needed - fixed in gcc side 2022-08-28 14:30:37 +09:00
Mamoru TASAKA
3936925a42 Add upstream gcc bugzilla reference, and remove the patch on F-38 2022-08-15 18:31:02 +09:00
Michel Alexandre Salim
e5ad4f5c96 Rebuild for folly 2022.07.11.00
Signed-off-by: Michel Alexandre Salim <michel@michel-slm.name>
2022-07-21 16:06:48 -05:00
Fedora Release Engineering
bbf8d4ae72 Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-20 22:28:12 +00:00
Mamoru TASAKA
985f76ba6b Workaround for gcc ICE with -Wclass-memaccess, enable ppc64le again, pull in upstream patch 2022-07-20 10:56:06 +09:00
10 changed files with 118 additions and 110 deletions

10
.gitignore vendored
View file

@ -1,2 +1,12 @@
/CacheLib-03dcb9bbddb977b5ec6e9ba6c5b1a53cac521f85.tar.gz
/CacheLib-bd22b0eb79f7e2326f77a22c278c48e454882291.tar.gz
/cachelib-2023.04.24.00.tar.gz
/cachelib-2023.07.03.00.tar.gz
/cachelib-2023.09.11.00.tar.gz
/cachelib-2023.10.09.00.tar.gz
/cachelib-2023.10.16.00.tar.gz
/cachelib-2024.01.22.00.tar.gz
/cachelib-2024.02.19.00.tar.gz
/cachelib-2024.07.22.00.tar.gz
/cachelib-2024.08.19.00.tar.gz
/cachelib-2025.02.03.00.tar.gz

View file

@ -0,0 +1,43 @@
--- a/cachelib/cachebench/CMakeLists.txt
+++ b/cachelib/cachebench/CMakeLists.txt
@@ -41,25 +41,6 @@ target_link_libraries(cachelib_cachebenc
gflags
)
-add_library (cachelib_binary_trace_gen
- ./runner/Runner.cpp
- ./runner/Stressor.cpp
- ./util/CacheConfig.cpp
- ./util/Config.cpp
- ./workload/BlockChunkCache.cpp
- ./workload/BlockChunkReplayGenerator.cpp
- ./workload/PieceWiseCache.cpp
- ./workload/OnlineGenerator.cpp
- ./workload/WorkloadGenerator.cpp
- ./workload/PieceWiseReplayGenerator.cpp
- )
-add_dependencies(cachelib_binary_trace_gen thrift_generated_files)
-target_link_libraries(cachelib_binary_trace_gen PUBLIC
- cachelib_datatype
- cachelib_allocator
- gflags
-)
-
if ((CMAKE_SYSTEM_NAME STREQUAL Linux) AND
(CMAKE_SYSTEM_PROCESSOR STREQUAL x86_64))
else()
@@ -68,14 +49,11 @@ endif()
add_executable (cachebench main.cpp)
-add_executable (binary_trace_gen binary_trace_gen.cpp)
target_link_libraries(cachebench cachelib_cachebench)
-target_link_libraries(binary_trace_gen cachelib_binary_trace_gen)
install(
TARGETS
cachebench
- binary_trace_gen
DESTINATION ${BIN_INSTALL_DIR}
)

View file

@ -1,6 +1,6 @@
diff '--color=auto' -ruN CacheLib-c4904ef2524f396eb432392f8308a69dda926bd8/cachelib/cmake/FindGTest.cmake CacheLib-c4904ef2524f396eb432392f8308a69dda926bd8-find-gtest/cachelib/cmake/FindGTest.cmake
--- CacheLib-c4904ef2524f396eb432392f8308a69dda926bd8/cachelib/cmake/FindGTest.cmake 1969-12-31 16:00:00.000000000 -0800
+++ CacheLib-c4904ef2524f396eb432392f8308a69dda926bd8-find-gtest/cachelib/cmake/FindGTest.cmake 2022-02-24 20:08:51.087790319 -0800
--- /dev/null
+++ b/cachelib/cmake/FindGTest.cmake
@@ -0,0 +1,54 @@
+# Copyright (c) Facebook, Inc. and its affiliates.
+#
@ -56,10 +56,9 @@ diff '--color=auto' -ruN CacheLib-c4904ef2524f396eb432392f8308a69dda926bd8/cache
+if(GTEST_FOUND AND NOT GTEST_FIND_QUIETLY)
+ message(STATUS "GTEST: ${GTEST_INCLUDE_DIRS}")
+endif()
diff '--color=auto' -ruN CacheLib-c4904ef2524f396eb432392f8308a69dda926bd8/cachelib/CMakeLists.txt CacheLib-c4904ef2524f396eb432392f8308a69dda926bd8-find-gtest/cachelib/CMakeLists.txt
--- CacheLib-c4904ef2524f396eb432392f8308a69dda926bd8/cachelib/CMakeLists.txt 2021-12-20 07:22:18.000000000 -0800
+++ CacheLib-c4904ef2524f396eb432392f8308a69dda926bd8-find-gtest/cachelib/CMakeLists.txt 2022-02-24 20:12:39.078602510 -0800
@@ -93,7 +93,7 @@
--- a/cachelib/CMakeLists.txt
+++ b/cachelib/CMakeLists.txt
@@ -97,7 +97,7 @@ find_package(Boost REQUIRED COMPONENTS
system filesystem regex context program_options thread)
find_package(Gflags REQUIRED)
find_package(Glog REQUIRED)

View file

@ -0,0 +1,11 @@
--- a/cachelib/navy/CMakeLists.txt
+++ b/cachelib/navy/CMakeLists.txt
@@ -105,7 +105,7 @@ if (BUILD_TESTS)
add_test (scheduler/tests/ThreadPoolJobSchedulerTest.cpp)
add_test (driver/tests/DriverTest.cpp)
if (NOT MISSING_FALLOCATE)
- add_test (common/tests/DeviceTest.cpp)
+# add_test (common/tests/DeviceTest.cpp)
endif()
add_test (block_cache/tests/AllocatorTest.cpp)
add_test (block_cache/tests/RegionManagerTest.cpp)

View file

@ -1,61 +0,0 @@
diff '--color=auto' -ruN CacheLib-bd22b0eb79f7e2326f77a22c278c48e454882291/cachelib/allocator/CMakeLists.txt CacheLib-bd22b0eb79f7e2326f77a22c278c48e454882291-fix_test_linking/cachelib/allocator/CMakeLists.txt
--- CacheLib-bd22b0eb79f7e2326f77a22c278c48e454882291/cachelib/allocator/CMakeLists.txt 2022-03-14 10:49:38.000000000 -0700
+++ CacheLib-bd22b0eb79f7e2326f77a22c278c48e454882291-fix_test_linking/cachelib/allocator/CMakeLists.txt 2022-03-15 14:00:37.874691691 -0700
@@ -77,7 +77,8 @@
DESTINATION ${LIB_INSTALL_DIR} )
if (BUILD_TESTS)
- add_library (allocator_test_support
+ add_library (allocator_test_support OBJECT
+ ../common/TestUtils.cpp
${DATASTRUCT_TESTS_THRIFT_FILES}
./nvmcache/tests/NvmTestBase.cpp
./memory/tests/TestBase.cpp
diff '--color=auto' -ruN CacheLib-bd22b0eb79f7e2326f77a22c278c48e454882291/cachelib/benchmarks/CMakeLists.txt CacheLib-bd22b0eb79f7e2326f77a22c278c48e454882291-fix_test_linking/cachelib/benchmarks/CMakeLists.txt
--- CacheLib-bd22b0eb79f7e2326f77a22c278c48e454882291/cachelib/benchmarks/CMakeLists.txt 2022-03-14 10:49:38.000000000 -0700
+++ CacheLib-bd22b0eb79f7e2326f77a22c278c48e454882291-fix_test_linking/cachelib/benchmarks/CMakeLists.txt 2022-03-15 13:21:46.885003006 -0700
@@ -44,7 +44,7 @@
add_test (CachelibTickerClockBench.cpp)
add_test (CompactCacheBench.cpp)
add_test (HashMapBenchmark.cpp)
- add_test (ItemsReaperBench.cpp)
+ add_test (ItemsReaperBench.cpp allocator_test_support)
add_test (tl-bench/main.cpp)
add_test (MMTypeAccessBench.cpp)
add_test (MMTypeBench.cpp)
diff '--color=auto' -ruN CacheLib-bd22b0eb79f7e2326f77a22c278c48e454882291/cachelib/common/CMakeLists.txt CacheLib-bd22b0eb79f7e2326f77a22c278c48e454882291-fix_test_linking/cachelib/common/CMakeLists.txt
--- CacheLib-bd22b0eb79f7e2326f77a22c278c48e454882291/cachelib/common/CMakeLists.txt 2022-03-14 10:49:38.000000000 -0700
+++ CacheLib-bd22b0eb79f7e2326f77a22c278c48e454882291-fix_test_linking/cachelib/common/CMakeLists.txt 2022-03-15 12:15:28.818925017 -0700
@@ -76,12 +76,12 @@
add_test (tests/CohortTests.cpp)
add_test (tests/CounterTests.cpp)
add_test (tests/CountMinSketchTest.cpp)
- add_test (tests/EventInterfaceTest.cpp cachelib_allocator)
+ add_test (tests/EventInterfaceTest.cpp allocator_test_support)
add_test (tests/HashTests.cpp)
add_test (tests/IteratorsTests.cpp)
add_test (tests/MutexTests.cpp)
add_test (tests/PeriodicWorkerTest.cpp)
- add_test (tests/SerializationTest.cpp cachelib_allocator)
+ add_test (tests/SerializationTest.cpp allocator_test_support)
add_test (tests/UtilTests.cpp)
add_test (tests/CountDownLatchTest.cpp)
add_test (tests/UtilTestsRSS.cpp)
diff '--color=auto' -ruN CacheLib-bd22b0eb79f7e2326f77a22c278c48e454882291/cachelib/compact_cache/CMakeLists.txt CacheLib-bd22b0eb79f7e2326f77a22c278c48e454882291-fix_test_linking/cachelib/compact_cache/CMakeLists.txt
--- CacheLib-bd22b0eb79f7e2326f77a22c278c48e454882291/cachelib/compact_cache/CMakeLists.txt 2022-03-14 10:49:38.000000000 -0700
+++ CacheLib-bd22b0eb79f7e2326f77a22c278c48e454882291-fix_test_linking/cachelib/compact_cache/CMakeLists.txt 2022-03-15 11:33:00.611186014 -0700
@@ -12,11 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-add_library (compact_cache_test_support INTERFACE)
-add_dependencies(compact_cache_test_support INTERFACE thrift_generated_files)
-
if (BUILD_TESTS)
- target_link_libraries (compact_cache_test_support INTERFACE
+ add_library (compact_cache_test_support OBJECT ../common/TestUtils.cpp)
+
+ target_link_libraries (compact_cache_test_support PUBLIC
cachelib_allocator
glog::glog
gflags

View file

@ -0,0 +1,11 @@
--- a/cachelib/compact_cache/CCacheFixedLruBucket.h
+++ b/cachelib/compact_cache/CCacheFixedLruBucket.h
@@ -274,7 +274,7 @@ struct FixedLruBucket {
static void copyValue(T* destPtr, const T* srcPtr) {
XDCHECK(destPtr != nullptr);
XDCHECK(srcPtr != nullptr);
- memcpy(destPtr, srcPtr, sizeof(T));
+ memcpy(reinterpret_cast<void *>(destPtr), reinterpret_cast<const void *>(srcPtr), sizeof(T));
}
};
} // namespace cachelib

View file

@ -1,64 +1,43 @@
%if 0%{?fedora} >= 36
# Folly is compiled with Clang
%bcond_without toolchain_clang
%else
%bcond_with toolchain_clang
%endif
%if %{with toolchain_clang}
%global toolchain clang
%bcond_without build_tests
%else
# failure when compiled with GCC 11:
# /builddir/build/BUILD/CacheLib-bd22b0eb79f7e2326f77a22c278c48e454882291/cachelib/compact_cache/tests/CCacheTests.cpp:114:1: required from here
# /builddir/build/BUILD/CacheLib-bd22b0eb79f7e2326f77a22c278c48e454882291/cachelib/../cachelib/compact_cache/CCacheFixedLruBucket.h:277:11: internal compiler error: Floating point exception
# 277 | memcpy(destPtr, srcPtr, sizeof(T));
# | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
%bcond_with build_tests
%endif
%bcond_without build_tests
# tests not discoverable by ctest yet
%bcond_with check
%global forgeurl https://github.com/facebook/CacheLib
%global commit bd22b0eb79f7e2326f77a22c278c48e454882291
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global date 20220314
%global tag 2025.02.03.00
%global date %(echo %{tag} | sed -e 's|.00$||' | sed -e 's|\\.||g')
# disable forge macro snapinfo generation
# https://pagure.io/fedora-infra/rpmautospec/issue/240
%global distprefix %{nil}
%forgemeta
# see cachelib/allocator/CacheVersion.h's kCachelibVersion
%global major_ver 16
%global major_ver 17
Name: cachelib
Version: %{major_ver}^%{date}git%{shortcommit}
Version: %{major_ver}^%{date}
Release: %autorelease
Summary: Pluggable caching engine for scale high performance cache services
License: ASL 2.0
License: Apache-2.0
URL: %forgeurl
Source0: %forgesource
Patch0: %{name}-fix_test_linking.patch
Source: %{url}/archive/v%{tag}/%{name}-%{tag}.tar.gz
# DeviceTest needs common/FdpNvme.cpp. Disable for now
Patch: %{name}-fix-DeviceTest-FDP.diff
# incomplete dependencies, will sort out later
Patch: %{name}-disable-binary_trace_gen.diff
# needed on EL8; its gtest does not come with cmake files
Patch100: %{name}-find-gtest.patch
# Workaround for gcc issue (still needed on epel9 x86_64)
# https://bugzilla.redhat.com/show_bug.cgi?id=2108665
Patch200: %{name}-workaround-gcc-epel9-x86_64-bz2108665.patch
# Folly is known not to work on big-endian CPUs
# https://bugzilla.redhat.com/show_bug.cgi?id=1892151
ExcludeArch: s390x
%if 0%{?fedora} >= 36
# fmt code breaks: https://bugzilla.redhat.com/show_bug.cgi?id=2061022
ExcludeArch: ppc64le
%endif
# does not compile cleanly on 32-bit arches
# https://bugzilla.redhat.com/show_bug.cgi?id=2036124
%if 0%{?el8}
ExcludeArch: %{arm}
%else
ExcludeArch: %{arm32}
%endif
ExcludeArch: %{ix86}
ExclusiveArch: x86_64 aarch64 ppc64le
BuildRequires: cmake
%if %{with toolchain_clang}
@ -66,9 +45,10 @@ BuildRequires: clang
%else
BuildRequires: gcc-c++
%endif
BuildRequires: fbthrift-devel
BuildRequires: fizz-devel
BuildRequires: folly-devel
BuildRequires: fbthrift-devel = %{tag}
BuildRequires: fizz-devel = %{tag}
BuildRequires: folly-devel = %{tag}
BuildRequires: mvfst-devel = %{tag}
%if %{with build_tests}
BuildRequires: gmock-devel
%endif
@ -77,6 +57,7 @@ BuildRequires: gmock-devel
BuildRequires: gtest-devel
BuildRequires: libdwarf-devel
BuildRequires: libzstd-devel
BuildRequires: numactl-devel
BuildRequires: wangle-devel
BuildRequires: zlib-devel
BuildRequires: tsl-sparse-map-devel
@ -103,10 +84,15 @@ applications that use %{name}.
%prep
%forgesetup
%patch0 -p1
%autosetup -n CacheLib-%{tag} -N
%autopatch -p1 -M 99
%if 0%{?el8}
%patch100 -p1
%autopatch -p1 -m 100 -M 199
%endif
%ifarch x86_64
%if 0%{?el9}
%autopatch -p1 -m 200 -M 209
%endif
%endif

7
get_version.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/sh
PREFIX='constexpr uint64_t kCachelibVersion = '
SUFFIX=';'
echo $(grep "${PREFIX}" CacheLib-*/cachelib/allocator/CacheVersion.h |
sed -e "s|${PREFIX}||" | sed -e "s|${SUFFIX}||")

2
series Normal file
View file

@ -0,0 +1,2 @@
cachelib-fix-DeviceTest-FDP.diff
cachelib-disable-binary_trace_gen.diff

View file

@ -1 +1 @@
SHA512 (CacheLib-bd22b0eb79f7e2326f77a22c278c48e454882291.tar.gz) = 38643e57c51047abf9888b4442c305cf9de9c42bd1560cdb68edabd10158ce9d904eb1bdef546228e3818679135d6d6147c3b2d4c021ea0ad177f53f9f215305
SHA512 (cachelib-2025.02.03.00.tar.gz) = 439e4941ed0ab42916342d8e702c31def0ae36ef52153ebac9d6b8bb26e9a9cef677ba1352ec5ffb4b962db8cca54151cde534c54e4427df2820a63ffb862ecd