Hi John, The problem with this is that there is no GCC 11.2 (which is required per the build.properties) that comes with Ubuntu 20.04. As Kevin said, as of recently, we build with a devkit based on the OpenJDK devkit instructions (https://github.com/openjdk/jdk/tree/master/make/devkit) and that allows us to create builds [that work] on older systems (there are nu unresolved @GLIBC_X symbols in the libs) while still using GCC 11.2 --
- Johan Op di 2 aug. 2022 om 19:07 schreef John Neffenger <j...@status6.com>: > On 8/2/22 9:50 AM, Thiago Milczarek Sayão wrote: > > I have built it on a Ubuntu 22.04 VM and tried to run on 20.04. > > If you want to keep your current build process, try building on Ubuntu > 18.04, which is still receiving updates until next year. > > Ubuntu Updates GLIBC > 16.04 2021-04-30 2.23 > 18.04 2023-04-26 2.27 > 20.04 2025-04-23 2.31 > 20.10 2021-07-22 2.32 > 21.04 2022-01-20 2.33 > 21.10 2022-07-14 2.34 > 22.04 2027-04-21 2.34 > > That way you'll be compatible with any system having GLIBC 2.27 or > later, such as Ubuntu 18.04, Fedora 28, or later versions. > > Fedora Updates GLIBC > 24 2017-08-08 2.23 > 25 2017-12-12 2.24 > 26 2018-05-29 2.25 > 27 2018-11-30 2.26 > 28 2019-05-28 2.27 > 29 2019-11-26 2.28 > 30 2020-05-26 2.29 > 31 2020-11-24 2.30 > 32 2021-05-25 2.31 > 33 2021-11-30 2.32 > 34 2022-05-17 2.33 > 35 2022-12-07 2.34 > 36 2023-05-24 2.35 > > John >