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
The instructions to build Rippled state that it should need 1.55, but using 1.56 wont work, and the new GRPC binary requires a higher Conan.
Docs in the build need changing for the conan version
Steps to Reproduce
docker run -it -v $HOME/Downloads:/mnt thejohnfreeman/rippled-build-ubuntu:12e19cd9034b
1.631 grpc/1.50.1: Downloaded recipe revision 0
1.647 ERROR: grpc/1.50.1: Cannot load recipe.
1.647 Error loading conanfile at '/root/.conan/data/grpc/1.50.1/_/_/export/conanfile.py': Current Conan version (1.56.0) does not satisfy the defined one (>=1.60.0 <2 || >=2.0.5).
------
Dockerfile:124
Expected Result
Actual ripple would build a release
Actual Result
Got an error due to a depenency from a conanfile that requires 1.60 or higher
Environment
Ubuntu 22, Dockerized
Thanks
Thanks to @thejohnfreeman for his amazing container! second time using it and it works flawlessly. I actually downloaded the repo and changed the version of conan to 1.60 conan_version=${CONAN_VERSION:-1.63} and it worked without any issues. Conan 2.1.0 doesn't work.
The text was updated successfully, but these errors were encountered:
Issue Description
The instructions to build Rippled state that it should need 1.55, but using 1.56 wont work, and the new GRPC binary requires a higher Conan.
Docs in the build need changing for the conan version
Steps to Reproduce
docker run -it -v $HOME/Downloads:/mnt thejohnfreeman/rippled-build-ubuntu:12e19cd9034b
git clone -b 2.1.0 --progress https://github.com/XRPLF/rippled
cd rippled
mkdir .build && cd .build
conan profile new default --detect
conan profile update settings.compiler.cppstd=20 default
conan install .. --output-folder . --build missing --settings build_type=Release
Failure:
Expected Result
Actual ripple would build a release
Actual Result
Got an error due to a depenency from a conanfile that requires 1.60 or higher
Environment
Ubuntu 22, Dockerized
Thanks
Thanks to @thejohnfreeman for his amazing container! second time using it and it works flawlessly. I actually downloaded the repo and changed the version of conan to 1.60
conan_version=${CONAN_VERSION:-1.63}
and it worked without any issues. Conan 2.1.0 doesn't work.The text was updated successfully, but these errors were encountered: