cloudius-systems / osv

OSv, a new operating system for the cloud.
osv.io
Other
4.12k stars 605 forks source link

OSv doesn't build on Fedora 40 #1320

Closed nyh closed 4 months ago

nyh commented 4 months ago

As usual, after upgrading to Fedora 40 (with, among other upgrades, gcc 14.1.1), OSv no longer builds. The goal of this issue is to make it build.

nyh commented 4 months ago

I pushed patches fixing most of the gcc 14.1.1 build problems. One problem remains - a warning about bsd/porting/route.cc where gcc claims the code is trying to copy 56 bytes from a 54-byte object and I still need to debug this.

wkozaczuk commented 3 months ago

Is presence of 1323 and 1324 a reason we have not updated setup.py to support this distribution?

nyh commented 3 months ago

I think I just forgot