trouble in build v6.13.0 fails on Ubuntu 20.04
If you're not reporting a bug, please use the forum to ask questions.
Is there anyone who can help me build? It seems that forum is not reachable. I tried both 6.13.1 and 6.13.0 but I have the same issue.
Bug Report
Please answer the following questions for yourself before reporting a bug.
- [x] I checked the documentation and the forum but found no answer.
- [ ] I checked to make sure that this issue has not already been filed.
Environment
Select the following information.
- DART version: v6.13.0
- OS name and version name(or number): Ubunut 20.04
- Compiler name and version number: GCC 9.4.0
Expected Behavior
Please describe the behavior you are expecting.
Current Behavior
What is the current behavior? If you have trouble in
cmakeormake, it would be very helpful to build DART with verbose option:$ cmake .. -DDART_VERBOSE=On$ make VERBOSE=1and then dump the results into a gist and share the link to gist here.
When I run make, it complains about c++17. I have GCC 9.4.0. I think it should work. https://gist.github.com/abc8512/1c7ac07537a2ca6d5561fc59b14a0c71 I fount -std=c++14 at line 682
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
- git clone
- git checkout tags/v6.13.0
- cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ -DCMAKE_BUILD_TYPE=Release -DDART_BUILD_DARTPY=ON -DDART_VERBOSE=On
- make VERBOSE=1
Code to Reproduce
Please remember that with a working code it's easier to reproduce the bug and it's much faster to fix it. It would be great to fork this repo and create a regression test using this template.
Hi @abc8512, due to limited bandwidth, I'm currently unable to test every dev environment. Do you need to build a particular version on a specific Ubuntu version? If not, could you please build the latest release version (6.14.1) on a tested Ubuntu environment (22.04 or 24.04) or even use Pixi?
I am closing this as no further action is planned. Feel free to reopen if you have any other suggestions or ideas for moving forward.
Hi @jslee02 , I have no plan to upgrade my Ubuntu version yet. I will suggest that my team moves to 22.04 or 24.04. I think it's time to upgrade. Thanks!