install build-package.sh question.
Hello, everybody! OS: Mac Sequoia 15.5 (intel core) Clang version : version 17.0.0 step 1: git clone https://github.com/facebook/CacheLib.git -->ok step 2: cd CacheLib/contrlib step3: ./build-package.sh -i -j -d -t googlelog -->ok ./build-package.sh -i -j -d -t googleflags -->ok ./build-package.sh -i -j -d -t googletest -->ok ./build-package.sh -i -j -d -t fmt -->ok ./build-package.sh -i -j -d -t zstd -->ok ./build-package.sh -i -j -d -t sparsemap -->ok ******************** These are install successful. ******************** However, when I install other dependencies is falsed.
./build-package.sh -i -j -d -t folly -->false ./build-package.sh -i -j -d -t fizz -->false ./build-package.sh -i -j -d -t wangle -->false ./build-package.sh -i -j -d -t mvfst -->false ./build-package.sh -i -j -d -t fbthrift -->false ...... ********************All errors are the same. awk: can't open file /Users/WanLi/TestPilot/third_party/CacheLib/cachelib/contrib/external/fbthrift/build/deps/github_hashes/facebook/wangle-rev.txt source line number 1 update-submodules.sh: error: failed to detect required wangle revision build-package.sh: error: failed to update git-submodules
I tried to work it out, but I still don't know why.
You can try manually cloning these repositories. This allowed me to proceed with the compilation:
git clone https://github.com/facebook/fbthrift.git cachelib/external/fbthrift
git clone https://github.com/facebook/wangle.git cachelib/external/wangle
git clone https://github.com/facebookincubator/fizz.git cachelib/external/fizz
git clone https://github.com/facebook/folly.git cachelib/external/folly