feoh
21
For what it's worth I can't get Joplin to build using Manjaro latest on my Pinebook Pro.
I change the arch= line in PKGBUILD / AUR build file but nothing like ElectronClient is there.
It seems to build most or even all the way there but then fails tests:
[feoh@voyager joplin]$ cat /home/feoh/.npm/_logs/2020-12-13T20_55_40_235Z-debug.log
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node', '/bin/npm', 'run', 'test' ]
2 info using npm@6.14.8
3 info using node@v12.20.0
4 verbose run-script [ 'pretest', 'test', 'posttest' ]
5 info lifecycle root@~pretest: root@
6 info lifecycle root@~test: root@
7 verbose lifecycle root@~test: unsafe-perm in lifecycle true
8 verbose lifecycle root@~test: PATH: /usr/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/home/feoh/joplin/src/joplin-1.4.19/node_modules/.bin:/bin:/usr/bin:/usr/local/bin:/usr/local/sbin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
9 verbose lifecycle root@~test: CWD: /home/feoh/joplin/src/joplin-1.4.19
10 silly lifecycle root@~test: Args: [ '-c', 'lerna run test --stream' ]
11 silly lifecycle root@~test: Returned: code: 1 signal: null
12 info lifecycle root@~test: Failed to exec test script
13 verbose stack Error: root@ test: `lerna run test --stream`
13 verbose stack Exit status 1
13 verbose stack at EventEmitter.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:332:16)
13 verbose stack at EventEmitter.emit (events.js:314:20)
13 verbose stack at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
13 verbose stack at ChildProcess.emit (events.js:314:20)
13 verbose stack at maybeClose (internal/child_process.js:1022:16)
13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5)
14 verbose pkgid root@
15 verbose cwd /home/feoh/joplin/src/joplin-1.4.19
16 verbose Linux 5.9.14-1-MANJARO-ARM
17 verbose argv "/usr/bin/node" "/bin/npm" "run" "test"
18 verbose node v12.20.0
19 verbose npm v6.14.8
20 error code ELIFECYCLE
21 error errno 1
22 error root@ test: `lerna run test --stream`
22 error Exit status 1
23 error Failed at the root@ test script.
23 error This is probably not a problem with npm. There is likely additional logging output above.
24 verbose exit [ 1, true ]
[feoh@voyager joplin]$
Does anyone have any suggestions as to how to proceed?
Thanks in advance!
1 Like