Closed Bug 1342629 Opened 7 years ago Closed 7 years ago

compile step bustage : /xpi-stage: Permission denied

Categories

(SeaMonkey :: Build Config, defect)

SeaMonkey 2.50 Branch
x86_64
macOS
defect
Not set
normal

Tracking

(seamonkey2.50 fixed, seamonkey2.51 fixed)

RESOLVED FIXED
seamonkey2.51
Tracking Status
seamonkey2.50 --- fixed
seamonkey2.51 --- fixed

People

(Reporter: ewong, Assigned: frg)

References

Details

Attachments

(1 file)

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)
Version: unspecified → SeaMonkey 2.50 Branch
(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
OS: Unspecified → Mac OS X
Hardware: Unspecified → x86_64
Summary: compile step bustage : ../../dist/bin/mangle No such file or directory → compile step bustage : /xpi-stage: Permission denied
Maybe because of bug 1322402? Does Bug 1329379 need a backport?
(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.
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+
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?
Depends on: 1329379
Comment on attachment 8841353 [details] [diff] [review]
1342629-lightning.patch

a=me
Attachment #8841353 - Flags: approval-comm-aurora? → approval-comm-aurora+
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Blocks: 1343286
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: