R
Railway2y ago
JerZ

Error libx86_64-linux-gnulibc.so.6 version `GLIBC_2.33' not found (required by nixstore6k8w4

i get that err when i use nixpacks
12 Replies
JerZ
JerZ2y ago
help?
jr
jr2y ago
Can you please share more info about your problem. It is hard to help without knowing the language used or a stack trace. A sample or open source repo would also help a lot
JerZ
JerZ2y ago
ok so, I used to use heroku buildpacks, which everything is fine, no errors, but some say it's getting removed soon, so Im trying nixpacks, my project is a discord bot, when I use nixpacks it gave me libconfig file not found error. someone said add NIXPACKS_LIBS in the variables, I did, but now it gives a different error
jr
jr2y ago
What is the language, dependencies, or a repo that we can look at? Or a link to a failed deployment so we can look at the logs I am just about to sign off for the evening, but myself or someone else from the community can try and help tomorrow if more info is provided
JerZ
JerZ2y ago
oh, the deploy didn't fail, the error shows up several minutes after the project is deployed. The bot is working fine, all commands works but it keeps sending that error all the time, I have an anticrash, so it sends the error to a discord channel, so the deploy still up and running fine oh ya, I use JavaScript (using discord.js npm package) h e l p
Dhananjay
Dhananjay2y ago
As mentioned here, it's hard to trace the issue without knowing exactly what you are deploying and what are dependency
Dhananjay
Dhananjay2y ago
And you might be having additional dependency other than discord js in your repo as Discord js works fine on railway without any error
JerZ
JerZ2y ago
I don't think so, I believe it came from nixpack builtpacks, because rn I'm using heroku and it's working fine I will stick to heroku for now if you guys remove them in the future, I will then switch to nixpacks, I'll just simply add a code to ignore that error, because everything works fine even though it give an error
Dhananjay
Dhananjay2y ago
Nixpack is still under development issue / error are bound to happen,It's a Code Bundler, It reads your code and bundle it into a container, If it fails to meet dependency of any program it would fail and throw error, Your Issue can only be fixed if Team can find the root cause of issue so that others don't have to face same issue as yours if they happen to use the same dependency
JerZ
JerZ2y ago
Is heroku going to be removed soon? if not, I think I'll just stick with it for now
milo
milo2y ago
it's unsure, but we'd like to solve this so please provide relevant information language, deps, repo etc
JerZ
JerZ2y ago
sorry but I can't be on my pc at the moment, I will send it to you tomorrow
"dependencies": {
"@discordjs/opus": "^0.6.0",
"@discordjs/voice": "^0.6.0",
"@railway/cli": "^1.8.1",
"@types/node-fetch": "^3.0.3",
"canvas": "^2.9.3",
"captcha-canvas": "^3.1.0",
"discord-api-types": "^0.24.0",
"discord-tictactoe": "^3.0.0",
"discord.js": "^13.1.0",
"install": "^0.13.0",
"mongoose": "^5.13.8",
"ms": "^2.1.3",
"npm": "^7.23.0",
"pm2": "^5.1.2",
"simply-djs": "^2.5.2",
"skia-canvas": "^0.9.27",
"tiny-typed-emitter": "^2.1.0",
}
"dependencies": {
"@discordjs/opus": "^0.6.0",
"@discordjs/voice": "^0.6.0",
"@railway/cli": "^1.8.1",
"@types/node-fetch": "^3.0.3",
"canvas": "^2.9.3",
"captcha-canvas": "^3.1.0",
"discord-api-types": "^0.24.0",
"discord-tictactoe": "^3.0.0",
"discord.js": "^13.1.0",
"install": "^0.13.0",
"mongoose": "^5.13.8",
"ms": "^2.1.3",
"npm": "^7.23.0",
"pm2": "^5.1.2",
"simply-djs": "^2.5.2",
"skia-canvas": "^0.9.27",
"tiny-typed-emitter": "^2.1.0",
}