-
Notifications
You must be signed in to change notification settings - Fork 243
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
Add Missing dependency intltool #887
base: master
Are you sure you want to change the base?
Conversation
Dependency `intltool` was missing from Documentation
I don't think explicitly defining What is the error that you got? |
I completely disagree. All build dependencies should be explicitly laid out. Nothing should be assumed, including in this case. |
@Aniket21mathur |
Thanks. I agree with both @Aniket21mathur and @aperezbios. Please complete the list of dependencies before making a commit. See my comment in #884. |
Thanks, noted. Clearly indicates that the dependencies are not built before installing. Please build before installing. :-) |
Seems like I have got the list of rudimentary dependencies required for running sugar on any platform:
Looking forward for comments and corrections, I will add on if more are found. |
Thanks. But that looks like an Arch list, and it is not correct for Debian or Fedora. If we're going to maintain them, the dependencies must be listed in a form that is not distribution specific. I said this earlier in #884. They also have to form part of the commit, not as a pull request comment. You can find the downstream dependencies on Fedora by looking at the We used to maintain platform components as a set of dependencies of Sugar and assumed to be present dependencies for activities. That effort died. |
should the list be something like this |
No. Like our previous platform components page, using the formal project name for each dependency. After that we could add distribution-specific package names, but those names rarely match the formal project name. Also, the formal project names rarely change, but distributions often change the package name from release to release. |
Dependency
intltool
was missing from Documentation