Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

freshly built old_toolchain crashes with 'cannot locate symbol "_Py_asinh"' #487

Closed
cbenhagen opened this issue Nov 11, 2015 · 7 comments
Closed

Comments

@cbenhagen
Copy link
Contributor

11-10 19:59:28.007 29073 29093 W linker  : /data/app/ch.kamerawerk.pool-2/lib/arm/libpython2.7.so: is missing DT_SONAME will use basename as a replacement: "libpython2.7.so"
11-10 19:59:28.010 29073 29093 E AndroidRuntime: FATAL EXCEPTION: Thread-11691
11-10 19:59:28.010 29073 29093 E AndroidRuntime: Process: ch.kamerawerk.pool:python, PID: 29073
11-10 19:59:28.010 29073 29093 E AndroidRuntime: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "_Py_asinh" referenced by "/data/app/ch.kamerawerk.pool-2/lib/arm/libpython2.7.so"...
11-10 19:59:28.010 29073 29093 E AndroidRuntime:    at java.lang.Runtime.loadLibrary(Runtime.java:372)
11-10 19:59:28.010 29073 29093 E AndroidRuntime:    at java.lang.System.loadLibrary(System.java:1076)
11-10 19:59:28.010 29073 29093 E AndroidRuntime:    at org.renpy.android.PythonActivity.run(PythonActivity.java:254)
11-10 19:59:28.010 29073 29093 E AndroidRuntime:    at java.lang.Thread.run(Thread.java:818)
11-10 19:59:28.014  2257  6942 W ActivityManager:   Force finishing activity ch.kamerawerk.pool/org.renpy.android.PythonActivity

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@cbenhagen
Copy link
Contributor Author

He seems to have had the same or a similar problem.
https://stackoverflow.com/questions/33216132/cannot-locate-symbol-pow-referenced-by-libpython2-7-so

I might have to add that i built the toolchain using the latest buildozer.

@snaderi
Copy link

snaderi commented Nov 24, 2015

I've encountered the same issue (exact same stack trace). I've got cython 0.20.1 and buildozer 0.30 on osx 10.10.5. Any ideas?

@sot-iris
Copy link

same issue here, working with cython 0.20 buildozer 0.30 and osx 10.10.4

@BallisticPain
Copy link

I'm having the same issue here. I used Python 2.7.11, bulldozer 0.32. I just used mostly default settings... I changed to portrait only mode. I set log level to 2. The application is crashing the moment I try to run it.

Thoughts?
Anyone else actually get around this?

@kennedyshead
Copy link

Same problem here python 3.5.2 buildozer 0.32 log_level 2 landscape

@GitLark
Copy link

GitLark commented Oct 30, 2016

Same problem here. I'm disappointed that I could not run hello world or the snake tutorial on my phone after ten hours of kivy & bulldozer. Why are these math functions missing?

Possible workarounds:

  • WORKS: Install Kivy Launcher on the phone. Figure out how to move files to the correct place.
  • MAYBE: Don't use Mac. I have not tried Ubuntu but it could work.

I installed kivy yesterday. I'm not confident that my python3 installation did not interfere. Many of the other python-related libraries were installed in what seems like a random order over the past few months, so perhaps the versions are all jumbled up.

I'm a teacher and am very discouraged about students making apps given that each student has a different laptop and a different phone. I don't have the hours to help each kid through the maze of installations. Maybe there is a better way?

Mac OS X El Capitan 10.11.6. Python 2.7.12, Kivi2 (Python 2.7.10), Bulldozer 0.32. Samsung S6. Android 6.0.1.

@inclement
Copy link
Member

Closing as this issue relates to the old toolchain which is no longer supported. Please open a new issue if you experience this problem with the current master branch.

(This issue should definitely be fixed in the current version).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants