Closed
Bug 994246
Opened 11 years ago
Closed 11 years ago
Flame fails to build
Categories
(Firefox OS Graveyard :: GonkIntegration, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: catlee, Assigned: mwu)
References
Details
I can't get flame building in automation. I'm consistently hitting this error:
make: *** No rule to make target `out/target/product/flame/obj/SHARED_LIBRARIES/libRS_intermediates/rsgApiFuncDecl.h', needed by `out/target/product/flame/obj/SHARED_LIBRARIES/librs_jni_intermediates/android_renderscript_RenderScript.o'. Stop.
I've tried building with -j1, but this also fails.
Reporter | ||
Updated•11 years ago
|
Flags: needinfo?(mwu)
Comment 2•11 years ago
|
||
See bug 961246 attachment 8361930 [details] for the "upstream" build for the Flame. Might be helpful to compare that with the current Mozilla flame build setup.
Assignee | ||
Comment 3•11 years ago
|
||
m1, this bug is the build system trying to build librs_jni. It looks like that wasn't removed from PRODUCT_PACKAGES in device/qcom/common/common.mk. Are you still ok with removing librs_jni on your side?
Flags: needinfo?(mwu) → needinfo?(mvines)
Comment 4•11 years ago
|
||
We don't have a need to make that change due to our build/ changes, so we have no plans do to this.
Flags: needinfo?(mvines)
Assignee | ||
Comment 5•11 years ago
|
||
Well, I'll put librs_jni on our packages blacklist then.
Assignee: nobody → mwu
Flags: needinfo?(vwang)
Assignee | ||
Comment 6•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 8•11 years ago
|
||
Hm, this hasn't shown up in our manifests yet:
https://hg.mozilla.org/integration/b2g-inbound/file/68c042c2b2e5/b2g/config/flame/sources.xml
Reporter | ||
Comment 9•11 years ago
|
||
Assignee | ||
Comment 10•11 years ago
|
||
Cherry picked to 4.4.2_r1 for KK based Flame support.
https://github.com/mozilla-b2g/platform_build/commit/7945ca73e687be5edbc7b928dc7fe3a208242144
Comment 11•11 years ago
|
||
Hi
I am facing issue while building 4.4.2_r1 for KK
can anyone please suggest?
make: *** No rule to make target `out/target/product/pxa988t7/obj/SHARED_LIBRARIES/libRS_intermediates/export_includes', needed by `out/target/product/pxa988t7/obj/SHARED_LIBRARIES/libhwui_intermediates/import_includes'. Stop.
You need to log in
before you can comment on or make changes to this bug.
Description
•