Bug #2668
closedmake install-full fails if CARGO_TARGET_DIR has spaces in the directory path
Description
This issue appears to affect compiling Suricata 4.1.0 from source. I noticed that when attempting to compile from source with rustc and cargo installed to get all of the neat new features, that compiling suricata would fail due to CARGO_TARGET_DIR not be able to handle spaces in directory paths. I know that having spaces in your path is a sin against nature, but this wasn't a problem that I ever noticed before.
Operating Systems: Ubuntu 16.04.5 and 18.04.1
Problem: compiling Suricata 4.1.0 with rust support fails when there are spaces in the CARGO_TARGET_DIR (see attached image)
Expected Result: Should be able to handle spaces in path, barring this expected result if not possible, then documentation stating that this is a limitation to be aware when compiling from source.
Work-Around: Don't have spaces in path.
Files
Updated by Victor Julien over 5 years ago
- Status changed from New to Assigned
- Assignee set to Jason Ish
- Priority changed from Low to Normal
- Target version set to 5.0beta1
Updated by Victor Julien over 5 years ago
- Target version changed from 5.0beta1 to 5.0rc1
Updated by Victor Julien about 5 years ago
- Target version changed from 5.0rc1 to 5.0.0
Updated by Victor Julien about 5 years ago
- Status changed from Assigned to Closed