Elektrine lite

← Feed

@parzivalwolfram@infosec.exchange

Post #3574288

2025-02-01 05:32 UTC

i've gotten like 60% of glibc 2.1 to build correctly on solaris 2.7, but it dies in the middle of some ELF section handler (the ELF section name is undefined, and i don't see a single spot where it's defined when grepping the entire source dir for 2.1 or 2.13 or 2.30, so...?)

Replies (1)

  • turns out glibc 2.2 might work. maybe. i don't want to jinx it but after fixing some jank typedef parsing error issues and working around a make bug or two, we're at least dying in the test suite builder instead of a random time library that hasn't been buildable literally ever, from what I can tell.

    Open ##3574286