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

Potential problems with ROOT in docker image for 0.6.6 #95

Open
sashabaranov opened this issue Oct 26, 2016 · 1 comment
Open

Potential problems with ROOT in docker image for 0.6.6 #95

sashabaranov opened this issue Oct 26, 2016 · 1 comment

Comments

@sashabaranov
Copy link
Contributor

The following warning pops up when you use ROOT in your python script for first time:

#error "You need a ISO C conforming compiler to use the glibc headers"
*** Interpreter error recovered ***

May be reproduced with:

docker run -ti yandex/rep:0.6.6 bash -lc 'python -c "import ROOT; ROOT.TH1F"'                                                                                                                                                

Spotted the same warning in root-conda recipe, but it seems that they've fixed it.

@arogozhnikov
Copy link
Contributor

Yup, it is so for a long time.
The reason is in indeed in the ROOT recipes, because it is
built against a rather old glibc version 2.12, making it as cross platform as possible.

Nevertheless, I haven't seen that these messages are affecting ROOT workability.
If it is fixed in the recipes, it will vanish during next update of REP

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

2 participants