Skip to content
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

atom.io fail in ppc64le #4305

Closed
DeshmaneMangesh opened this issue Dec 16, 2015 · 8 comments
Closed

atom.io fail in ppc64le #4305

DeshmaneMangesh opened this issue Dec 16, 2015 · 8 comments
Labels
build Issues and PRs related to build files or the CI. invalid Issues and PRs that are invalid.

Comments

@DeshmaneMangesh
Copy link

steps performed

sudo apt-get install build-essential git libgnome-keyring-dev fakeroot
sudo update-alternatives --install /usr/bin/node node /usr/bin/nodejs 10
git clone https://github.com/atom/atom
cd atom
git fetch -p
git checkout $(git describe --tags `git rev-list --tags --max-count=1`)

output of script/build

Node: v0.10.25
npm: v2.13.3
Installing build modules...
Installing apm...
download not found: http://nodejs.org/dist/v0.10.40/node-v0.10.40-linux-ppc64.tar.gz
npm ERR! Linux 4.2.0-18-generic
npm ERR! argv "node" "/home/Atom/atom/build/node_modules/.bin/npm" "--userconfig=/home/Atom/atom/build/.npmrc" "--target=0.10.35" "install" "--loglevel" "error"
npm ERR! node v0.10.25
npm ERR! npm  v2.13.3
npm ERR! code ELIFECYCLE

npm ERR! atom-package-manager@1.4.1 install: `node ./script/download-node.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the atom-package-manager@1.4.1 install script 'node ./script/download-node.js'.
npm ERR! This is most likely a problem with the atom-package-manager package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node ./script/download-node.js
npm ERR! You can get their info via:
npm ERR!     npm owner ls atom-package-manager
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /home/Atom/atom/apm/npm-debug.log
@kenany
Copy link
Contributor

kenany commented Dec 16, 2015

@mangeshPSL This error does not appear to be coming from npm.

@DeshmaneMangesh
Copy link
Author

I think nodejs is not updated, so its trying to download http://nodejs.org/dist/v0.10.40/node-v0.10.40-linux-ppc64.tar.gz which is invalid link

@jbergstroem
Copy link
Member

@mangeshPSL this issue doesn't belong here. Perhaps at the atom repo? Additionally, we don't have binary releases for ppc just yet.

@DeshmaneMangesh
Copy link
Author

ok but so if i try to clone the atom source code it will fail on my ppc machine

@jbergstroem
Copy link
Member

@mangeshPSL thats my point. You already have an open issue about having problems building node.

@DeshmaneMangesh
Copy link
Author

ok thanks @jbergstroem but you have any idea till when atom.io will be available on ppc

@mscdex mscdex added install Issues and PRs related to the installers. build Issues and PRs related to build files or the CI. and removed install Issues and PRs related to the installers. labels Dec 16, 2015
@Fishrock123
Copy link
Contributor

you have any idea till when atom.io will be available on ppc

None. https://github.com/atom/atom wouldn't support ppc yet because we barely do. Maybe in a couple months? I don't know.

Moving to #4304 since this part isn't actually in our hands.

@jbergstroem
Copy link
Member

The ppc release point is in our hands; it's something that the build group has been working on a while. Don't expect it to be backported to older release branches though.

@ChALkeR ChALkeR added the invalid Issues and PRs that are invalid. label Dec 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues and PRs related to build files or the CI. invalid Issues and PRs that are invalid.
Projects
None yet
Development

No branches or pull requests

6 participants