Closed
Bug 554331
Opened 15 years ago
Closed 15 years ago
Thunderbird Mac nightly builds broken (making complete update) due to not being able to find the right topsrcdir
Categories
(MailNews Core :: Build Config, defect)
MailNews Core
Build Config
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3.3a1
People
(Reporter: standard8, Assigned: standard8)
Details
Attachments
(1 file)
1.74 KB,
patch
|
gozer
:
review+
|
Details | Diff | Splinter Review |
Why this doesn't affect SeaMonkey directly, I'm not sure. I suspect its because they don't define MOZ_BRANDING_DIRECTORY in confvars.sh (yet).
Anyway, the basic issue is that when we're configuring the mozilla-central part of the build system the variable $topsrcdir isn't set.
It turns out that configure only gets this as a side-effect from mozconfig2configure, and the correct variable to use is ${_topsrcdir}.
This only applies to items evaluated whilst configure is running. For items in single quotes, that are later evaluated by make, then $topsrcdir is exactly what we want (so no changes to those items).
Attaching patch to fix the instances where necessary (not fixing Calendar as Sunbird isn't going to be supported on trunk/1.9.2).
Assignee | ||
Comment 1•15 years ago
|
||
Attachment #434248 -
Flags: review?(gozer)
Assignee | ||
Comment 2•15 years ago
|
||
Oh, and for reference, I committed a similar patch to Firefox's configure.in with r=ted over irc:
http://hg.mozilla.org/mozilla-central/rev/3f694f889f38
Updated•15 years ago
|
Attachment #434248 -
Flags: review?(gozer) → review+
Assignee | ||
Comment 3•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Flags: in-testsuite-
Target Milestone: --- → Thunderbird 3.1b2
Assignee | ||
Updated•15 years ago
|
Target Milestone: Thunderbird 3.1b2 → Thunderbird 3.2a1
You need to log in
before you can comment on or make changes to this bug.
Description
•