-
Notifications
You must be signed in to change notification settings - Fork 238
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
Glibc 2.36 error #977
Comments
Is this just a standard flask app? Is there anything else being installed? Can you please share a minimal repo where it can be reproduced |
Note {
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "NIXPACKS",
"nixpacksVersion": "1.16.0",
"nixpacksPlan": {
"phases": {
"myPhase": {
"name": "install ffmpeg",
"aptPkgs": [
"ffmpeg",
]
}
}
}
},
"deploy": {
"numReplicas": 1,
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 1
}
} |
I'm still hitting this issue with the latest nixpack version on Railway: Here's all the logs that mention ffmpeg during build:
Then when ffmpeg gets called it errors out:
Edit: My nixpacks.toml is:
|
ran into this issue trying to install libreoffice as an aptPkg. The workaround was to install it as a nix package |
ran into the same issue when I used coolify |
What packages were you trying to install? This can happen if the packages expect an older version of glibc. The issues from 2023 have been fixed and were related to Nixpacks using an older version of Python. |
@coffee-cup I am not sure about that since Coolify automate the generation of nixpacks.toml file, I got over the issue when I switched to Docker with coolify. Related coollabsio/coolify#3601 |
Is there an existing issue for this?
Describe the bug
Fails to install any
apt-get
packages on NIXPACKS v1.16.0, works on v1.15.0Larger error from Railway Build logs:
To reproduce
No response
Expected behavior
No response
Environment
On Railway, deploying a Flask app.
The text was updated successfully, but these errors were encountered: