Advertisement
Guest User

Untitled

a guest
Jan 19th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.64 KB | None | 0 0
  1. In file included from external/p7zip/CPP/7zip/Archive/7z/7zUpdate.cpp:3:
  2. In file included from external/p7zip/CPP/myWindows/StdAfx.h:20:
  3. In file included from external/p7zip/CPP/7zip/Archive/7z/../../../Common/MyString.h:23:
  4. external/p7zip/CPP/7zip/Archive/7z/../../../Common/MyVector.h:491:7: warning: delete called on non-final 'NCoderMixer2::CCoderMT' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
  5. delete (T *)_v[--i];
  6. ^
  7. external/p7zip/CPP/7zip/Archive/7z/../Common/CoderMixer2.h:402:7: note: in instantiation of member function 'CObjectVector<NCoderMixer2::CCoderMT>::~CObjectVector' requested here
  8. class CMixerMT:
  9. ^
  10. 3 warnings generated.
  11. [ 0% 93/92222] target arm C++: lib7z_32 <= external/p7zip/CPP/7zip/Archive/Chm/ChmHandler.cpp
  12. In file included from external/p7zip/CPP/7zip/Archive/Chm/ChmHandler.cpp:18:
  13. external/p7zip/CPP/7zip/Archive/Chm/../../Compress/LzxDecoder.h:241:3: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers]
  14. const UInt32 GetUnpackSize() const { return _pos - _writePos; }
  15. ^~~~~~
  16. external/p7zip/CPP/7zip/Archive/Chm/ChmHandler.cpp:150:9: warning: add explicit braces to avoid dangling else [-Wdangling-else]
  17. else if (item.Section < m_Database.Sections.Size())
  18. ^
  19. 2 warnings generated.
  20. [ 0% 96/92222] target arm C++: lib7z_32 <= external/p7zip/CPP/7zip/Archive/Cab/CabHandler.cpp
  21. In file included from external/p7zip/CPP/7zip/Archive/Cab/CabHandler.cpp:22:
  22. external/p7zip/CPP/7zip/Archive/Cab/../../Compress/LzxDecoder.h:241:3: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers]
  23. const UInt32 GetUnpackSize() const { return _pos - _writePos; }
  24. ^~~~~~
  25. 1 warning generated.
  26. [ 0% 98/92222] target arm C++: lib7z_32 <= external/p7zip/CPP/7zip/Archive/ComHandler.cpp
  27. external/p7zip/CPP/7zip/Archive/ComHandler.cpp:586:30: warning: '&&' within '||' [-Wlogical-op-parentheses]
  28. if (msiName.Len() >= 4 && StringsAreEqualNoCase_Ascii(msiName.RightPtr(4), ".cab")
  29. ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  30. external/p7zip/CPP/7zip/Archive/ComHandler.cpp:586:30: note: place parentheses around the '&&' expression to silence this warning
  31. if (msiName.Len() >= 4 && StringsAreEqualNoCase_Ascii(msiName.RightPtr(4), ".cab")
  32. ^
  33. ( )
  34. external/p7zip/CPP/7zip/Archive/ComHandler.cpp:587:47: warning: '&&' within '||' [-Wlogical-op-parentheses]
  35. || !isMsiSpec && msiName.Len() >= 3 && StringsAreEqualNoCase_Ascii(msiName.RightPtr(3), "exe")
  36. ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  37. external/p7zip/CPP/7zip/Archive/ComHandler.cpp:587:47: note: place parentheses around the '&&' expression to silence this warning
  38. || !isMsiSpec && msiName.Len() >= 3 && StringsAreEqualNoCase_Ascii(msiName.RightPtr(3), "exe")
  39. ^
  40. ( )
  41. 2 warnings generated.
  42. [ 0% 101/92222] target arm C++: lib7z_32 <= external/p7zip/CPP/7zip/Archive/Common/ItemNameUtils.cpp
  43. external/p7zip/CPP/7zip/Archive/Common/ItemNameUtils.cpp:13:40: warning: unused parameter 's' [-Wunused-parameter]
  44. void ReplaceToOsPathSeparator(wchar_t *s)
  45. ^
  46. 1 warning generated.
  47. [ 0% 107/92222] target arm C++: lib7z_32 <= external/p7zip/CPP/7zip/Archive/Common/CoderMixer2.cpp
  48. In file included from external/p7zip/CPP/7zip/Archive/Common/CoderMixer2.cpp:3:
  49. In file included from external/p7zip/CPP/myWindows/StdAfx.h:20:
  50. In file included from external/p7zip/CPP/7zip/Archive/Common/../../Common/../../Common/MyString.h:23:
  51. external/p7zip/CPP/7zip/Archive/Common/../../../Common/MyVector.h:491:7: warning: delete called on non-final 'NCoderMixer2::CCoderMT' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor]
  52. delete (T *)_v[--i];
  53. ^
  54. external/p7zip/CPP/7zip/Archive/Common/CoderMixer2.h:402:7: note: in instantiation of member function 'CObjectVector<NCoderMixer2::CCoderMT>::~CObjectVector' requested here
  55. class CMixerMT:
  56. ^
  57. 1 warning generated.
  58. [ 0% 109/92222] target arm C++: lib7z_32 <= external/p7zip/CPP/7zip/Archive/CpioHandler.cpp
  59. external/p7zip/CPP/7zip/Archive/CpioHandler.cpp:221:25: warning: comparison of integers of different signs: 'int' and 'const unsigned int' [-Wsign-compare]
  60. for (int i = 6; i < k_OctRecord_Size; i++)
  61. ~ ^ ~~~~~~~~~~~~~~~~
  62. external/p7zip/CPP/7zip/Archive/CpioHandler.cpp:234:25: warning: comparison of integers of different signs: 'int' and 'const unsigned int' [-Wsign-compare]
  63. for (int i = 6; i < k_HexRecord_Size; i++)
  64. ~ ^ ~~~~~~~~~~~~~~~~
  65. external/p7zip/CPP/7zip/Archive/CpioHandler.cpp:461:15: warning: enumeration value 'k_ErrorType_OK' not handled in switch [-Wswitch]
  66. switch (_error)
  67. ^
  68. 3 warnings generated.
  69. [ 0% 114/92222] target arm C++: lib7z_32 <= external/p7zip/CPP/7zip/Archive/ExtHandler.cpp
  70. external/p7zip/CPP/7zip/Archive/ExtHandler.cpp:864:3: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers]
  71. const int GetParentAux(const CItem &item) const
  72. ^~~~~~
  73. 1 warning generated.
  74. [ 0% 117/92222] Building Kernel
  75. FAILED: TARGET_KERNEL_BINARIES
  76. /bin/bash -c "(rm -rf /home/daniel/android/lineage/out/target/product/whyred/vendor/lib/modules ) && (mkdir -p /home/daniel/android/lineage/out/target/product/whyred/vendor/lib/modules ) && (rm -rf /home/daniel/android/lineage/out/target/product/whyred/obj/PACKAGING/depmod_vendor_intermediates ) && (make -j2 CFLAGS_MODULE=\"-fno-pic\" -C kernel/xiaomi/whyred O=/home/daniel/android/lineage/out/target/product/whyred/obj/KERNEL_OBJ ARCH=arm64 CROSS_COMPILE=\" aarch64-linux-android-\" CROSS_COMPILE_ARM32=\"arm-linux-androidkernel-\" Image.gz-dtb ) && (if grep -q '^CONFIG_OF=y' /home/daniel/android/lineage/out/target/product/whyred/obj/KERNEL_OBJ/.config; then echo \"Building DTBs\"; make -j2 CFLAGS_MODULE=\"-fno-pic\" -C kernel/xiaomi/whyred O=/home/daniel/android/lineage/out/target/product/whyred/obj/KERNEL_OBJ ARCH=arm64 CROSS_COMPILE=\" aarch64-linux-android-\" CROSS_COMPILE_ARM32=\"arm-linux-androidkernel-\" dtbs; fi ) && (if grep -q '^CONFIG_MODULES=y' /home/daniel/android/lineage/out/target/product/whyred/obj/KERNEL_OBJ/.config; then echo \"Building Kernel Modules\"; make -j2 CFLAGS_MODULE=\"-fno-pic\" -C kernel/xiaomi/whyred O=/home/daniel/android/lineage/out/target/product/whyred/obj/KERNEL_OBJ ARCH=arm64 CROSS_COMPILE=\" aarch64-linux-android-\" CROSS_COMPILE_ARM32=\"arm-linux-androidkernel-\" modules; fi )"
  77. make: se entra en el directorio '/home/daniel/android/lineage/kernel/xiaomi/whyred'
  78. make[1]: se entra en el directorio '/home/daniel/android/lineage/out/target/product/whyred/obj/KERNEL_OBJ'
  79. GEN ./Makefile
  80. scripts/kconfig/conf --silentoldconfig Kconfig
  81. CHK include/config/kernel.release
  82. GEN ./Makefile
  83. CHK include/generated/uapi/linux/version.h
  84. UPD include/config/kernel.release
  85. Using /home/daniel/android/lineage/kernel/xiaomi/whyred as source for kernel
  86. CHK include/generated/utsrelease.h
  87. UPD include/generated/utsrelease.h
  88. CC kernel/bounds.s
  89. CC scripts/mod/empty.o
  90. CHK include/generated/timeconst.h
  91. CC scripts/mod/devicetable-offsets.s
  92. CHK include/generated/bounds.h
  93. MKELF scripts/mod/elfconfig.h
  94. CC arch/arm64/kernel/asm-offsets.s
  95. CHK scripts/mod/devicetable-offsets.h
  96. HOSTCC scripts/mod/sumversion.o
  97. HOSTCC scripts/mod/modpost.o
  98. HOSTCC scripts/mod/file2alias.o
  99. CHK include/generated/asm-offsets.h
  100. CALL /home/daniel/android/lineage/kernel/xiaomi/whyred/scripts/checksyscalls.sh
  101. HOSTLD scripts/mod/modpost
  102. HOSTCC scripts/extract-cert
  103. /home/daniel/android/lineage/kernel/xiaomi/whyred/scripts/extract-cert.c:21:10: fatal error: openssl/bio.h: No existe el archivo o el directorio
  104. #include <openssl/bio.h>
  105. ^~~~~~~~~~~~~~~
  106. compilation terminated.
  107. scripts/Makefile.host:91: recipe for target 'scripts/extract-cert' failed
  108. make[2]: *** [scripts/extract-cert] Error 1
  109. /home/daniel/android/lineage/kernel/xiaomi/whyred/Makefile:559: recipe for target 'scripts' failed
  110. make[1]: *** [scripts] Error 2
  111. make[1]: *** Se espera a que terminen otras tareas....
  112. make[1]: se sale del directorio '/home/daniel/android/lineage/out/target/product/whyred/obj/KERNEL_OBJ'
  113. Makefile:152: recipe for target 'sub-make' failed
  114. make: *** [sub-make] Error 2
  115. make: se sale del directorio '/home/daniel/android/lineage/kernel/xiaomi/whyred'
  116. [ 0% 120/92222] target arm C++: lib7z_32 <= external/p7zip/CPP/7zip/Archive/IhexHandler.cpp
  117. In file included from external/p7zip/CPP/7zip/Archive/IhexHandler.cpp:8:
  118. external/p7zip/CPP/7zip/Archive/../../Common/DynamicBuffer.h:57:3: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers]
  119. const size_t GetPos() const { return _pos; }
  120. ^~~~~~
  121. 1 warning generated.
  122. [ 0% 122/92222] target arm C++: lib7z_32 <= external/p7zip/CPP/7zip/Archive/HfsHandler.cpp
  123. ninja: build stopped: subcommand failed.
  124. 16:25:24 ninja failed with: exit status 1
  125.  
  126. #### failed to build some targets (03:10 (mm:ss)) ####
  127.  
  128. daniel@daniel-X555LAB:~/android/lineage$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement