Advertisement
Guest User

Untitled

a guest
Nov 25th, 2015
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.26 KB | None | 0 0
  1. (venv)andre@andre-laptop:~/python-for-android-old_toolchain$ ./distribute.sh -m "sigtoolsmodule"
  2. Check build dependencies for Ubuntu
  3. Check environment
  4. SDK located at /home/andre/.buildozer/android/platform/android-sdk-20
  5. NDK located at /home/andre/.buildozer/android/platform/android-ndk-r9c
  6. NDK version is r9c
  7. API level set to 19
  8. Check NDK location
  9. Check mandatory tools
  10. Distribution will be located at /home/andre/python-for-android-old_toolchain/dist/default
  11. The distribution /home/andre/python-for-android-old_toolchain/dist/default already exist
  12. Press a key to remove it, or Control + C to abort.
  13.  
  14. Entering in ARM environment
  15. Compiler found at /home/andre/.buildozer/android/platform/android-ndk-r9c/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin//arm-linux-androideabi-gcc
  16. PATH is /home/andre/.buildozer/android/platform/android-ndk-r9c/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin/:/home/andre/.buildozer/android/platform/android-ndk-r9c/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/:/home/andre/.buildozer/android/platform/android-ndk-r9c:/home/andre/.buildozer/android/platform/android-sdk-20/tools:/home/andre/python-for-android-old_toolchain/venv/bin:/home/andre/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
  17. Leaving ARM environment
  18. Read sigtoolsmodule recipe
  19. Module sigtoolsmodule depend on python
  20. Read python recipe
  21. Module python depend on hostpython
  22. Read hostpython recipe
  23. Modules changed to hostpython python sigtoolsmodule
  24. Pure-Python modules changed to
  25. Run get packages
  26. Download package for hostpython
  27. Module hostpython already downloaded
  28. Download package for python
  29. Module python already downloaded
  30. Download package for sigtoolsmodule
  31. No package for sigtoolsmodule
  32. Run prebuild
  33. Call prebuild_hostpython
  34. Call prebuild_python
  35. Call prebuild_sigtoolsmodule
  36. Run build
  37. Skipped build_hostpython
  38. Skipped build_python
  39. Call build_sigtoolsmodule
  40. Entering in ARM environment
  41. Compiler found at /home/andre/.buildozer/android/platform/android-ndk-r9c/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin//arm-linux-androideabi-gcc
  42. USE_CYTHON = False
  43. running build_ext
  44. building 'sigtoolsmodule' extension
  45. creating build
  46. creating build/temp.linux-x86_64-2.7
  47. ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer --sysroot /home/andre/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -DANDROID -mandroid -fomit-frame-pointer --sysroot /home/andre/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -fPIC -I/home/andre/python-for-android-old_toolchain/build/python-install/include/python2.7 -c sigtoolsmodule.c -o build/temp.linux-x86_64-2.7/sigtoolsmodule.o
  48. In file included from numpy/ndarraytypes.h:1777:0,
  49. from numpy/ndarrayobject.h:18,
  50. from numpy/noprefix.h:9,
  51. from sigtoolsmodule.c:10:
  52. numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
  53. #warning "Using deprecated NumPy API, disable it by " \
  54. ^
  55. sigtoolsmodule.c: In function 'fill_buffer':
  56. sigtoolsmodule.c:782:7: warning: assignment makes pointer from integer without a cast [enabled by default]
  57. ptr = PyArray_Zero(ap2);
  58. ^
  59. sigtoolsmodule.c: In function 'PyArray_OrderFilterND':
  60. sigtoolsmodule.c:878:7: warning: assignment makes pointer from integer without a cast [enabled by default]
  61. zptr = PyArray_Zero(ap2);
  62. ^
  63. sigtoolsmodule.c:891:39: error: 'PyArray_Type' undeclared (first use in this function)
  64. ret = (PyArrayObject *)PyArray_SimpleNew(PyArray_NDIM(ap1),
  65. ^
  66. sigtoolsmodule.c:891:39: note: each undeclared identifier is reported only once for each function it appears in
  67. sigtoolsmodule.c:948:7: warning: assignment makes pointer from integer without a cast [enabled by default]
  68. zptr = PyArray_Zero(ap1);
  69. ^
  70. sigtoolsmodule.c:1001:2: warning: return makes pointer from integer without a cast [enabled by default]
  71. return PyArray_Return(ret);
  72. ^
  73. sigtoolsmodule.c: In function 'sigtools_convolve2d':
  74. sigtoolsmodule.c:1049:47: error: 'PyArray_Type' undeclared (first use in this function)
  75. newfill = (PyArrayObject *)PyArray_SimpleNewFromData(0, dims, typenum,
  76. ^
  77. sigtoolsmodule.c: In function 'sigtools_remez':
  78. sigtoolsmodule.c:1235:37: error: 'PyArray_Type' undeclared (first use in this function)
  79. h = (PyArrayObject *)PyArray_SimpleNew(1, &ret_dimens, NPY_DOUBLE);
  80. ^
  81. sigtoolsmodule.c:1259:2: warning: return makes pointer from integer without a cast [enabled by default]
  82. return PyArray_Return(h);
  83. ^
  84. sigtoolsmodule.c: In function 'sigtools_median2d':
  85. sigtoolsmodule.c:1298:44: error: 'PyArray_Type' undeclared (first use in this function)
  86. a_out = (PyArrayObject *)PyArray_SimpleNew(2, PyArray_DIMS(a_image), typenum);
  87. ^
  88. sigtoolsmodule.c:1329:5: warning: return makes pointer from integer without a cast [enabled by default]
  89. return PyArray_Return(a_out);
  90. ^
  91. error: command 'ccache' failed with exit status 1
  92. (venv)andre@andre-laptop:~/python-for-android-old_toolchain$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement