Closed
Bug 984371
Opened 11 years ago
Closed 11 years ago
[Flame] Build fails: No rule to make target rsgApiFuncDecl.h
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 994246
People
(Reporter: janx, Unassigned)
References
Details
I tried this:
$ cd cleanB2Gcheckout/
$ ./config.sh flame
$ ./build.sh
Things started compiling but I got the following 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.
Reporter | ||
Comment 1•11 years ago
|
||
I should add that:
- A Flame device was connected to USB
- Pulling files to flame-backup/ succeeded
- Re-building with `./build.sh -j1` didn't help
Comment 2•11 years ago
|
||
This bug has more information. It's not actually possible to make a Flame build from source (I can hardly believe this either):
https://bugzilla.mozilla.org/show_bug.cgi?id=978888#c6
Reporter | ||
Comment 3•11 years ago
|
||
(In reply to Gian-Carlo Pascutto [:gcp] from comment #2)
> This bug has more information. It's not actually possible to make a Flame
> build from source (I can hardly believe this either):
> https://bugzilla.mozilla.org/show_bug.cgi?id=978888#c6
Thanks for the bug reference! Since it's resolved fixed, it's hard to figure out what is supposed to work and what not. My flame checkout still fails to build gecko, but the issue I described earlier doesn't reproduce for me anymore, so I'll resolve-fix the bug.
If anyone sees the `No rule to make target rsgApiFuncDecl.h` error message again, and stumbles upon this bug, please reopen it.
I ran into the same issue:
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.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Turns out mwu fixed this in another bug
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•