Bug 2503872 - erlang-clique: FTBFS in Fedora rawhide/f45
Summary: erlang-clique: FTBFS in Fedora rawhide/f45
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: erlang-clique
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Peter Lemenkov
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F45FTBFS
TreeView+ depends on / blocked
 
Reported: 2026-07-21 18:27 UTC by Fedora Release Engineering
Modified: 2026-07-29 15:00 UTC (History)
3 users (show)

Fixed In Version: erlang-clique-0.3.12-16.fc45
Clone Of:
Environment:
Last Closed: 2026-07-29 15:00:21 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
build.log (22.62 KB, text/plain)
2026-07-21 18:27 UTC, Fedora Release Engineering
no flags Details
root.log (32.00 KB, text/plain)
2026-07-21 18:27 UTC, Fedora Release Engineering
no flags Details
state.log (1.67 KB, text/plain)
2026-07-21 18:27 UTC, Fedora Release Engineering
no flags Details

Description Fedora Release Engineering 2026-07-21 18:27:23 UTC
erlang-clique failed to build from source in Fedora rawhide/f45

https://koji.fedoraproject.org/koji/taskinfo?taskID=147848969


For details on the mass rebuild see:

https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
Please fix erlang-clique at your earliest convenience and set the bug's status to
ASSIGNED when you start fixing it. If the bug remains in NEW state for 8 weeks,
erlang-clique will be orphaned. Before branching of Fedora 46,
erlang-clique will be retired, if it still fails to build.

For more details on the FTBFS policy, please visit:
https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/

Comment 1 Fedora Release Engineering 2026-07-21 18:27:29 UTC
Created attachment 2149759 [details]
build.log

Comment 2 Fedora Release Engineering 2026-07-21 18:27:37 UTC
Created attachment 2149760 [details]
root.log

file root.log too big, will only attach last 32768 bytes

Comment 3 Fedora Release Engineering 2026-07-21 18:27:41 UTC
Created attachment 2149761 [details]
state.log

Comment 4 Peter Lemenkov 2026-07-29 15:00:21 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.