libzmq recipe compiling error
See original GitHub issueVersions
- Python: 3.6.5 (on virtualenv)
- OS: Ubuntu 16.04.6 LTS
- Kivy: master
- Cython: no
Description
I have a similar issue that this but with libzmq recipe on current master code:
line execution:
(venv) (master) malos-python$ p4a apk --private . --package=com.admobilize.malos --name "ADM Malos Test" --version 1.2.10 --bootstrap=sdl2 --requirements=python3,libffi,matrix-io-malos,docopt,pyzmq,matrix-io-proto --permission INTERNET
exported vars:
ANDROIDAPI=27
ANDROIDNDK=/opt/android-sdk/ndk-bundle
ANDROID_JAVA_HOME=/usr/lib/jvm/java-8-oracle/
ANDROIDSDK=/opt/android-sdk
NDKAPI=27
ndkversion
: android-ndk-r17c
error lines output:
...
CXX src/libzmq_la-trie.lo
CXX src/libzmq_la-tipc_listener.lo
CXX src/libzmq_la-v1_decoder.lo
CXX src/libzmq_la-v2_decoder.lo
CXX src/libzmq_la-v1_encoder.lo
CXX src/libzmq_la-v2_encoder.lo
CXX src/libzmq_la-xpub.lo
CXX src/libzmq_la-xsub.lo
CXX src/libzmq_la-zmq.lo
CXX src/libzmq_la-zmq_utils.lo
CXX tools/curve_keygen.o
CXX perf/local_lat.o
CXX perf/remote_lat.o
CXX perf/local_thr.o
CXX perf/remote_thr.o
CXX perf/inproc_lat.o
CXX perf/inproc_thr.o
CXXLD libzmq.la
arm-linux-androideabi-g++: error: crtbegin_so.o: No such file or directory
arm-linux-androideabi-g++: error: crtend_so.o: No such file or directory
Makefile:1795: recipe for target 'libzmq.la' failed
make[1]: *** [libzmq.la] Error 1
make[1]: Leaving directory '/home/xxx/.local/share/python-for-android/build/other_builds/libzmq/armeabi-v7a__ndk_target_27/libzmq'
Makefile:3147: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
runned over this source code: https://github.com/matrix-io/malos-python.git
Many thanks for any help
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
bitbake can't build cppzmq when it's included in an image
With IMAGE_INSTALL you define which packages are included in the image. Looking at the cppzmq recipe you can see that it only provides...
Read more >Build error in the v6-26-00-patches branch fails ... - ROOT Forum
It seems that the problem is related to the system provided “ libzmq ”. and then it uses the system provided /usr/include/zmq. hpp...
Read more >Troubleshooting — conan 1.21.3 documentation
ERROR : Missing prebuilt package¶ ... This means that the package recipe libzmq/4.2.0@memsharded/testing exists, but for some reason there is no precompiled ...
Read more >Resolved - How to install Zeromq | Plesk Forum
Hello, I am trying to install the zeromq extension on plesk onyx, but I can not do it. I have been looking for...
Read more >[yocto] nodejs project including zeromq fails to build with yocto
checking whether we are cross compiling... configure: error: in ... zmq.target.mk:93: recipe for target 'Release/obj.target/zmq/binding.o' ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes,
.encode()
resolve the issue. I updated the PR with all changes suggested from youi have the same issue, i raised an issue in buildozer, number 1333 the .encode() function already exists in latest versin of buildozer, can u take a look please