Closed
Bug 742375
Opened 13 years ago
Closed 13 years ago
comm-central build error "[testharnessreport.js] Error 1" due to "ImportError: No module named simplejson"
Categories
(Calendar :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
1.6
People
(Reporter: kiravi, Assigned: Fallen)
References
Details
Attachments
(1 file)
(deleted),
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.9 Safari/536.5
Steps to reproduce:
Update lightning/gdata-provider for thunderbird 14.x
Actual results:
Lightning and gdata-provider for 14.x thunderbird not being built for windows
Expected results:
daily build should have happened
Reporter | ||
Updated•13 years ago
|
Hardware: All → x86_64
Comment 1•13 years ago
|
||
The error is the same is in Bug 741084. Bug 741084 Comment 4 suggest that we need an independent bug for Lightning therefore reusing this one. Problem seems to be an old Python release is installed on the win build server.
make[8]: Leaving directory `/e/buildbot/comm-central-win32/build/objdir-tb/mozilla/dom/tests/mochitest/w3c'
Traceback (most recent call last):
File "e:/buildbot/comm-central-win32/build/mozilla/config/pythonpath.py", line 52, in <module>
main(sys.argv[1:])
File "e:/buildbot/comm-central-win32/build/mozilla/config/pythonpath.py", line 44, in main
execfile(script, frozenglobals)
File "e:/buildbot/comm-central-win32/build/mozilla/dom/tests/mochitest/w3c/writeReporter.py", line 12, in <module>
import simplejson as json
ImportError: No module named simplejson
make[8]: *** [testharnessreport.js] Error 1
Severity: normal → blocker
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: All → Windows XP
Hardware: x86_64 → All
Summary: Lightning daily not being built for windows since March 29, 2012 → comm-central build error "[testharnessreport.js] Error 1" due to "ImportError: No module named simplejson"
Comment 2•13 years ago
|
||
Fixed by Bug 742679. Build status is green and a new nightly build is available.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.6
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → philipp
You need to log in
before you can comment on or make changes to this bug.
Description
•