Bruno Haid
06/14/2023, 9:43 PMJason Bosco
06/14/2023, 9:44 PMBruno Haid
06/14/2023, 9:45 PMJason Bosco
06/14/2023, 9:45 PMv0.25-join
branch and using bazel build, which is much easierJason Bosco
06/14/2023, 9:46 PMBruno Haid
06/14/2023, 9:46 PMJason Bosco
06/14/2023, 9:46 PMBruno Haid
06/14/2023, 9:47 PMBruno Haid
06/14/2023, 9:47 PMJason Bosco
06/14/2023, 9:47 PMJason Bosco
06/14/2023, 9:47 PMBruno Haid
06/14/2023, 9:48 PMBruno Haid
06/14/2023, 10:31 PMBruno Haid
06/14/2023, 10:33 PM-- Build files have been written to: /private/var/tmp/_bazel_bruno/4892beb866cdff20896715721c7b2cc5/sandbox/darwin-sandbox/519/execroot/__main__/bazel-out/darwin_arm64-fastbuild/bin/external/rocksdb/rocksdb.build_tmpdir
+ /private/var/tmp/_bazel_bruno/4892beb866cdff20896715721c7b2cc5/sandbox/darwin-sandbox/519/execroot/__main__/external/cmake-3.25.0-macos-universal/bin/cmake --build . --config Release --target rocksdb -j8
[ 0%] Building CXX object CMakeFiles/rocksdb.dir/cache/cache_key.cc.o
[ 1%] Building CXX object CMakeFiles/rocksdb.dir/cache/cache_reservation_manager.cc.o
[ 1%] Building CXX object CMakeFiles/rocksdb.dir/cache/charged_cache.cc.o
make[3]: ccache: No such file or directory
make[3]: *** [CMakeFiles/rocksdb.dir/build.make:132: CMakeFiles/rocksdb.dir/cache/charged_cache.cc.o] Error 127
make[3]: *** Waiting for unfinished jobs....
make[3]: ccache: No such file or directory
make[3]: *** [CMakeFiles/rocksdb.dir/build.make:118: CMakeFiles/rocksdb.dir/cache/cache_reservation_manager.cc.o] Error 127
[ 1%] Building CXX object CMakeFiles/rocksdb.dir/cache/cache_entry_roles.cc.o
make[3]: ccache: No such file or directory
make[3]: *** [CMakeFiles/rocksdb.dir/build.make:104: CMakeFiles/rocksdb.dir/cache/cache_key.cc.o] Error 127
make[3]: ccache: No such file or directory
make[3]: *** [CMakeFiles/rocksdb.dir/build.make:90: CMakeFiles/rocksdb.dir/cache/cache_entry_roles.cc.o] Error 127
[ 2%] Building CXX object CMakeFiles/rocksdb.dir/cache/cache.cc.o
make[3]: ccache: No such file or directory
make[3]: *** [CMakeFiles/rocksdb.dir/build.make:76: CMakeFiles/rocksdb.dir/cache/cache.cc.o] Error 127
[ 2%] Building CXX object CMakeFiles/rocksdb.dir/cache/compressed_secondary_cache.cc.o
make[3]: ccache: No such file or directory
make[3]: *** [CMakeFiles/rocksdb.dir/build.make:160: CMakeFiles/rocksdb.dir/cache/compressed_secondary_cache.cc.o] Error 127
[ 2%] Building CXX object CMakeFiles/rocksdb.dir/cache/clock_cache.cc.o
make[3]: ccache: No such file or directory
make[3]: *** [CMakeFiles/rocksdb.dir/build.make:146: CMakeFiles/rocksdb.dir/cache/clock_cache.cc.o] Error 127
[ 3%] Building CXX object CMakeFiles/rocksdb.dir/cache/fast_lru_cache.cc.o
make[3]: ccache: No such file or directory
make[3]: *** [CMakeFiles/rocksdb.dir/build.make:174: CMakeFiles/rocksdb.dir/cache/fast_lru_cache.cc.o] Error 127
make[2]: *** [CMakeFiles/Makefile2:141: CMakeFiles/rocksdb.dir/all] Error 2
make[1]: *** [CMakeFiles/Makefile2:148: CMakeFiles/rocksdb.dir/rule] Error 2
make: *** [Makefile:169: rocksdb] Error 2
_____ END BUILD LOGS _____
rules_foreign_cc: Build wrapper script location: bazel-out/darwin_arm64-fastbuild/bin/external/rocksdb/rocksdb_foreign_cc/wrapper_build_script.sh
rules_foreign_cc: Build script location: bazel-out/darwin_arm64-fastbuild/bin/external/rocksdb/rocksdb_foreign_cc/build_script.sh
rules_foreign_cc: Build log location: bazel-out/darwin_arm64-fastbuild/bin/external/rocksdb/rocksdb_foreign_cc/CMake.log
Target //:typesense-server failed to build
Use --verbose_failures to see the command lines of failed build steps.
INFO: Elapsed time: 59.159s, Critical Path: 58.60s
INFO: 6 processes: 6 internal.
FAILED: Build did NOT complete successfully
Bruno Haid
06/14/2023, 10:33 PMBruno Haid
06/14/2023, 10:34 PM.o
to .cc
or replace it?Jason Bosco
06/14/2023, 10:39 PMxcode-select --install
to install all the tools required for building?Bruno Haid
06/14/2023, 11:18 PMJason Bosco
06/14/2023, 11:19 PMBruno Haid
06/14/2023, 11:48 PMJason Bosco
06/14/2023, 11:49 PMBruno Haid
06/14/2023, 11:56 PMKishore Nallan
06/15/2023, 10:48 AMBruno Haid
06/15/2023, 2:56 PM/private/.../CMakeFiles/rocksdb.dir/cache/]
is indeed empty even after running bazel with --sandbox_debug
Bruno Haid
06/15/2023, 3:02 PM.cc.o
still looks weird to me, but assume the build script is just missing a line or two as the dir is completely empty.Bruno Haid
06/15/2023, 3:10 PMBruno Haid
06/15/2023, 3:10 PMJason Bosco
06/15/2023, 4:33 PM