You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/03/30 04:05:50 UTC

[GitHub] [incubator-mxnet] JustinhoCHN commented on issue #17923: can not install mxnet on jetson nano, jetpack 4.3, mxnet 1.4

JustinhoCHN commented on issue #17923: can not install mxnet on jetson nano, jetpack 4.3, mxnet 1.4
URL: https://github.com/apache/incubator-mxnet/issues/17923#issuecomment-605770728
 
 
   2020.03.30 update:
   I followed the docker cross-compille method, but failed, error log:
   ```
   aarch64-unknown-linux-gnueabi-g++: internal compiler error: Killed (program cc1plus)
   0x55a661ee7e24 execute
   	/dockcross/crosstool/toolchain/.build/src/gcc-4.9.4/gcc/gcc.c:2854
   0x55a661ee8174 do_spec_1
   	/dockcross/crosstool/toolchain/.build/src/gcc-4.9.4/gcc/gcc.c:4658
   0x55a661eeabc3 process_brace_body
   	/dockcross/crosstool/toolchain/.build/src/gcc-4.9.4/gcc/gcc.c:5941
   0x55a661eeabc3 handle_braces
   	/dockcross/crosstool/toolchain/.build/src/gcc-4.9.4/gcc/gcc.c:5855
   0x55a661ee88c9 do_spec_1
   	/dockcross/crosstool/toolchain/.build/src/gcc-4.9.4/gcc/gcc.c:5312
   0x55a661eeabc3 process_brace_body
   	/dockcross/crosstool/toolchain/.build/src/gcc-4.9.4/gcc/gcc.c:5941
   0x55a661eeabc3 handle_braces
   	/dockcross/crosstool/toolchain/.build/src/gcc-4.9.4/gcc/gcc.c:5855
   0x55a661ee88c9 do_spec_1
   	/dockcross/crosstool/toolchain/.build/src/gcc-4.9.4/gcc/gcc.c:5312
   0x55a661ee870b do_spec_1
   	/dockcross/crosstool/toolchain/.build/src/gcc-4.9.4/gcc/gcc.c:5427
   0x55a661eeabc3 process_brace_body
   	/dockcross/crosstool/toolchain/.build/src/gcc-4.9.4/gcc/gcc.c:5941
   0x55a661eeabc3 handle_braces
   	/dockcross/crosstool/toolchain/.build/src/gcc-4.9.4/gcc/gcc.c:5855
   0x55a661ee88c9 do_spec_1
   	/dockcross/crosstool/toolchain/.build/src/gcc-4.9.4/gcc/gcc.c:5312
   0x55a661eeabc3 process_brace_body
   	/dockcross/crosstool/toolchain/.build/src/gcc-4.9.4/gcc/gcc.c:5941
   0x55a661eeabc3 handle_braces
   	/dockcross/crosstool/toolchain/.build/src/gcc-4.9.4/gcc/gcc.c:5855
   0x55a661ee88c9 do_spec_1
   	/dockcross/crosstool/toolchain/.build/src/gcc-4.9.4/gcc/gcc.c:5312
   0x55a661eeabc3 process_brace_body
   	/dockcross/crosstool/toolchain/.build/src/gcc-4.9.4/gcc/gcc.c:5941
   0x55a661eeabc3 handle_braces
   	/dockcross/crosstool/toolchain/.build/src/gcc-4.9.4/gcc/gcc.c:5855
   0x55a661ee88c9 do_spec_1
   	/dockcross/crosstool/toolchain/.build/src/gcc-4.9.4/gcc/gcc.c:5312
   0x55a661eeabc3 process_brace_body
   	/dockcross/crosstool/toolchain/.build/src/gcc-4.9.4/gcc/gcc.c:5941
   0x55a661eeabc3 handle_braces
   	/dockcross/crosstool/toolchain/.build/src/gcc-4.9.4/gcc/gcc.c:5855
   Please submit a full bug report,
   with preprocessed source if appropriate.
   Please include the complete backtrace with any bug report.
   See <http://gcc.gnu.org/bugs.html> for instructions.
   make: *** [build/src/operator/numpy/np_percentile_op.o] Error 4
   make: *** Waiting for unfinished jobs....
   Makefile:569: recipe for target 'build/src/operator/numpy/np_percentile_op.o' failed
   2020-03-30 11:15:50,474 - root - INFO - Waiting for status of container 7ee922ca33a2 for 600 s.
   2020-03-30 11:15:50,659 - root - INFO - Container exit status: {'Error': None, 'StatusCode': 2}
   2020-03-30 11:15:50,659 - root - ERROR - Container exited with an error 
   2020-03-30 11:15:50,659 - root - INFO - Executed command for reproduction:
   
   ci/build.py -p jetson
   
   2020-03-30 11:15:50,659 - root - INFO - Stopping container: 7ee922ca33a2
   2020-03-30 11:15:50,660 - root - INFO - Removing container: 7ee922ca33a2
   2020-03-30 11:15:50,723 - root - INFO - Other running containers: ['e9ad8fc19642', '6acad0d82e1c', '5132086269ff', 'a6249b881f24', 'f0ad24aeb876', '6bb047a698b7', '9e6f0d904a4b', '241f1bc44984', '19ff0cea2fa5', '868864fd7dd7']
   2020-03-30 11:15:50,723 - root - CRITICAL - Execution of ['/work/mxnet/ci/docker/runtime_functions.sh', 'build_jetson'] failed with status: 2
   
   ```
   
   platform: x86 pc, i7-9700, rtx 2080ti

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services