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 2017/11/17 10:53:05 UTC

[GitHub] YeWenting opened a new issue #8694: Error when running "/rcnn/script/additional_deps.sh"

YeWenting opened a new issue #8694: Error when running "/rcnn/script/additional_deps.sh"
URL: https://github.com/apache/incubator-mxnet/issues/8694
 
 
   ## Description
   I tried to run "/example/rcnn/script/additional_deps.sh". However I get the following **error**:
   
   /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib/libcblas.so: undefined reference to `ATL_zger2u'
   /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib/libcblas.so: undefined reference to `ATL_cger2u'
   /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib/libcblas.so: undefined reference to `ATL_zger2c'
   /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib/libcblas.so: undefined reference to `ATL_cger2c'
   /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib/libcblas.so: undefined reference to `ATL_dger2'
   /usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib/libcblas.so: undefined reference to `ATL_sger2'
   collect2: error: ld returned 1 exit status
   Makefile:406: recipe for target 'bin/im2rec' failed
   make: *** [bin/im2rec] Error 1
   ~/repos/mxnet/python ~/repos/mxnet ~/repos/mxnet/example/rcnn
   
   ...
   
   Using /usr/lib/python2.7/dist-packages
   Finished processing dependencies for mxnet==0.12.1
   ~/repos/mxnet ~/repos/mxnet/example/rcnn
   ~/repos/mxnet/example/rcnn
   im making cython
   cd rcnn/cython/; python setup.py build_ext --inplace; rm -rf build; cd ../../
   running build_ext
   skipping 'bbox.c' Cython extension (up-to-date)
   skipping 'cpu_nms.c' Cython extension (up-to-date)
   skipping 'gpu_nms.cpp' Cython extension (up-to-date)
   cd rcnn/pycocotools/; python setup.py build_ext --inplace; rm -rf build; cd ../../
   Compiling _mask.pyx because it changed.
   Cythonizing _mask.pyx
   
   Error compiling Cython file:
   ------------------------------------------------------------
   ...
           siz h,
           siz w,
           siz m,
           uint* cnts,
       void rlesInit( RLE **R, siz n )
       void rleEncode( RLE *R, const byte *M, siz h, siz w, siz n )
                                         ^
   ------------------------------------------------------------
   
   _mask.pyx:42:39: Expected ')', found '*'
   Traceback (most recent call last):
     File "setup.py", line 36, in <module>
       ext_modules=cythonize(ext_modules)
     File "/opt/tiger/ss_lib/python_package/lib/python2.7/site-packages/Cython/Build/Dependencies.py", line 667, in cythonize
       cythonize_one(*args[1:])
     File "/opt/tiger/ss_lib/python_package/lib/python2.7/site-packages/Cython/Build/Dependencies.py", line 731, in cythonize_one
       raise CompileError(None, pyx_file)
   Cython.Compiler.Errors.CompileError: _mask.pyx

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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