我无法在macOS Sierra上安装自制软件.安装暂停
发布时间:2020-12-16 10:06:18 所属栏目:百科 来源:网络整理
导读:我试图在我的Mac上安装可靠性 brew updatebrew upgradebrew tap ethereum/ethereumbrew install soliditybrew linkapps solidity 正如在solidity#binary-packages所建议的那样.但是当我尝试brew install solidity时,安装boost时安装过程就会卡在这里: bash-
我试图在我的Mac上安装可靠性
brew update brew upgrade brew tap ethereum/ethereum brew install solidity brew linkapps solidity 正如在solidity#binary-packages所建议的那样.但是当我尝试brew install solidity时,安装boost时安装过程就会卡在这里: bash-3.2$brew install solidity ==> Installing solidity from ethereum/ethereum ==> Installing dependencies for ethereum/ethereum/solidity: boost,cryptopp,gmp ==> Installing ethereum/ethereum/solidity dependency: boost ==> Using the sandbox ==> Downloading https://dl.bintray.com/boostorg/release/1.64.0/source/boost_1_64_0.tar.bz2 Already downloaded: /Users/Me/Library/Caches/Homebrew/boost-1.64.0.tar.bz2 ==> Downloading https://github.com/boostorg/mpi/commit/f5bdcc1.patch Already downloaded: /Users/Me/Library/Caches/Homebrew/boost--patch-c7af75a83fef90fdb9858bc988d64ca569ae8d940396b9bc60a57d63fca2587b.patch ==> Downloading https://github.com/boostorg/serialization/commit/1d86261.diff Already downloaded: /Users/Me/Library/Caches/Homebrew/boost--patch-155f603a00975a1702808be072c1420964feac8323de39c111a9d3a363a4ed9a.diff ==> Patching ==> Applying f5bdcc1.patch patching file boost/mpi/detail/mpi_datatype_primitive.hpp patching file boost/mpi/detail/packed_iprimitive.hpp patching file boost/mpi/detail/packed_oprimitive.hpp Hunk #2 succeeded at 97 (offset -5 lines). ==> Applying 1d86261.diff patching file boost/serialization/array.hpp ==> ./bootstrap.sh --prefix=/usr/local/Cellar/boost/1.64.0_1 --libdir=/usr/local/Cellar/boost/1.64.0_1/lib --without-icu --without-libraries=python,mp ==> ./b2 headers ==> ./b2 --prefix=/usr/local/Cellar/boost/1.64.0_1 --libdir=/usr/local/Cellar/boost/1.64.0_1/lib -d2 -j4 --layout=tagged --user-config=user-config.jam 我确实找到了这个brew hanging thread,并试图修复brew医生给我的一切,我安装了最新的命令行工具.我无法让它工作.有任何想法吗? 解决方法
JK!哇.我想我尝试过的一件怪物一定有用.现在它仍然需要很长时间,但最终它来到:
|