-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Something's awry with downloading xapian-core in kiwix-build #33
Comments
x-ref #32 which has an additional trace of what appears to be the same problem. |
I don't know what happen here. What is the content of the |
I then ran kiwix-build.py as follows:
BTW https://docs.python.org/3/library/tarfile.html does not mention the ability to directly decompress I managed to decompress the file on the command line
I handcoded python interactively to see if I could isolate the problem
This fails for the particular file, but not for a small
I tried seeing what Linux thinks both files contain
Both files have the same permissions and owner
Sooooo, it seems python 3 (v3.4.3) isn't able to decompress this specific file for some reason. Any more ideas? I'll also keep looking / exploring e.g. what about providing the file in another format? and are there ways we can convince the python tarfile.open to reveal why it doesn't like this file? |
We now use xapian 1.4.5, @julianharty Do you still have problems? |
I close that ticket because of lack of feedback. |
This may just be me / my environment however I've had problems caused by what seem to be issues either downloading or extracting the xapian-core dependency as part of
kiwix-build.py
Here's the error trace when trying to build the
arm
branch. It also occurs on the same device (a Pi 3) when trying to build from themaster
branchI'll try to run the build in another linux environment to triangulate the scope of the problem.
The text was updated successfully, but these errors were encountered: