Hi,

 

I guess I found the reason: I once relocated the source folder “android/” into a folder “13.10/” after the successful build. Some scripts are hardcoded with the original path thus caused the error.

 

Sorry for bothering.

 

Regards,

Yanfeng

 

 

From: Yanfeng Liu
Sent: Friday, November 15, 2013 9:23 AM
To: 'linaro-release@lists.linaro.org'
Subject: Linaro 13.10 panda board build issues

 

Hi,

 

I downloaded the 13.10 Linaro for panda board using "linaro_android_build_cmds.sh -m pinned-manifest.xml" approach. I could successfully generate the 3 tarballs a few days ago using this command.

 

But since yesterday the build have been failed with ffmpeg like below, see attached “linao_droid_build.log.gz” for details:

 

WARNING: arm-linux-androideabi-pkg-config not found, library detection may fail.

Note: frameworks/opt/timezonepicker/src/com/android/timezonepicker/TimeZoneInfo.java uses or overrides a deprecated API.

Note: Recompile with -Xlint:deprecation for details.

host C++: llvm-rs-cc <= frameworks/compile/slang/slang_rs.cpp

host C++: llvm-rs-cc <= frameworks/compile/slang/slang_rs_ast_replace.cpp

make[1]: Entering directory `/home/yanfeng/linaro/13.10/android/out/target/product/pandaboard/obj/ffmpeg'

libpng warning: Ignoring attempt to set cHRM RGB triangle with zero area

host C++: llvm-rs-cc <= frameworks/compile/slang/slang_rs_check_ast.cpp

host C++: llvm-rs-cc <= frameworks/compile/slang/slang_rs_context.cpp

make[1]: Leaving directory `/home/yanfeng/linaro/13.10/android/out/target/product/pandaboard/obj/ffmpeg'

make[1]: Entering directory `/home/yanfeng/linaro/13.10/android/out/target/product/pandaboard/obj/ffmpeg'

make[1]: *** No rule to make target `/home/yanfeng/linaro/android/external/ffmpeg/libavfilter/af_aconvert.c', needed by `libavfilter/af_aconvert.o'.  Stop.

make[1]: Leaving directory `/home/yanfeng/linaro/13.10/android/out/target/product/pandaboard/obj/ffmpeg'

make: *** [ffmpeg] Error 2

make: *** Waiting for unfinished jobs....

 

I noticed that this recent build shows some droid-4.4 tags are added, but I guess the pinned manifest should not get affected by the new things.

 

Could someone give me hints about what to do?

 

Regards,

Yanfeng