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

Missing dependencies when building O2 on slc6 #251

Closed
vascobarroso opened this issue Mar 16, 2016 · 7 comments
Closed

Missing dependencies when building O2 on slc6 #251

vascobarroso opened this issue Mar 16, 2016 · 7 comments

Comments

@vascobarroso
Copy link
Contributor

While building O2 on slc6, I had to manually install the following RPMs:

  • texinfo (missing makeinfo error while building MPFR)
  • perl-ExtUtils-Embed (missing while building xalienfs)
@ktf
Copy link
Member

ktf commented Mar 16, 2016

Regarding perl-ExtUtils-Embed, I am afraid that we will simply have to install it by hand. I will check with @dberzano if there is any simple solution, but I doubt. Notice also that you can disable alien with --disable AliEn-Runtime.

Regarding texinfo in MPFR, #253 should take care of it.

@ktf
Copy link
Member

ktf commented Mar 16, 2016

BTW, why do you need MPFR? Because of GCC?

@dberzano
Copy link
Contributor

Hello @ktf, our GCC is built using its own MPFR, not the external one.

@ktf
Copy link
Member

ktf commented Mar 17, 2016

That's what I meant. ;)

@vascobarroso
Copy link
Contributor Author

I'm just blindly following Giulio's O2 tutorial ;)

@ktf
Copy link
Member

ktf commented Mar 17, 2016

Cool. :)

@ktf
Copy link
Member

ktf commented Mar 17, 2016

Closing this in favour of #256 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants