Closed
Bug 713124
Opened 14 years ago
Closed 14 years ago
Port bug 506020 onto Thunderbird's builders
Categories
(Mozilla Messaging Graveyard :: Release Engineering, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: standard8, Assigned: jhopkins)
Details
Since we added WIN32_REDIST_DIR to the mozconfigs in bug 712960, we're seeing failures such as:
install --preserve-timestamps "/d/msvs8/VC/redist/x86/Microsoft.VC80.CRT"/Microsoft.VC80.CRT.manifest "/d/msvs8/VC/redist/x86/Microsoft.VC80.CRT"/msvcm80.dll "/d/msvs8/VC/redist/x86/Microsoft.VC80.CRT"/msvcp80.dll "/d/msvs8/VC/redist/x86/Microsoft.VC80.CRT"/msvcr80.dll ../../dist/bin
This program sets up the installation of Vim 7.2
Inspecting system...
ERROR: failed to rename vim.exe to vim.exx: No error
Press Enter to continue
We need to fix mozilla-build the same way as bug 506020 did - to implement this change on our builders:
http://hg.mozilla.org/mozilla-build/rev/224a69b28acf
John is currently working on this.
| Assignee | ||
Comment 1•14 years ago
|
||
I've modified the PATH on all our win32 build slaves. Note that the file I modified is profile-extrapaths.sh, as profile-extravars.sh does not exist on our build slaves.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•