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

Could not install gcloud-node with iojs v2.0.1 & npm v2.9.1 #626

Closed
dmtrs opened this issue May 24, 2015 · 2 comments
Closed

Could not install gcloud-node with iojs v2.0.1 & npm v2.9.1 #626

dmtrs opened this issue May 24, 2015 · 2 comments
Assignees
Labels
type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@dmtrs
Copy link

dmtrs commented May 24, 2015

Got error by running: npm install --save gcloud-node

I also opened an issue to Voxer/sse4_crc32#30

➜  gcloud-test git:(gcloud) ✗ npm install --save gcloud
npm WARN package.json gcloud-test@0.0.1 No repository field.
npm WARN package.json gcloud-test@0.0.1 No README data
npm WARN package.json node-config@0.0.2 No repository field.
npm WARN package.json node-config@0.0.2 Invalid filename in 'files' list:

> sse4_crc32@3.1.2 install /home/user/code/gcloud-test/node_modules/gcloud/node_modules/sse4_crc32
> > node-gyp rebuild
> >
> > gyp WARN install got an error, rolling back install
> > gyp ERR! configure error
> > gyp ERR! stack Error: 404 status code downloading tarball
> > gyp ERR! stack     at Request.<anonymous> (/home/user/.nvm/versions/io.js/v2.0.1/lib/node_modules/npm/node_modules/node-gyp/lib/install.js:246:14)
> > gyp ERR! stack     at emitOne (events.js:82:20)
> > gyp ERR! stack     at Request.emit (events.js:166:7)
> > gyp ERR! stack     at Request.onRequestResponse (/home/user/.nvm/versions/io.js/v2.0.1/lib/node_modules/npm/node_modules/request/request.js:1156:10)
> > gyp ERR! stack     at emitOne (events.js:77:13)
> > gyp ERR! stack     at ClientRequest.emit (events.js:166:7)
> > gyp ERR! stack     at HTTPParser.parserOnIncomingClient (_http_client.js:414:21)
> > gyp ERR! stack     at HTTPParser.parserOnHeadersComplete (_http_common.js:88:23)
> > gyp ERR! stack     at Socket.socketOnData (_http_client.js:304:20)
> > gyp ERR! stack     at emitOne (events.js:77:13)
> > gyp ERR! System Darwin 14.0.0
> > gyp ERR! command "/home/user/.nvm/versions/io.js/v2.0.1/bin/iojs" "/home/user/.nvm/versions/io.js/v2.0.1/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
> > gyp ERR! cwd /home/user/code/gcloud-test/node_modules/gcloud/node_modules/sse4_crc32
> > gyp ERR! node -v v2.0.1
> > gyp ERR! node-gyp -v v1.0.3
> > gyp ERR! not ok
> > npm ERR! Darwin 14.0.0
> > npm ERR! argv "/home/user/.nvm/versions/io.js/v2.0.1/bin/iojs" "/home/user/.nvm/versions/io.js/v2.0.1/bin/npm" "install" "--save" "gcloud"
> > npm ERR! node v2.0.1
> > npm ERR! npm  v2.9.1
> > npm ERR! code ELIFECYCLE
> >
> > npm ERR! sse4_crc32@3.1.2 install: `node-gyp rebuild`
> > npm ERR! Exit status 1
> > npm ERR!
> > npm ERR! Failed at the sse4_crc32@3.1.2 install script 'node-gyp rebuild'.
> > npm ERR! This is most likely a problem with the sse4_crc32 package,
> > npm ERR! not with npm itself.
> > npm ERR! Tell the author that this fails on your system:
> > npm ERR!     node-gyp rebuild
> > npm ERR! You can get their info via:
> > npm ERR!     npm owner ls sse4_crc32
> > npm ERR! There is likely additional logging output above.
> >
> > npm ERR! Please include the following file with any support request:
> > npm ERR!     /home/user/code/gcloud-test/npm-debug.log
> > ➜  gcloud-test git:(gcloud) ✗ vim npm-debug.log
> > ➜  gcloud-test git:(gcloud) ✗ rm -rf npm-debug.log
> > ➜  gcloud-test git:(gcloud) ✗ npm install --save gcloud
> > npm WARN package.json gcloud-test@0.0.1 No repository field.
> > npm WARN package.json gcloud-test@0.0.1 No README data
> > npm WARN package.json node-config@0.0.2 No repository field.
> > npm WARN package.json node-config@0.0.2 Invalid filename in 'files' list:
> >
> > > sse4_crc32@3.1.2 install /home/user/code/gcloud-test/node_modules/gcloud/node_modules/sse4_crc32
> > > > node-gyp rebuild
> > > >
> > > > gyp WARN install got an error, rolling back install
> > > > gyp ERR! configure error
> > > > gyp ERR! stack Error: 404 status code downloading tarball
> > > > gyp ERR! stack     at Request.<anonymous> (/home/user/.nvm/versions/io.js/v2.0.1/lib/node_modules/npm/node_modules/node-gyp/lib/install.js:246:14)
> > > > gyp ERR! stack     at emitOne (events.js:82:20)
> > > > gyp ERR! stack     at Request.emit (events.js:166:7)
> > > > gyp ERR! stack     at Request.onRequestResponse (/home/user/.nvm/versions/io.js/v2.0.1/lib/node_modules/npm/node_modules/request/request.js:1156:10)
> > > > gyp ERR! stack     at emitOne (events.js:77:13)
> > > > gyp ERR! stack     at ClientRequest.emit (events.js:166:7)
> > > > gyp ERR! stack     at HTTPParser.parserOnIncomingClient (_http_client.js:414:21)
> > > > gyp ERR! stack     at HTTPParser.parserOnHeadersComplete (_http_common.js:88:23)
> > > > gyp ERR! stack     at Socket.socketOnData (_http_client.js:304:20)
> > > > gyp ERR! stack     at emitOne (events.js:77:13)
> > > > gyp ERR! System Darwin 14.0.0
> > > > gyp ERR! command "/home/user/.nvm/versions/io.js/v2.0.1/bin/iojs" "/home/user/.nvm/versions/io.js/v2.0.1/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
> > > > gyp ERR! cwd /home/user/code/gcloud-test/node_modules/gcloud/node_modules/sse4_crc32
> > > > gyp ERR! node -v v2.0.1
> > > > gyp ERR! node-gyp -v v1.0.3
> > > > gyp ERR! not ok
> > > > npm ERR! Darwin 14.0.0
> > > > npm ERR! argv "/home/user/.nvm/versions/io.js/v2.0.1/bin/iojs" "/home/user/.nvm/versions/io.js/v2.0.1/bin/npm" "install" "--save" "gcloud"
> > > > npm ERR! node v2.0.1
> > > > npm ERR! npm  v2.9.1
> > > > npm ERR! code ELIFECYCLE
> > > >
> > > > npm ERR! sse4_crc32@3.1.2 install: `node-gyp rebuild`
> > > > npm ERR! Exit status 1
> > > > npm ERR!
> > > > npm ERR! Failed at the sse4_crc32@3.1.2 install script 'node-gyp rebuild'.
> > > > npm ERR! This is most likely a problem with the sse4_crc32 package,
> > > > npm ERR! not with npm itself.
> > > > npm ERR! Tell the author that this fails on your system:
> > > > npm ERR!     node-gyp rebuild
> > > > npm ERR! You can get their info via:
> > > > npm ERR!     npm owner ls sse4_crc32
> > > > npm ERR! There is likely additional logging output above.
> > > >
> > > > npm ERR! Please include the following file with any support request:
> > > > npm ERR!     /home/user/code/gcloud-test/npm-debug.log
@jgeewax jgeewax added the type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. label May 24, 2015
@ryanseys
Copy link
Contributor

Hi I tried to reproduce this on my machine and it took a long time to install (might be terrible wifi here in this tim hortons) but it did succeed so I'm curious if you can continue to reproduce this or if it was an intermittent error? Looking at the log it makes mention to a 404 error so maybe a resource was unavailable temporarily.

Can you also post what machine you are running this on here and on Voxer/sse4_crc32#30 so we can help diagnose the issue further?

Thanks!

@dmtrs
Copy link
Author

dmtrs commented May 25, 2015

Moved to iojs v.2.1.0 and system update resolved the issue

@dmtrs dmtrs closed this as completed May 25, 2015
chingor13 pushed a commit that referenced this issue Aug 22, 2022
* chore(main): release 4.0.0

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
chingor13 pushed a commit that referenced this issue Aug 22, 2022
* chore(main): release 4.0.0

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
chingor13 pushed a commit that referenced this issue Aug 22, 2022
* chore(main): release 4.0.0

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
sofisl pushed a commit that referenced this issue Sep 27, 2022
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped) | [`^14.0.0` -> `^16.0.0`](https://renovatebot.com/diffs/npm/@types%2fnode/14.17.32/16.11.6) | [![age](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.11.6/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.11.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.11.6/compatibility-slim/14.17.32)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.11.6/confidence-slim/14.17.32)](https://docs.renovatebot.com/merge-confidence/) |

---

### Configuration

📅 **Schedule**: "after 9am and before 3pm" (UTC).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/nodejs-video-intelligence).
sofisl pushed a commit that referenced this issue Nov 9, 2022
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped) | [`^14.0.0` -> `^16.0.0`](https://renovatebot.com/diffs/npm/@types%2fnode/14.17.32/16.11.6) | [![age](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.11.6/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.11.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.11.6/compatibility-slim/14.17.32)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.11.6/confidence-slim/14.17.32)](https://docs.renovatebot.com/merge-confidence/) |

---

### Configuration

📅 **Schedule**: "after 9am and before 3pm" (UTC).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/nodejs-video-intelligence).
sofisl pushed a commit that referenced this issue Nov 10, 2022
* chore(main): release 4.0.3

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
sofisl pushed a commit that referenced this issue Nov 10, 2022
* chore(main): release 3.0.0

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
sofisl added a commit that referenced this issue Nov 11, 2022
* test: use fully qualified request type name in tests

PiperOrigin-RevId: 475685359

Source-Link: googleapis/googleapis@7a12973

Source-Link: googleapis/googleapis-gen@370c729
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMzcwYzcyOWUyYmEwNjJhMTY3NDQ5YzI3ODgyYmE1ZjM3OWM1YzM0ZCJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* feat: add support for Dataproc metric configuration

Committer: @AkshatBhargava
PiperOrigin-RevId: 475750057

Source-Link: googleapis/googleapis@30517fd

Source-Link: googleapis/googleapis-gen@a41cc2a
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTQxY2MyYWIzZGY3OGVlMGI4NGY2NzQ5OWU3NTYyZGUwMmFiMzRjMCJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
sofisl pushed a commit that referenced this issue Nov 11, 2022
🤖 I have created a release *beep* *boop*
---


## [4.1.0](googleapis/nodejs-dataproc@v4.0.1...v4.1.0) (2022-09-22)


### Features

* Add support for Dataproc metric configuration ([#626](googleapis/nodejs-dataproc#626)) ([79a4958](googleapis/nodejs-dataproc@79a4958))
* Support regapic LRO ([350626e](googleapis/nodejs-dataproc@350626e))


### Bug Fixes

* Allow passing gax instance to client constructor ([#612](googleapis/nodejs-dataproc#612)) ([caba80a](googleapis/nodejs-dataproc@caba80a))
* **deps:** Do not depend on protobufjs ([#607](googleapis/nodejs-dataproc#607)) ([4b62ef6](googleapis/nodejs-dataproc@4b62ef6))
* **deps:** Roll back dependency @google-cloud/dataproc to ^4.0.0 ([#627](googleapis/nodejs-dataproc#627)) ([e1c6d8b](googleapis/nodejs-dataproc@e1c6d8b))
* Do not import the whole google-gax from proto JS ([#1553](https://github.com/googleapis/nodejs-dataproc/issues/1553)) ([#617](googleapis/nodejs-dataproc#617)) ([2e2bea1](googleapis/nodejs-dataproc@2e2bea1))
* Preserve default values in x-goog-request-params header ([#620](googleapis/nodejs-dataproc#620)) ([484a023](googleapis/nodejs-dataproc@484a023))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
sofisl added a commit that referenced this issue Nov 11, 2022
* chore(main): release 4.0.0

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
sofisl pushed a commit that referenced this issue Jan 24, 2023
…, delete template for Node 8 tests, add config files for cloud-rad (#626)

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/91408a5a-0866-4f1e-92b1-4f0e885b0e2e/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: googleapis/synthtool@21f1470
Source-Link: googleapis/synthtool@388e10f
Source-Link: googleapis/synthtool@d82decc
sofisl pushed a commit that referenced this issue Jan 25, 2023
…, delete template for Node 8 tests, add config files for cloud-rad (#626)

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/91408a5a-0866-4f1e-92b1-4f0e885b0e2e/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: googleapis/synthtool@21f1470
Source-Link: googleapis/synthtool@388e10f
Source-Link: googleapis/synthtool@d82decc
sofisl pushed a commit that referenced this issue Sep 13, 2023
Source-Link: googleapis/synthtool@d229a12
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:74ab2b3c71ef27e6d8b69b1d0a0c9d31447777b79ac3cd4be82c265b45f37e5e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

3 participants