-
Notifications
You must be signed in to change notification settings - Fork 13
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
Does not compile with gcc 11.0.0 (due to compiler error) #206
Comments
Thanks for reporting this issue @ghbrown ! Could you also share some information about the OS you are building the library on? |
Sure, this is on my personal laptop running Manjaro Linux. All packages and applications are up to date. Here is the output of
|
I've been able to recreate this problem as recently as yesterday. However, after doing some compiler location, path and variable management on my side, as well as following the build instructions on the I'll keep track of my updated build process for BML-PROGRESS-LATTE-LAMMPS and then forward that info to the LATTE team to update the wiki. |
Thanks for the update @ghbrown Out of curiosity, could you share what kind of "management" you did on your side to fix the issue? |
It seemed anaconda was managing/providing my compilers (don't remember ever setting this up, so I just installed system-wide compilers instead). Then there were issues with CMake caches storing the old file and binary paths even after reboots and reclones of the repos, so I had to manually overwrite some environment variables due to how CMake grabbed things and searched paths. All this being said, I'm not sure if the issue (if there every was one) is fixed, but at least I am not experiencing it anymore. |
Thanks for the detailed update @ghbrown ! Unfortunately once you use multiple package managers things can become quite tricky to debug. I will add a CI test with |
Unfortunately, this issue has appeared again. Based on Steps (slightly updated):
Thankfully this is not holding me up since making use of Perhaps when you add the test for GCC-11, you could add a version that makes use of the |
Describe the bug
Compiling PROGRESS with most recent gfortran compiler (gcc 11.0.0) results in a compiler error (as in the compiler itself breaks). I recognize that this is very likely not the problem of PROGRESS developers, but before I submit a bug report to any gfortran developers, I would like to make sure it is reproducible by somebody more knowledgeable about these libraries. Perhaps somebody has already reported this, but no open or closed issues have any mention of it.
Just a few months ago built with no issues, so perhaps the new gcc release has bugs if one came out in that time.
To Reproduce
Steps to reproduce the behavior:
sh build.sh compile; sh build.sh install
)sh example_build.sh; cd build; cd build; make
)gpmd_dist
at about 79% (full error below)The build log is attached: build.log, but please let me know if any more information is needed. Thank you.
The text was updated successfully, but these errors were encountered: