lukasgjetting
lukasgjetting
RRailway
Created by lukasgjetting on 1/12/2024 in #✋|help
Unable to connect to newly migrated MySQL service from outside the Railway network
82bf36ca-fd00-4567-9aa9-5f90227d2f00
7 replies
RRailway
Created by lukasgjetting on 9/25/2023 in #✋|help
Python not available after recent update(?)
FIXED by removing 2 dependencies that were depneding on old versions of node-gyp (incompatible with Node 18) Didn't end up needing the nixpacks.toml Thanks a ton @Brody for pointing me in the right direction, though! Appreciated 🚀
25 replies
RRailway
Created by lukasgjetting on 9/25/2023 in #✋|help
Python not available after recent update(?)
Perfect, thanks Brody! Will update this thread when I find a solution
25 replies
RRailway
Created by lukasgjetting on 9/25/2023 in #✋|help
Python not available after recent update(?)
Is there a place where I can see all the nixpack aliases for different packages? Or does it match apt-get or similar repo?
25 replies
RRailway
Created by lukasgjetting on 9/25/2023 in #✋|help
Python not available after recent update(?)
Which might trigger node-gyp to do a fresh build
25 replies
RRailway
Created by lukasgjetting on 9/25/2023 in #✋|help
Python not available after recent update(?)
Node 16 is EOL, so it makes sense
25 replies
RRailway
Created by lukasgjetting on 9/25/2023 in #✋|help
Python not available after recent update(?)
Ahhh I see! Node was updated from 16_x to 18_x
25 replies
RRailway
Created by lukasgjetting on 9/25/2023 in #✋|help
Python not available after recent update(?)
Thanks - still failing though...
25 replies
RRailway
Created by lukasgjetting on 9/25/2023 in #✋|help
Python not available after recent update(?)
Getting a new error now... seems like it's now missing g++?
#10 24.26 gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]

#10 24.26 make: Entering directory '/app/node_modules/deasync/build'

#10 24.26 CXX(target) Release/obj.target/deasync/src/deasync.o

#10 24.26 make: g++: No such file or directory

#10 24.26 make: *** [deasync.target.mk:107: Release/obj.target/deasync/src/deasync.o] Error 127

#10 24.26 make: Leaving directory '/app/node_modules/deasync/build'

#10 24.26 gyp ERR! build error

#10 24.26 gyp ERR! stack Error: `make` failed with exit code: 2

#10 24.26 gyp ERR! stack at ChildProcess.onExit (/nix/store/fg86njc0q2djbyfaqvnaq7x0khpc6sf4-nodejs-18.17.1/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:203:23)

#10 24.26 gyp ERR! stack at ChildProcess.emit (node:events:514:28)

#10 24.26 gyp ERR! stack at ChildProcess._handle.onexit (node:internal/child_process:291:12)

#10 24.26 gyp ERR! System Linux 5.10.0-25-cloud-amd64

#10 24.26 gyp ERR! command "/nix/store/fg86njc0q2djbyfaqvnaq7x0khpc6sf4-nodejs-18.17.1/bin/node" "/nix/store/fg86njc0q2djbyfaqvnaq7x0khpc6sf4-nodejs-18.17.1/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"

#10 24.26 gyp ERR! cwd /app/node_modules/deasync

#10 24.26 gyp ERR! node -v v18.17.1

#10 24.26 gyp ERR! node-gyp -v v9.3.1

#10 24.26 gyp ERR! not ok

#10 24.26 Build failed

#10 24.26 info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this
#10 24.26 gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]

#10 24.26 make: Entering directory '/app/node_modules/deasync/build'

#10 24.26 CXX(target) Release/obj.target/deasync/src/deasync.o

#10 24.26 make: g++: No such file or directory

#10 24.26 make: *** [deasync.target.mk:107: Release/obj.target/deasync/src/deasync.o] Error 127

#10 24.26 make: Leaving directory '/app/node_modules/deasync/build'

#10 24.26 gyp ERR! build error

#10 24.26 gyp ERR! stack Error: `make` failed with exit code: 2

#10 24.26 gyp ERR! stack at ChildProcess.onExit (/nix/store/fg86njc0q2djbyfaqvnaq7x0khpc6sf4-nodejs-18.17.1/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:203:23)

#10 24.26 gyp ERR! stack at ChildProcess.emit (node:events:514:28)

#10 24.26 gyp ERR! stack at ChildProcess._handle.onexit (node:internal/child_process:291:12)

#10 24.26 gyp ERR! System Linux 5.10.0-25-cloud-amd64

#10 24.26 gyp ERR! command "/nix/store/fg86njc0q2djbyfaqvnaq7x0khpc6sf4-nodejs-18.17.1/bin/node" "/nix/store/fg86njc0q2djbyfaqvnaq7x0khpc6sf4-nodejs-18.17.1/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"

#10 24.26 gyp ERR! cwd /app/node_modules/deasync

#10 24.26 gyp ERR! node -v v18.17.1

#10 24.26 gyp ERR! node-gyp -v v9.3.1

#10 24.26 gyp ERR! not ok

#10 24.26 Build failed

#10 24.26 info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this
25 replies
RRailway
Created by lukasgjetting on 9/25/2023 in #✋|help
Python not available after recent update(?)
Awesome thanks - will report back with result
25 replies
RRailway
Created by lukasgjetting on 9/25/2023 in #✋|help
Python not available after recent update(?)
Thanks! Sorry if this is a dumb question, but should I include the '...' part? Currently have no nixpacks.toml file
25 replies
RRailway
Created by lukasgjetting on 9/25/2023 in #✋|help
Python not available after recent update(?)
Oh, that's odd then
25 replies
RRailway
Created by lukasgjetting on 9/25/2023 in #✋|help
Python not available after recent update(?)
Just tried to redeploy that latest succeeding deployment - which also failed. So doesn't seem like it's a new dependency on my side
25 replies
RRailway
Created by lukasgjetting on 7/15/2023 in #✋|help
Unable to connect to a custom MySQL deployment (Dockerfile + volume)
Ok - thank you for the answer
13 replies
RRailway
Created by lukasgjetting on 7/15/2023 in #✋|help
Unable to connect to a custom MySQL deployment (Dockerfile + volume)
Additionally, the Railway env variable PORT is set to 3306
13 replies
RRailway
Created by lukasgjetting on 7/15/2023 in #✋|help
Unable to connect to a custom MySQL deployment (Dockerfile + volume)
82bf36ca-fd00-4567-9aa9-5f90227d2f00
13 replies
RRailway
Created by lukasgjetting on 7/9/2023 in #✋|help
Changing MySQL system variables (innodb_ft_min_token_size)
Ah ok, perfect - thanks Brody!
10 replies