Closed
Bug 270881
Opened 20 years ago
Closed 20 years ago
move seamonkey trunk and 1.7 release builds to tinderbox automation
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: granrosebugs, Assigned: chase)
References
Details
Attachments
(1 file)
|
733 bytes,
patch
|
Details | Diff | Splinter Review |
mac seamonkey trunk and branch builds are currently built by the old standalone automation (seamonkey-build) rather than the new tinderbox release process. We need to switch them over to use tinderbox scripts.
| Reporter | ||
Comment 1•20 years ago
|
||
two problems so far. first, hilo is OSX 10.2 not 10.3 so it's tar doesn't understand bzip (-j). Reverted fullsoft/Makefile.in to use gzip instead for compressing saved symbols second, the rsync is failing during make -C mozilla/xpinstall/packager: Creating package directory... building file list ... readlink Mozilla.app/Contents/MacOS/mangle: No such file or directory readlink Mozilla.app/Contents/MacOS/shlibsign: No such file or directory . . . rsync error: some files could not be transferred (code 23) at /SourceCache/rsync/rsync-12/rsync/main.c(620) make: *** [mozilla-powerpc-apple-darwin6.8.dmg] Error 23 ------ This is due to shlibsign and mangle being relative links rather than absolute links. Looks like mozilla/security wasn't patched when bug 193164 was fixed.
Depends on: 193164
Comment 2•20 years ago
|
||
"mangle" should not be packaged. "shlibsign" might be useful on rare occasions, but you can also try not packaging it. I'm wondering why the NSS shared libraries like libnss3.dylib and libsoftokn3.dylib aren't causing the same problem.
| Reporter | ||
Comment 3•20 years ago
|
||
successfully completed, packaged and delivered a build (using manual tweak to rsync not to error on the nss files). started up ok, looks good, even has talkback working, but noticed the 1.7 branch needs the fix from 249175 applied to it to remove the netscape branding from talkback. respinning to test wtc's patch.
| Reporter | ||
Comment 4•20 years ago
|
||
simple patch to xpinstall/packager/Makefile.in to gzip the disk image after it's created so that the tinderbox push can find it
Updated•20 years ago
|
Product: Browser → Seamonkey
| Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 5•20 years ago
|
||
barcelona is now building both trunk and 1.7 for our releases and nightly builds using Tinderbox. Resolving fixed.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•