Skip to content
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

[SR-6431] Build failure in Ubuntu 14.04 Linux bot in Foundation #3784

Closed
slavapestov opened this issue Nov 18, 2017 · 2 comments
Closed

[SR-6431] Build failure in Ubuntu 14.04 Linux bot in Foundation #3784

slavapestov opened this issue Nov 18, 2017 · 2 comments
Assignees

Comments

@slavapestov
Copy link
Member

Previous ID SR-6431
Radar None
Original Reporter @slavapestov
Type Bug
Status Resolved
Resolution Done
Additional Detail from JIRA
Votes 0
Component/s Foundation
Labels Bug
Assignee @phausler
Priority Medium

md5: 6ab61fc152858f5a8ffb44ef7fb72bfa

Issue Description:

CoreFoundation/Locale.subproj/CFLocale.c:1504:37: error: use of undeclared identifier 'UMS_UK'; did you mean 'UMS_US'?
*outMeasurementSystem = UMS_UK;
^~~~~~
UMS_US
/usr/include/x86_64-linux-gnu/unicode/ulocdata.h:192:5: note: 'UMS_US' declared here
UMS_US, /** Measurement system followed in the United States of America. */
^

https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/701/console

@parkera
Copy link
Member

parkera commented Nov 18, 2017

Older version of ICU, probably.

@spevans
Copy link
Collaborator

spevans commented Jan 18, 2019

This was fixed with a version check of
U_ICU_VERSION_MAJOR_NUM >= 55
and also an upgrade of ICU to version 61

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
@shahmishal shahmishal transferred this issue from apple/swift May 5, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants