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-3353] Swift is not buildable in a directory that has spaces in the path #45941

Open
phausler opened this issue Dec 6, 2016 · 0 comments
Open
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself

Comments

@phausler
Copy link
Member

phausler commented Dec 6, 2016

Previous ID SR-3353
Radar None
Original Reporter @phausler
Type Bug
Additional Detail from JIRA
Votes 0
Component/s Compiler, Project Infrastructure
Labels Bug
Assignee None
Priority Medium

md5: 014786cc3331b5e0b98aa8187d285547

is duplicated by:

  • SR-5303 Build fails if there's a space in the build path

Issue Description:

Steps to repro
create a directory with a space in the name. such as ~/Swift\ Workspace
checkout swift (and associated projects) to that directory
try to build
it fails due to a LLVM build failure looking for ~/Swift\ Workspace

FAILED: lib/LLVMHello.dylib
...
clang: error: no such file or directory: 'Workspace/swift/build/custom/llvm-macosx-x86_64/lib/Transforms/Hello/LLVMHello.exports'
@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
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

1 participant