This is low priority.
I've been building "older" Aros versions, from source. Just sort of wrapping my head around the history of changes.
I noticed around 3-1-19 GMA video was still supported natively (in my test machine's case i915). By 5-1-19 it was dropped; Mesa was upgraded from 19.x to 20.x. It is probably safe to assume that native support never returned, for these older GPUs, as vesa still works fine.
Not too long, after 5-1-19 I ran into trouble, completing successful builds. Loadseg (-lloadseg) isn't found by the Aros linker, while trying to build something (maybe libloadseg.a didn't build?) partition.library depends on. This problem persists all the way up to early 2021 builds. As you can tell, I haven't really looked into it yet.
I eventually realized that INSTALL.md appeared, in the source directory. Looking in to rebuild.sh I discovered, per instruction, building via x86_64 was the only thing the script really supported. My host was 32bit. Previously, I was using configure/make/make distfiles. Thinking that this could have been my issue, I moved to a modern machine/Linux. Running the script informed me that the compiler needed a patch, please re-install and run configure. Kind of a dead end. Since, I was already all set up, I ran configure --target=pc-i386/make. Ended up with the same error as on the 32bit system.
I looked through the, date appropriate, issues/bugs and found nothing about this issue. It would be pretty lame of me to, expect any kind of actual support on these older builds. I know I'm kinda on my own here. I was just wondering if anyone had ever ran into this before?
Hi there,
I should be able to help you, but please first let me know which repository and which branch are you trying to build?