Skip to content

Instantly share code, notes, and snippets.

@jostor
Last active December 4, 2018 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jostor/d0318ee399ced56b0ae168ae8a72d1a7 to your computer and use it in GitHub Desktop.
Save jostor/d0318ee399ced56b0ae168ae8a72d1a7 to your computer and use it in GitHub Desktop.
node-red error log
DEBUG: Executing python function sstate_task_prefunc
DEBUG: Python function sstate_task_prefunc finished
DEBUG: Executing python function extend_recipe_sysroot
NOTE: Direct dependencies are ['virtual:native:/workdir/poky/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs_8.12.0.bb:do_populate_sysroot', '/work$
NOTE: Installed into sysroot: []
NOTE: Skipping as already exists in sysroot: ['nodejs-native', 'binutils-cross-arm', 'glibc', 'systemd-systemctl-native', 'gcc-runtime', 'unzip-native', 'ps$
DEBUG: Python function extend_recipe_sysroot finished
DEBUG: Executing python function do_populate_sysroot
DEBUG: Executing shell function sysroot_stage_all
0 blocks
0 blocks
0 blocks
DEBUG: Shell function sysroot_stage_all finished
DEBUG: Executing python function sysroot_strip
DEBUG: runstrip: ['arm-poky-linux-gnueabi-strip', '--remove-section=.comment', '--remove-section=.note', '/workdir/poky/build/tmp/work/cortexa7t2hf-neon-vfp$
ERROR: Traceback (most recent call last):
File "/workdir/poky/meta/lib/oe/utils.py", line 272, in run
ret = self._target(*self._args, **self._kwargs)
File "/workdir/poky/meta/lib/oe/package.py", line 44, in runstrip
output = subprocess.check_output(stripcmd, stderr=subprocess.STDOUT)
File "/usr/lib/python3.5/subprocess.py", line 626, in check_output
**kwargs).stdout
File "/usr/lib/python3.5/subprocess.py", line 708, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['arm-poky-linux-gnueabi-strip', '--remove-section=.comment', '--remove-section=.note', '/workdir/poky/build/tmp/wor$
ERROR: Fatal errors occurred in subprocesses, tracebacks printed above
DEBUG: Python function sysroot_strip finished
DEBUG: Python function do_populate_sysroot finished
ERROR: Function failed: sysroot_strip
ERROR: node-red-0.19.5-r0 do_populate_sysroot: Traceback (most recent call last):
File "/workdir/poky/meta/lib/oe/utils.py", line 272, in run
ret = self._target(*self._args, **self._kwargs)
File "/workdir/poky/meta/lib/oe/package.py", line 44, in runstrip
output = subprocess.check_output(stripcmd, stderr=subprocess.STDOUT)
File "/usr/lib/python3.5/subprocess.py", line 626, in check_output
**kwargs).stdout
File "/usr/lib/python3.5/subprocess.py", line 708, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['arm-poky-linux-gnueabi-strip', '--remove-section=.comment', '--remove-section=.note', '/workdir/poky/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/node-red/0.19.5-r0/sysroot-destdir/usr/lib/node_modules/node-red/node_modules/bcrypt/lib/binding/bcrypt_lib.node']' returned non-zero exit status 1
ERROR: node-red-0.19.5-r0 do_populate_sysroot: Fatal errors occurred in subprocesses, tracebacks printed above
ERROR: node-red-0.19.5-r0 do_populate_sysroot: Function failed: sysroot_strip
ERROR: Logfile of failure stored in: /workdir/poky/build/tmp/work/cortexa7t2hf-neon-vfpv4-poky-linux-gnueabi/node-red/0.19.5-r0/temp/log.do_populate_sysroot.6502
ERROR: Task (/workdir/poky/meta-raspberrypi/recipes-node-red/node-red/node-red_0.19.5.bb:do_populate_sysroot) failed with exit code '1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment