Closed DesiSpymaster closed 1 month ago
Could you format the output correctly with triple backticks?
Could you format the output correctly with triple backticks?
You should be able to edit comments since you're a maintainer.
You should be able to edit comments since you're a maintainer.
I have tried that but the output is in one line. I am not eager to indent that.
Could you format the output correctly with triple backticks?
Triple ticks are a single line!
EDIT: Yeah you beat me to it.
How can I make it readable?
Appreciate the attention.
Looks like your newlines got eaten.
Could you format the output correctly with triple backticks?
See if this helps.
EDIT: Updated with full log. From start to finish.
ld.lld: error: undefined reference due to --no-allow-shlib-undefined: __android_log_print
Seems like it needs -llog
in LDFLAGS (or a patch so that it does not try to use android's logging facilities)
ld.lld: error: undefined reference due to --no-allow-shlib-undefined: __android_log_print
Seems like it needs
-llog
in LDFLAGS (or a patch so that it does not try to use android's logging facilities)
Noob here Mr. Grimler. How would that command look like?
There is a pymupdf package request. I think that can be added in repository.
ld.lld: error: undefined reference due to --no-allow-shlib-undefined: __android_log_print
Seems like it needs
-llog
in LDFLAGS (or a patch so that it does not try to use android's logging facilities)Noob here Mr. Grimler. How would that command look like?
Generally just export LDFLAGS=" -llog"
before pip install pymupdf
ld.lld: error: undefined reference due to --no-allow-shlib-undefined: __android_log_print
Seems like it needs
-llog
in LDFLAGS (or a patch so that it does not try to use android's logging facilities)Noob here Mr. Grimler. How would that command look like?
Generally just
export LDFLAGS=" -llog"
beforepip install pymupdf
Ah, that one. I already did that. Was asking whether the patching stuff I'd have to do myself, too? And whether that's the reason for the main problem or just for helping with logs? Have no idea about how to patch things up. (BTW, I did update the original post with full error logs. Apparently termux couldn't accommodate so much of it on the console itself.
Hopefully these will help you better identify the source of these 7 errors and 3 and 20 warnings.)
Very grateful for all of you people's assistance.🙏
Closing since Grimler's answer contain a solution.
Problem description
Trying to install package pymupdf with
pip install pymupdf
results in error:install_log error PyMuPDF.txt
EDIT: uploading the copied error from
pip install -v pymupdf
in txt file because of improper formatting issues. [sorry]EDIT2: updated with full log in txt file. From start to finish.
What steps will reproduce the bug?
pip install pymupdf
What is the expected behavior?
Pymupdf should be installed without errors.
System information