Buildozer fails, I think I need the prerequisite 32 bit libraries, but Fedora uses yum, not apt-get

StackOverflow https://stackoverflow.com/questions/22358235

문제

I'm trying to compile a fairly simple kivy application into an android app. The kivy application is written in python2.7. It compiles the application, but then fails. Here's the log: http://pastebin.com/Q60ErXxf

From what I've seen, I'm missing some 32-bit libraries that kivy and buildozer require. Here's the page with the apt-get instructions: http://python-for-android.readthedocs.org/en/latest/prerequisites/

However, Fedora uses yum, and I've tried yum install for these packages, but to no avail. What are the packages that Fedora needs for this to work?

However, I'm not totally sure this is what the problem is, so if you understand something in the log, please enlighten me. Thanks in advance for the help.

도움이 되었습니까?

해결책

If you are missing some 32bit libraries, you could try the advice on this question to find the ones you need. https://ask.fedoraproject.org/en/question/9556/how-do-i-install-32bit-libraries-on-a-64-bit-fedora/

Odds are that you only need the i386 version of libc6-dev-i386 lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6 zlib1g-dev

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top