Closed
Bug 951502
Opened 11 years ago
Closed 11 years ago
zip I/O error: No such file or directory on release builds
Categories
(Thunderbird :: Build Config, defect)
Tracking
(thunderbird27 fixed, thunderbird28 fixed)
RESOLVED
FIXED
Thunderbird 29.0
People
(Reporter: rail, Assigned: standard8)
References
Details
Similar to bug 944813
cd ./mozilla/dist/test-package-stage && \
zip -r9D "/builds/slave/tb-rel-c-beta-osx64_bld-000000/build/objdir-tb/i386/mozilla/dist/mac/en-US/Thunderbird /builds/slave/tb-rel-c-beta-osx64_bld-000000/build/objdir-tb/i386/27.0b1.tests.zip" \
* -x \*/.mkdir.done
zip I/O error: No such file or directory
zip error: Could not create output file (/builds/slave/tb-rel-c-beta-osx64_bld-000000/build/objdir-tb/i386/mozilla/dist/mac/en-US/Thunderbird /builds/slave/tb-rel-c-beta-osx64_bld-000000/build/objdir-tb/i386/27.0b1.tests.zip)
make[3]: *** [package-tests] Error 15
make[2]: *** [postflight_all] Error 2
make[1]: *** [build] Error 2
make: *** [build] Error 2
Full log: http://ftp.mozilla.org/pub/mozilla.org/thunderbird/candidates/27.0b1-candidates/build1/logs/release-comm-beta-macosx64_build-bm85-build1-build0.txt.gz
Comment 1•11 years ago
|
||
The following changeset may fix this bug.
https://hg.mozilla.org/comm-central/rev/3a7d75675c1b
Assignee | ||
Comment 2•11 years ago
|
||
I did these with rs=build-system-peer port, as it was a simple port of bug 944813:
https://hg.mozilla.org/comm-central/rev/3a7d75675c1b
https://hg.mozilla.org/releases/comm-aurora/rev/3bbfc1de6e9b
https://hg.mozilla.org/releases/comm-beta/rev/e1a04bb47d6b
Assignee: nobody → mbanner
Status: NEW → RESOLVED
Closed: 11 years ago
status-thunderbird27:
--- → fixed
status-thunderbird28:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 29.0
You need to log in
before you can comment on or make changes to this bug.
Description
•