hfsutils failed to build from source in Fedora rawhide https://koji.fedoraproject.org/koji/taskinfo?taskID=28188044 For details on the mass rebuild see: https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Please fix hfsutils 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, hfsutils will be orphaned. Before branching of Fedora 30, hfsutils will be retired, if it still fails to build. For more details on the FTBFS policy, please visit: https://fedoraproject.org/wiki/Fails_to_build_from_source
Created attachment 1462862 [details] build.log
Created attachment 1462863 [details] root.log file root.log too big, will only attach last 32768 bytes
Created attachment 1462864 [details] state.log
This bug appears to have been reported against 'rawhide' during the Fedora 29 development cycle. Changing version to '29'.
gcc is missing: checking for gcc... no checking for cc... no configure: error: no acceptable cc found in $PATH error: Bad exit status from /var/tmp/rpm-tmp.hzsTlK (%build) Something like that fixes the problem: diff --git a/hfsutils.spec b/hfsutils.spec index e9b9b83..26fa08d 100644 --- a/hfsutils.spec +++ b/hfsutils.spec @@ -8,7 +8,7 @@ Source: ftp://ftp.mars.org/pub/hfs/%{name}-%{version}.tar.gz Patch0: hfsutils-3.2.6-errno.patch Patch1: hfsutils-3.2.6-largefile.patch URL: http://www.mars.org/home/rob/proj/hfs/ -BuildRequires: libXft-devel tcl-devel tk-devel +BuildRequires: libXft-devel tcl-devel tk-devel gcc %package devel Summary: A C library for reading and writing Macintosh HFS volumes
Created attachment 1520203 [details] Add gcc dependency in BuildRequires
Fixed in rawhide -> https://koji.fedoraproject.org/koji/taskinfo?taskID=36288735