llvm failed to build from source in Fedora rawhide/f42 https://koji.fedoraproject.org/koji/taskinfo?taskID=128008322 For details on the mass rebuild see: https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild Please fix llvm 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, llvm will be orphaned. Before branching of Fedora 43, llvm 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/
Created attachment 2070895 [details] build.log file build.log too big, will only attach last 32768 bytes
Created attachment 2070896 [details] root.log file root.log too big, will only attach last 32768 bytes
Created attachment 2070897 [details] state.log
In file included from /builddir/build/BUILD/llvm-19.1.6-build/llvm-project-19.1.6.src/mlir/lib/Dialect/Affine/IR/ValueBoundsOpInterfaceImpl.cpp:9: /builddir/build/BUILD/llvm-19.1.6-build/llvm-project-19.1.6.src/mlir/include/mlir/Dialect/Affine/IR/ValueBoundsOpInterfaceImpl.h:31:11: error: unknown type name 'int64_t'; did you mean '__int64_t'? 31 | FailureOr<int64_t> fullyComposeAndComputeConstantDelta(Value value1, | ^~~~~~~ | __int64_t /usr/include/bits/types.h:44:25: note: '__int64_t' declared here 44 | typedef signed long int __int64_t; | ^ 1 error generated.
Looks like https://gcc.gnu.org/gcc-15/porting_to.html#header-dep-changes The fix is presumably to add #include <stdint.h> where needed.
This should be fixed with 19.1.7 in rawhide already
... which has now been merged.