Bug 2434760 - libmaa: FTBFS in Fedora rawhide/f44
Summary: libmaa: FTBFS in Fedora rawhide/f44
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: libmaa
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Carlos Rodriguez-Fernandez
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: F44FTBFS
TreeView+ depends on / blocked
 
Reported: 2026-01-28 21:22 UTC by Fedora Release Engineering
Modified: 2026-02-20 04:49 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2026-02-20 04:49:48 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
build.log (32.00 KB, text/plain)
2026-01-28 21:22 UTC, Fedora Release Engineering
no flags Details
root.log (32.00 KB, text/plain)
2026-01-28 21:22 UTC, Fedora Release Engineering
no flags Details
state.log (1.62 KB, text/plain)
2026-01-28 21:22 UTC, Fedora Release Engineering
no flags Details

Description Fedora Release Engineering 2026-01-28 21:22:44 UTC
libmaa failed to build from source in Fedora rawhide/f44

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


For details on the mass rebuild see:

https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
Please fix libmaa 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,
libmaa will be orphaned. Before branching of Fedora 45,
libmaa 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-01-28 21:22:50 UTC
Created attachment 2126109 [details]
build.log

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

Comment 2 Fedora Release Engineering 2026-01-28 21:22:56 UTC
Created attachment 2126110 [details]
root.log

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

Comment 3 Fedora Release Engineering 2026-01-28 21:22:59 UTC
Created attachment 2126111 [details]
state.log

Comment 4 Carlos Rodriguez-Fernandez 2026-01-30 15:31:05 UTC
/usr/bin/ld.bfd: /tmp/cca2q7Gs.ltrans0.ltrans.o: in function `get_rand':
/builddir/build/BUILD/libmaa-1.5.1-build/libmaa-1.5.1/tests/hash/../../maa/rnd.c:772:(.text+0x186): undefined reference to `floor'
collect2: error: ld returned 1 exit status

The code in question doesn't access floor as built-in but imports <math.h> correctly.


# maa/rnd.c

#include <math.h>

# ...

int get_rand(int ll, int ul)
{
        # ...

	val = floor(ll + r * (ul - ll));
# ...

Comment 5 Carlos Rodriguez-Fernandez 2026-01-30 15:36:17 UTC
This is only failing in i686.

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

Comment 6 Carlos Rodriguez-Fernandez 2026-02-20 04:49:48 UTC
Support for i686 removed [1]


1. https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval


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