clang: error: no such file or directory: '<Lastname>\.mozbuild\sysroot-wasm32-wasi' due to space in home directory
Categories
(Firefox Build System :: General, defect)
Tracking
(firefox-esr78 unaffected, firefox-esr91 unaffected, firefox93 unaffected, firefox94 unaffected, firefox95 fixed)
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox-esr91 | --- | unaffected |
firefox93 | --- | unaffected |
firefox94 | --- | unaffected |
firefox95 | --- | fixed |
People
(Reporter: mozbugz, Assigned: glandium)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
My home directory on Windows 10 is C:\Users\Gerald Squelart
Since bug 1737911 landed, my local build now stops at:
clang: error: no such file or directory: 'Squelart.mozbuild\sysroot-wasm32-wasi' due to space in home directory
Seeing the path starting with "Squelart" most probably means that a command was given the full path into my home directory, but it was parsed as two separate arguments because of the space.
Reporter | ||
Comment 1•3 years ago
|
||
And it looks like bug 1738095 modified the breaking patch further, so it may need to be updated as well/instead?
Comment 2•3 years ago
|
||
Any ideas glandium?
(In reply to Gerald Squelart [:gerald] (he/him) from comment #1)
And it looks like bug 1738095 modified the breaking patch further, so it may need to be updated as well/instead?
That patch was temporarily landed and then backed out again on autoland, so the fix can be written against a tree without that change.
Assignee | ||
Comment 3•3 years ago
|
||
I'm surprised you don't have more problems with ~/.mozbuild having a space. Workarounds:
- define MOZBUILD_STATE_PATH to some path without spaces
- build with --without-wasm-sandboxed-libraries
Assignee | ||
Updated•3 years ago
|
Reporter | ||
Comment 4•3 years ago
|
||
There are issues popping up from time to time.
If that helps, the previous one I experienced was bug 1659685 -- not filed by me, so I'm not the only one at Mozilla with a space in my $HOME
!
Thank you for the workarounds.
Assignee | ||
Comment 5•3 years ago
|
||
Updated•3 years ago
|
Assignee | ||
Comment 6•3 years ago
|
||
Can you confirm whether the patch works?
Reporter | ||
Comment 7•3 years ago
|
||
The patch (with fixed return
) Works For Me™! Thank you.
Updated•3 years ago
|
Comment 9•3 years ago
|
||
Set release status flags based on info from the regressing bug 1737911
Comment 10•3 years ago
|
||
bugherder |
Updated•3 years ago
|
Description
•