-
Notifications
You must be signed in to change notification settings - Fork 283
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
GCC/4.8.1 build fails on openSUSE 12.2 #283
Comments
I have openSUSE on my 'workstation' (laptop in a dock :p) at work, I can try and reproduce it there and figure things out. When you run into this problem, you can simply override the |
just a reminder:
here is my current theory:
My solution I would use as an ENGINEER (which is happy when it works 95% in sanity_check: allow regexp's e.g. "lib.*/libgcc.so" I know it gets tricky if some other easyconfig relies on the specific Bernd On Sat, Oct 26, 2013 at 01:41:27AM -0700, Kenneth Hoste wrote:
Dr.-Ing. Bernd Mohr E-Mail: b.mohr@fz-juelich.de Forschungszentrum Juelich GmbH Prof. Dr. Sebastian M. Schmidt |
This also affects
It's currently unclear what makes GCC or Paraver pick different llib paths on SuSE ( |
My suspect is libtool |
@berndmohr: Now easybuilders/easybuild-framework#753 is merged in, we can specify alternative sanity check paths, i.e. make EasyBuild check for sanity_check_paths = {
'files': [],
'dirs': [('lib', 'lib64')],
} This could be used for situation like this (e.g. for OTF), but for GCC, it's probably worthwhile to dive in a little deeper... |
PR #365 fixes the problem in the GCC easyblock, I'm also working on a more general solution in framework. |
Jdjdkdkdmx |
Fails in sanitycheck step:
The files are there but they are under another destination, e.g. /opt/local/easybuild/software/GCC/4.8.1/lib/gcc/x86_64-unknown-linux-gnu/4.8.1/lto1
Environment:
The text was updated successfully, but these errors were encountered: