haproxy failed to build from source in Fedora rawhide/f42 https://koji.fedoraproject.org/koji/taskinfo?taskID=127984709 For details on the mass rebuild see: https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild Please fix haproxy 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, haproxy will be orphaned. Before branching of Fedora 43, haproxy 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 2070360 [details] build.log file build.log too big, will only attach last 32768 bytes
Created attachment 2070361 [details] root.log file root.log too big, will only attach last 32768 bytes
Created attachment 2070362 [details] state.log
This bug appears to have been reported against 'rawhide' during the Fedora Linux 42 development cycle. Changing version to 42.
The following patch allows haproxy to successfully build: --- a/haproxy.spec 2025-04-21 14:36:29.956148186 +0100 +++ b/haproxy.spec.new2 2025-04-21 14:39:07.273603461 +0100 @@ -62,7 +62,7 @@ make OPTIMIZE="%{build_cflags}" LDFLAGS= popd %install -make install-bin DESTDIR=%{buildroot} PREFIX=%{_prefix} TARGET="linux2628" +make install-bin DESTDIR=%{buildroot} PREFIX=%{_prefix} SBINDIR=%{_bindir} TARGET="linux2628" make install-man DESTDIR=%{buildroot} PREFIX=%{_prefix} install -p -D -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service @@ -120,7 +120,7 @@ done %config(noreplace) %{_sysconfdir}/logrotate.d/%{name} %config(noreplace) %{_sysconfdir}/sysconfig/%{name} %{_unitdir}/%{name}.service -%{_sbindir}/%{name} +%{_bindir}/%{name} %{_bindir}/halog %{_bindir}/iprange %{_bindir}/ip6range
FEDORA-2026-35f1f03bc6 (apk-tools-3.0.4-1.fc45, aqualung-2.0-5.fc45, and 109 more) has been submitted as an update to Fedora 45. https://bodhi.fedoraproject.org/updates/FEDORA-2026-35f1f03bc6
This message is a reminder that Fedora Linux 42 is nearing its end of life. Fedora will stop maintaining and issuing updates for Fedora Linux 42 on 2026-05-13. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a 'version' of '42'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, change the 'version' to a later Fedora Linux version. Note that the version field may be hidden. Click the "Show advanced fields" button if you do not see it. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora Linux 42 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora Linux, you are encouraged to change the 'version' to a later version prior to this bug being closed.
FEDORA-2026-d790d66a08 (haproxy-3.0.23-1.fc42) has been submitted as an update to Fedora 42. https://bodhi.fedoraproject.org/updates/FEDORA-2026-d790d66a08
FEDORA-2026-d790d66a08 has been pushed to the Fedora 42 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2026-d790d66a08` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2026-d790d66a08 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.