Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

dist: windows x64 build of 0.11.14 has nightly tag #8460

Closed
refack opened this issue Sep 27, 2014 · 14 comments
Closed

dist: windows x64 build of 0.11.14 has nightly tag #8460

refack opened this issue Sep 27, 2014 · 14 comments

Comments

@refack
Copy link
Contributor

refack commented Sep 27, 2014

c:\node>wget http://nodejs.org/dist/v0.11.14/x64/node.exe -O node.exe
--2014-09-27 12:40:18--  http://nodejs.org/dist/v0.11.14/x64/node.exe
Resolving nodejs.org... 165.225.133.150
Connecting to nodejs.org|165.225.133.150|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 8356576 (8.0M) [application/octet-stream]
Saving to: `node.exe'

100%[======>] 8,356,576   1.77M/s   in 7.7s

2014-09-27 12:40:26 (1.03 MB/s) - `node.exe' saved [8356576/8356576]


c:\node>node --version
v0.11.14-nightly-20140819-pre

Breaks semver semantics

npm ERR! Windows_NT 6.2.9200
npm ERR! argv "c:\\node\\\\node.exe" "c:\\node\\node_modules\\npm\\bin\\npm-cli.js" "i" "ionic@1.2.6-beta2"
npm ERR! node v0.11.14-nightly-20140819-pre
npm ERR! npm  v2.0.2
npm ERR! code ENOTSUP

npm ERR! notsup Unsupported
npm ERR! notsup Not compatible with your version of node/npm: vinyl-fs@0.3.7
npm ERR! notsup Required: {"node":">= 0.10"}
npm ERR! notsup Actual:   {"npm":"2.0.2","node":"0.11.14-nightly-20140819-pre"}
@refack
Copy link
Contributor Author

refack commented Sep 29, 2014

@tjfontaine @indutny who is in charge of putting the files in /dist/?

@indutny
Copy link
Member

indutny commented Sep 29, 2014

@tjfontaine

@refack
Copy link
Contributor Author

refack commented Sep 29, 2014

@refack
Copy link
Contributor Author

refack commented Sep 30, 2014

I just found out that the version in /dist/ also was build with an older uv:

c:\node\versions\node01114.exe -e console.log(process.versions)
{ http_parser: '2.3',
  node: '0.11.14-nightly-20140819-pre',
  v8: '3.26.33',
  uv: '0.11.28',
  zlib: '1.2.3',
  modules: '14',
  openssl: '1.0.1i' }

@tjfontaine
Copy link

I can recut another 0.11.14 this was a mistake of the order of putting things into the dist directory, the next version will be fine by default. Is it desired to do another cut of 0.11.14 for windows?

@refack
Copy link
Contributor Author

refack commented Oct 1, 2014

I think it's best since /dist/ is there for posterity...

@sgutkin
Copy link

sgutkin commented Oct 31, 2014

This issue was causing me some grief. I was getting lots of warnings from NPM. The only outright failure was that I could not run "npm install slush --save" It took me a while to track down the problem but when I replaced node.exe with the version that was listed above. It worked fine.

@migounette
Copy link

#8527 #8591 can be closed (Duplicates) @tjfontaine

@misterdjules
Copy link

The plan is to release 0.11.15 very soon, with a x64 Windows binary built correctly this time. That version will supersede 0.11.14. So closing, but feel free to let us know if you need a correct 0.11.14 x64 Windows binary even after 0.11.15 is released.

@misterdjules
Copy link

Reopening as I don't know when we'll be able to release 0.11.15. @tjfontaine I don't think I can do the release myself as I wouldn't be able to sign the checksums, do you have some time to re-upload a release of 0.11.14, at least for Windows x64?

@kvrana1
Copy link

kvrana1 commented Jan 9, 2015

Reopening as I don't know when we'll be able to release 0.11.15

Why? A month ago it was supposed to be 'tomorrow'?

Is there anything I can do to help speed things up?

@JiangJie
Copy link

JiangJie commented Jan 9, 2015

@misterdjules Thanks anyway.
I think you should keep information more public and make a clear release schedule.

@misterdjules
Copy link

@kvrana1 At the time we thought 0.11.15 would be ready the next day, but that ended being a poor estimation. Working as a small distributed team around christmas/new-year while stable versions are broken is a difficult challenge.

As far as I know, the only blocker to release 0.11.15 is the merge of the v0.10 branch into v0.12 (see #8886). It's a difficult merge. My plan is to continue working on it today, but I don't know yet when we'll be able to finish it.

@tjfontaine
Copy link

http://nodejs.org/dist/v0.11.14/ now has the updated binaries, and a new set of signed SHASUMS that have been postfixed with '-win' to indicate that they cover the new binaries.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

9 participants