Skip to content
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

Check Dependencies First when installing Julia from source #3118

Closed
astrieanna opened this issue May 15, 2013 · 5 comments
Closed

Check Dependencies First when installing Julia from source #3118

astrieanna opened this issue May 15, 2013 · 5 comments
Labels
building Build system, or building Julia or its dependencies help wanted Indicates that a maintainer wants help on an issue or pull request

Comments

@astrieanna
Copy link
Contributor

Installing Julia from source takes a while. At any point during this first make, it could fail due to an unmet dependency. This is frustrating.

The README does seem to document all the dependencies. However, using it to make sure that you actually have all of them installed takes longer and is more frustrating than running make and interpreting the error message.

Having a script that runs first and checks that I have all the dependencies would be really nice. It would mean that when I walk away and leave it building, I won't come back to find that it got stuck a minute later because of a missing dependency.

@ivarne
Copy link
Member

ivarne commented Mar 3, 2014

Bump!
This would still be very useful, and its utility will just grow as we get more users. It is frustrating to help users with incompatible gfortran versions, where we usually ask a few unrelated questions before we actually solve the problem.

If the first message when typing make was. "Unsupported version of gfortran, try to upgrade", we and our users would be more happy.

This is a nice "Up for grabs" issue, because it only touches the build system, and there are potentially newcomers with knowledge of build systems that can do this better than any of the core devs.

@StefanKarpinski
Copy link
Member

Labelled as "up for grabs".

@vtjnash
Copy link
Member

vtjnash commented Dec 21, 2014

addressed by #9422?

@tkelman
Copy link
Contributor

tkelman commented Dec 21, 2014

Not yet, but hopefully as part of

  • dependencies

@ViralBShah
Copy link
Member

The recent BinaryBuilder work pretty much fixes this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
building Build system, or building Julia or its dependencies help wanted Indicates that a maintainer wants help on an issue or pull request
Projects
None yet
Development

No branches or pull requests

6 participants