-
os: macOS 13.0.1 cargo test --all --all-features failed with error below.
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 2 replies
-
according to this, maybe you can try something like this: cargo install afl --force --target=x86_64-apple-darwin
cargo afl test --all --all-features |
Beta Was this translation helpful? Give feedback.
-
try installing build-essentials. on linux you would do
|
Beta Was this translation helpful? Give feedback.
-
More info (base) kaichen@Kais-MacBook-Pro reth % uname -a
Darwin Kais-MacBook-Pro.local 22.1.0 Darwin Kernel Version 22.1.0: Sun Oct 9 20:14:54 PDT 2022; root:xnu-8792.41.9~2/RELEASE_X86_64 x86_64
(base) kaichen@Kais-MacBook-Pro reth % gcc --version
Apple clang version 14.0.0 (clang-1400.0.29.202)
Target: x86_64-apple-darwin22.1.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
(base) kaichen@Kais-MacBook-Pro reth % clang --version
Apple clang version 14.0.0 (clang-1400.0.29.202)
Target: x86_64-apple-darwin22.1.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin |
Beta Was this translation helpful? Give feedback.
-
Hi, I submit a pr #377, you could test it, it upgrade libmdbx version to fix this issue. |
Beta Was this translation helpful? Give feedback.
-
The above PR fixes it for Intel MACS. |
Beta Was this translation helpful? Give feedback.
The above PR fixes it for Intel MACS.