-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failure when trying to reproduce the README instructions #134
Comments
Your #! This file was automatically generated by orchestra
#! Edit it to suit your preferences
#@data/values
---
#@overlay/match missing_ok=True
remote_base_urls:
- origin: "https://github.com/revng"
#@overlay/match missing_ok=True
binary_archives:
- origin: "https://rev.ng/gitlab/revng/binary-archives.git"
#@overlay/replace
build_from_source:
- revng Can you try it and, if it works, point out what part of the documentation led you to a different result? |
I copy your user_options.yml, but still cannot install revng. I guess there is something wrong with version control. I fell confused why it is so complex to install revng.
|
Can you paste |
I follow your instruction. Finally, I successfully installed revng. THX!
typescript/revng/build-model.sh line 31
|
@zyt755 What is the version reported by |
Thx guys! @mrjackv shellcheck version: 0.4.6 |
It clearly states:
But yeah, maybe we should put in the title something more explicit about the fact that "rev.ng developers" means "developers with access to our private internal repos". |
Yeah, I misunderstand the docs. I think ordinary users can only see what is allowed to be seen. Otherwise, this content will only be spread between developers. |
Hi, I follow the instruction to install revng. But orchestra cannot work correctly to install rev.ng https://github.com/revng/orchestra/tree/master#building-from-source.
I type
orc update
and getI guess it does not matter because revng is built from source. So I ignore it and continue the next step.
I type
orc install --test revng
and get errorBecause build from source, I comment variable
remote_base_urls
andbinary_archives
and get returnSo, I delete components.yml and leave user_options.yml.
user_options.yml contains
and get return
Could you tell me how to install revng? I guess the guide of revng installation has something wrong.
The text was updated successfully, but these errors were encountered: