[Bug 268540] emulators/linux-c7 have too old GLIBC for some software: /lib64/libc.so.6: version `GLIBC_2.26' not found (required by lwjgl/3.3.1-build-7/liblwjgl.so)

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 23 Feb 2023 18:16:38 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268540

--- Comment #3 from Gleb Popov <arrowd@FreeBSD.org> ---
(In reply to VVD from comment #2)
I'd start with adding "c8" support into Mk/Uses/linux.mk. Go through the file,
extend current ".if ${linux_ARGS} == c7" blocks with new ".elif ${linux_ARGS}
== c8". Add appropriate MASTER_SITES. Then try creating emulators/linux_base-c8
port by looking at existing linux_base-c7. After that we can start iterating
over existing linux_* ports.

-- 
You are receiving this mail because:
You are the assignee for the bug.