Advertisement
Guest User

Untitled

a guest
Oct 31st, 2016
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.83 KB | None | 0 0
  1. ------------------------------------------------------------------------
  2. libhybris 0.1.0
  3. ------------------------------------------------------------------------
  4.  
  5. Configuration Options:
  6.  
  7. debug build.............: yes
  8.  
  9. trace...................: yes
  10.  
  11. prefix..................: /usr
  12.  
  13. arch ..................: arm64
  14.  
  15. headers path ...........:
  16.  
  17. default egl platform ...: null
  18.  
  19. default ld_library_path.: /usr/libexec/droid-hybris/system/lib64:/vendor/lib64:/system/lib64
  20.  
  21. ------------------------------------------------------------------------
  22.  
  23. Now type 'make' to compile and 'make install' to install this package.
  24. + make
  25. make all-recursive
  26. make[1]: Entering directory `/home/mgh01/mer/devel/mer-hybris/libhybris-1/hybris'
  27. Making all in include
  28. make[2]: Entering directory `/home/mgh01/mer/devel/mer-hybris/libhybris-1/hybris/include'
  29. make[2]: Nothing to be done for `all'.
  30. make[2]: Leaving directory `/home/mgh01/mer/devel/mer-hybris/libhybris-1/hybris/include'
  31. Making all in properties
  32. make[2]: Entering directory `/home/mgh01/mer/devel/mer-hybris/libhybris-1/hybris/properties'
  33. make[2]: Nothing to be done for `all'.
  34. make[2]: Leaving directory `/home/mgh01/mer/devel/mer-hybris/libhybris-1/hybris/properties'
  35. Making all in common
  36. make[2]: Entering directory `/home/mgh01/mer/devel/mer-hybris/libhybris-1/hybris/common'
  37. Making all in mm
  38. make[3]: Entering directory `/home/mgh01/mer/devel/mer-hybris/libhybris-1/hybris/common/mm'
  39. CXX libandroid_linker_la-linker_dlfcn.lo
  40. In file included from ../../include/sys/select.h:33:0,
  41. from ../../include/unistd.h:35,
  42. from linker.h:35,
  43. from linker_dlfcn.cpp:17:
  44. ../../include/signal.h:64:0: warning: "_NSIG" redefined [enabled by default]
  45. #define _NSIG (_KERNEL__NSIG + 1)
  46. ^
  47. In file included from /usr/include/asm/signal.h:22:0,
  48. from /usr/include/linux/signal.h:4,
  49. from ../../include/signal.h:43,
  50. from ../../include/sys/select.h:33,
  51. from ../../include/unistd.h:35,
  52. from linker.h:35,
  53. from linker_dlfcn.cpp:17:
  54. /usr/include/asm-generic/signal.h:6:0: note: this is the location of the previous definition
  55. #define _NSIG 64
  56. ^
  57. In file included from ../../include/sys/select.h:33:0,
  58. from ../../include/unistd.h:35,
  59. from linker.h:35,
  60. from linker_dlfcn.cpp:17:
  61. ../../include/signal.h:68:0: warning: "SIGRTMIN" redefined [enabled by default]
  62. #define SIGRTMIN (__libc_current_sigrtmin())
  63. ^
  64. In file included from /usr/include/asm/signal.h:22:0,
  65. from /usr/include/linux/signal.h:4,
  66. from ../../include/signal.h:43,
  67. from ../../include/sys/select.h:33,
  68. from ../../include/unistd.h:35,
  69. from linker.h:35,
  70. from linker_dlfcn.cpp:17:
  71. /usr/include/asm-generic/signal.h:49:0: note: this is the location of the previous definition
  72. #define SIGRTMIN 32
  73. ^
  74. In file included from ../../include/sys/select.h:33:0,
  75. from ../../include/unistd.h:35,
  76. from linker.h:35,
  77. from linker_dlfcn.cpp:17:
  78. ../../include/signal.h:69:0: warning: "SIGRTMAX" redefined [enabled by default]
  79. #define SIGRTMAX (__libc_current_sigrtmax())
  80. ^
  81. In file included from /usr/include/asm/signal.h:22:0,
  82. from /usr/include/linux/signal.h:4,
  83. from ../../include/signal.h:43,
  84. from ../../include/sys/select.h:33,
  85. from ../../include/unistd.h:35,
  86. from linker.h:35,
  87. from linker_dlfcn.cpp:17:
  88. /usr/include/asm-generic/signal.h:51:0: note: this is the location of the previous definition
  89. #define SIGRTMAX _NSIG
  90. ^
  91. In file included from /opt/cross/aarch64-meego-linux-gnu/include/c++/4.8.3/aarch64-meego-linux-gnu/bits/c++config.h:426:0,
  92. from /opt/cross/aarch64-meego-linux-gnu/include/c++/4.8.3/string:38,
  93. from linker.h:42,
  94. from linker_dlfcn.cpp:17:
  95. /opt/cross/aarch64-meego-linux-gnu/include/c++/4.8.3/aarch64-meego-linux-gnu/bits/os_defines.h:44:19: error: missing binary operator before token "("
  96. #if __GLIBC_PREREQ(2,15) && defined(_GNU_SOURCE)
  97. ^
  98. make[3]: *** [libandroid_linker_la-linker_dlfcn.lo] Error 1
  99. make[3]: Leaving directory `/home/mgh01/mer/devel/mer-hybris/libhybris-1/hybris/common/mm'
  100. make[2]: *** [all-recursive] Error 1
  101. make[2]: Leaving directory `/home/mgh01/mer/devel/mer-hybris/libhybris-1/hybris/common'
  102. make[1]: *** [all-recursive] Error 1
  103. make[1]: Leaving directory `/home/mgh01/mer/devel/mer-hybris/libhybris-1/hybris'
  104. make: *** [all] Error 2
  105. error: Bad exit status from /var/tmp/rpm-tmp.OjQ3CP (%build)
  106.  
  107.  
  108. RPM build errors:
  109. Bad exit status from /var/tmp/rpm-tmp.OjQ3CP (%build)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement