Error building rosetta #118
Replies: 5 comments 2 replies
-
Personally I've never experienced such an error. A quick google search
suggests that "a file can't be found". Kindly check if:
- you have all executables on path
- you have zlib library installed for the correct architecture. Is it
32/64 bits as the executable you are building? Is it in the devel version?
is it on path?
If this was not helpful, please provide more detailed error description to
help you fixing it.
Best,
Dominik Gront
wt., 13 sie 2024 o 13:20 Yip Yew Mun ***@***.***> napisał(a):
… Hi, I was running ./scons.py -j16 mode=release bin extras=mpi and
everything was going well until scons: ***
[build/external/release/linux/5.14/64/x86/gcc/11/mpi/libzlib.so] Error
127 happened. Could someone guide me on how to resolve it?
Thank you so much!
—
Reply to this email directly, view it on GitHub
<#118>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAC3MI3XVYESEALHVSRA6HDZRHTYVAVCNFSM6AAAAABMOBUEN6VHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZXGA2DQNJQGE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Yes, I have the following paths: Hope that helps. Please let me know if you need more info from me. |
Beta Was this translation helpful? Give feedback.
-
Hope that helps. Please let me know if you need more info from me.
Could you also paste the error message with context?
wt., 13 sie 2024 o 14:12 Yip Yew Mun ***@***.***> napisał(a):
… Yes, I have the following paths:
gcc: /usr/bin/gcc
g++: /usr/bin/g++
openmpi: /usr/lib64/openmpi/bin & /usr/lib64/openmpi/lib/
Package zlib-1.2.11-40.el9.x86_64 is already installed.
Hope that helps. Please let me know if you need more info from me.
—
Reply to this email directly, view it on GitHub
<#118 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAC3MI46FWHICGSFVEIMITDZRHZZ3AVCNFSM6AAAAABMOBUEN6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMZSGUZDGOA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
First off, your LD_LIBRARY_PATH setting in the Scons configuration is messed up. What's your I'd also recommend first trying to build "plain", without extras=mpi and the associated build system changes. Even if you're not planning on using the non-MPI version, building MPI can be tricky, and doing it once without any MPI-related changes will help clarify what's MPI-related issues and what's general Rosetta build issues. With the zlib issue, it may be that you have the "use" package, rather than the "devel" package. Is there a |
Beta Was this translation helpful? Give feedback.
-
Hi, I was running
./scons.py -j16 mode=release bin extras=mpi
and everything was going well untilscons: *** [build/external/release/linux/5.14/64/x86/gcc/11/mpi/libzlib.so]
Error 127 happened. Could someone guide me on how to resolve it?Thank you so much!
Beta Was this translation helpful? Give feedback.
All reactions