2018-08-20 19:24:42 +00:00
---
2020-04-07 00:28:13 +00:00
name: "\U0001F4A5 Build error"
about: Some package in Spack didn't build correctly
title: "Installation issue: "
2018-12-19 08:56:26 +00:00
labels: "build-error"
2018-08-20 19:24:42 +00:00
---
2020-04-07 00:28:13 +00:00
<!-- Thanks for taking the time to report this build failure. To proceed with the report please:
2018-08-20 19:24:42 +00:00
1. Title the issue "Installation issue: < name-of-the-package > ".
2018-08-21 16:37:24 +00:00
2. Provide the information required below.
2018-08-20 19:24:42 +00:00
2020-04-07 00:28:13 +00:00
We encourage you to try, as much as possible, to reduce your problem to the minimal example that still reproduces the issue. That would help us a lot in fixing it quickly and effectively! -->
2018-08-20 19:24:42 +00:00
### Steps to reproduce the issue
2020-04-07 00:28:13 +00:00
<!-- Fill in the exact spec you are trying to build and the relevant part of the error message -->
2018-08-20 19:24:42 +00:00
```console
2020-04-07 00:28:13 +00:00
$ spack install < spec >
...
2018-08-20 19:24:42 +00:00
```
2020-04-07 00:28:13 +00:00
### Information on your system
2018-08-20 19:24:42 +00:00
2020-04-07 00:28:13 +00:00
<!-- Please include the output of `spack debug report` -->
2018-08-20 19:24:42 +00:00
2020-04-07 00:28:13 +00:00
<!-- If you have any relevant configuration detail (custom `packages.yaml` or `modules.yaml` , etc.) you can add that here as well. -->
2018-08-20 19:24:42 +00:00
### Additional information
2020-04-07 00:28:13 +00:00
<!-- Please upload the following files. They should be present in the stage directory of the failing build. Also upload any config.log or similar file if one exists. -->
* [spack-build-out.txt]()
* [spack-build-env.txt]()
2018-08-20 19:24:42 +00:00
2020-04-07 00:28:13 +00:00
<!-- Some packages have maintainers who have volunteered to debug build failures. Run `spack maintainers <name-of-the-package>` and @mention them here if they exist. -->
2020-02-26 14:00:17 +00:00
### General information
2020-04-07 00:28:13 +00:00
<!-- These boxes can be checked by replacing [ ] with [x] or by clicking them after submitting the issue. -->
- [ ] I have run `spack debug report` and reported the version of Spack/Python/Platform
- [ ] I have run `spack maintainers <name-of-the-package>` and @mentioned any maintainers
- [ ] I have uploaded the build log and environment files
2020-02-26 14:00:17 +00:00
- [ ] I have searched the issues of this repo and believe this is not a duplicate