Bug 102399 - Build fails because UnicodeSet Utility is unavailable
Summary: Build fails because UnicodeSet Utility is unavailable
Status: RESOLVED FIXED
Alias: None
Product: fontconfig
Classification: Unclassified
Component: library (show other bugs)
Version: unspecified
Hardware: Other All
: medium major
Assignee: fontconfig-bugs
QA Contact: Behdad Esfahbod
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-25 01:21 UTC by freedesktop
Modified: 2017-08-25 02:48 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description freedesktop 2017-08-25 01:21:37 UTC
When executing fc-blanks, it tries to download a list of blanks from the UnicodeSet Utility [1], but the service is currently down, only returning a message saying "This page has been disabled, pending resolution of unusual load problems.".

The page is downloaded, but, as the content is different from expected, the build fails in line 37.

Workaround: turn off network connectivity, so the download will throw a HTTPError exception and the build will use the static data on list-unicodeset.html.

1: http://unicode.org/cldr/utility/list-unicodeset.jsp?a=[%3AGC%3DZs%3A][%3ADI%3A]&abb=on&ucd=on&esc=on&g
Comment 1 Akira TAGOH 2017-08-25 02:41:00 UTC
Hmm, we could have a workaround but that is what they have to fix... surprised they didn't return any HTTP error code on it.
Comment 2 Akira TAGOH 2017-08-25 02:48:32 UTC
Fixed in git


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.