Bug 2503872
| Summary: | erlang-clique: FTBFS in Fedora rawhide/f45 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Release Engineering <releng> | ||||||||
| Component: | erlang-clique | Assignee: | Peter Lemenkov <lemenkov> | ||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | rawhide | CC: | erlang-maint-sig, lemenkov, randy | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | erlang-clique-0.3.12-16.fc45 | Doc Type: | --- | ||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2026-07-29 15:00:21 UTC | Type: | --- | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Bug Depends On: | |||||||||||
| Bug Blocks: | 2433833 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Fedora Release Engineering
2026-07-21 18:27:23 UTC
Created attachment 2149759 [details]
build.log
Created attachment 2149760 [details]
root.log
file root.log too big, will only attach last 32768 bytes
Created attachment 2149761 [details]
state.log
Fixed in erlang-clique-0.3.12-16.fc45.
The FTBFS was caused by OTP 27 making 'else' a reserved keyword. The -define(else, true) macro used as a catch-all clause in the ?MINWIDTH if-expression was rejected by the compiler. Fixed by quoting the atom as -define('else', true) to remain compatible with OTP 27 while staying close to the OpenRiak upstream fix.
|