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

getting a "node 20" error from v1.8 #752

Open
giallu opened this issue Jul 4, 2024 · 1 comment
Open

getting a "node 20" error from v1.8 #752

giallu opened this issue Jul 4, 2024 · 1 comment

Comments

@giallu
Copy link

giallu commented Jul 4, 2024

I am using a previous release (v1.8) because I need to run it in an older container (CentOS 7) where GLIBC is incompatible with newer node versions; for some reasons, my latest builds started to fail like this:

Run robinraju/[email protected]
/usr/bin/docker exec  71e97e54a9607ba9967fa314119665936ae107d79dc67d4e0b77784251bbe3e8 sh -c "cat /etc/*release | grep ^ID"
/__e/node20/bin/node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /__e/node20/bin/node)
/__e/node[20](https://github.com/moldiscovery/moka/actions/runs/9790031533/job/27030834633#step:3:21)/bin/node: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib64/libc.so.6: version `GLIBC_2.25' not found (required by /__e/node20/bin/node)

The last successful run was about a month ago, same action:

Run robinraju/[email protected]
/usr/bin/docker exec  8c76d0ddf89619194aba086c0adb05f88685df97f17a3d98717a96d50de9a436 sh -c "cat /etc/*release | grep ^ID"
Fetching release qt-5.15.8-1-linux from repo moldiscovery/build-qt
Found release tag: qt-5.15.8-1-linux
Downloading file: qt-5.15.8-1-linux.tar.xz to: /__w/moka/moka
Done: /__w/moka/moka/qt-5.15.8-1-linux.tar.xz

any idea?

@giallu
Copy link
Author

giallu commented Jul 4, 2024

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

No branches or pull requests

1 participant