Closed
Bug 969434
Opened 12 years ago
Closed 12 years ago
comm-aurora (2.26a) is burning. Changeset 7f29ecb94e07 (Bug 952120) needs to be grafted to SEA2_25_RELBRANCH
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
seamonkey2.26
People
(Reporter: philip.chee, Assigned: philip.chee)
Details
Traceback (most recent call last):
File "./config.status", line 886, in <module>
config_status(**args)
File "e:\builds\slave\c-aurora-w32\build\mozilla\python\mozbuild\mozbuild\config_status.py", line 99, in config_status
summary = backend.consume(definitions)
File "e:\builds\slave\c-aurora-w32\build\mozilla\python\mozbuild\mozbuild\backend\base.py", line 204, in consume
for obj in objs:
File "e:\builds\slave\c-aurora-w32\build\mozilla\python\mozbuild\mozbuild\frontend\emitter.py", line 104, in emit
objs = list(self.emit_from_sandbox(out))
File "e:\builds\slave\c-aurora-w32\build\mozilla\python\mozbuild\mozbuild\frontend\emitter.py", line 406, in emit_from_sandbox
sandbox['SRCDIR'])
mozbuild.frontend.reader.SandboxValidationError: A jar.mn exists in e:/builds/slave/c-aurora-w32/build/mozilla/extensions/venkman/resources but it is not referenced in the corresponding moz.build file. Please define JAR_MANIFESTS in the moz.build file.
Callek> (client.py update[s] can probably fix that, since its fine on trunk)
I can give you rs+ and a+ to fix that (as long as you also checkin the same new rev/tag/whatever to trunks client.py in its comment there)
| Assignee | ||
Comment 1•12 years ago
|
||
1. Graft changeset d8f086545e1c to SEA2_25_RELBRANCH branch.
2. Push to https://hg.mozilla.org/venkman/
% hg --repository C:\T1\hg\comm-central\mozilla\extensions\venkman push ssh://philip.chee%40gmail.com@hg.mozilla.org/venkman/
pushing to ssh://philip.chee%40gmail.com@hg.mozilla.org/venkman/
running "C:\DEV\TortoiseHg\TortoisePlink.exe" -ssh -2 philip.chee@gmail.com@hg.mozilla.org "hg -R venkman/ serve --stdio"
query 1; heads
searching for changes
all remote heads known locally
1 changesets found
list of changesets:
d8f086545e1c9fb015d900191099a72301f7ccb4
try to push obsolete markers to remote
checking for updated bookmarks
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 1 changesets with 0 changes to 0 files
remote: Trying to insert into pushlog.
remote: Please do not interrupt...
remote: Inserted into the pushlog db successfully.
[command completed successfully Sat Feb 08 00:10:20 2014]
venkman%
3. Check graph to make sure changeset was pushed correctly:
https://hg.mozilla.org/venkman/graph/d8f086545e1c
| Assignee | ||
Comment 2•12 years ago
|
||
DOM Inspector and Chatzilla also need these grafts:
% hg --repository C:\T1\hg\comm-central\mozilla\extensions\inspector push ssh://philip.chee%40gmail.com@hg.mozilla.org/dom-inspector/
pushing to ssh://philip.chee%40gmail.com@hg.mozilla.org/dom-inspector/
running "C:\DEV\TortoiseHg\TortoisePlink.exe" -ssh -2 philip.chee@gmail.com@hg.mozilla.org "hg -R dom-inspector/ serve --stdio"
query 1; heads
searching for changes
all remote heads known locally
1 changesets found
list of changesets:
5aca607c5dd69d6c697e10a40f3099e5b830851d
try to push obsolete markers to remote
checking for updated bookmarks
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 1 changesets with 1 changes to 1 files
remote: Trying to insert into pushlog.
remote: Please do not interrupt...
remote: Inserted into the pushlog db successfully.
[command completed successfully Sat Feb 08 13:18:14 2014]
inspector%
https://hg.mozilla.org/dom-inspector/graph/5aca607c5dd6
% hg --repository C:\T1\hg\comm-central\mozilla\extensions\irc push ssh://philip.chee%40gmail.com@hg.mozilla.org/chatzilla/
pushing to ssh://philip.chee%40gmail.com@hg.mozilla.org/chatzilla/
running "C:\DEV\TortoiseHg\TortoisePlink.exe" -ssh -2 philip.chee@gmail.com@hg.mozilla.org "hg -R chatzilla/ serve --stdio"
query 1; heads
searching for changes
all remote heads known locally
1 changesets found
list of changesets:
3206db1c5826cd2d52af63566a462be5272b474a
try to push obsolete markers to remote
checking for updated bookmarks
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 1 changesets with 1 changes to 1 files
remote: Trying to insert into pushlog.
remote: Please do not interrupt...
remote: Inserted into the pushlog db successfully.
[command completed successfully Sat Feb 08 13:21:35 2014]
irc%
https://hg.mozilla.org/chatzilla/graph/3206db1c5826
| Assignee | ||
Comment 3•12 years ago
|
||
This looks fixed. Aurora linux boxen are still burning but that's due to something else.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.26
You need to log in
before you can comment on or make changes to this bug.
Description
•