Hi,
The JB builds on android-build.linaro.org seems to run into the same problem...
make: *** No rule to make target `out/target/common/docs/api-stubs-timestamp', needed by `out/target/common/obj/JAVA_LIBRARIES/android_stubs_current_intermediates/classes.jar'. Stop.
Anyone working on it?
/Patrik
W dniu 30.07.2012 15:31, Patrik Ryd pisze:
Hi,
The JB builds on android-build.linaro.org http://android-build.linaro.org seems to run into the same problem...
make: *** No rule to make target `out/target/common/docs/api-stubs-timestamp', needed by `out/target/common/obj/JAVA_LIBRARIES/android_stubs_current_intermediates/classes.jar'.
I think I know what's wrong. If we have disabled javadoc due to OOM killer it would prevent this from working. I'll know for sure in a few moments (grep in progress)
Thanks ZK
Hi,
The only relevant change that could have broke the samsunglt build which I could see from pinned manifest was :
http://review.android.git.linaro.org/#change,2506
Regards, Vishal
On 30 July 2012 19:12, Zygmunt Krynicki zygmunt.krynicki@linaro.org wrote:
W dniu 30.07.2012 15:31, Patrik Ryd pisze:
Hi,
The JB builds on android-build.linaro.org <http://android-build.linaro.**org http://android-build.linaro.org> seems to run into the same problem...
make: *** No rule to make target `out/target/common/docs/api-**stubs-timestamp', needed by `out/target/common/obj/JAVA_**LIBRARIES/android_stubs_** current_intermediates/classes.**jar'.
I think I know what's wrong. If we have disabled javadoc due to OOM killer it would prevent this from working. I'll know for sure in a few moments (grep in progress)
Thanks ZK
-- Zygmunt Krynicki Linaro Validation Team s/Validation/Android/
______________________________**_________________ linaro-android mailing list linaro-android@lists.linaro.**org linaro-android@lists.linaro.org http://lists.linaro.org/**mailman/listinfo/linaro-**androidhttp://lists.linaro.org/mailman/listinfo/linaro-android
I've reverted the commit and started another test build.
The thing that makes me think something else may be at fault is that my local builds are working fine (could be because I'm using make 3.82 though), and that the commit really shouldn't do anything unless TARGET_OMIT_DOCS=true is set. (Which shouldn't really happen anywhere but in the galaxynexus build).
Let's see...
ttyl bero
On 30 July 2012 15:48, Vishal Bhoj vishal.bhoj@linaro.org wrote:
Hi,
The only relevant change that could have broke the samsunglt build which I could see from pinned manifest was :
http://review.android.git.linaro.org/#change,2506
Regards, Vishal
On 30 July 2012 19:12, Zygmunt Krynicki zygmunt.krynicki@linaro.org wrote:
W dniu 30.07.2012 15:31, Patrik Ryd pisze:
Hi,
The JB builds on android-build.linaro.org http://android-build.linaro.org seems to run into the same problem...
make: *** No rule to make target `out/target/common/docs/api-stubs-timestamp', needed by
`out/target/common/obj/JAVA_LIBRARIES/android_stubs_current_intermediates/classes.jar'.
I think I know what's wrong. If we have disabled javadoc due to OOM killer it would prevent this from working. I'll know for sure in a few moments (grep in progress)
Thanks ZK
-- Zygmunt Krynicki Linaro Validation Team s/Validation/Android/
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
W dniu 30.07.2012 17:17, Bernhard Rosenkränzer pisze:
I've reverted the commit and started another test build.
The thing that makes me think something else may be at fault is that my local builds are working fine (could be because I'm using make 3.82
Google blacklist that make as it is crashing on android builds. Did you disable that check in the build system?
though), and that the commit really shouldn't do anything unless TARGET_OMIT_DOCS=true is set. (Which shouldn't really happen anywhere but in the galaxynexus build).
looking at the code it seems that failure is caused by no stamp on api-stubs module but I did not dig deeper. Nothing special in that module that I saw.
Thanks ZK
linaro-android@lists.linaro.org