https://issues.apache.org/ooo/show_bug.cgi?id=123673
Bug ID: 123673
Issue Type: DEFECT
Summary: download_external_dependencies.pl downloads gunzipped
copies of the archives from some servers
Product: Build Tools
Version: 4.1.0-dev
Hardware: All
OS: All
Status: CONFIRMED
Severity: normal
Priority: P3
Component: external prerequisites
Assignee: [email protected]
Reporter: [email protected]
Running ./bootstrap results in a few errors of the form:
downloading to
.../ext_sources/8127a65e8c3b08856093099b52599c86-libxml2-2.7.8.tar.gz.part
MD5 checksum does not match (0a82c3b58c9d54468a387c1aa5fc0e7c instead of
8127a65e8c3b08856093099b52599c86)
downloading to
.../ext_sources/067a04150b1d8b64f7da3019688a7547-nss-3.14.4-with-nspr-4.9.5.tar.gz.part
MD5 checksum does not match (e60dfb762d50d88b1c8b41d361a3fd43 instead of
067a04150b1d8b64f7da3019688a7547)
The errors are not due to a corrupt download, but to the fact that
download_external_dependencies.pl apparently at times decides to gunzip the
file it is downloading (or the server sends it uncompressed for some reason).
The two "non-matching" checksums above are actually the correct MD5SUM of the
.tar file (as opposed to the .tar.gz file).
Suggestions on the net say that the LWP useragent can be tweaked to enforce it
to accept gzipped content. The problematic call appears to be
my $content = LWP::Simple::get($URL);
on line 561 of download_external_dependencies.pl
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.