Closed
Bug 462839
Opened 16 years ago
Closed 16 years ago
Sunbird nightly builds fail [Error: "No rule to make target export" in /mozilla/layout]
Categories
(Calendar :: Build Config, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 462730
People
(Reporter: ssitter, Unassigned)
Details
Sunbird nightly builds fail with the following errors:
make[6]: Entering directory `/e/buildbot/comm-central-sunbird-win32-nightly/build/mozilla/layout/generic'
make[6]: Leaving directory `/e/buildbot/comm-central-sunbird-win32-nightly/build/mozilla/layout/generic'
NEXT ERROR make[6]: *** No rule to make target `export'. Stop.
make[5]: *** [generic_export] Error 2
make[5]: *** Waiting for unfinished jobs....
make[6]: Entering directory `/e/buildbot/comm-central-sunbird-win32-nightly/build/mozilla/layout/tables'
make[6]: Leaving directory `/e/buildbot/comm-central-sunbird-win32-nightly/build/mozilla/layout/tables'
NEXT ERROR make[6]: *** No rule to make target `export'. Stop.
make[5]: *** [tables_export] Error 2
make[5]: Leaving directory `/e/buildbot/comm-central-sunbird-win32-nightly/build/objdir-tb/mozilla/layout'
make[4]: Leaving directory `/e/buildbot/comm-central-sunbird-win32-nightly/build/objdir-tb/mozilla'
make[4]: *** [export_tier_gecko] Error 2
make[3]: *** [tier_gecko] Error 2
make[2]: *** [default] Error 2
make[1]: Leaving directory `/e/buildbot/comm-central-sunbird-win32-nightly/build/objdir-tb'
make[1]: *** [default] Error 2
make: *** [build] Error 2
Reporter | ||
Comment 1•16 years ago
|
||
Bug 462730 mentions a similar issue for xulrunner when using -j19 option
Sunbird uses mk_add_options MOZ_MAKE_FLAGS="-j6" resp. "-j3":
http://hg.mozilla.org/build/buildbot-configs/file/cb6db3dbdcd9/thunderbird/win32/mozconfig-sunbird
http://hg.mozilla.org/build/buildbot-configs/file/cb6db3dbdcd9/thunderbird/macosx/mozconfig-sunbird
http://hg.mozilla.org/build/buildbot-configs/file/cb6db3dbdcd9/thunderbird/linux/mozconfig-sunbird
Reporter | ||
Comment 2•16 years ago
|
||
In Bug 462447 I suggest removing the -j6 option. Maybe will help for this bug, adding dependency.
Depends on: 462447
Comment 3•16 years ago
|
||
I think this is a dupe, given your use of -j6.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•