Advertisement
plastikman

Untitled

Oct 3rd, 2013
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.45 KB | None | 0 0
  1.  
  2. host Java: sdkuilib-tests (/android/10.1/system/out/host/common/obj/JAVA_LIBRARIES/sdkuilib-tests_intermediates/classes)
  3. Target userdata fs image: /android/10.1/system/out/target/product/d800/userdata.img
  4. echo "selinux_fc=/android/10.1/system/out/target/product/d800/root/file_contexts" >> /android/10.1/system/out/target/product/d800/obj/PACKAGING/userdata_intermediates/userdata_image_info.txt
  5. Running: mkuserimg.sh -s /android/10.1/system/out/target/product/d800/data /android/10.1/system/out/target/product/d800/userdata.img ext4 data 6189744128 /android/10.1/system/out/target/product/d800/root/file_contexts
  6. + echo 'in mkuserimg.sh PATH=/android/10.1/system/out/host/linux-x86/bin/:/usr/lib/jvm/java-6-sun/bin:/android/10.1/system/out/host/linux-x86/bin:/android/10.1/system/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin:/android/10.1/system/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/bin:/android/10.1/system/development/emulator/qtools:/android/10.1/system/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin:/android/10.1/system/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin:/android/10.1/system/development/scripts:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/zak/.local/bin:/home/zak/bin'
  7. in mkuserimg.sh PATH=/android/10.1/system/out/host/linux-x86/bin/:/usr/lib/jvm/java-6-sun/bin:/android/10.1/system/out/host/linux-x86/bin:/android/10.1/system/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin:/android/10.1/system/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/bin:/android/10.1/system/development/emulator/qtools:/android/10.1/system/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin:/android/10.1/system/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin:/android/10.1/system/development/scripts:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/zak/.local/bin:/home/zak/bin
  8. + ENABLE_SPARSE_IMAGE=
  9. + '[' -s = -s ']'
  10. + ENABLE_SPARSE_IMAGE=-s
  11. + shift
  12. + '[' 6 -ne 4 -a 6 -ne 5 -a 6 -ne 6 ']'
  13. + SRC_DIR=/android/10.1/system/out/target/product/d800/data
  14. + '[' '!' -d /android/10.1/system/out/target/product/d800/data ']'
  15. + OUTPUT_FILE=/android/10.1/system/out/target/product/d800/userdata.img
  16. + EXT_VARIANT=ext4
  17. + MOUNT_POINT=data
  18. + SIZE=6189744128
  19. + FC=/android/10.1/system/out/target/product/d800/root/file_contexts
  20. + case $EXT_VARIANT in
  21. + '[' -z data ']'
  22. + '[' -z 6189744128 ']'
  23. + '[' -n /android/10.1/system/out/target/product/d800/root/file_contexts ']'
  24. + FCOPT='-S /android/10.1/system/out/target/product/d800/root/file_contexts'
  25. + MAKE_EXT4FS_CMD='make_ext4fs -s -S /android/10.1/system/out/target/product/d800/root/file_contexts -l 6189744128 -a data /android/10.1/system/out/target/product/d800/userdata.img /android/10.1/system/out/target/product/d800/data'
  26. + echo make_ext4fs -s -S /android/10.1/system/out/target/product/d800/root/file_contexts -l 6189744128 -a data /android/10.1/system/out/target/product/d800/userdata.img /android/10.1/system/out/target/product/d800/data
  27. make_ext4fs -s -S /android/10.1/system/out/target/product/d800/root/file_contexts -l 6189744128 -a data /android/10.1/system/out/target/product/d800/userdata.img /android/10.1/system/out/target/product/d800/data
  28. + make_ext4fs -s -S /android/10.1/system/out/target/product/d800/root/file_contexts -l 6189744128 -a data /android/10.1/system/out/target/product/d800/userdata.img /android/10.1/system/out/target/product/d800/data
  29. /android/10.1/system/out/target/product/d800/root/file_contexts: No such file or directory
  30. + '[' 1 -ne 0 ']'
  31. + exit 4
  32. error: failed to build /android/10.1/system/out/target/product/d800/userdata.img from /android/10.1/system/out/target/product/d800/data
  33. make: *** [/android/10.1/system/out/target/product/d800/userdata.img] Error 1
  34. make: *** Waiting for unfinished jobs....
  35. warning: [options] bootstrap class path not set in conjunction with -source 1.5
  36. warning: [options] bootstrap class path not set in conjunction with -source 1.5
  37. warning: [options] bootstrap class path not set in conjunction with -source 1.5
  38. warning: [options] bootstrap class path not set in conjunction with -source 1.5
  39. 1 warning
  40. 1 warning
  41. 1 warning
  42. Note: Some input files use unchecked or unsafe operations.
  43. Note: Recompile with -Xlint:unchecked for details.
  44. 1 warning
  45. Note: Some input files use or override a deprecated API.
  46. Note: Recompile with -Xlint:deprecation for details.
  47. Note: Some input files use unchecked or unsafe operations.
  48. Note: Recompile with -Xlint:unchecked for details.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement