FTBFS "No rule to make target 'contrib/configs/*"
Open
- Dominant language
- C
- Stars
- 72
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
When attempting to build this project on Rocky Linux 8, I get:
```
make --no-print-directory all-recursive
Making all in .
make[2]: *** No rule to make target 'contrib/configs/*', needed by 'all-am'. Stop.
```
Using versions:
autoconf-2.69-29.el8_10.1.noarch
automake-1.16.1-8.el8.noarch
libtool-2.4.6-25.el8.x86_64
Copilot said the reason for that is: "The issue is on line 36: contrib_configs = contrib/configs/* — Automake doesn't expand shell globs, so the literal * ends up in the generated Makefile as a target that make can't resolve."
Contributor guide
Assessment
This issue has not been assessed yet.