Closed
Bug 1342629
Opened 8 years ago
Closed 8 years ago
compile step bustage : /xpi-stage: Permission denied
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(seamonkey2.50 fixed, seamonkey2.51 fixed)
RESOLVED
FIXED
seamonkey2.51
People
(Reporter: ewong, Assigned: frg)
References
Details
Attachments
(1 file)
3.40 KB,
patch
|
iannbugzilla
:
review+
iannbugzilla
:
approval-comm-aurora+
|
Details | Diff | Splinter Review |
for c-a OSX64 build:
rsync -aL seamonkey ../../dist/SeaMonkey.app/Contents/MacOS
cp -L ../../dist/bin/mangle ../../dist/bin/shlibsign ../../dist/SeaMonkey.app/Contents/
cp: ../../dist/bin/mangle: No such file or directory
make[4]: [tools] Error 1 (ignored)
Reporter | ||
Updated•8 years ago
|
Version: unspecified → SeaMonkey 2.50 Branch
Reporter | ||
Comment 1•8 years ago
|
||
(In reply to Edmund Wong (:ewong) from comment #0)
> for c-a OSX64 build:
>
>
> rsync -aL seamonkey ../../dist/SeaMonkey.app/Contents/MacOS
> cp -L ../../dist/bin/mangle ../../dist/bin/shlibsign
> ../../dist/SeaMonkey.app/Contents/
> cp: ../../dist/bin/mangle: No such file or directory
> make[4]: [tools] Error 1 (ignored)
Should be this:
rsync -a --exclude-from='/builds/slave/c-aurora-osx64/build/suite/app/macbuild/Contents/MacOS-files.in' ../../dist/bin/ ../../dist/SeaMonkey.app/Contents/Resources
rsync -a --include-from='/builds/slave/c-aurora-osx64/build/suite/app/macbuild/Contents/MacOS-files.in' --exclude '*' ../../dist/bin/ ../../dist/SeaMonkey.app/Contents/MacOS
rm -f ../../dist/SeaMonkey.app/Contents//mangle ../../dist/SeaMonkey.app/Contents//shlibsign
rm -f ../../dist/SeaMonkey.app/Contents/MacOS/seamonkey
rsync -aL seamonkey ../../dist/SeaMonkey.app/Contents/MacOS
cp -L ../../dist/bin/mangle ../../dist/bin/shlibsign ../../dist/SeaMonkey.app/Contents/
cp: ../../dist/bin/mangle: No such file or directory
make[4]: [tools] Error 1 (ignored)
cp -RL ../../dist/branding/icons/*.icns ../../dist/SeaMonkey.app/Contents/Resources/
printf APPLMOZZ > ../../dist/SeaMonkey.app/Contents/PkgInfo
find ../../dist/SeaMonkey.app -type d -name "CVS" -prune -exec rm -rf {} \;
set -e; \
for mkfile in calendar/lightning/build/universal.mk; do \
make -f /builds/slave/c-aurora-osx64/build/$mkfile postflight_all TOPSRCDIR=/builds/slave/c-aurora-osx64/build OBJDIR=/builds/slave/c-aurora-osx64/build/objdir MOZ_OBJDIR=/builds/slave/c-aurora-osx64/build/objdir; \
done
mkdir -p /xpi-stage
mkdir: /xpi-stage: Permission denied
make[1]: *** [postflight_all] Error 1
make: *** [build] Error 2
Reporter | ||
Updated•8 years ago
|
OS: Unspecified → Mac OS X
Hardware: Unspecified → x86_64
Reporter | ||
Updated•8 years ago
|
Summary: compile step bustage : ../../dist/bin/mangle No such file or directory → compile step bustage : /xpi-stage: Permission denied
Assignee | ||
Comment 2•8 years ago
|
||
Maybe because of bug 1322402? Does Bug 1329379 need a backport?
Assignee | ||
Comment 3•8 years ago
|
||
Assignee | ||
Comment 4•8 years ago
|
||
Sorry copied the c-c changeset.
https://hg.mozilla.org/releases/comm-aurora/rev/6c3bbdce6b7b2a45f4afa44d3db3165c4cc239fb
Reporter | ||
Comment 5•8 years ago
|
||
(In reply to Frank-Rainer Grahl from comment #2)
> Maybe because of bug 1322402? Does Bug 1329379 need a backport?
Yeah. a backport would be a good idea.
Assignee | ||
Comment 6•8 years ago
|
||
need to check out c-a next.
Assignee: nobody → frgrahl
Status: NEW → ASSIGNED
Attachment #8841353 -
Flags: review?(iann_bugzilla)
Comment on attachment 8841353 [details] [diff] [review]
1342629-lightning.patch
r=me
Attachment #8841353 -
Flags: review?(iann_bugzilla) → review+
Assignee | ||
Comment 8•8 years ago
|
||
status-seamonkey2.50:
--- → affected
status-seamonkey2.51:
--- → fixed
Target Milestone: --- → seamonkey2.51
Assignee | ||
Comment 9•8 years ago
|
||
Comment on attachment 8841353 [details] [diff] [review]
1342629-lightning.patch
[Approval Request Comment]
Regression caused by (bug #): 1322402
User impact if declined: No OSX builds
Testing completed (on m-c, etc.): c-c
Risk to taking this patch (and alternatives if risky): none already broken
String changes made by this patch:
Attachment #8841353 -
Flags: approval-comm-aurora?
Comment 10•8 years ago
|
||
Comment on attachment 8841353 [details] [diff] [review]
1342629-lightning.patch
a=me
Attachment #8841353 -
Flags: approval-comm-aurora? → approval-comm-aurora+
Assignee | ||
Comment 11•8 years ago
|
||
Assignee | ||
Updated•8 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•