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-5303] Build fails if there's a space in the build path #47878

Closed
swift-ci opened this issue Jun 25, 2017 · 2 comments
Closed

[SR-5303] Build fails if there's a space in the build path #47878

swift-ci opened this issue Jun 25, 2017 · 2 comments
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself

Comments

@swift-ci
Copy link
Collaborator

Previous ID SR-5303
Radar None
Original Reporter RaghavM (JIRA User)
Type Bug
Status Resolved
Resolution Duplicate
Additional Detail from JIRA
Votes 0
Component/s Compiler
Labels Bug
Assignee None
Priority Medium

md5: bf0083fda0b947d5fa3c896df5e196a7

duplicates:

  • SR-3353 Swift is not buildable in a directory that has spaces in the path

Issue Description:

Got this error since there was a space in my build path

clang: error: no such file or directory: 'Repositories/build/Ninja-RelWithDebInfoAssert/llvm-macosx-x86_64/lib/Transforms/Hello/LLVMHello.exports'
@belkadan
Copy link
Contributor

This looks like an LLVM problem rather than a Swift one. (As in, upstream LLVM probably has the same issue.)

@milseman
Copy link
Mannequin

milseman mannequin commented Jun 28, 2017

At the very least, this could be a starter task for the build system. CMake should be able to detect a space in the build path and emit a more useful error message (assuming the real fix to LLVM is hard/untenable).

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
Projects
None yet
Development

No branches or pull requests

2 participants