Command '[u'explorer.exe', u'c:/mozilla-central/obj-x86_64-pc-mingw32\\msvc\\mozilla.sln']' returned non-zero exit status 1
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
People
(Reporter: kel42, Unassigned)
Details
Attachments
(1 obsolete file)
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36 OPR/67.0.3575.137 (Edition Yx)
Steps to reproduce:
- Follow build instructions.
- run command ./mach ide visualstudio.
Actual results:
I get the error:
The error occurred in code that was called by the mach command. This is either
a bug in the called code itself or in the way that mach is calling it.
You can invoke |./mach busted| to check if this issue is already on file. If it
isn't, please use |./mach busted file| to report it. If |./mach busted| is
misbehaving, you can also inspect the dependencies of bug 1543241.
If filing a bug, please include the full output of mach, including this error
message.
The details of the failure are as follows:
CalledProcessError: Command '[u'explorer.exe', u'c:/mozilla-central/obj-x86_64-pc-mingw32\msvc\mozilla.sln']' returned non-zero exit status 1
File "c:\mozilla-central\python/mozbuild/mozbuild/backend/mach_commands.py", line 58, in eclipse
['explorer.exe', visual_studio_workspace_dir]
File "c:\mozilla-build\python\lib\subprocess.py", line 190, in check_call
raise CalledProcessError(retcode, cmd)
Expected results:
I should get project for visual studio.
Updated•6 years ago
|
Updated•6 years ago
|
Comment 3•6 years ago
|
||
Because this bug's Severity has not been changed from the default since it was filed, and it's Priority is -- (non,) indicating it has has not been previously triaged, the bug's Severity is being updated to -- (default, untriaged.)
Comment 4•4 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months.
:mhentges, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•4 years ago
|
Comment 5•3 years ago
|
||
I'm going to close this out because there hasn't been any activity in 3 years, which leads me to believe this was a one-off issue, or has been resolved since then.
If that's incorrect, feel free to re-open.
Description
•