Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.16.1 has build/link issues, does not run on Debian or Red Hat #154

Closed
Nuru opened this issue Oct 13, 2023 · 0 comments · Fixed by #156
Closed

v0.16.1 has build/link issues, does not run on Debian or Red Hat #154

Nuru opened this issue Oct 13, 2023 · 0 comments · Fixed by #156

Comments

@Nuru
Copy link

Nuru commented Oct 13, 2023

v0.16.0 works on Debian and Red Hat, but v0.16.1 does not.

Debian

# uname -a
Linux 139569cf50c0 6.4.16-linuxkit #1 SMP PREEMPT_DYNAMIC Sat Sep 23 13:39:52 UTC 2023 x86_64 GNU/Linux
# cat /etc/os-release 
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
# ghr --version
ghr: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ghr)
ghr: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ghr)

Red Hat

$ uname -a
Linux 5d205a9f1889 6.4.16-linuxkit #1 SMP PREEMPT_DYNAMIC Sat Sep 23 13:39:52 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
$ cat /etc/os-release 
NAME="Red Hat Enterprise Linux"
VERSION="8.7 (Ootpa)"
ID="rhel"
ID_LIKE="fedora"
VERSION_ID="8.7"
PLATFORM_ID="platform:el8"
PRETTY_NAME="Red Hat Enterprise Linux 8.7 (Ootpa)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos"
$ ghr --version
ghr: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by ghr)
ghr: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by ghr)

Looks like latest Debian Bullseye has for glibc is 2.31
Red Hat 8.7 has glibc 2.28.

I am aware that go v1.20 caused problems for Alpine but I have not seen this problem with other go binaries on Debian or Red Hat.

Please fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant