Don't like ads? PRO users don't see any ads ;-)
Guest

tttt

By: a guest on Apr 25th, 2012  |  syntax: None  |  size: 7.23 KB  |  hits: 37  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. ============================================
  2. PLATFORM_VERSION_CODENAME=REL
  3. PLATFORM_VERSION=4.0.4
  4. TARGET_PRODUCT=haida
  5. TARGET_BUILD_VARIANT=eng
  6. TARGET_BUILD_TYPE=release
  7. TARGET_BUILD_APPS=
  8. TARGET_ARCH=arm
  9. TARGET_ARCH_VARIANT=armv7-a-neon
  10. HOST_ARCH=x86
  11. HOST_OS=linux
  12. HOST_BUILD_TYPE=release
  13. BUILD_ID=IMM76D
  14. ============================================
  15. Entire build directory removed.
  16. z25@cm7:~/aosp$ . build/envsetup.sh > '/home/z25/Pulpit/log'
  17. z25@cm7:~/aosp$ lunch haida-eng > '/home/z25/Pulpit/log'
  18. z25@cm7:~/aosp$ . build/envsetup.sh > '/home/z25/Pulpit/log1'
  19. z25@cm7:~/aosp$ lunch haida-eng > '/home/z25/Pulpit/log2'
  20. z25@cm7:~/aosp$ make -j4 > '/home/z25/Pulpit/log3'
  21. frameworks/base/tools/aidl/aidl_language_l.l:54: warning, nie można dopasować reguły
  22. Note: Some input files use unchecked or unsafe operations.
  23. Note: Recompile with -Xlint:unchecked for details.
  24. Note: Some input files use unchecked or unsafe operations.
  25. Note: Recompile with -Xlint:unchecked for details.
  26. Note: Some input files use or override a deprecated API.
  27. Note: Recompile with -Xlint:deprecation for details.
  28. Note: Some input files use unchecked or unsafe operations.
  29. Note: Recompile with -Xlint:unchecked for details.
  30. system/core/libmincrypt/tools/DumpPublicKey.java:27: warning: sun.misc.BASE64Encoder is Sun proprietary API and may be removed in a future release
  31. import sun.misc.BASE64Encoder;
  32.                ^
  33. 1 warning
  34. Note: Some input files use or override a deprecated API.
  35. Note: Recompile with -Xlint:deprecation for details.
  36. Note: Some input files use unchecked or unsafe operations.
  37. Note: Recompile with -Xlint:unchecked for details.
  38. Note: Some input files use or override a deprecated API.
  39. Note: Recompile with -Xlint:deprecation for details.
  40. Note: Some input files use or override a deprecated API.
  41. Note: Recompile with -Xlint:deprecation for details.
  42. Note: Some input files use unchecked or unsafe operations.
  43. Note: Recompile with -Xlint:unchecked for details.
  44. Note: Some input files use unchecked or unsafe operations.
  45. Note: Recompile with -Xlint:unchecked for details.
  46. build/tools/signapk/SignApk.java:19: warning: sun.misc.BASE64Encoder is Sun proprietary API and may be removed in a future release
  47. import sun.misc.BASE64Encoder;
  48.                ^
  49. build/tools/signapk/SignApk.java:20: warning: sun.security.pkcs.ContentInfo is Sun proprietary API and may be removed in a future release
  50. import sun.security.pkcs.ContentInfo;
  51.                         ^
  52. build/tools/signapk/SignApk.java:21: warning: sun.security.pkcs.PKCS7 is Sun proprietary API and may be removed in a future release
  53. import sun.security.pkcs.PKCS7;
  54.                         ^
  55. build/tools/signapk/SignApk.java:22: warning: sun.security.pkcs.SignerInfo is Sun proprietary API and may be removed in a future release
  56. import sun.security.pkcs.SignerInfo;
  57.                         ^
  58. build/tools/signapk/SignApk.java:23: warning: sun.security.x509.AlgorithmId is Sun proprietary API and may be removed in a future release
  59. import sun.security.x509.AlgorithmId;
  60.                         ^
  61. build/tools/signapk/SignApk.java:24: warning: sun.security.x509.X500Name is Sun proprietary API and may be removed in a future release
  62. import sun.security.x509.X500Name;
  63.                         ^
  64. build/tools/signapk/SignApk.java:182: warning: sun.misc.BASE64Encoder is Sun proprietary API and may be removed in a future release
  65.         BASE64Encoder base64 = new BASE64Encoder();
  66.         ^
  67. build/tools/signapk/SignApk.java:182: warning: sun.misc.BASE64Encoder is Sun proprietary API and may be removed in a future release
  68.         BASE64Encoder base64 = new BASE64Encoder();
  69.                                    ^
  70. build/tools/signapk/SignApk.java:266: warning: sun.misc.BASE64Encoder is Sun proprietary API and may be removed in a future release
  71.         BASE64Encoder base64 = new BASE64Encoder();
  72.         ^
  73. build/tools/signapk/SignApk.java:266: warning: sun.misc.BASE64Encoder is Sun proprietary API and may be removed in a future release
  74.         BASE64Encoder base64 = new BASE64Encoder();
  75.                                    ^
  76. build/tools/signapk/SignApk.java:308: warning: sun.security.pkcs.SignerInfo is Sun proprietary API and may be removed in a future release
  77.         SignerInfo signerInfo = new SignerInfo(
  78.         ^
  79. build/tools/signapk/SignApk.java:308: warning: sun.security.pkcs.SignerInfo is Sun proprietary API and may be removed in a future release
  80.         SignerInfo signerInfo = new SignerInfo(
  81.                                     ^
  82. build/tools/signapk/SignApk.java:309: warning: sun.security.x509.X500Name is Sun proprietary API and may be removed in a future release
  83.                 new X500Name(publicKey.getIssuerX500Principal().getName()),
  84.                     ^
  85. build/tools/signapk/SignApk.java:311: warning: sun.security.x509.AlgorithmId is Sun proprietary API and may be removed in a future release
  86.                 AlgorithmId.get("SHA1"),
  87.                 ^
  88. build/tools/signapk/SignApk.java:312: warning: sun.security.x509.AlgorithmId is Sun proprietary API and may be removed in a future release
  89.                 AlgorithmId.get("RSA"),
  90.                 ^
  91. build/tools/signapk/SignApk.java:315: warning: sun.security.pkcs.PKCS7 is Sun proprietary API and may be removed in a future release
  92.         PKCS7 pkcs7 = new PKCS7(
  93.         ^
  94. build/tools/signapk/SignApk.java:315: warning: sun.security.pkcs.PKCS7 is Sun proprietary API and may be removed in a future release
  95.         PKCS7 pkcs7 = new PKCS7(
  96.                           ^
  97. build/tools/signapk/SignApk.java:316: warning: sun.security.x509.AlgorithmId is Sun proprietary API and may be removed in a future release
  98.                 new AlgorithmId[] { AlgorithmId.get("SHA1") },
  99.                     ^
  100. build/tools/signapk/SignApk.java:316: warning: sun.security.x509.AlgorithmId is Sun proprietary API and may be removed in a future release
  101.                 new AlgorithmId[] { AlgorithmId.get("SHA1") },
  102.                                     ^
  103. build/tools/signapk/SignApk.java:317: warning: sun.security.pkcs.ContentInfo is Sun proprietary API and may be removed in a future release
  104.                 new ContentInfo(ContentInfo.DATA_OID, null),
  105.                     ^
  106. build/tools/signapk/SignApk.java:317: warning: sun.security.pkcs.ContentInfo is Sun proprietary API and may be removed in a future release
  107.                 new ContentInfo(ContentInfo.DATA_OID, null),
  108.                                 ^
  109. build/tools/signapk/SignApk.java:319: warning: sun.security.pkcs.SignerInfo is Sun proprietary API and may be removed in a future release
  110.                 new SignerInfo[] { signerInfo });
  111.                     ^
  112. Note: build/tools/signapk/SignApk.java uses unchecked or unsafe operations.
  113. Note: Recompile with -Xlint:unchecked for details.
  114. 22 warnings
  115. Note: Some input files use or override a deprecated API.
  116. Note: Recompile with -Xlint:deprecation for details.
  117. Note: Some input files use unchecked or unsafe operations.
  118. Note: Recompile with -Xlint:unchecked for details.
  119. make: *** Brak reguł do zrobienia obiektu `out/target/product/haida/obj/lib/libaudioalsa.so', wymaganego przez `out/target/product/haida/obj/SHARED_LIBRARIES/audio.primary.msm7x30_intermediates/LINKED/audio.primary.msm7x30.so'. Stop.
  120. make: *** Oczekiwanie na niezakończone zadania....
  121. z25@cm7:~/aosp$