fix for Python2 build error work around

Asked by Howard C Rosenorn

The Python2 script experiences a build error with the documentation install. The decompression causes an error as if the archive is bad. Since Python2 is discontinued, I see no reason to install the documentation so I commented it out and was able to continue the build.

Perhaps this is something you can add to the next release?

Question information

Language:
English Edit question
Status:
Solved
For:
LFScript Edit question
Assignee:
No assignee Edit question
Solved by:
Marcel van den Boer
Solved:
Last query:
Last reply:
Revision history for this message
Best Marcel van den Boer (synthehol) said :
#1

In stead of removing the lines that install the documentation, I will add checksums for the files that are currently not verified before the build starts.

I'm maintaining a repository with all source code required by LFScript, wherefrom the proper documentation archive can be downloaded. With the checksums added, LFScript will automatically download from there if it detects a bad archive.

For your information the checksum for the file you mentioned (python-2.7.8-docs-html.tar.bz2) is: 2cf9ba96b2723a5268cd14432b15fdcf

Revision history for this message
Howard C Rosenorn (hrosenorn) said :
#2

Thanks Marcel van den Boer, that solved my question.