FS#60578 - [apm] startup failure with nodejs 11.0.0-1

Attached to Project: Community Packages
Opened by Evangelos Foutras (foutrelis) - Wednesday, 24 October 2018, 15:33 GMT
Last edited by Felix Yan (felixonmars) - Wednesday, 24 October 2018, 18:26 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To Felix Yan (felixonmars)
Nicola Squartini (tensor5)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

apm (2.1.3-1) does not work after upgrading to nodejs 11.0.0-1:

$ apm
internal/modules/cjs/loader.js:736
return process.dlopen(module, path.toNamespacedPath(filename));
^

Error: /usr/lib/node_modules/atom-package-manager/node_modules/git-utils/build/Release/git.node: undefined symbol: _ZN2v811HandleScope12CreateHandleEPNS_8internal10HeapObjectEPNS1_6ObjectE
at Object.Module._extensions..node (internal/modules/cjs/loader.js:736:18)
at Module.load (internal/modules/cjs/loader.js:605:32)
at tryModuleLoad (internal/modules/cjs/loader.js:544:12)
at Function.Module._load (internal/modules/cjs/loader.js:536:3)
at Module.require (internal/modules/cjs/loader.js:643:17)
at require (internal/modules/cjs/helpers.js:22:18)
at Object.<anonymous> (/usr/lib/node_modules/atom-package-manager/node_modules/git-utils/lib/git.js:8:16)
at Object.<anonymous> (/usr/lib/node_modules/atom-package-manager/node_modules/git-utils/lib/git.js:371:4)
at Module._compile (internal/modules/cjs/loader.js:707:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:718:10)
This task depends upon

Closed by  Felix Yan (felixonmars)
Wednesday, 24 October 2018, 18:26 GMT
Reason for closing:  Fixed
Additional comments about closing:  2.1.3-2
Comment by Felix Yan (felixonmars) - Wednesday, 24 October 2018, 18:24 GMT
My bad. I did have apm in nodejs/trunk/rebuild.list, but I forgot to take a look at the list.

Loading...