esselfe / moonbase-core-i686

Hard fork of lunar-linux/moonbase-core, used for i686 development and testing.
0 stars 0 forks source link

Unable to upgrade glibc above 2.31 #1

Open esselfe opened 3 months ago

esselfe commented 3 months ago

Multiple attemps have been made to upgrade glibc on i686. Just going from the current 2.31 to 2.32 would enable support for 64bit timestamps. As of 2024-08-05 the current glibc version is 2.40 ;)

This is pretty much the only thing left to be done on this architecture, as most modules in moonbase/core build fine.

esselfe commented 3 months ago

I got it working! See https://github.com/esselfe/moonbase-core-i686/pull/4

esselfe commented 2 months ago

Well not totally, gcc is acting up... from what I dug it's about a timestamping issue in one of the Makefiles.