Closed
Bug 1107105
Opened 11 years ago
Closed 11 years ago
Unable to build/configure/clobber.
Categories
(Firefox Build System :: Mach Core, enhancement)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: johan.charlez, Unassigned)
Details
Attachments
(5 files)
I was able to successfully build mozilla-central a few days ago. Today I applied a patch and attempted to build again and ran into a bunch of problems when trying "mach build", "mach configure" and "mach clobber".
I renamed "mozconfig" to ".mozconfig" before trying "mach configure/clobber".
Note that manually deleting the "obj\" dir looks like it solved the problem (it's building as I'm filing this).
Attaching my "mozconfig"/".mozconfig" file as well as "mach"-console output instead of pasting here.
Comment on attachment 8531608 [details]
My "mozconfig"/".mozconfig" file.
Fixed typo.
Attachment #8531608 -
Attachment description: My "mozconig"/".mozconfig" file. → My "mozconfig"/".mozconfig" file.
Comment 6•11 years ago
|
||
Looks like a difference in the case of c:\Code vs c:\code. The error message from attachment 8531610 [details] explains the failure.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
(In reply to Gregory Szorc [:gps] from comment #6)
> Looks like a difference in the case of c:\Code vs c:\code. The error message
> from attachment 8531610 [details] explains the failure.
I've tried to figure out why it's getting confused. There is no "c:\Code\", and I don't know where I would have referenced it.
I've successfully built previously, with the same setup.
Also note that after manually deleting the "obj\" folder I could build again.
Is this still invalid?
Flags: needinfo?(gps)
Comment 8•11 years ago
|
||
The fact that you only produced it once seems to indicate it is some kind of weird one-off.
I suspect you typed a command somewhere, sometime that used a different case and that got things in a funky state.
If you are able to reproduce, please reopen with STR and we can figure something out.
Flags: needinfo?(gps)
> If you are able to reproduce, please reopen with STR and we can figure
> something out.
Will do, thanks! :)
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•