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 2018/04/28 17:36:11 UTC

[GitHub] sl1pkn07 commented on issue #10737: Cmake is running again when execute make install

sl1pkn07 commented on issue #10737: Cmake is running again when execute make install
URL: https://github.com/apache/incubator-mxnet/issues/10737#issuecomment-385192990
 
 
   little snip
   
   ```
   make[2]: se entra en el directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se entra en el directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   [ 97%] Building CXX object cpp-package/example/CMakeFiles/lenet.dir/lenet.cpp.o
   [ 97%] Building CXX object cpp-package/example/CMakeFiles/googlenet.dir/googlenet.cpp.o
   [ 97%] Building CXX object cpp-package/example/CMakeFiles/lenet_with_mxdataiter.dir/lenet_with_mxdataiter.cpp.o
   [ 97%] Building CXX object cpp-package/example/CMakeFiles/mlp_cpu.dir/mlp_cpu.cpp.o
   make[2]: se entra en el directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   [ 97%] Building CXX object cpp-package/example/CMakeFiles/resnet.dir/resnet.cpp.o
   [ 97%] Building CXX object cpp-package/example/CMakeFiles/charRNN.dir/charRNN.cpp.o
   [ 97%] Building CXX object cpp-package/example/CMakeFiles/mlp.dir/mlp.cpp.o
   [ 97%] Building CXX object cpp-package/example/CMakeFiles/inception_bn.dir/inception_bn.cpp.o
   [ 98%] Building CXX object cpp-package/example/CMakeFiles/mlp_gpu.dir/mlp_gpu.cpp.o
   [ 98%] Building CXX object cpp-package/example/CMakeFiles/alexnet.dir/alexnet.cpp.o
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   [ 98%] Built target im2rec
   [ 98%] Linking CXX executable mlp
   [ 98%] Linking CXX executable lenet
   [ 98%] Linking CXX executable lenet_with_mxdataiter
   [ 98%] Linking CXX executable mlp_cpu
   [ 99%] Linking CXX executable resnet
   [ 99%] Linking CXX executable mlp_gpu
   [100%] Linking CXX executable googlenet
   [100%] Linking CXX executable alexnet
   [100%] Linking CXX executable inception_bn
   [100%] Linking CXX executable charRNN
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   [100%] Built target mxnet_unit_tests
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   [100%] Built target mlp
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   [100%] Built target lenet
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   [100%] Built target resnet
   [100%] Built target mlp_cpu
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   [100%] Built target lenet_with_mxdataiter
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   [100%] Built target googlenet
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   [100%] Built target alexnet
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   [100%] Built target mlp_gpu
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   [100%] Built target inception_bn
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   [100%] Built target charRNN
   make[1]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   ==> Entrando en entorno fakeroot...
   ==> Iniciando package()...
   make: se entra en el directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   -- Detecting Intel(R) MKL: trying mklml_intel
   -- Detecting Intel(R) MKL: trying mklml
   -- Detecting Intel(R) MKL: trying mkl_rt
   CMake Warning at 3rdparty/mkldnn/cmake/MKL.cmake:178 (message):
     Intel(R) MKL not found.  Some performance features may not be available.
     Please run scripts/prepare_mkl.sh to download a minimal set of libraries or
     get a full version from https://software.intel.com/en-us/intel-mkl
   Call Stack (most recent call first):
     3rdparty/mkldnn/cmake/OpenMP.cmake:25 (include)
     3rdparty/mkldnn/CMakeLists.txt:57 (include)
   
   
   -- Found OpenMP_C: -fopenmp  
   -- Found OpenMP_CXX: -fopenmp  
   -- VTune profiling environment is unset
   -- Could NOT find MKL (missing: MKL_INCLUDE_DIR MKLML_GNU_LIBRARY) 
   --  MKL not found
   -- Found NCCL (include: /opt/cuda/include, library: /opt/cuda/lib64/libnccl.so)
   -- Could NOT find MKL (missing: MKL_INCLUDE_DIR MKLML_GNU_LIBRARY) 
   -- Found OpenBLAS libraries: /usr/lib/libopenblas.so
   -- Found OpenBLAS include: /usr/include
   -- CUDA detected: 9.1
   -- Found cuDNN (include: /opt/cuda/include, library: /opt/cuda/lib64/libcudnn.so)
   -- Running GPU architecture autodetection
   -- Found CUDA arch 6.1
   -- Added CUDA NVCC flags for: sm_61
   --  OpenCV_LIBS=opencv_core;opencv_highgui;opencv_imgproc;opencv_imgcodecs
   -- OpenCV found (/usr/share/opencv)
   -- Found cuDNN (include: /opt/cuda/include, library: /opt/cuda/lib64/libcudnn.so)
   -- Found OpenMP_C: -fopenmp  
   -- Found OpenMP_CXX: -fopenmp  
   -- Configuring done
   -- Generating done
   -- Build files have been written to: /tmp/makepkg/sl1-mxnet-git/src/build
   make[1]: se entra en el directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se entra en el directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se entra en el directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   [  3%] Built target dmlc
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se entra en el directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   [ 23%] Built target mkldnn
   [ 27%] Built target dmlc_unit_tests
   make[2]: se entra en el directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se entra en el directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   [ 27%] Linking CXX static library libmxnet.a
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   [ 92%] Built target mxnet_static
   make[2]: se entra en el directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se entra en el directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   Scanning dependencies of target mxnet
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se entra en el directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se entra en el directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   [ 92%] Building C object CMakeFiles/mxnet.dir/dummy.c.o
   [ 92%] Linking CXX executable im2rec
   [ 92%] Linking CXX shared library libmxnet.so
   make[2]: se entra en el directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se entra en el directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   [ 92%] Linking CXX executable mxnet_unit_tests
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   [ 92%] Built target im2rec
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   [ 92%] Built target mxnet
   make[2]: se entra en el directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se entra en el directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   Running: OpWrapperGenerator.py
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   [ 96%] Built target mxnet_unit_tests
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   [ 96%] Built target cpp_package_op_h
   make[2]: se entra en el directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se entra en el directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se entra en el directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se entra en el directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se entra en el directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se entra en el directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se entra en el directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se entra en el directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se entra en el directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se entra en el directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se entra en el directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se entra en el directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se entra en el directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se entra en el directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se entra en el directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se entra en el directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se entra en el directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se entra en el directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se entra en el directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se entra en el directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   [ 96%] Linking CXX executable lenet
   [ 96%] Linking CXX executable inception_bn
   [ 96%] Linking CXX executable mlp_gpu
   [ 96%] Linking CXX executable charRNN
   [ 96%] Linking CXX executable mlp
   [ 96%] Linking CXX executable mlp_cpu
   [ 97%] Linking CXX executable resnet
   [ 97%] Linking CXX executable alexnet
   [ 97%] Linking CXX executable lenet_with_mxdataiter
   [ 98%] Linking CXX executable googlenet
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   [ 98%] Built target charRNN
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   [ 98%] Built target alexnet
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   [ 98%] Built target googlenet
   [ 98%] Built target mlp
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   [ 98%] Built target lenet_with_mxdataiter
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   [ 98%] Built target mlp_cpu
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   [ 98%] Built target resnet
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   [ 99%] Built target mlp_gpu
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   [ 99%] Built target inception_bn
   make[2]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   [100%] Built target lenet
   make[1]: se sale del directorio '/tmp/makepkg/sl1-mxnet-git/src/build'
   Install the project...
   ```
   
   i'm not completly sure what options has been changed. need more test
   
   note. the project is build througth PKGBUILD makepkg script (arch default package builder). i heve lots of this packages with cmake build engine, and never i see this before

----------------------------------------------------------------
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