Closed
Bug 305665
Opened 19 years ago
Closed 19 years ago
Should not reference extensions/spellcheck/myspell/dictionaries in allmakefiles.sh
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mark, Assigned: mark)
References
()
Details
(Keywords: verified1.8)
Attachments
(1 file)
2.79 KB,
patch
|
benjamin
:
review+
benjamin
:
approval1.8b4+
|
Details | Diff | Splinter Review |
Bug 295465 removed extensions/spellcheck/myspell/dictionaries and placed
dictionaries in extensions/spellcheck/locales. allmakefiles.sh was never
updated to reflect the change. It still attempts to transform the old
nonexistent Makefile in dictionaries, and doesn't know about the new one in locales.
This is causing periodic problems checking out on certain machines by preventing
cvs from updating the source tree fully. It caused a lot of burning on pawn
(Camino trunk). For example:
http://tinderbox.mozilla.org/showlog.cgi?log=Camino/1124815080.2330.gz&fulltext=1
. Apparently, some versions of cvs are better than others at recovering from
directories in the local tree that aren't present in the repository.
Related to bug 301969?
Assignee | ||
Comment 1•19 years ago
|
||
This also fixes tools/module-deps/module2dir.map. I'm not certain when that
file is used (it's a dependency map), but it's the only other spot I see in lxr
that the nonexistent directory is referenced.
Attachment #193607 -
Flags: review?(benjamin)
Assignee | ||
Comment 2•19 years ago
|
||
pink fixed the Camino tinderbox by removing
--enable-extensions=all
and whacking the offending (and offensive) directory.
Assignee | ||
Updated•19 years ago
|
Assignee | ||
Updated•19 years ago
|
OS: MacOS X → All
Hardware: Macintosh → All
Updated•19 years ago
|
Attachment #193607 -
Flags: review?(benjamin)
Attachment #193607 -
Flags: review+
Attachment #193607 -
Flags: approval1.8b4+
Updated•19 years ago
|
Flags: blocking1.8b5+
Flags: blocking1.8b4+
Assignee | ||
Comment 3•19 years ago
|
||
Fixed, trunk and branch.
Updated•19 years ago
|
Status: RESOLVED → VERIFIED
Updated•19 years ago
|
Keywords: fixed1.8 → verified1.8
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
•