diff options
author | Seth R. Johnson <johnsonsr@ornl.gov> | 2022-02-23 09:35:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-23 07:35:34 -0700 |
commit | ab1e9d717e008ac8f49de57e78afa529a8608c15 (patch) | |
tree | f5ffc89530c078aaa4b59c717da5402d566c5c82 /bin | |
parent | 8e4ccf91e4a9965c7a2fe79ec232d169331c521d (diff) | |
download | spack-ab1e9d717e008ac8f49de57e78afa529a8608c15.tar.gz spack-ab1e9d717e008ac8f49de57e78afa529a8608c15.tar.bz2 spack-ab1e9d717e008ac8f49de57e78afa529a8608c15.tar.xz spack-ab1e9d717e008ac8f49de57e78afa529a8608c15.zip |
util-linux-uuid: add conflict for new version and old compilers (#29149)
The system compiler on RHEL7 fails to build the latest linux-uuid.
```
util-linux-uuid@2.37.4%gcc@4.8.5 arch=linux-rhel7-haswell
```
results in:
```
libuuid/src/unparse.c:42:73: error: expected ';', ',' or ')' before 'fmt'
static void uuid_fmt(const uuid_t uuid, char *buf, char const *restrict fmt)
```
It looks like it's assuming C99 by default so there may be a better way
to handle this... but this at least works
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions