Pidgeot / python-lnp

Cross-platform re-implementation of the Lazy Newb Pack launcher.
ISC License
64 stars 10 forks source link

0.14a for linux compiled with glibc 2.29 is too new for some linux stables #177

Open darqen27 opened 3 years ago

darqen27 commented 3 years ago

0.14a for linux compiled with glibc 2.29 is too new for some linux stables

Pidgeot commented 3 years ago

Where did you get the build?

I'm aware that glibc is a potential issue for compatibility - which is why I specifically set up Gentoo build machines and specified system-wide compilation flags to reduce the glibc requirement.

The minimum requirement is supposed to be 2.4 with my builds, and as far as I can tell it's not importing any symbols from later versions, so if it came from here, that would be a pretty big issue...

darqen27 commented 3 years ago

Build is straight from the download page https://dffd.bay12games.com/file.php?id=13244&posted=true#c_1537

Pidgeot commented 3 years ago

That is indeed the same build - so I guess I missed something somewhere on the build machine. >_>

I'll see what I can do, but it can be hard to make guarantees with this stuff, since simply downgrading glibc on my end isn't really an option, and it can be tricky to find the right flags... I recommend running from source until then.

darqen27 commented 3 years ago

I posted a temp fix for anyone concerned about it on the download page