Anyone else having this issue? It’s bombing out at the node-pre-gyp
step. I did a local build from scratch and it worked just fine.
I emailed support, but I don’t know how quick the turnaround on this will be.
2016-08-02 16:32:07-07:00+ su meteor -c 'PATH='\''/node-v4.4.7-linux-x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' npm install'
build
2016-08-02 16:32:07-07:00+ pushd programs/server
build
2016-08-02 16:32:07-07:00/app/bundle/programs/server /app/bundle
build
2016-08-02 16:32:17-07:00> node build.js || nodejs build.js
build
2016-08-02 16:32:17-07:00> fibers@1.0.13 install /app/bundle/programs/server/node_modules/fibers
build
2016-08-02 16:32:17-07:00
build
2016-08-02 16:32:17-07:00
build
2016-08-02 16:32:17-07:00`linux-x64-v8-4.5` exists; testing
build
2016-08-02 16:32:17-07:00Binary is fine; exiting
build
2016-08-02 16:32:17-07:00
build
2016-08-02 16:32:17-07:00> meteor-dev-bundle@0.0.0 install /app/bundle/programs/server
build
2016-08-02 16:32:17-07:00> node npm-rebuild.js
build
2016-08-02 16:32:17-07:00
build
2016-08-02 16:32:19-07:00
build
2016-08-02 16:32:19-07:00
build
2016-08-02 16:32:19-07:00> bcrypt@0.8.7 install /app/bundle/programs/server/npm/node_modules/meteor/npm-bcrypt/node_modules/bcrypt
build
2016-08-02 16:32:19-07:00> node-gyp rebuild
build
2016-08-02 16:32:23-07:00make: Entering directory `/app/bundle/programs/server/npm/node_modules/meteor/npm-bcrypt/node_modules/bcrypt/build'
build
2016-08-02 16:32:23-07:00 CXX(target) Release/obj.target/bcrypt_lib/src/blowfish.o
build
2016-08-02 16:32:24-07:00 CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt.o
build
2016-08-02 16:32:24-07:00 CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt_node.o
build
2016-08-02 16:32:28-07:00 SOLINK_MODULE(target) Release/obj.target/bcrypt_lib.node
build
2016-08-02 16:32:28-07:00 COPY Release/bcrypt_lib.node
build
2016-08-02 16:32:28-07:00make: Leaving directory `/app/bundle/programs/server/npm/node_modules/meteor/npm-bcrypt/node_modules/bcrypt/build'
build
2016-08-02 16:32:28-07:00bindings@1.2.1 /app/bundle/programs/server/npm/node_modules/meteor/npm-bcrypt/node_modules/bindings
build
2016-08-02 16:32:28-07:00bcrypt@0.8.7 /app/bundle/programs/server/npm/node_modules/meteor/npm-bcrypt/node_modules/bcrypt
build
2016-08-02 16:32:28-07:00nan@2.3.5 /app/bundle/programs/server/npm/node_modules/meteor/npm-bcrypt/node_modules/nan
build
2016-08-02 16:32:47-07:00
build
2016-08-02 16:32:47-07:00> fsevents@1.0.14 install /app/bundle/programs/server/npm/node_modules/fsevents
build
2016-08-02 16:32:47-07:00> node-pre-gyp install --fallback-to-build
build
2016-08-02 16:32:47-07:00
build
2016-08-02 16:32:47-07:00sh: 1: node-pre-gyp: not found
build
2016-08-02 16:32:47-07:00
build
2016-08-02 16:32:47-07:00npm ERR! file sh
build
2016-08-02 16:32:47-07:00npm ERR! Linux 4.4.0-28-generic
build
2016-08-02 16:32:47-07:00npm ERR! argv "/node-v4.4.7-linux-x64/bin/node" "/node-v4.4.7-linux-x64/bin/npm" "rebuild" "--no-bin-links" "--update-binary"
build
2016-08-02 16:32:47-07:00npm ERR! node v4.4.7
build
2016-08-02 16:32:47-07:00npm ERR! npm v3.10.5
build
2016-08-02 16:32:47-07:00npm ERR! code ELIFECYCLE
build
2016-08-02 16:32:47-07:00npm ERR! errno ENOENT
build
2016-08-02 16:32:47-07:00npm ERR! syscall spawn
build
2016-08-02 16:32:47-07:00npm ERR! fsevents@1.0.14 install: `node-pre-gyp install --fallback-to-build`
build
2016-08-02 16:32:47-07:00npm ERR! spawn ENOENT
build
2016-08-02 16:32:47-07:00npm ERR!
build
2016-08-02 16:32:47-07:00npm ERR! Tell the author that this fails on your system:
build
2016-08-02 16:32:47-07:00npm ERR! Failed at the fsevents@1.0.14 install script 'node-pre-gyp install --fallback-to-build'.
build
2016-08-02 16:32:47-07:00npm ERR! Make sure you have the latest version of node.js and npm installed.
build
2016-08-02 16:32:47-07:00npm ERR! If you do, this is most likely a problem with the fsevents package,
build
2016-08-02 16:32:47-07:00npm ERR! not with npm itself.
build
2016-08-02 16:32:47-07:00npm ERR! node-pre-gyp install --fallback-to-build
build
2016-08-02 16:32:47-07:00npm ERR! You can get information on how to open an issue for this project with:
build
2016-08-02 16:32:47-07:00npm ERR! npm bugs fsevents
build
2016-08-02 16:32:47-07:00npm ERR! Or if that isn't available, you can get their info via:
build
2016-08-02 16:32:47-07:00npm ERR! npm owner ls fsevents
build
2016-08-02 16:32:47-07:00npm ERR! There is likely additional logging output above.
build
2016-08-02 16:32:47-07:00
build
2016-08-02 16:32:47-07:00npm ERR! Please include the following file with any support request:
build
2016-08-02 16:32:47-07:00npm ERR! /app/bundle/programs/server/npm/npm-debug.log
build
2016-08-02 16:32:47-07:00
build
2016-08-02 16:32:47-07:00npm ERR! Linux 4.4.0-28-generic
build
2016-08-02 16:32:47-07:00npm WARN meteor-dev-bundle@0.0.0 No description
build
2016-08-02 16:32:47-07:00npm WARN meteor-dev-bundle@0.0.0 No repository field.
build
2016-08-02 16:32:47-07:00npm WARN meteor-dev-bundle@0.0.0 No license field.
build
2016-08-02 16:32:47-07:00npm ERR! argv "/node-v4.4.7-linux-x64/bin/node" "/node-v4.4.7-linux-x64/bin/npm" "install"
build
2016-08-02 16:32:47-07:00npm ERR! Exit status 1
build
2016-08-02 16:32:47-07:00npm ERR! node v4.4.7
build
2016-08-02 16:32:47-07:00npm ERR! npm v3.10.5
build
2016-08-02 16:32:47-07:00npm ERR! code ELIFECYCLE
build
2016-08-02 16:32:47-07:00npm ERR! meteor-dev-bundle@0.0.0 install: `node npm-rebuild.js`
build
2016-08-02 16:32:47-07:00npm ERR!
build
2016-08-02 16:32:47-07:00npm ERR! Failed at the meteor-dev-bundle@0.0.0 install script 'node npm-rebuild.js'.
build
2016-08-02 16:32:47-07:00npm ERR! Make sure you have the latest version of node.js and npm installed.
build
2016-08-02 16:32:47-07:00npm ERR! If you do, this is most likely a problem with the meteor-dev-bundle package,
build
2016-08-02 16:32:47-07:00npm ERR! Tell the author that this fails on your system:
build
2016-08-02 16:32:47-07:00npm ERR! not with npm itself.
build
2016-08-02 16:32:47-07:00npm ERR! There is likely additional logging output above.
build
2016-08-02 16:32:47-07:00npm ERR! node npm-rebuild.js
build
2016-08-02 16:32:47-07:00npm ERR! You can get information on how to open an issue for this project with:
build
2016-08-02 16:32:47-07:00npm ERR! npm bugs meteor-dev-bundle
build
2016-08-02 16:32:47-07:00npm ERR! Or if that isn't available, you can get their info via:
build
2016-08-02 16:32:47-07:00npm ERR! npm owner ls meteor-dev-bundle
build
2016-08-02 16:32:47-07:00
build
2016-08-02 16:32:47-07:00npm ERR! Please include the following file with any support request:
build
2016-08-02 16:32:47-07:00npm ERR! /app/bundle/programs/server/npm-debug.log
build
2016-08-02 16:32:48-07:00Removing intermediate container 3417d29b8af5