galaxyproject / galaxy

Data intensive science for everyone.
https://galaxyproject.org
Other
1.37k stars 992 forks source link

cannot install galaxy through "sh run.sh" #18769

Open Songmg-Nwafu opened 2 weeks ago

Songmg-Nwafu commented 2 weeks ago

Describe the bug Galaxy client build failed when I commit run.sh. I do not know how to deal with it

Galaxy Version and/or server at which you observed the bug Galaxy Version: 24.1

$ webpack --mode production Segmentation fault error Command failed with exit code 139. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. Error building editor, not saving build state. Please report this issue to the Galaxy Team.

$ cpy --flat node_modules/aladin-lite-galaxy static/dist/aladin-lite-galaxy && parcel build src/script.js --dist-dir static Segmentation fault error Command failed with exit code 139. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

$ webpack --mode development Segmentation fault error Command failed with exit code 139. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. Error building hyphyvision, not saving build state. Please report this issue to the Galaxy Team.

$ webpack --mode production Segmentation fault error Command failed with exit code 139. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. Error building mvpapp, not saving build state. Please report this issue to the Galaxy Team.

$ GXY_BUILD_SOURCEMAPS=1 NODE_ENV=production webpack Browserslist: caniuse-lite is outdated. Please run: npx update-browserslist-db@latest Why you should do it regularly: https://github.com/browserslist/update-db#readme Segmentation fault error Command failed with exit code 139. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. error Command failed with exit code 139. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. ERROR: Galaxy client build failed. See ./client/README.md for more information, including how to get help.

dannon commented 1 week ago

This looks like Galaxy is using a node that is incompatible with your system -- can you provide more details as to your OS and which node is being used here?