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

LIBRARY_PATH error in Docker build #27

Open
jestinepaul opened this issue Nov 28, 2016 · 5 comments
Open

LIBRARY_PATH error in Docker build #27

jestinepaul opened this issue Nov 28, 2016 · 5 comments

Comments

@jestinepaul
Copy link

Configuring stage 1 in host-x86_64-unknown-linux-gnu/gcc
configure: creating cache ./config.cache
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking LIBRARY_PATH variable... contains current directory
configure: error: 
*** LIBRARY_PATH shouldn't contain the current directory when
*** building gcc. Please change the environment variable
*** and run configure again.
make[2]: *** [configure-stage1-gcc] Error 1
make[2]: Leaving directory `/home/gcc-4.9.3'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/home/gcc-4.9.3'
make: *** [all] Error 2
The command '/bin/sh -c make' returned a non-zero code: 2
@WeiDaiWD
Copy link
Collaborator

WeiDaiWD commented Dec 6, 2016

@andreaTP Hi Andrea, how are you doing recently? I'm having trouble fixing this error. Would you have time to take a look at it please? Thank you.

@andreaTP
Copy link
Contributor

andreaTP commented Dec 6, 2016

ugh a bit busy but I'll give it a try probably tomorrow!

@andreaTP
Copy link
Contributor

I can reproduce the problem but haven't yet found a solution... the problem diagnostics seems unrelated to the real one.

@andreaTP
Copy link
Contributor

Ok I got everything compiling(not yet running), the problem here is that on my laptop I have had to update everything for cuda 8.0 and the problem is now:

cudaSafeCall() failed at /home/sources/cuhe/DeviceManager.cu:39 : CUDA driver version is insufficient for CUDA runtime version

even if my CUDA is 50 compatible....

I pushed my try here: https://github.com/andreaTP/cuHE/tree/docker-semi-fix @WeiDaiWD can you try to look into?

@WeiDaiWD
Copy link
Collaborator

Thanks a ton, I'll have look at that.

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