Closed
Bug 355600
Opened 19 years ago
Closed 19 years ago
Win32 l10n repackaging of NSIS installer fails
Categories
(Calendar :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Sunbird 0.3
People
(Reporter: mattwillis, Assigned: mattwillis)
Details
Attachments
(1 file)
|
1008 bytes,
patch
|
dmosedale
:
first-review+
|
Details | Diff | Splinter Review |
When attempting to use the tinderbox scripts to build all the localized Sunbird versions on Win32, it currently fails as follows:
/cygdrive/d/builds/tinderbox/Sunbird-Trunk/WINNT_5.2_Depend/mozilla/build/cygwin-wrapper /cygdrive/d/moztools/bin/nsinstall -D /cygdrive/d/builds/tinderbox/Sunbird-Trunk/WINNT_5.2_Depend/mozilla/dist/l10n-stage/sunbird/uninstall
cp ../installer/windows/l10ngen/uninst.exe /cygdrive/d/builds/tinderbox/Sunbird-Trunk/WINNT_5.2_Depend/mozilla/dist/l10n-stage/sunbird/uninstall
cp: cannot stat `../installer/windows/l10ngen/uninst.exe': No such file or directory
make[2]: *** [repackage-zip] Error 1
make[2]: Leaving directory `/cygdrive/d/builds/tinderbox/Sunbird-Trunk/WINNT_5.2_Depend/mozilla/calendar/locales'
make[1]: *** [repackage-zip-fr] Error 2
make[1]: Leaving directory `/cygdrive/d/builds/tinderbox/Sunbird-Trunk/WINNT_5.2_Depend/mozilla/calendar/locales'
make: *** [installers-fr] Error 2
make: Leaving directory `/cygdrive/d/builds/tinderbox/Sunbird-Trunk/WINNT_5.2_Depend/mozilla/calendar/locales'
| Assignee | ||
Comment 1•19 years ago
|
||
Comparing this Makefile against browser and mail's makes me think that this may not be the only fix needed. I want to make the changes incrementally however.
Comment 2•19 years ago
|
||
Comment on attachment 241373 [details] [diff] [review]
uncomments necessary part of makefile
r=dmose
Attachment #241373 -
Flags: first-review?(dmose) → first-review+
| Assignee | ||
Comment 3•19 years ago
|
||
Well blow me down. All it needed was this patch.
Patch landed on MOZILLA_1_8_BRANCH, SUNBIRD_0_3_BRANCH, and trunk.
-> FIXED
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•