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-9513] Android: swift-corelibs-foundation compile errors due missed headers. #3569

Closed
swift-ci opened this issue Dec 14, 2018 · 3 comments

Comments

@swift-ci
Copy link
Contributor

Previous ID SR-9513
Radar None
Original Reporter v.gorlov (JIRA User)
Type Bug
Status Closed
Resolution Cannot Reproduce

Attachment: Download

Environment
  • OS: Ubuntu 18.04

  • Project: swift-corelibs-foundation

  • Branch: master

  • Commit SHA: c7c9497

Additional Detail from JIRA
Votes 0
Component/s Foundation
Labels Bug, Android
Assignee None
Priority Medium

md5: 2265edd3a3fcf28160ad8b01e2139f9e

Issue Description:

Problem

Missed headers due error fatal error: 'CoreFoundation/CFCalendar_Internal.h' file not found. See attached build log.

Solution

Add to file GIT_ROOT/build.py following lines to array of private headers.

    'CoreFoundation/Locale.subproj/CFCalendar_Internal.h',
    'CoreFoundation/Locale.subproj/CFDateComponents.h',
    'CoreFoundation/Locale.subproj/CFDateInterval.h',

See attached Patch file.

@finagolfin
Copy link
Contributor

v.gorlov (JIRA User), no longer a problem?

@swift-ci
Copy link
Contributor Author

Comment by Vlad Gorlov (JIRA)

Issue submitted 3 years ago. At that point of time I was trying to build "Swift toolchain for Android" on Ubuntu 18.04. Currently I am building "Swift toolchain for Android" on macOS. Currently I don't even have a Vagrant configuration to reproduce issue :0

@finagolfin
Copy link
Contributor

OK, I build regularly on Ubuntu and cannot reproduce it anymore.

@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

2 participants