Closed
Bug 902484
Opened 11 years ago
Closed 11 years ago
ObjdirMismatchException using relative objdir
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 901811
People
(Reporter: jchen, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
I have a relative objdir in my mozconfig, e.g.,
> mk_add_options MOZ_OBJDIR=objdir-linux
And mach fails with,
> ObjdirMismatchException: Objdir mismatch: /home/nchen/central/objdir-linux != objdir-linux
I don't know if objdir is supposed to be an absolute path, but I've been using a relative one for a long time without issues.
Reporter | ||
Comment 1•11 years ago
|
||
FWIW, this patch fixes the issue for me
Comment 2•11 years ago
|
||
A few people have filed bugs related to ObjdirMismatchException. I just submitted a comprehensive patch to bug 901811 which should also address the issue in this bug.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•