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 headers in /usr/include/gnu/? #16

Open
greyxray opened this issue Apr 28, 2017 · 3 comments
Open

missing headers in /usr/include/gnu/? #16

greyxray opened this issue Apr 28, 2017 · 3 comments

Comments

@greyxray
Copy link

Thank you for this great collection of dockerfiles! This is very helpful!
I am using this to set-up some automated tests on travis-ci, but I noticed that there are some headers missing (stubs-32.h and stubs-64.h). I think I have solved the problem by executing yum -y install glibc-devel.i686 glibc-devel but maybe it can also be fixed centralised? If this is an issue at all... I am using the hepsw/cvmfs-cms image.

@sbinet
Copy link
Contributor

sbinet commented Apr 28, 2017

thanks for the heads up.

I guess it would make sense to add this directly inside the hepsw/cvmfs-base image.
hint: PRs greatfuly accepted :)

@greyxray
Copy link
Author

I will make a PR after I test that everything is actually working for me... Do I understand it right that one needs also to install the gcc compiler separately if one would need it?

I have also a question concerning running of the docker image with additional options. If I try to bind a local volume to the container with option -v: docker run -h dev --privileged --volume /Users/greyxray/docker/Kappa_repo:/root/ -i -t hepsw/cvmfs-cms the initialization goes differently, for example /usr/bin/cubied is not sourced automatically and the dot-bashrc is not added into $HOME/.bashrc . Is it a usual docke-behaviour and one actually needs to change the Dockerfile and create a separate image to overcome this?

@sbinet
Copy link
Contributor

sbinet commented Jun 16, 2017

it may actually be another variant of #18

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