[ 
https://issues.apache.org/jira/browse/MINIFICPP-2833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gábor Gyimesi updated MINIFICPP-2833:
-------------------------------------
    Status: Patch Available  (was: In Progress)

> RocksDB link failure on ARM64 platform
> --------------------------------------
>
>                 Key: MINIFICPP-2833
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-2833
>             Project: Apache NiFi MiNiFi C++
>          Issue Type: Bug
>            Reporter: Gábor Gyimesi
>            Assignee: Gábor Gyimesi
>            Priority: Major
>             Fix For: 1.0.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> {code:java}
> 2026-05-28T08:20:54.3806416Z #12 1874.2 [ 51%] Building CXX object 
> libminifi/CMakeFiles/core-minifi.dir/src/controllers/ProxyConfigurationService.cpp.o
> 2026-05-28T08:20:54.7159962Z #12 1874.6 [ 51%] Building CXX object 
> _deps/llamacpp-build/src/CMakeFiles/llama.dir/models/nemotron-h.cpp.o
> 2026-05-28T08:20:55.5343856Z #12 1875.5 [ 51%] Building CXX object 
> _deps/absl-build/absl/random/CMakeFiles/random_internal_seed_material.dir/internal/seed_material.cc.o
> 2026-05-28T08:20:56.5703967Z #12 1876.5 [ 51%] Building CXX object 
> _deps/llamacpp-build/src/CMakeFiles/llama.dir/models/nemotron.cpp.o
> 2026-05-28T08:20:57.0955955Z #12 1877.0 [ 86%] Building CXX object 
> CMakeFiles/db_bench.dir/tools/db_bench.cc.o
> 2026-05-28T08:20:57.3098092Z #12 1877.1 [ 86%] Building CXX object 
> CMakeFiles/db_bench.dir/tools/tool_hooks.cc.o
> 2026-05-28T08:20:57.4814159Z #12 1877.4 [ 51%] Linking CXX static library 
> libabsl_random_internal_seed_material.a
> 2026-05-28T08:20:57.5826485Z #12 1877.4 [ 51%] Built target 
> random_internal_seed_material
> 2026-05-28T08:20:57.5827566Z #12 1877.4 [ 86%] Building CXX object 
> CMakeFiles/cache_bench.dir/cache/cache_bench.cc.o
> 2026-05-28T08:20:57.5829081Z #12 1877.5 [ 86%] Building CXX object 
> CMakeFiles/cache_bench.dir/cache/cache_bench_tool.cc.o
> 2026-05-28T08:20:57.8065754Z #12 1877.6 [ 87%] Linking CXX executable 
> cache_bench
> 2026-05-28T08:20:57.8067010Z #12 1877.6 
> /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/aarch64-redhat-linux/14/ld: 
> cannot find -latomic: No such file or directory
> 2026-05-28T08:20:57.8067628Z #12 1877.6 collect2: error: ld returned 1 exit 
> status
> 2026-05-28T08:20:57.8068043Z #12 1877.6 make[5]: *** 
> [CMakeFiles/cache_bench.dir/build.make:118: cache_bench] Error 1
> 2026-05-28T08:20:57.8068603Z #12 1877.6 make[4]: *** 
> [CMakeFiles/Makefile2:251: CMakeFiles/cache_bench.dir/all] Error 2
> 2026-05-28T08:20:57.8069021Z #12 1877.6 make[4]: *** Waiting for unfinished 
> jobs....
> 2026-05-28T08:20:57.8069605Z #12 1877.6 [ 51%] Building CXX object 
> libminifi/CMakeFiles/core-minifi.dir/src/controllers/SSLContextService.cpp.o
> 2026-05-28T08:20:58.4487894Z #12 1878.4 [ 51%] Building CXX object 
> _deps/llamacpp-build/src/CMakeFiles/llama.dir/models/neo-bert.cpp.o
> 2026-05-28T08:20:59.8356740Z #12 1879.8 [ 88%] Building CXX object 
> CMakeFiles/db_bench.dir/tools/db_bench_tool.cc.o
> 2026-05-28T08:20:59.9707793Z #12 1879.8 [ 51%] Building CXX object 
> _deps/absl-build/absl/random/CMakeFiles/random_internal_distribution_test_util.dir/internal/chi_square.cc.o
> 2026-05-28T08:20:59.9708463Z #12 1879.9 [ 88%] Linking CXX executable db_bench
> 2026-05-28T08:21:00.0839959Z #12 1880.0 
> /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/aarch64-redhat-linux/14/ld: 
> cannot find -latomic: No such file or directory
> 2026-05-28T08:21:00.0841506Z #12 1880.0 collect2: error: ld returned 1 exit 
> status
> 2026-05-28T08:21:00.2439770Z #12 1880.0 make[5]: *** 
> [CMakeFiles/db_bench.dir/build.make:150: db_bench] Error 1
> 2026-05-28T08:21:00.2440810Z #12 1880.0 make[4]: *** 
> [CMakeFiles/Makefile2:225: CMakeFiles/db_bench.dir/all] Error 2
> 2026-05-28T08:21:00.2441259Z #12 1880.0 make[3]: *** [Makefile:136: all] 
> Error 2
> 2026-05-28T08:21:00.2442087Z #12 1880.0 make[2]: *** 
> [extensions/rocksdb-repos/CMakeFiles/rocksdb-external.dir/build.make:86: 
> extensions/rocksdb-repos/rocksdb-external-prefix/src/rocksdb-external-stamp/rocksdb-external-build]
>  Error 2
> 2026-05-28T08:21:00.2443144Z #12 1880.0 make[1]: *** 
> [CMakeFiles/Makefile2:20002: 
> extensions/rocksdb-repos/CMakeFiles/rocksdb-external.dir/all] Error 2
> 2026-05-28T08:21:00.2443681Z #12 1880.0 make[1]: *** Waiting for unfinished 
> jobs.... {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to