Closed
Bug 758046
Opened 13 years ago
Closed 13 years ago
Errors when updating from Mac 10.8 signed build to latest nightly
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 723176
People
(Reporter: marcia, Assigned: bhearsum)
Details
Seen while testing https://etherpad.mozilla.org/10-8-Update-Testing
STR:
1. From: http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2012-05-23-03-05-25-mozilla-central/firefox-15.0a1.en-US.mac.dmg
2. Download and install build.
3. Change channel to nightlytest and restart browser
4. Run codesign -vv FirefoxNightly.app
Output:
Marcias-MacBook-Pro-2:signed marcia$ ls
FirefoxNightly.app
Marcias-MacBook-Pro-2:signed marcia$ codesign -vv FirefoxNightly.app
FirefoxNightly.app: a sealed resource is missing or invalid
In architecture: i386
resource modified: /Users/marcia/Desktop/signed/FirefoxNightly.app/Contents/MacOS/removed-files
Assignee | ||
Comment 1•13 years ago
|
||
Was an update applied during the restart?
Reporter | ||
Comment 2•13 years ago
|
||
Yes, I ended up on Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:15.0) Gecko/15.0 Firefox/15.0a1 ID:20120523112744 the second time I tested.
The first time I ran a scenario the browser did not restart.
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → bhearsum
Reporter | ||
Comment 3•13 years ago
|
||
I confirmed that this happens on my other 10.8 machine as well with the STR in Comment 0. The browser restarts and then I get this in terminal:
host-4-130:testsigning marcia$ ls
FirefoxNightly.app
host-4-130:testsigning marcia$ codesign -vv FirefoxNightly.app
FirefoxNightly.app: a sealed resource is missing or invalid
In architecture: i386
resource modified: /Users/marcia/Desktop/testsigning/FirefoxNightly.app/Contents/MacOS/removed-files
Assignee | ||
Comment 4•13 years ago
|
||
OK, this is an easy fix. We just need to exclude removed-files from the signature.
Assignee | ||
Comment 5•13 years ago
|
||
Going to track this in the bug that's already tracking the build system code.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•