deltachat / deltachat-node

Email-based instant messaging for Node.js.
GNU General Public License v3.0
45 stars 11 forks source link

"npm run build" fails on master #451

Closed hpk42 closed 4 years ago

hpk42 commented 4 years ago

(py37) hpk@beto:~/p/delta/node (master)$ npm run build

deltachat-node@1.32.0 build /home/hpk/p/delta/node npm run build:core && npm run build:bindings

deltachat-node@1.32.0 build:core /home/hpk/p/delta/node node scripts/rebuild-core.js

Compiling deltachat_ffi v1.33.0 (/home/hpk/p/delta/core-rust2/deltachat-ffi) Compiling deltachat v1.33.0 (/home/hpk/p/delta/core-rust2) Finished release [optimized] target(s) in 5m 01s

deltachat-node@1.32.0 build:bindings /home/hpk/p/delta/node npm run build:bindings:c && npm run build:bindings:ts

deltachat-node@1.32.0 build:bindings:c /home/hpk/p/delta/node npx node-gyp rebuild && npm run bindings:c:postinstall

make: Entering directory '/home/hpk/p/delta/node/build' CC(target) Release/obj.target/deltachat/src/module.o SOLINK_MODULE(target) Release/obj.target/deltachat.node COPY Release/deltachat.node make: Leaving directory '/home/hpk/p/delta/node/build' npm ERR! missing script: bindings:c:postinstall npm ERR! npm ERR! Did you mean this? npm ERR! build:bindings:c:postinstall

npm ERR! A complete log of this run can be found in: npm ERR! /home/hpk/.npm/_logs/2020-05-15T04_11_52_462Z-debug.log npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! deltachat-node@1.32.0 build:bindings:c: npx node-gyp rebuild && npm run bindings:c:postinstall npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the deltachat-node@1.32.0 build:bindings:c script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/hpk/.npm/_logs/2020-05-15T04_11_52_473Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! deltachat-node@1.32.0 build:bindings: `npm run build:bindings:c && npm run build:bindings:ts`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the deltachat-node@1.32.0 build:bindings script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/hpk/.npm/_logs/2020-05-15T04_11_52_488Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! deltachat-node@1.32.0 build: `npm run build:core && npm run build:bindings`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the deltachat-node@1.32.0 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/hpk/.npm/_logs/2020-05-15T04_11_52_505Z-debug.log