aros-development-team / AROS

Main AROS repository for active development. Contains the main Operating System components and Build System.
http://www.aros.org
Other
368 stars 60 forks source link

Build fails on Fedora 40 #643

Closed thatguywiththekids closed 1 month ago

thatguywiththekids commented 1 month ago

Describe the bug Building AROS fails on systems using wget2, because the script that downloads the toolchain sources relies on wget version 1 behaviour. I have seen this happen on Fedora 40.

To Reproduce Steps to reproduce the behavior:

  1. Have Fedora 40
  2. Try to build AROS with configure and make

Expected behaviour AROS gets built.

Screenshots No screenshot needed

Architecture Any architecture that needs the build process to download files through scripts/fetch.sh and uses wget2

CPU Any

Version 9e6a42ab26798ce3ad3da6453450fa0312902abb

thatguywiththekids commented 1 month ago

I brought this up on Slack, and I am working on a fix that uses curl instead of wget. This far I got http(s) to work, and ftp remains. I will then test building with the changes on WSL2 as well.

thatguywiththekids commented 1 month ago

Building works on Fedora 40. Fixes pushed to my fork. Saving testing on WSL2 for another day.

thatguywiththekids commented 1 month ago

Building on WSL2 worked.

thatguywiththekids commented 1 month ago

PR merged