-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[Bug]: Argon2 Again #5430
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
Comments
2022-08-09T16_30_58_095Z-debug-0.log So, my knowledge gain was - AMD64 has another issue. Please test on your Pis and tell your ideas here. We can't switch |
First, thank you @im-coder-lg for testing and opening this! Looks semi-related to argon2. I will add this to high-priority list so we can take a look soon. |
I think we switched to Related/possibly a dupe: #4670 I have steps for resolution in there. |
Let me know if I can help. Looking at the older issues, it seems that the system you guys are using ships an ancient version of glibc. |
So, it's mostly a problem in building the entire app, with an older glibc version? And all you have to do is make sure that npm packages are built on Ubuntu LTS with glibc 2.31, that's what you are saying? If this is the fix, I will personally test and code a nice workflow and PR it here. |
Will do! Really appreciate that.
@code-asher do you remember why we use an ancient version of glibc? I want to say something-something CentOS but can't recall. |
@im-coder-lg yes, essentially that. In the past, we had this problem with a hosting provider that used Ubuntu 16.04 (after it's EOL, mind you) and there was no way to support that.
What you need to do is ensure that the system executing @jsjoeio indeed CentOS 8.5 ships glibc 2.28 which is already too old. |
Yeah we have been reluctant to up the minimum glibc requirement since I think we had people on the product side using code-server on CentOS 7. |
IMO building from source sounds like it might be the best move for us at the moment. |
If you can confirm this data, I can try to build with an older distro, so it's compatible. There is no hard requirement to support newer distros :) |
That is super nice of you! Let me ping some folks internally and find out. |
Closing since we updated to CentOS 8 some time ago, and other changes around this were made, and if it is still a problem I think we need new investigation. |
I thought this was done! Anyway this looks good |
Is there an existing issue for this?
OS/Web Information
code-server --version
: LatestSteps to Reproduce
Prerequisite: Node 16 only
Expected
We are supposed to see a successful installation.
Actual
The bad old argon2 dependency error happens. We last saw this in #4422.
Logs
Logs can be found at this discussion: #5381
Screenshot/Video
At #5381
Does this issue happen in VS Code or GitHub Codespaces?
Are you accessing code-server over HTTPS?
Notes
I couldn't dig properly, but I think node-rs adopted a new problem, perhaps? @yisibl would love to hear your insight on this!
My notes will be continued in comments later on. My first point is this:
This was supposed to be fixed in #4733, and so it was - I personally tested it via Node 14 on my 32-bit Raspbian install. This is back now, which makes it weird. I am going to need a bit of time on this - sorry, but I have a lot of things up next, like August 15, I have a job to do for that, as well as some other things.
@jsjoeio and @bpmct you are the people I know who have RPis set up. Can you install Node and check it? My install via nvm seems to be screwed up.
@yisibl you suggested
@node-rs/argon2
, have you noticed anything going haywire in the build logs? Maybe we could start on these things as I also try on my Zorin installation on my computer.The text was updated successfully, but these errors were encountered: