You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like some jemalloc-related symbols are missing.
I don’t understand why we need to build folly/logging/example/logging_example, but if it’s necessary, does this mean we need to add jemalloc as a dependency? Now it is missing.
Additionally, the error still occurs with brew install jemalloc.
Temporary solution: Add a link to jemalloc in libfolly.a in velox-ut/deps-download/folly/CMakeLists.txt.
target_link_libraries(folly PUBLIC folly_deps /opt/homebrew/lib/libjemalloc.dylib)
It’s unclear whether there’s an issue with my environment causing folly to not properly link the correct dependencies during compilation.
System information
velox commit : ac5c15eb7627b42f8d41023215d1d4a7e69d45aaa
CPU: Apple M1 Max
CMake Version: 3.31.1
System: Darwin-23.1.0
Arch: arm64
C++ Compiler Version: Apple clang version 15.0.0 (clang-1500.0.40.1)
Target: arm64-apple-darwin23.1.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
C Compiler Version: Apple clang version 15.0.0 (clang-1500.0.40.1)
Target: arm64-apple-darwin23.1.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
CMake Prefix Path:
CMake log
No response
The text was updated successfully, but these errors were encountered:
Problem description
install macos dependencies
./scripts/setup-macos.sh
to install dependencieserror
Temporary solution: Use sudo when executing mv with ccache.
It seems like some jemalloc-related symbols are missing.
I don’t understand why we need to build
folly/logging/example/logging_example
, but if it’s necessary, does this mean we need to add jemalloc as a dependency? Now it is missing.Additionally, the error still occurs with brew install jemalloc.
Temporary solution: Add a link to jemalloc in libfolly.a in velox-ut/deps-download/folly/CMakeLists.txt.
It’s unclear whether there’s an issue with my environment causing folly to not properly link the correct dependencies during compilation.
System information
velox commit : ac5c15eb7627b42f8d41023215d1d4a7e69d45aaa
CPU: Apple M1 Max
CMake Version: 3.31.1
System: Darwin-23.1.0
Arch: arm64
C++ Compiler Version: Apple clang version 15.0.0 (clang-1500.0.40.1)
Target: arm64-apple-darwin23.1.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
C Compiler Version: Apple clang version 15.0.0 (clang-1500.0.40.1)
Target: arm64-apple-darwin23.1.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
CMake Prefix Path:
CMake log
No response
The text was updated successfully, but these errors were encountered: