httpie failed to build from source in Fedora rawhide/f43 https://koji.fedoraproject.org/koji/taskinfo?taskID=135207397 For details on the mass rebuild see: https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild Please fix httpie 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, httpie will be orphaned. Before branching of Fedora 44, httpie 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 2100516 [details] build.log file build.log too big, will only attach last 32768 bytes
Created attachment 2100517 [details] root.log file root.log too big, will only attach last 32768 bytes
Created attachment 2100518 [details] state.log
______________________________ test_daemon_runner ______________________________ @pytest.mark.requires_external_processes def test_daemon_runner(): # We have a pseudo daemon task called 'check_status' # which creates a temp file called STATUS_FILE under # user's temp directory. This test simply ensures that # we create a daemon that successfully performs the # external task. status_file = Path(tempfile.gettempdir()) / STATUS_FILE with suppress(FileNotFoundError): status_file.unlink() spawn_daemon('check_status') for attempt in range(MAX_ATTEMPT): time.sleep(MAX_TIMEOUT / MAX_ATTEMPT) if status_file.exists(): break else: > pytest.fail( 'Maximum number of attempts failed for daemon status check.' ) E Failed: Maximum number of attempts failed for daemon status check. tests/test_update_warnings.py:52: Failed
Hello. This is a bulk comment. This package still needs to be rebuilt and/or shipped with Python 3.14.0rc2+ bytecode in Fedora 43. The Beta Freeze of Fedora 43 is scheduled to start today. Please prioritize this bugzilla accordingly. Thanks.
FEDORA-2025-6aad476563 (httpie-3.2.4-10.fc43) has been submitted as an update to Fedora 43. https://bodhi.fedoraproject.org/updates/FEDORA-2025-6aad476563
FEDORA-2025-1c822d93e9 (httpie-3.2.4-10.fc44) has been submitted as an update to Fedora 44. https://bodhi.fedoraproject.org/updates/FEDORA-2025-1c822d93e9
FEDORA-2025-6aad476563 (httpie-3.2.4-10.fc43) has been pushed to the Fedora 43 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2025-1c822d93e9 (httpie-3.2.4-10.fc44) has been pushed to the Fedora 44 stable repository. If problem still persists, please make note of it in this bug report.