Closed
Bug 789794
Opened 12 years ago
Closed 12 years ago
comm-central: failure to build because of missing mozilla/config/.deps
Categories
(Thunderbird :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 789837
People
(Reporter: ishikawa, Unassigned)
Details
I have noticed after refreshing comm-central tree using "python client.py checkout" that, removing the MOZ_OBJDIR directory, and then start afresh using make -f client.mk fails to proceed because of the following error, which seems to be caused by missing MOZ_OBJDIR/mozilla/config/.deps directory.
... from the build log: In my case, /TB-NEW/TB-3HG/objdir-tb3 is MOZ_OBJDIR
creating ldap/libraries/libutil/Makefile
make[1]: Leaving directory `/TB-NEW/TB-3HG/new-src'
make -s -C /TB-NEW/TB-3HG/new-src/../objdir-tb3
creating mozilla/xpfe/components/autocomplete/Makefile
/TB-NEW/TB-3HG/new-src/mozilla/config/elf-dynstr-gc.c:1209:1: fatal error: opening dependency file .deps/elf-dynstr-gc.pp: No such file or directory
compilation terminated.
make[5]: *** [elf-dynstr-gc] Error 1
make[4]: *** [export_tier_base] Error 2
make[3]: *** [tier_base] Error 2
make[2]: *** [default] Error 2
make[1]: *** [default] Error 2
make: *** [build] Error 2
After I create the .deps directory under
MOZ_OBJDIR/mozilla/config by
mkdir MOZ_OBJDIR/mozilla/config/.deps
compilation proceeds.
Comment 1•12 years ago
|
||
I suspect this is just a dupe of 789837 and no other manual work will be necessary
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 2•12 years ago
|
||
Thank you. Please make sure this is going to be the mozilla directory in comm-central, too, asap. Thank you again.
You need to log in
before you can comment on or make changes to this bug.
Description
•