1.5 KiB
1.5 KiB
| name | about |
|---|---|
| Build Error | Create a detailed report about an error encountered during the Peerplays build process. |
Instructions Please include a detailed Title above. Next, please complete the following sections below:
- Build Error
- Build Environment
- Steps To Reproduce
- Console Logs (optional)
Finally, press the 'Submit new issue' button. The developers/PBSA Team will evaluate and prioritize your Bug Report for future development.
Build Error Description A clear and concise description of what the build error is.
Build Environment
Details about the build environment, including the relevant required libraries. Much of this information can be found in the CMakeFiles/CMakeOutput.log.
- Host OS: [e.g. Ubuntu 18.04 LTS]
- Host Physical RAM [e.g. 4GB]
- Source Branch/Tag: [e.g. master or 2.0.180425]
- OpenSSL Version: [e.g. 1.1.0g]
- Boost Version: [e.g. 1.65.1]
- C++ Compiler: [e.g. gcc version 4.8.5]
Steps To Reproduce Steps to reproduce the behavior (example outlined below):
- Using installation guide from this URL...
- This is my complete build script...
- It fails at this step with the following output...
- See the error in the console log below...
Console Logs (optional) Please provide the full console log, including all commands entered and their output. This will allow detailed troubleshooting.
CORE TEAM TASK LIST
- Evaluate
Build Error - Provide build guidance
- Create
Bug Report