Advertisement
Guest User

Untitled

a guest
Apr 15th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 85.73 KB | None | 0 0
  1.  * Package:    dev-dotnet/dotnetcore-sdk-1.1.1-r2
  2.  * Repository: dotnet
  3.  * Maintainer: dotnet@gentoo.org
  4.  * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU
  5.  * FEATURES:   network-sandbox preserve-libs sandbox userpriv usersandbox
  6. >>> Unpacking source...
  7. >>> Unpacking coreclr-1.0.6.tar.gz to /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work
  8. >>> Unpacking corefx-1.0.4.tar.gz to /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work
  9. >>> Unpacking coreclr-1.1.1.tar.gz to /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work
  10. >>> Unpacking corefx-1.1.1.tar.gz to /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work
  11. >>> Unpacking dotnet-1.1.1-sdk-debian-x64.tar.gz to /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/dotnetcli-1.1.1
  12. >>> Unpacking dotnet-dev-debian-x64.1.0.0-preview2-003156.tar.gz to /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/tools-dotnet
  13. >>> Source unpacked in /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work
  14. >>> Preparing source in /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work ...
  15.  * Applying coreclr-1.0.6-gcc6-clang39.patch ...
  16.  [ ok ]
  17.  * Applying coreclr-1.0.6-clang39-commit-9db7fb1.patch ...
  18.  [ ok ]
  19.  * Applying coreclr-1.0.6-icu57-commit-352df35.patch ...
  20.  [ ok ]
  21.  * Applying coreclr-1.0.6-llvm4.patch ...
  22.  [ ok ]
  23.  * Applying coreclr-1.0.6-llvm4-intsafe.patch ...
  24.  [ ok ]
  25.  * Applying coreclr-1.1.1-clang39-commit-9db7fb1.patch ...
  26.  [ ok ]
  27.  * Applying coreclr-1.1.1-exceptionhandling.patch ...
  28.  [ ok ]
  29.  * Applying coreclr-1.1.1-builtin-redefinition.patch ...
  30.  [ ok ]
  31.  * Applying corefx-1.1.1-init-tools-script.patch ...
  32.  [ ok ]
  33.  * Applying coreclr-1.1.1-llvm4.patch ...
  34.  [ ok ]
  35.  * Applying coreclr-1.1.1-llvm4-intsafe.patch ...
  36.  [ ok ]
  37.  * Applying corefx-1.0.4-werror.patch ...
  38.  [ ok ]
  39.  * Applying corefx-1.1.1-run-script.patch ...
  40.  [ ok ]
  41.  * Applying corefx-1.1.1-werror.patch ...
  42.  [ ok ]
  43. >>> Source prepared.
  44. >>> Configuring source in /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work ...
  45. >>> Source configured.
  46. >>> Compiling source in /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work ...
  47. ./build.sh: line 173: [: too many arguments
  48. Unknown CPU Intel(R) Core(TM) i5-6600K CPU @ 3.50GHz detected, configuring as if for x64
  49. Setting up directories for build
  50. Checking pre-requisites...
  51. Commencing build of corefx native components for Linux.x64.Release
  52. Invoking cmake with arguments: "/var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native" RELEASE
  53. No CMake extra Args specified
  54. -- The C compiler identification is Clang 8.0.0
  55. -- The CXX compiler identification is Clang 8.0.0
  56. -- Check for working C compiler: /usr/lib/llvm/8/bin/clang
  57. -- Check for working C compiler: /usr/lib/llvm/8/bin/clang -- works
  58. -- Detecting C compiler ABI info
  59. -- Detecting C compiler ABI info - done
  60. -- Detecting C compile features
  61. -- Detecting C compile features - done
  62. -- Check for working CXX compiler: /usr/lib/llvm/8/bin/clang++
  63. -- Check for working CXX compiler: /usr/lib/llvm/8/bin/clang++ -- works
  64. -- Detecting CXX compiler ABI info
  65. -- Detecting CXX compiler ABI info - done
  66. -- Detecting CXX compile features
  67. -- Detecting CXX compile features - done
  68. -- Looking for include file linux/in.h
  69. -- Looking for include file linux/in.h - found
  70. -- Check size of struct in_pktinfo
  71. -- Check size of struct in_pktinfo - done
  72. -- Check size of struct ip_mreqn
  73. -- Check size of struct ip_mreqn - done
  74. -- Looking for stat64
  75. -- Looking for stat64 - found
  76. -- Looking for pipe2
  77. -- Looking for pipe2 - found
  78. -- Looking for getmntinfo
  79. -- Looking for getmntinfo - not found
  80. -- Looking for strcpy_s
  81. -- Looking for strcpy_s - not found
  82. -- Looking for strlcpy
  83. -- Looking for strlcpy - not found
  84. -- Looking for posix_fadvise
  85. -- Looking for posix_fadvise - found
  86. -- Looking for ioctl
  87. -- Looking for ioctl - found
  88. -- Looking for sched_getaffinity
  89. -- Looking for sched_getaffinity - found
  90. -- Looking for sched_setaffinity
  91. -- Looking for sched_setaffinity - found
  92. -- Looking for TIOCGWINSZ
  93. -- Looking for TIOCGWINSZ - found
  94. -- Looking for tcgetattr
  95. -- Looking for tcgetattr - found
  96. -- Looking for tcsetattr
  97. -- Looking for tcsetattr - found
  98. -- Looking for ECHO
  99. -- Looking for ECHO - found
  100. -- Looking for ICANON
  101. -- Looking for ICANON - found
  102. -- Looking for TCSANOW
  103. -- Looking for TCSANOW - found
  104. -- Performing Test HAVE_STAT_BIRTHTIME
  105. -- Performing Test HAVE_STAT_BIRTHTIME - Failed
  106. -- Performing Test HAVE_DIRENT_NAME_LEN
  107. -- Performing Test HAVE_DIRENT_NAME_LEN - Failed
  108. -- Performing Test HAVE_STATFS_FSTYPENAME
  109. -- Performing Test HAVE_STATFS_FSTYPENAME - Failed
  110. -- Performing Test HAVE_STATVFS_FSTYPENAME
  111. -- Performing Test HAVE_STATVFS_FSTYPENAME - Failed
  112. -- Check size of struct statfs
  113. -- Check size of struct statfs - done
  114. -- Performing Test HAVE_IN6_U
  115. -- Performing Test HAVE_IN6_U - Success
  116. -- Performing Test HAVE_U6_ADDR
  117. -- Performing Test HAVE_U6_ADDR - Failed
  118. -- Performing Test HAVE_GNU_STRERROR_R
  119. -- Performing Test HAVE_GNU_STRERROR_R - Success
  120. -- Performing Test KEVENT_HAS_VOID_UDATA
  121. -- Performing Test KEVENT_HAS_VOID_UDATA - Failed
  122. -- Performing Test HAVE_FDS_BITS
  123. -- Performing Test HAVE_FDS_BITS - Failed
  124. -- Performing Test HAVE_PRIVATE_FDS_BITS
  125. -- Performing Test HAVE_PRIVATE_FDS_BITS - Failed
  126. -- Performing Test HAVE_SENDFILE
  127. -- Performing Test HAVE_SENDFILE - Success
  128. -- Looking for fcopyfile
  129. -- Looking for fcopyfile - not found
  130. -- Looking for epoll_create1
  131. -- Looking for epoll_create1 - found
  132. -- Looking for kqueue
  133. -- Looking for kqueue - not found
  134. -- Performing Test HAVE_GETHOSTBYADDR_R
  135. -- Performing Test HAVE_GETHOSTBYADDR_R - Success
  136. -- Performing Test HAVE_GETHOSTBYNAME_R
  137. -- Performing Test HAVE_GETHOSTBYNAME_R - Success
  138. -- Performing Test HAVE_CLOCK_MONOTONIC
  139. -- Performing Test HAVE_CLOCK_MONOTONIC - Success
  140. -- Looking for mach_absolute_time
  141. -- Looking for mach_absolute_time - not found
  142. -- Performing Test HAVE_SHM_OPEN_THAT_WORKS_WELL_ENOUGH_WITH_MMAP
  143. -- Performing Test HAVE_SHM_OPEN_THAT_WORKS_WELL_ENOUGH_WITH_MMAP - Failed
  144. -- Checking prototype getpriority for PRIORITY_REQUIRES_INT_WHO - False
  145. -- Checking prototype kevent for KEVENT_REQUIRES_INT_PARAMS - False
  146. -- Performing Test HAVE_TCP_VAR_H
  147. -- Performing Test HAVE_TCP_VAR_H - Failed
  148. -- Performing Test HAVE_TCP_H_TCPSTATE_ENUM
  149. -- Performing Test HAVE_TCP_H_TCPSTATE_ENUM - Success
  150. -- Looking for TCPS_ESTABLISHED
  151. -- Looking for TCPS_ESTABLISHED - not found
  152. -- Performing Test HAVE_RT_MSGHDR
  153. -- Performing Test HAVE_RT_MSGHDR - Failed
  154. -- Looking for include file sys/sysctl.h
  155. -- Looking for include file sys/sysctl.h - found
  156. -- Looking for include file linux/rtnetlink.h
  157. -- Looking for include file linux/rtnetlink.h - found
  158. -- Looking for getpeereid
  159. -- Looking for getpeereid - not found
  160. -- Performing Test HAVE_GETDOMAINNAME_SIZET
  161. -- Performing Test HAVE_GETDOMAINNAME_SIZET - Success
  162. -- Looking for inotify_init
  163. -- Looking for inotify_init - found
  164. -- Looking for inotify_add_watch
  165. -- Looking for inotify_add_watch - found
  166. -- Looking for inotify_rm_watch
  167. -- Looking for inotify_rm_watch - found
  168. -- Performing Test HAVE_CURLM_ADDED_ALREADY
  169. -- Performing Test HAVE_CURLM_ADDED_ALREADY - Success
  170. -- Performing Test HAVE_CURL_HTTP_VERSION_2_0
  171. -- Performing Test HAVE_CURL_HTTP_VERSION_2_0 - Success
  172. -- Performing Test HAVE_CURLPIPE_MULTIPLEX
  173. -- Performing Test HAVE_CURLPIPE_MULTIPLEX - Success
  174. -- Performing Test HAVE_CURL_SSLVERSION_TLSv1_012
  175. -- Performing Test HAVE_CURL_SSLVERSION_TLSv1_012 - Success
  176. -- Looking for include file GSS/GSS.h
  177. -- Looking for include file GSS/GSS.h - not found
  178. -- Looking for GSS_SPNEGO_MECHANISM
  179. -- Looking for GSS_SPNEGO_MECHANISM - not found
  180. -- Looking for GSS_KRB5_CRED_NO_CI_FLAGS_X
  181. -- Looking for GSS_KRB5_CRED_NO_CI_FLAGS_X - not found
  182. -- Found ZLIB: /usr/lib/libz.so (found version "1.2.11")
  183. -- Found CURL: /usr/lib/libcurl.so (found version "7.64.1")
  184. -- Found OpenSSL: /usr/lib64/libcrypto.so (found version "1.0.2r")
  185. -- Looking for TLSv1_1_method in /usr/lib64/libssl.so
  186. -- Looking for TLSv1_1_method in /usr/lib64/libssl.so - found
  187. -- Looking for TLSv1_2_method in /usr/lib64/libssl.so
  188. -- Looking for TLSv1_2_method in /usr/lib64/libssl.so - found
  189. -- Looking for EC_GF2m_simple_method
  190. -- Looking for EC_GF2m_simple_method - found
  191. -- Configuring done
  192. -- Generating done
  193. -- Build files have been written to: /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/bin/obj/Linux.x64.Release/Native
  194. Executing make install -j 5
  195. Scanning dependencies of target System.IO.Compression.Native
  196. Scanning dependencies of target System.Native-Static
  197. Scanning dependencies of target System.Net.Http.Native
  198. Scanning dependencies of target System.Native
  199. Scanning dependencies of target System.Net.Security.Native
  200. [  1%] Building CXX object System.Net.Http.Native/CMakeFiles/System.Net.Http.Native.dir/pal_curlinit.cpp.o
  201. [  2%] Building CXX object System.Net.Security.Native/CMakeFiles/System.Net.Security.Native.dir/pal_gssapi.cpp.o
  202. [  3%] Building CXX object System.Native/CMakeFiles/System.Native-Static.dir/pal_console.cpp.o
  203. [  5%] Building CXX object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native.dir/pal_zlib.cpp.o
  204. [  6%] Building CXX object System.Native/CMakeFiles/System.Native.dir/pal_console.cpp.o
  205. [  7%] Building C object System.IO.Compression.Native/CMakeFiles/System.IO.Compression.Native.dir/var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/bin/obj/version.c.o
  206. [  9%] Building CXX object System.Net.Http.Native/CMakeFiles/System.Net.Http.Native.dir/pal_easy.cpp.o
  207. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Security.Native/pal_gssapi.cpp:277:51: warning: zero as null pointer constant
  208.       [-Wzero-as-null-pointer-constant]
  209.                                                   0,
  210.                                                   ^
  211.                                                   nullptr
  212. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Native/pal_console.cpp:398:61: warning: zero as null pointer constant
  213.       [-Wzero-as-null-pointer-constant]
  214.                     sigaction(SIGINT, &g_origSigIntHandler, NULL);
  215.                                                             ^~~~
  216.                                                             nullptr
  217. /usr/lib64/llvm/8/bin/../../../../lib/clang/8.0.0/include/stddef.h:100:18: note: expanded from macro 'NULL'
  218. #    define NULL __null
  219.                  ^
  220. 1 warning generated.
  221. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Native/pal_console.cpp:407:63: warning: zero as null pointer constant
  222.       [-Wzero-as-null-pointer-constant]
  223.                     sigaction(SIGQUIT, &g_origSigQuitHandler, NULL);
  224.                                                               ^~~~
  225.                                                               nullptr
  226. /usr/lib64/llvm/8/bin/../../../../lib/clang/8.0.0/include/stddef.h:100:18: note: expanded from macro 'NULL'
  227. #    define NULL __null
  228.                  ^
  229. [ 10%] Building C object System.Net.Security.Native/CMakeFiles/System.Net.Security.Native.dir/var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/bin/obj/version.c.o
  230. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Native/pal_console.cpp:398:61: warning: zero as null pointer constant
  231.       [-Wzero-as-null-pointer-constant]
  232.                     sigaction(SIGINT, &g_origSigIntHandler, NULL);
  233.                                                             ^~~~
  234.                                                             nullptr
  235. /usr/lib64/llvm/8/bin/../../../../lib/clang/8.0.0/include/stddef.h:100:18: note: expanded from macro 'NULL'
  236. #    define NULL __null
  237.                  ^
  238. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Native/pal_console.cpp:407:63: warning: zero as null pointer constant
  239.       [-Wzero-as-null-pointer-constant]
  240.                     sigaction(SIGQUIT, &g_origSigQuitHandler, NULL);
  241.                                                               ^~~~
  242.                                                               nullptr
  243. /usr/lib64/llvm/8/bin/../../../../lib/clang/8.0.0/include/stddef.h:100:18: note: expanded from macro 'NULL'
  244. #    define NULL __null
  245.                  ^
  246. [ 11%] Linking CXX shared library System.IO.Compression.Native.so
  247. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:10:38: warning: comparison of two values with different enumeration types
  248.       ('PAL_CURLoption' and 'CURLoption') [-Wenum-compare]
  249. static_assert(PAL_CURLOPT_INFILESIZE == CURLOPT_INFILESIZE, "");
  250.               ~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~
  251. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:11:38: warning: comparison of two values with different enumeration types
  252.       ('PAL_CURLoption' and 'CURLoption') [-Wenum-compare]
  253. static_assert(PAL_CURLOPT_SSLVERSION == CURLOPT_SSLVERSION, "");
  254.               ~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~
  255. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:12:35: warning: comparison of two values with different enumeration types
  256.       ('PAL_CURLoption' and 'CURLoption') [-Wenum-compare]
  257. static_assert(PAL_CURLOPT_VERBOSE == CURLOPT_VERBOSE, "");
  258.               ~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~
  259. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:13:34: warning: comparison of two values with different enumeration types
  260.       ('PAL_CURLoption' and 'CURLoption') [-Wenum-compare]
  261. static_assert(PAL_CURLOPT_NOBODY == CURLOPT_NOBODY, "");
  262.               ~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~
  263. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:14:34: warning: comparison of two values with different enumeration types
  264.       ('PAL_CURLoption' and 'CURLoption') [-Wenum-compare]
  265. static_assert(PAL_CURLOPT_UPLOAD == CURLOPT_UPLOAD, "");
  266.               ~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~
  267. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:15:32: warning: comparison of two values with different enumeration types
  268.       ('PAL_CURLoption' and 'CURLoption') [-Wenum-compare]
  269. static_assert(PAL_CURLOPT_POST == CURLOPT_POST, "");
  270.               ~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~
  271. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:16:42: warning: comparison of two values with different enumeration types
  272.       ('PAL_CURLoption' and 'CURLoption') [-Wenum-compare]
  273. static_assert(PAL_CURLOPT_FOLLOWLOCATION == CURLOPT_FOLLOWLOCATION, "");
  274.               ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~
  275. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:17:37: warning: comparison of two values with different enumeration types
  276.       ('PAL_CURLoption' and 'CURLoption') [-Wenum-compare]
  277. static_assert(PAL_CURLOPT_PROXYPORT == CURLOPT_PROXYPORT, "");
  278.               ~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~
  279. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:18:41: warning: comparison of two values with different enumeration types
  280.       ('PAL_CURLoption' and 'CURLoption') [-Wenum-compare]
  281. static_assert(PAL_CURLOPT_POSTFIELDSIZE == CURLOPT_POSTFIELDSIZE, "");
  282.               ~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~
  283. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:19:42: warning: comparison of two values with different enumeration types
  284.       ('PAL_CURLoption' and 'CURLoption') [-Wenum-compare]
  285. static_assert(PAL_CURLOPT_SSL_VERIFYPEER == CURLOPT_SSL_VERIFYPEER, "");
  286.               ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~
  287. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:20:37: warning: comparison of two values with different enumeration types
  288.       ('PAL_CURLoption' and 'CURLoption') [-Wenum-compare]
  289. static_assert(PAL_CURLOPT_MAXREDIRS == CURLOPT_MAXREDIRS, "");
  290.               ~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~
  291. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:21:42: warning: comparison of two values with different enumeration types
  292.       ('PAL_CURLoption' and 'CURLoption') [-Wenum-compare]
  293. static_assert(PAL_CURLOPT_SSL_VERIFYHOST == CURLOPT_SSL_VERIFYHOST, "");
  294.               ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~
  295. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:22:40: warning: comparison of two values with different enumeration types
  296.       ('PAL_CURLoption' and 'CURLoption') [-Wenum-compare]
  297. static_assert(PAL_CURLOPT_HTTP_VERSION == CURLOPT_HTTP_VERSION, "");
  298.               ~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~
  299. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:23:45: warning: comparison of two values with different enumeration types
  300.       ('PAL_CURLoption' and 'CURLoption') [-Wenum-compare]
  301. static_assert(PAL_CURLOPT_DNS_CACHE_TIMEOUT == CURLOPT_DNS_CACHE_TIMEOUT, "");
  302.               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~
  303. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:24:36: warning: comparison of two values with different enumeration types
  304.       ('PAL_CURLoption' and 'CURLoption') [-Wenum-compare]
  305. static_assert(PAL_CURLOPT_NOSIGNAL == CURLOPT_NOSIGNAL, "");
  306.               ~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~
  307. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:25:37: warning: comparison of two values with different enumeration types
  308.       ('PAL_CURLoption' and 'CURLoption') [-Wenum-compare]
  309. static_assert(PAL_CURLOPT_PROXYTYPE == CURLOPT_PROXYTYPE, "");
  310.               ~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~
  311. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:26:36: warning: comparison of two values with different enumeration types
  312.       ('PAL_CURLoption' and 'CURLoption') [-Wenum-compare]
  313. static_assert(PAL_CURLOPT_HTTPAUTH == CURLOPT_HTTPAUTH, "");
  314.               ~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~
  315. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:27:45: warning: comparison of two values with different enumeration types
  316.       ('PAL_CURLoption' and 'CURLoption') [-Wenum-compare]
  317. static_assert(PAL_CURLOPT_CONNECTTIMEOUT_MS == CURLOPT_CONNECTTIMEOUT_MS, "");
  318.               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~
  319. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:28:41: warning: comparison of two values with different enumeration types
  320.       ('PAL_CURLoption' and 'CURLoption') [-Wenum-compare]
  321. static_assert(PAL_CURLOPT_ADDRESS_SCOPE == CURLOPT_ADDRESS_SCOPE, "");
  322.               ~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~
  323. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:29:37: warning: comparison of two values with different enumeration types
  324.       ('PAL_CURLoption' and 'CURLoption') [-Wenum-compare]
  325. static_assert(PAL_CURLOPT_PROTOCOLS == CURLOPT_PROTOCOLS, "");
  326.               ~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~
  327. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:30:43: warning: comparison of two values with different enumeration types
  328.       ('PAL_CURLoption' and 'CURLoption') [-Wenum-compare]
  329. static_assert(PAL_CURLOPT_REDIR_PROTOCOLS == CURLOPT_REDIR_PROTOCOLS, "");
  330.               ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~
  331. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:32:31: warning: comparison of two values with different enumeration types
  332.       ('PAL_CURLoption' and 'CURLoption') [-Wenum-compare]
  333. static_assert(PAL_CURLOPT_URL == CURLOPT_URL, "");
  334.               ~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~
  335. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:33:33: warning: comparison of two values with different enumeration types
  336.       ('PAL_CURLoption' and 'CURLoption') [-Wenum-compare]
  337. static_assert(PAL_CURLOPT_PROXY == CURLOPT_PROXY, "");
  338.               ~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~
  339. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:34:40: warning: comparison of two values with different enumeration types
  340.       ('PAL_CURLoption' and 'CURLoption') [-Wenum-compare]
  341. static_assert(PAL_CURLOPT_PROXYUSERPWD == CURLOPT_PROXYUSERPWD, "");
  342.               ~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~
  343. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:35:34: warning: comparison of two values with different enumeration types
  344.       ('PAL_CURLoption' and 'CURLoption') [-Wenum-compare]
  345. static_assert(PAL_CURLOPT_COOKIE == CURLOPT_COOKIE, "");
  346.               ~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~
  347. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:36:38: warning: comparison of two values with different enumeration types
  348.       ('PAL_CURLoption' and 'CURLoption') [-Wenum-compare]
  349. static_assert(PAL_CURLOPT_HTTPHEADER == CURLOPT_HTTPHEADER, "");
  350.               ~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~
  351. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:37:41: warning: comparison of two values with different enumeration types
  352.       ('PAL_CURLoption' and 'CURLoption') [-Wenum-compare]
  353. static_assert(PAL_CURLOPT_CUSTOMREQUEST == CURLOPT_CUSTOMREQUEST, "");
  354.               ~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~
  355. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:38:43: warning: comparison of two values with different enumeration types
  356.       ('PAL_CURLoption' and 'CURLoption') [-Wenum-compare]
  357. static_assert(PAL_CURLOPT_ACCEPT_ENCODING == CURLOPT_ACCEPT_ENCODING, "");
  358.               ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~
  359. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:39:35: warning: comparison of two values with different enumeration types
  360.       ('PAL_CURLoption' and 'CURLoption') [-Wenum-compare]
  361. static_assert(PAL_CURLOPT_PRIVATE == CURLOPT_PRIVATE, "");
  362.               ~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~
  363. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:40:42: warning: comparison of two values with different enumeration types
  364.       ('PAL_CURLoption' and 'CURLoption') [-Wenum-compare]
  365. static_assert(PAL_CURLOPT_COPYPOSTFIELDS == CURLOPT_COPYPOSTFIELDS, "");
  366.               ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~
  367. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:41:36: warning: comparison of two values with different enumeration types
  368.       ('PAL_CURLoption' and 'CURLoption') [-Wenum-compare]
  369. static_assert(PAL_CURLOPT_USERNAME == CURLOPT_USERNAME, "");
  370.               ~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~
  371. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:42:36: warning: comparison of two values with different enumeration types
  372.       ('PAL_CURLoption' and 'CURLoption') [-Wenum-compare]
  373. static_assert(PAL_CURLOPT_PASSWORD == CURLOPT_PASSWORD, "");
  374.               ~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~
  375. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:44:44: warning: comparison of two values with different enumeration types
  376.       ('PAL_CURLoption' and 'CURLoption') [-Wenum-compare]
  377. static_assert(PAL_CURLOPT_INFILESIZE_LARGE == CURLOPT_INFILESIZE_LARGE, "");
  378.               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~
  379. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:45:47: warning: comparison of two values with different enumeration types
  380.       ('PAL_CURLoption' and 'CURLoption') [-Wenum-compare]
  381. static_assert(PAL_CURLOPT_POSTFIELDSIZE_LARGE == CURLOPT_POSTFIELDSIZE_LARGE, "");
  382.               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  383. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:47:28: warning: comparison of two values with different enumeration types
  384.       ('PAL_CURLcode' and 'CURLcode') [-Wenum-compare]
  385. static_assert(PAL_CURLE_OK == CURLE_OK, "");
  386.               ~~~~~~~~~~~~ ^  ~~~~~~~~
  387. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:48:46: warning: comparison of two values with different enumeration types
  388.       ('PAL_CURLcode' and 'CURLcode') [-Wenum-compare]
  389. static_assert(PAL_CURLE_UNSUPPORTED_PROTOCOL == CURLE_UNSUPPORTED_PROTOCOL, "");
  390.               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~
  391. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:49:37: warning: comparison of two values with different enumeration types
  392.       ('PAL_CURLcode' and 'CURLcode') [-Wenum-compare]
  393. static_assert(PAL_CURLE_FAILED_INIT == CURLE_FAILED_INIT, "");
  394.               ~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~
  395. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:50:38: warning: comparison of two values with different enumeration types
  396.       ('PAL_CURLcode' and 'CURLcode') [-Wenum-compare]
  397. static_assert(PAL_CURLE_NOT_BUILT_IN == CURLE_NOT_BUILT_IN, "");
  398.               ~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~
  399. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:51:46: warning: comparison of two values with different enumeration types
  400.       ('PAL_CURLcode' and 'CURLcode') [-Wenum-compare]
  401. static_assert(PAL_CURLE_COULDNT_RESOLVE_HOST == CURLE_COULDNT_RESOLVE_HOST, "");
  402.               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~
  403. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:52:39: warning: comparison of two values with different enumeration types
  404.       ('PAL_CURLcode' and 'CURLcode') [-Wenum-compare]
  405. static_assert(PAL_CURLE_OUT_OF_MEMORY == CURLE_OUT_OF_MEMORY, "");
  406.               ~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~
  407. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:53:44: warning: comparison of two values with different enumeration types
  408.       ('PAL_CURLcode' and 'CURLcode') [-Wenum-compare]
  409. static_assert(PAL_CURLE_OPERATION_TIMEDOUT == CURLE_OPERATION_TIMEDOUT, "");
  410.               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~
  411. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:54:45: warning: comparison of two values with different enumeration types
  412.       ('PAL_CURLcode' and 'CURLcode') [-Wenum-compare]
  413. static_assert(PAL_CURLE_ABORTED_BY_CALLBACK == CURLE_ABORTED_BY_CALLBACK, "");
  414.               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~
  415. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:55:40: warning: comparison of two values with different enumeration types
  416.       ('PAL_CURLcode' and 'CURLcode') [-Wenum-compare]
  417. static_assert(PAL_CURLE_UNKNOWN_OPTION == CURLE_UNKNOWN_OPTION, "");
  418.               ~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~2
  419.  warnings generated.
  420. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:56:42: warning: comparison of two values with different enumeration types
  421.       ('PAL_CURLcode' and 'CURLcode') [-Wenum-compare]
  422. static_assert(PAL_CURLE_SEND_FAIL_REWIND == CURLE_SEND_FAIL_REWIND, "");
  423.               ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~
  424. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:72:42: warning: comparison of two values with different enumeration types
  425.       ('PAL_CURLINFO' and 'CURLINFO') [-Wenum-compare]
  426. static_assert(PAL_CURLINFO_EFFECTIVE_URL == CURLINFO_EFFECTIVE_URL, "");
  427.               ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~
  428. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:73:36: warning: comparison of two values with different enumeration types
  429.       ('PAL_CURLINFO' and 'CURLINFO') [-Wenum-compare]
  430. static_assert(PAL_CURLINFO_PRIVATE == CURLINFO_PRIVATE, "");
  431.               ~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~
  432. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:74:43: warning: comparison of two values with different enumeration types
  433.       ('PAL_CURLINFO' and 'CURLINFO') [-Wenum-compare]
  434. static_assert(PAL_CURLINFO_HTTPAUTH_AVAIL == CURLINFO_HTTPAUTH_AVAIL, "");
  435.               ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~
  436. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:82:34: warning: comparison of two values with different enumeration types
  437.       ('PAL_CURLPROXYTYPE' and 'curl_proxytype') [-Wenum-compare]
  438. static_assert(PAL_CURLPROXY_HTTP == CURLPROXY_HTTP, "");
  439.               ~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~
  440. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:95:33: warning: comparison of two values with different enumeration types
  441.       ('PAL_CurlInfoType' and 'curl_infotype') [-Wenum-compare]
  442. static_assert(PAL_CURLINFO_TEXT == CURLINFO_TEXT, "");
  443.               ~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~
  444. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:96:38: warning: comparison of two values with different enumeration types
  445.       ('PAL_CurlInfoType' and 'curl_infotype') [-Wenum-compare]
  446. static_assert(PAL_CURLINFO_HEADER_IN == CURLINFO_HEADER_IN, "");
  447.               ~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~
  448. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:97:39: warning: comparison of two values with different enumeration types
  449.       ('PAL_CurlInfoType' and 'curl_infotype') [-Wenum-compare]
  450. static_assert(PAL_CURLINFO_HEADER_OUT == CURLINFO_HEADER_OUT, "");
  451.               ~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~
  452. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:98:36: warning: comparison of two values with different enumeration types
  453.       ('PAL_CurlInfoType' and 'curl_infotype') [-Wenum-compare]
  454. static_assert(PAL_CURLINFO_DATA_IN == CURLINFO_DATA_IN, "");
  455.               ~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~
  456. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:99:37: warning: comparison of two values with different enumeration types
  457.       ('PAL_CurlInfoType' and 'curl_infotype') [-Wenum-compare]
  458. static_assert(PAL_CURLINFO_DATA_OUT == CURLINFO_DATA_OUT, "");
  459.               ~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~
  460. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:100:40: warning: comparison of two values with different enumeration
  461.       types ('PAL_CurlInfoType' and 'curl_infotype') [-Wenum-compare]
  462. static_assert(PAL_CURLINFO_SSL_DATA_IN == CURLINFO_SSL_DATA_IN, "");
  463.               ~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~
  464. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_easy.cpp:101:41: warning: comparison of two values with different enumeration
  465.       types ('PAL_CurlInfoType' and 'curl_infotype') [-Wenum-compare]
  466. static_assert(PAL_CURLINFO_SSL_DATA_OUT == CURLINFO_SSL_DATA_OUT, "");
  467.               ~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~
  468. [ 13%] Building CXX object System.Native/CMakeFiles/System.Native-Static.dir/pal_errno.cpp.o
  469. [ 14%] Linking CXX shared library System.Net.Security.Native.so
  470. 2 warnings generated.
  471. [ 15%] Building CXX object System.Native/CMakeFiles/System.Native.dir/pal_errno.cpp.o
  472. 55 warnings generated.
  473. [ 17%] Building CXX object System.Net.Http.Native/CMakeFiles/System.Net.Http.Native.dir/pal_multi.cpp.o
  474. $<TARGET_FILE:System.IO.Compression.Native>.dbg
  475. $<TARGET_FILE:System.Net.Security.Native>.dbg
  476. [ 18%] Building CXX object System.Native/CMakeFiles/System.Native.dir/pal_interfaceaddresses.cpp.o
  477. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_multi.cpp:11:44: warning: comparison of two values with different enumeration
  478.       types ('PAL_CURLMcode' and 'CURLMcode') [-Wenum-compare]
  479. static_assert(PAL_CURLM_CALL_MULTI_PERFORM == CURLM_CALL_MULTI_PERFORM, "");
  480.               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~
  481. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_multi.cpp:12:28: warning: comparison of two values with different enumeration
  482.       types ('PAL_CURLMcode' and 'CURLMcode') [-Wenum-compare]
  483. static_assert(PAL_CURLM_OK == CURLM_OK, "");
  484.               ~~~~~~~~~~~~ ^  ~~~~~~~~
  485. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_multi.cpp:13:36: warning: comparison of two values with different enumeration
  486.       types ('PAL_CURLMcode' and 'CURLMcode') [-Wenum-compare]
  487. static_assert(PAL_CURLM_BAD_HANDLE == CURLM_BAD_HANDLE, "");
  488.               ~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~
  489. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_multi.cpp:14:41: warning: comparison of two values with different enumeration
  490.       types ('PAL_CURLMcode' and 'CURLMcode') [-Wenum-compare]
  491. static_assert(PAL_CURLM_BAD_EASY_HANDLE == CURLM_BAD_EASY_HANDLE, "");
  492.               ~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~
  493. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_multi.cpp:15:39: warning: comparison of two values with different enumeration
  494.       types ('PAL_CURLMcode' and 'CURLMcode') [-Wenum-compare]
  495. static_assert(PAL_CURLM_OUT_OF_MEMORY == CURLM_OUT_OF_MEMORY, "");
  496.               ~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~
  497. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_multi.cpp:16:40: warning: comparison of two values with different enumeration
  498.       types ('PAL_CURLMcode' and 'CURLMcode') [-Wenum-compare]
  499. static_assert(PAL_CURLM_INTERNAL_ERROR == CURLM_INTERNAL_ERROR, "");
  500.               ~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~
  501. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_multi.cpp:17:36: warning: comparison of two values with different enumeration
  502.       types ('PAL_CURLMcode' and 'CURLMcode') [-Wenum-compare]
  503. static_assert(PAL_CURLM_BAD_SOCKET == CURLM_BAD_SOCKET, "");
  504.               ~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~
  505. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_multi.cpp:18:40: warning: comparison of two values with different enumeration
  506.       types ('PAL_CURLMcode' and 'CURLMcode') [-Wenum-compare]
  507. static_assert(PAL_CURLM_UNKNOWN_OPTION == CURLM_UNKNOWN_OPTION, "");
  508.               ~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~
  509. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_multi.cpp:20:39: warning: comparison of two values with different enumeration
  510.       types ('PAL_CURLMcode' and 'CURLMcode') [-Wenum-compare]
  511. static_assert(PAL_CURLM_ADDED_ALREADY == CURLM_ADDED_ALREADY, "");
  512.               ~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~
  513. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_multi.cpp:22:39: warning: comparison of two values with different enumeration
  514.       types ('PAL_CURLMoption' and 'CURLMoption') [-Wenum-compare]
  515. static_assert(PAL_CURLMOPT_PIPELINING == CURLMOPT_PIPELINING, "");
  516.               ~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~
  517. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Net.Http.Native/pal_multi.cpp:30:32: warning: comparison of two values with different enumeration
  518.       types ('PAL_CURLMSG' and 'CURLMSG') [-Wenum-compare]
  519. static_assert(PAL_CURLMSG_DONE == CURLMSG_DONE, "");
  520.               ~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~
  521. [ 19%] Building CXX object System.Native/CMakeFiles/System.Native-Static.dir/pal_interfaceaddresses.cpp.o
  522. 11 warnings generated.
  523. [ 21%] Building CXX object System.Net.Http.Native/CMakeFiles/System.Net.Http.Native.dir/pal_slist.cpp.o
  524. [ 22%] Building CXX object System.Net.Http.Native/CMakeFiles/System.Net.Http.Native.dir/pal_versioninfo.cpp.o
  525. [ 23%] Building CXX object System.Native/CMakeFiles/System.Native.dir/pal_io.cpp.o
  526. [ 25%] Building CXX object System.Native/CMakeFiles/System.Native-Static.dir/pal_io.cpp.o
  527. [ 25%] Built target System.IO.Compression.Native
  528. [ 25%] Built target System.Net.Security.Native
  529. [ 26%] Building C object System.Net.Http.Native/CMakeFiles/System.Net.Http.Native.dir/var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/bin/obj/version.c.o
  530. [ 27%] Building CXX object System.Native/CMakeFiles/System.Native-Static.dir/pal_maphardwaretype.cpp.o
  531. Scanning dependencies of target System.Security.Cryptography.Native
  532. [ 28%] Building C object System.Security.Cryptography.Native/CMakeFiles/System.Security.Cryptography.Native.dir/openssl.c.o
  533. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Native/pal_io.cpp:344:17: warning: 'readdir_r' is deprecated [-Wdeprecated-declarations]
  534.     int error = readdir_r(dir, entry, &result);
  535.                 ^
  536. /usr/include/dirent.h:186:28: note: 'readdir_r' has been explicitly marked deprecated here
  537.      __nonnull ((1, 2, 3)) __attribute_deprecated__;
  538.                            ^
  539. /usr/include/sys/cdefs.h:251:51: note: expanded from macro '__attribute_deprecated__'
  540. # define __attribute_deprecated__ __attribute__ ((__deprecated__))
  541.                                                   ^
  542. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Native/pal_io.cpp:344:17: warning: 'readdir_r' is deprecated [-Wdeprecated-declarations]
  543.     int error = readdir_r(dir, entry, &result);
  544.                 ^
  545. /usr/include/dirent.h:186:28: note: 'readdir_r' has been explicitly marked deprecated here
  546.      __nonnull ((1, 2, 3)) __attribute_deprecated__;
  547.                            ^
  548. /usr/include/sys/cdefs.h:251:51: note: expanded from macro '__attribute_deprecated__'
  549. # define __attribute_deprecated__ __attribute__ ((__deprecated__))
  550.                                                   ^
  551. [ 30%] Linking CXX shared library System.Net.Http.Native.so
  552. 1 warning generated.
  553. [ 31%] Building CXX object System.Native/CMakeFiles/System.Native-Static.dir/pal_memory.cpp.o
  554. 1 warning generated.
  555. [ 32%] Building CXX object System.Native/CMakeFiles/System.Native.dir/pal_maphardwaretype.cpp.o
  556. [ 34%] Building CXX object System.Native/CMakeFiles/System.Native-Static.dir/pal_mount.cpp.o
  557. [ 35%] Building CXX object System.Native/CMakeFiles/System.Native-Static.dir/pal_networking.cpp.o
  558. $<TARGET_FILE:System.Net.Http.Native>.dbg
  559. [ 36%] Building CXX object System.Native/CMakeFiles/System.Native.dir/pal_memory.cpp.o
  560. [ 38%] Building CXX object System.Security.Cryptography.Native/CMakeFiles/System.Security.Cryptography.Native.dir/pal_asn1.cpp.o
  561. [ 39%] Building CXX object System.Native/CMakeFiles/System.Native-Static.dir/pal_networkstatistics.cpp.o
  562. [ 40%] Building CXX object System.Native/CMakeFiles/System.Native.dir/pal_mount.cpp.o
  563. [ 42%] Building CXX object System.Security.Cryptography.Native/CMakeFiles/System.Security.Cryptography.Native.dir/pal_asn1_print.cpp.o
  564. [ 43%] Building CXX object System.Native/CMakeFiles/System.Native-Static.dir/pal_process.cpp.o
  565. [ 44%] Building CXX object System.Security.Cryptography.Native/CMakeFiles/System.Security.Cryptography.Native.dir/pal_bignum.cpp.o
  566. [ 46%] Building CXX object System.Native/CMakeFiles/System.Native-Static.dir/pal_runtimeinformation.cpp.o
  567. [ 47%] Building CXX object System.Native/CMakeFiles/System.Native.dir/pal_networking.cpp.o
  568. [ 48%] Building CXX object System.Security.Cryptography.Native/CMakeFiles/System.Security.Cryptography.Native.dir/pal_bio.cpp.o
  569. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Native/pal_process.cpp:290:38: warning: result of comparison 'uint64_t' (aka 'unsigned long') >
  570.       18446744073709551615 is always false [-Wtautological-type-limit-compare]
  571.     if (value == UINT64_MAX || value > std::numeric_limits<rlim_t>::max())
  572.                                ~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  573. [ 50%] Building CXX object System.Native/CMakeFiles/System.Native-Static.dir/pal_runtimeextensions.cpp.o
  574. 1 warning generated.
  575. [ 51%] Building CXX object System.Native/CMakeFiles/System.Native-Static.dir/pal_string.cpp.o
  576. [ 52%] Building CXX object System.Security.Cryptography.Native/CMakeFiles/System.Security.Cryptography.Native.dir/pal_ecdsa.cpp.o
  577. [ 53%] Building CXX object System.Native/CMakeFiles/System.Native-Static.dir/pal_tcpstate.cpp.o
  578. [ 55%] Building CXX object System.Native/CMakeFiles/System.Native-Static.dir/pal_time.cpp.o
  579. [ 56%] Building CXX object System.Native/CMakeFiles/System.Native-Static.dir/pal_uid.cpp.o
  580. [ 57%] Building CXX object System.Security.Cryptography.Native/CMakeFiles/System.Security.Cryptography.Native.dir/pal_ecc_import_export.cpp.o
  581. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Security.Cryptography.Native/pal_ecc_import_export.cpp:131:17: warning: zero as null pointer constant
  582.       [-Wzero-as-null-pointer-constant]
  583.     *qx = *qy = 0;
  584.                 ^
  585.                 nullptr
  586. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Security.Cryptography.Native/pal_ecc_import_export.cpp:243:71: warning: zero as null pointer constant
  587.       [-Wzero-as-null-pointer-constant]
  588.         if (!EC_POINT_get_affine_coordinates_GF2m(group, G, xBn, yBn, NULL))
  589.                                                                       ^~~~
  590.                                                                       nullptr
  591. /usr/lib64/llvm/8/bin/../../../../lib/clang/8.0.0/include/stddef.h:100:18: note: expanded from macro 'NULL'
  592. #    define NULL __null
  593.                  ^
  594. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Security.Cryptography.Native/pal_ecc_import_export.cpp:249:70: warning: zero as null pointer constant
  595.       [-Wzero-as-null-pointer-constant]
  596.         if (!EC_POINT_get_affine_coordinates_GFp(group, G, xBn, yBn, NULL))
  597.                                                                      ^~~~
  598.                                                                      nullptr
  599. /usr/lib64/llvm/8/bin/../../../../lib/clang/8.0.0/include/stddef.h:100:18: note: expanded from macro 'NULL'
  600. #    define NULL __null
  601.                  ^
  602. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Security.Cryptography.Native/pal_ecc_import_export.cpp:265:61: warning: zero as null pointer constant
  603.       [-Wzero-as-null-pointer-constant]
  604.             static_cast<int>(EC_GROUP_get_seed_len(group)), NULL);
  605.                                                             ^~~~
  606.                                                             nullptr
  607. /usr/lib64/llvm/8/bin/../../../../lib/clang/8.0.0/include/stddef.h:100:18: note: expanded from macro 'NULL'
  608. #    define NULL __null
  609.                  ^
  610. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Security.Cryptography.Native/pal_ecc_import_export.cpp:403:16: warning: zero as null pointer constant
  611.       [-Wzero-as-null-pointer-constant]
  612.         return 0;
  613.                ^
  614.                nullptr
  615. [ 59%] Building CXX object System.Native/CMakeFiles/System.Native-Static.dir/pal_networkchange.cpp.o
  616. 5 warnings generated.
  617. [ 60%] Building CXX object System.Security.Cryptography.Native/CMakeFiles/System.Security.Cryptography.Native.dir/pal_eckey.cpp.o
  618. [ 61%] Building C object System.Native/CMakeFiles/System.Native-Static.dir/var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/bin/obj/version.c.o
  619. [ 63%] Building CXX object System.Native/CMakeFiles/System.Native.dir/pal_networkstatistics.cpp.o
  620. [ 64%] Building CXX object System.Security.Cryptography.Native/CMakeFiles/System.Security.Cryptography.Native.dir/pal_err.cpp.o
  621. [ 65%] Building CXX object System.Security.Cryptography.Native/CMakeFiles/System.Security.Cryptography.Native.dir/pal_evp.cpp.o
  622. [ 67%] Linking CXX static library System.Native.a
  623. [ 68%] Building CXX object System.Native/CMakeFiles/System.Native.dir/pal_process.cpp.o
  624. [ 69%] Building CXX object System.Security.Cryptography.Native/CMakeFiles/System.Security.Cryptography.Native.dir/pal_evp_pkey.cpp.o
  625. [ 71%] Building CXX object System.Security.Cryptography.Native/CMakeFiles/System.Security.Cryptography.Native.dir/pal_evp_pkey_eckey.cpp.o
  626. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/src/Native/System.Native/pal_process.cpp:290:38: warning: result of comparison 'uint64_t' (aka 'unsigned long') >
  627.       18446744073709551615 is always false [-Wtautological-type-limit-compare]
  628.     if (value == UINT64_MAX || value > std::numeric_limits<rlim_t>::max())
  629.                                ~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  630. 1 warning generated.
  631. [ 72%] Building CXX object System.Native/CMakeFiles/System.Native.dir/pal_runtimeinformation.cpp.o
  632. [ 73%] Building CXX object System.Native/CMakeFiles/System.Native.dir/pal_runtimeextensions.cpp.o
  633. [ 75%] Building CXX object System.Security.Cryptography.Native/CMakeFiles/System.Security.Cryptography.Native.dir/pal_evp_pkey_rsa.cpp.o
  634. [ 76%] Building CXX object System.Native/CMakeFiles/System.Native.dir/pal_string.cpp.o
  635. [ 77%] Building CXX object System.Native/CMakeFiles/System.Native.dir/pal_tcpstate.cpp.o
  636. [ 78%] Building CXX object System.Security.Cryptography.Native/CMakeFiles/System.Security.Cryptography.Native.dir/pal_evp_cipher.cpp.o
  637. [ 80%] Building CXX object System.Native/CMakeFiles/System.Native.dir/pal_time.cpp.o
  638. [ 81%] Building CXX object System.Native/CMakeFiles/System.Native.dir/pal_uid.cpp.o
  639. [ 82%] Building CXX object System.Native/CMakeFiles/System.Native.dir/pal_networkchange.cpp.o
  640. [ 84%] Building C object System.Native/CMakeFiles/System.Native.dir/var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/bin/obj/version.c.o
  641. [ 85%] Building CXX object System.Security.Cryptography.Native/CMakeFiles/System.Security.Cryptography.Native.dir/pal_hmac.cpp.o
  642. [ 86%] Linking CXX shared library System.Native.so
  643. [ 88%] Building CXX object System.Security.Cryptography.Native/CMakeFiles/System.Security.Cryptography.Native.dir/pal_pkcs12.cpp.o
  644. [ 88%] Built target System.Net.Http.Native
  645. [ 89%] Building CXX object System.Security.Cryptography.Native/CMakeFiles/System.Security.Cryptography.Native.dir/pal_pkcs7.cpp.o
  646. [ 90%] Building CXX object System.Security.Cryptography.Native/CMakeFiles/System.Security.Cryptography.Native.dir/pal_rsa.cpp.o
  647. [ 92%] Building CXX object System.Security.Cryptography.Native/CMakeFiles/System.Security.Cryptography.Native.dir/pal_ssl.cpp.o
  648. [ 93%] Building CXX object System.Security.Cryptography.Native/CMakeFiles/System.Security.Cryptography.Native.dir/pal_x509.cpp.o
  649. [ 94%] Building CXX object System.Security.Cryptography.Native/CMakeFiles/System.Security.Cryptography.Native.dir/pal_x509_name.cpp.o
  650. [ 96%] Building CXX object System.Security.Cryptography.Native/CMakeFiles/System.Security.Cryptography.Native.dir/pal_x509_root.cpp.o
  651. [ 97%] Building CXX object System.Security.Cryptography.Native/CMakeFiles/System.Security.Cryptography.Native.dir/pal_x509ext.cpp.o
  652. [ 98%] Building C object System.Security.Cryptography.Native/CMakeFiles/System.Security.Cryptography.Native.dir/var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/bin/obj/version.c.o
  653. [100%] Linking CXX shared library System.Security.Cryptography.Native.so
  654. [100%] Built target System.Native-Static
  655. $<TARGET_FILE:System.Native>.dbg
  656. $<TARGET_FILE:System.Security.Cryptography.Native>.dbg
  657. [100%] Built target System.Native
  658. [100%] Built target System.Security.Cryptography.Native
  659. Install the project...
  660. -- Install configuration: "RELEASE"
  661. -- Installing: /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/bin/Linux.x64.Release/Native/./System.IO.Compression.Native.so
  662. -- Installing: /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/bin/Linux.x64.Release/Native/./System.IO.Compression.Native.so.dbg
  663. -- Installing: /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/bin/Linux.x64.Release/Native/./System.Native.so
  664. -- Installing: /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/bin/Linux.x64.Release/Native/./System.Native.so.dbg
  665. -- Installing: /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/bin/Linux.x64.Release/Native/./System.Native.a
  666. -- Installing: /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/bin/Linux.x64.Release/Native/./System.Net.Http.Native.so
  667. -- Installing: /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/bin/Linux.x64.Release/Native/./System.Net.Http.Native.so.dbg
  668. -- Installing: /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/bin/Linux.x64.Release/Native/./System.Net.Security.Native.so
  669. -- Installing: /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/bin/Linux.x64.Release/Native/./System.Net.Security.Native.so.dbg
  670. -- Installing: /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/bin/Linux.x64.Release/Native/./System.Security.Cryptography.Native.so
  671. -- Installing: /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/bin/Linux.x64.Release/Native/./System.Security.Cryptography.Native.so.dbg
  672. CoreFX native components successfully built.
  673. Product binaries are available at /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/corefx-1.0.4/bin/Linux.x64.Release/Native
  674. Commencing CoreCLR Repo build
  675. ./build.sh: line 393: [: too many arguments
  676. Unknown CPU Intel(R) Core(TM) i5-6600K CPU @ 3.50GHz detected, configuring as if for x64
  677. Setting up directories for build
  678. Checking prerequisites...
  679. Laying out dynamically generated files consumed by the build system
  680. Laying out dynamically generated Event Logging Test files
  681. Generating Event Logging Tests
  682. Laying out dynamically generated Event Logging Implementation of Lttng
  683. Cleaning the temp folder of dynamically generated Event Logging files
  684. Updating /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/bin/obj/Linux.x64.Release/Generated/eventprovider with /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/bin/obj/Linux.x64.Release/Generated/eventprovider_new
  685. Updating /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/bin/obj/Linux.x64.Release/Generated/eventprovider/CMakeLists.txt
  686. Updating /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/bin/obj/Linux.x64.Release/Generated/eventprovider/lttng
  687. Updating /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/bin/obj/Linux.x64.Release/Generated/eventprovider/tests
  688. Updating /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/bin/obj/Linux.x64.Release/Generated/eventprovider/tracepointprovider
  689. Commencing build of native components for Linux.x64.Release in /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/bin/obj/Linux.x64.Release
  690. Invoking "/var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/src/pal/tools/gen-buildsys-clang.sh" "/var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6" 3 5 x64 Release  Include_Tests  
  691. Including tests directory in build.
  692. -- The C compiler identification is Clang 8.0.0
  693. -- The CXX compiler identification is Clang 8.0.0
  694. -- Check for working C compiler: /usr/lib/llvm/8/bin/clang
  695. -- Check for working C compiler: /usr/lib/llvm/8/bin/clang -- works
  696. -- Detecting C compiler ABI info
  697. -- Detecting C compiler ABI info - done
  698. -- Detecting C compile features
  699. -- Detecting C compile features - done
  700. -- Check for working CXX compiler: /usr/lib/llvm/8/bin/clang++
  701. -- Check for working CXX compiler: /usr/lib/llvm/8/bin/clang++ -- works
  702. -- Detecting CXX compiler ABI info
  703. -- Detecting CXX compiler ABI info - done
  704. -- Detecting CXX compile features
  705. -- Detecting CXX compile features - done
  706. -- The ASM compiler identification is Clang
  707. -- Found assembler: /usr/lib/llvm/8/bin/clang
  708. Detected Linux x86_64
  709. -- Performing Test HAVE_UDAT_STANDALONE_SHORTER_WEEKDAYS
  710. -- Performing Test HAVE_UDAT_STANDALONE_SHORTER_WEEKDAYS - Success
  711. -- Looking for ucol_setMaxVariable
  712. -- Looking for ucol_setMaxVariable - found
  713. -- LLDB: /usr/lib/liblldb.so
  714. -- LLDB_H: /usr/include
  715. -- Looking for include file ieeefp.h
  716. -- Looking for include file ieeefp.h - not found
  717. -- Looking for include file sys/vmparam.h
  718. -- Looking for include file sys/vmparam.h - not found
  719. -- Looking for include file mach/vm_types.h
  720. -- Looking for include file mach/vm_types.h - not found
  721. -- Looking for include file mach/vm_param.h
  722. -- Looking for include file mach/vm_param.h - not found
  723. -- Looking for 3 include files sys/param.h, ..., machine/npx.h
  724. -- Looking for 3 include files sys/param.h, ..., machine/npx.h - not found
  725. -- Looking for 3 include files sys/param.h, ..., machine/reg.h
  726. -- Looking for 3 include files sys/param.h, ..., machine/reg.h - not found
  727. -- Looking for include file machine/vmparam.h
  728. -- Looking for include file machine/vmparam.h - not found
  729. -- Looking for include file procfs.h
  730. -- Looking for include file procfs.h - not found
  731. -- Looking for include file crt_externs.h
  732. -- Looking for include file crt_externs.h - not found
  733. -- Looking for include file sys/time.h
  734. -- Looking for include file sys/time.h - found
  735. -- Looking for include file pthread_np.h
  736. -- Looking for include file pthread_np.h - not found
  737. -- Looking for include file sys/lwp.h
  738. -- Looking for include file sys/lwp.h - not found
  739. -- Looking for include file lwp.h
  740. -- Looking for include file lwp.h - not found
  741. -- Looking for include file libunwind.h
  742. -- Looking for include file libunwind.h - found
  743. -- Looking for include file runetype.h
  744. -- Looking for include file runetype.h - not found
  745. -- Looking for include file lttng/tracepoint.h
  746. -- Looking for include file lttng/tracepoint.h - found
  747. -- Looking for include file uuid/uuid.h
  748. -- Looking for include file uuid/uuid.h - found
  749. -- Looking for kqueue
  750. -- Looking for kqueue - not found
  751. -- Looking for getpwuid_r
  752. -- Looking for getpwuid_r - found
  753. -- Looking for pthread_suspend in pthread
  754. -- Looking for pthread_suspend in pthread - not found
  755. -- Looking for pthread_suspend_np in pthread
  756. -- Looking for pthread_suspend_np in pthread - not found
  757. -- Looking for pthread_continue in pthread
  758. -- Looking for pthread_continue in pthread - not found
  759. -- Looking for pthread_continue_np in pthread
  760. -- Looking for pthread_continue_np in pthread - not found
  761. -- Looking for pthread_resume_np in pthread
  762. -- Looking for pthread_resume_np in pthread - not found
  763. -- Looking for pthread_attr_get_np in pthread
  764. -- Looking for pthread_attr_get_np in pthread - not found
  765. -- Looking for pthread_getattr_np in pthread
  766. -- Looking for pthread_getattr_np in pthread - found
  767. -- Looking for pthread_getcpuclockid in pthread
  768. -- Looking for pthread_getcpuclockid in pthread - found
  769. -- Looking for pthread_sigqueue in pthread
  770. -- Looking for pthread_sigqueue in pthread - found
  771. -- Looking for sigreturn
  772. -- Looking for sigreturn - found
  773. -- Looking for _thread_sys_sigreturn
  774. -- Looking for _thread_sys_sigreturn - not found
  775. -- Looking for copysign
  776. -- Looking for copysign - found
  777. -- Looking for fsync
  778. -- Looking for fsync - found
  779. -- Looking for futimes
  780. -- Looking for futimes - found
  781. -- Looking for utimes
  782. -- Looking for utimes - found
  783. -- Looking for sysctl
  784. -- Looking for sysctl - found
  785. -- Looking for sysconf
  786. -- Looking for sysconf - found
  787. -- Looking for localtime_r
  788. -- Looking for localtime_r - found
  789. -- Looking for gmtime_r
  790. -- Looking for gmtime_r - found
  791. -- Looking for timegm
  792. -- Looking for timegm - found
  793. -- Looking for _snwprintf
  794. -- Looking for _snwprintf - not found
  795. -- Looking for poll
  796. -- Looking for poll - found
  797. -- Looking for statvfs
  798. -- Looking for statvfs - found
  799. -- Looking for thread_self
  800. -- Looking for thread_self - not found
  801. -- Looking for _lwp_self
  802. -- Looking for _lwp_self - not found
  803. -- Looking for pthread_mach_thread_np
  804. -- Looking for pthread_mach_thread_np - not found
  805. -- Looking for thread_set_exception_ports
  806. -- Looking for thread_set_exception_ports - not found
  807. -- Looking for vm_allocate
  808. -- Looking for vm_allocate - not found
  809. -- Looking for vm_read
  810. -- Looking for vm_read - not found
  811. -- Looking for directio
  812. -- Looking for directio - not found
  813. -- Looking for semget
  814. -- Looking for semget - found
  815. -- Looking for pthread_mutex_init
  816. -- Looking for pthread_mutex_init - found
  817. -- Looking for ttrace
  818. -- Looking for ttrace - not found
  819. -- Performing Test HAVE_UNW_GET_SAVE_LOC
  820. -- Performing Test HAVE_UNW_GET_SAVE_LOC - Success
  821. -- Performing Test HAVE_UNW_GET_ACCESSORS
  822. -- Performing Test HAVE_UNW_GET_ACCESSORS - Success
  823. -- Performing Test HAVE_STAT_TIMESPEC
  824. -- Performing Test HAVE_STAT_TIMESPEC - Failed
  825. -- Performing Test HAVE_STAT_NSEC
  826. -- Performing Test HAVE_STAT_NSEC - Failed
  827. -- Performing Test HAVE_TM_GMTOFF
  828. -- Performing Test HAVE_TM_GMTOFF - Success
  829. -- Performing Test HAVE_GREGSET_T
  830. -- Performing Test HAVE_GREGSET_T - Success
  831. -- Performing Test HAVE___GREGSET_T
  832. -- Performing Test HAVE___GREGSET_T - Failed
  833. -- Looking for sys/types.h
  834. -- Looking for sys/types.h - found
  835. -- Looking for stdint.h
  836. -- Looking for stdint.h - found
  837. -- Looking for stddef.h
  838. -- Looking for stddef.h - found
  839. -- Check size of struct reg
  840. -- Check size of struct reg - failed
  841. -- Check size of struct pt_regs
  842. -- Check size of struct pt_regs - done
  843. -- Check size of siginfo_t
  844. -- Check size of siginfo_t - done
  845. -- Check size of ucontext_t
  846. -- Check size of ucontext_t - done
  847. -- Check size of pthread_rwlock_t
  848. -- Check size of pthread_rwlock_t - done
  849. -- Check size of prwatch_t
  850. -- Check size of prwatch_t - failed
  851. -- Check size of off_t
  852. -- Check size of off_t - done
  853. -- Looking for SYS_yield
  854. -- Looking for SYS_yield - not found
  855. -- Looking for INFTIM
  856. -- Looking for INFTIM - not found
  857. -- Looking for CHAR_BIT
  858. -- Looking for CHAR_BIT - found
  859. -- Looking for _DEBUG
  860. -- Looking for _DEBUG - not found
  861. -- Looking for _SC_PHYS_PAGES
  862. -- Looking for _SC_PHYS_PAGES - found
  863. -- Looking for _SC_AVPHYS_PAGES
  864. -- Looking for _SC_AVPHYS_PAGES - found
  865. -- Performing Test HAVE_BSD_UUID_H
  866. -- Performing Test HAVE_BSD_UUID_H - Failed
  867. -- Performing Test REALPATH_SUPPORTS_NONEXISTENT_FILES
  868. -- Performing Test REALPATH_SUPPORTS_NONEXISTENT_FILES - Failed
  869. -- Performing Test SSCANF_SUPPORT_ll
  870. -- Performing Test SSCANF_SUPPORT_ll - Success
  871. -- Performing Test SSCANF_CANNOT_HANDLE_MISSING_EXPONENT
  872. -- Performing Test SSCANF_CANNOT_HANDLE_MISSING_EXPONENT - Failed
  873. -- Performing Test HAVE_LARGE_SNPRINTF_SUPPORT
  874. -- Performing Test HAVE_LARGE_SNPRINTF_SUPPORT - Success
  875. -- Performing Test HAVE_BROKEN_FIFO_SELECT
  876. -- Performing Test HAVE_BROKEN_FIFO_SELECT - Failed
  877. -- Performing Test HAVE_BROKEN_FIFO_KEVENT
  878. -- Performing Test HAVE_BROKEN_FIFO_KEVENT - Failed
  879. -- Performing Test HAVE_SCHED_GET_PRIORITY
  880. -- Performing Test HAVE_SCHED_GET_PRIORITY - Success
  881. -- Performing Test HAVE_SCHED_GETCPU
  882. -- Performing Test HAVE_SCHED_GETCPU - Success
  883. -- Performing Test HAVE_WORKING_GETTIMEOFDAY
  884. -- Performing Test HAVE_WORKING_GETTIMEOFDAY - Success
  885. -- Performing Test HAVE_WORKING_CLOCK_GETTIME
  886. -- Performing Test HAVE_WORKING_CLOCK_GETTIME - Success
  887. -- Performing Test HAVE_CLOCK_MONOTONIC
  888. -- Performing Test HAVE_CLOCK_MONOTONIC - Success
  889. -- Performing Test HAVE_CLOCK_MONOTONIC_COARSE
  890. -- Performing Test HAVE_CLOCK_MONOTONIC_COARSE - Success
  891. -- Performing Test HAVE_MACH_ABSOLUTE_TIME
  892. -- Performing Test HAVE_MACH_ABSOLUTE_TIME - Failed
  893. -- Performing Test HAVE_CLOCK_THREAD_CPUTIME
  894. -- Performing Test HAVE_CLOCK_THREAD_CPUTIME - Success
  895. -- Performing Test HAVE_MMAP_DEV_ZERO
  896. -- Performing Test HAVE_MMAP_DEV_ZERO - Success
  897. -- Performing Test MMAP_IGNORES_HINT
  898. -- Performing Test MMAP_IGNORES_HINT - Failed
  899. -- Performing Test MMAP_ANON_IGNORES_PROTECTION
  900. -- Performing Test MMAP_ANON_IGNORES_PROTECTION - Failed
  901. -- Performing Test MMAP_DOESNOT_ALLOW_REMAP
  902. -- Performing Test MMAP_DOESNOT_ALLOW_REMAP - Failed
  903. -- Performing Test ONE_SHARED_MAPPING_PER_FILEREGION_PER_PROCESS
  904. -- Performing Test ONE_SHARED_MAPPING_PER_FILEREGION_PER_PROCESS - Failed
  905. -- Performing Test PTHREAD_CREATE_MODIFIES_ERRNO
  906. -- Performing Test PTHREAD_CREATE_MODIFIES_ERRNO - Failed
  907. -- Performing Test SEM_INIT_MODIFIES_ERRNO
  908. -- Performing Test SEM_INIT_MODIFIES_ERRNO - Failed
  909. -- Performing Test HAVE_PROCFS_CTL
  910. -- Performing Test HAVE_PROCFS_CTL - Failed
  911. -- Performing Test HAVE_PROCFS_MAPS
  912. -- Performing Test HAVE_PROCFS_MAPS - Success
  913. -- Performing Test HAVE_PROCFS_STAT
  914. -- Performing Test HAVE_PROCFS_STAT - Success
  915. -- Performing Test HAVE_PROCFS_STATUS
  916. -- Performing Test HAVE_PROCFS_STATUS - Success
  917. -- Performing Test HAVE_COMPATIBLE_ACOS
  918. -- Performing Test HAVE_COMPATIBLE_ACOS - Success
  919. -- Performing Test HAVE_COMPATIBLE_ASIN
  920. -- Performing Test HAVE_COMPATIBLE_ASIN - Success
  921. -- Performing Test HAVE_COMPATIBLE_POW
  922. -- Performing Test HAVE_COMPATIBLE_POW - Failed
  923. -- Performing Test HAVE_VALID_NEGATIVE_INF_POW
  924. -- Performing Test HAVE_VALID_NEGATIVE_INF_POW - Success
  925. -- Performing Test HAVE_VALID_POSITIVE_INF_POW
  926. -- Performing Test HAVE_VALID_POSITIVE_INF_POW - Success
  927. -- Performing Test HAVE_COMPATIBLE_ATAN2
  928. -- Performing Test HAVE_COMPATIBLE_ATAN2 - Success
  929. -- Performing Test HAVE_COMPATIBLE_EXP
  930. -- Performing Test HAVE_COMPATIBLE_EXP - Failed
  931. -- Performing Test HAVE_COMPATIBLE_LOG
  932. -- Performing Test HAVE_COMPATIBLE_LOG - Success
  933. -- Performing Test HAVE_COMPATIBLE_LOG10
  934. -- Performing Test HAVE_COMPATIBLE_LOG10 - Success
  935. -- Performing Test UNGETC_NOT_RETURN_EOF
  936. -- Performing Test UNGETC_NOT_RETURN_EOF - Success
  937. -- Performing Test HAS_POSIX_SEMAPHORES
  938. -- Performing Test HAS_POSIX_SEMAPHORES - Success
  939. -- Performing Test GETPWUID_R_SETS_ERRNO
  940. -- Performing Test GETPWUID_R_SETS_ERRNO - Success
  941. -- Performing Test FILE_OPS_CHECK_FERROR_OF_PREVIOUS_CALL
  942. -- Performing Test FILE_OPS_CHECK_FERROR_OF_PREVIOUS_CALL - Failed
  943. -- Performing Test UNWIND_CONTEXT_IS_UCONTEXT_T
  944. -- Performing Test UNWIND_CONTEXT_IS_UCONTEXT_T - Success
  945. -- Performing Test HAVE_FULLY_FEATURED_PTHREAD_MUTEXES
  946. -- Performing Test HAVE_FULLY_FEATURED_PTHREAD_MUTEXES - Success
  947. -- Configuring done
  948. -- Generating done
  949. -- Build files have been written to: /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/bin/obj/Linux.x64.Release
  950. Executing make install -j 5
  951. Scanning dependencies of target GeneratedEventingFiles
  952. Scanning dependencies of target coreclrpal
  953. Scanning dependencies of target eventprovider
  954. Scanning dependencies of target tracepointprovider
  955. Scanning dependencies of target System.Globalization.Native
  956. [  0%] Generating Eventing Files
  957.  Generating Dummy Event Headers
  958. [  0%] Building CXX object src/corefx/System.Globalization.Native/CMakeFiles/System.Globalization.Native.dir/calendarData.cpp.o
  959. [  0%] Building CXX object src/pal/src/CMakeFiles/tracepointprovider.dir/misc/tracepointprovider.cpp.o
  960. [  0%] Building CXX object src/pal/src/eventprovider/CMakeFiles/eventprovider.dir/lttng/eventprovdotnetruntime.cpp.o
  961.  Generating Event Headers
  962. [  0%] Built target GeneratedEventingFiles
  963. Scanning dependencies of target debug-pal
  964. [  0%] Linking CXX static library libtracepointprovider.a
  965. [  0%] Building CXX object src/debug/debug-pal/CMakeFiles/debug-pal.dir/unix/twowaypipe.cpp.o
  966. In file included from /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/bin/obj/Linux.x64.Release/Generated/eventprovider/lttng/eventprovdotnetruntime.cpp:24:
  967. In file included from /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/bin/obj/Linux.x64.Release/Generated/eventprovider/lttng/tpdotnetruntime.h:14:
  968. In file included from /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/src/pal/inc/rt/palrt.h:1796:
  969. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/src/pal/inc/rt/ntimage.h:47:10: error: the current #pragma pack alignment value is modified in the included file
  970.       [-Werror,-Wpragma-pack]
  971. #include "pshpack4.h"                   // 4 byte packing is the default
  972.          ^
  973. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/src/pal/inc/rt/pshpack4.h:36:9: note: previous '#pragma pack' directive that modifies alignment is here
  974. #pragma pack(4)
  975.         ^
  976. In file included from /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/bin/obj/Linux.x64.Release/Generated/eventprovider/lttng/eventprovdotnetruntime.cpp:24:
  977. In file included from /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/bin/obj/Linux.x64.Release/Generated/eventprovider/lttng/tpdotnetruntime.h:14:
  978. In file included from /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/src/pal/inc/rt/palrt.h:1796:
  979. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/src/pal/inc/rt/ntimage.h:55:10: error: the current #pragma pack alignment value is modified in the included file
  980.       [-Werror,-Wpragma-pack]
  981. #include "pshpack2.h"                   // 16 bit headers are 2 byte packed
  982.          ^
  983. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/src/pal/inc/rt/pshpack2.h:35:9: note: previous '#pragma pack' directive that modifies alignment is here
  984. #pragma pack(2)
  985.         ^
  986. In file included from /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/bin/obj/Linux.x64.Release/Generated/eventprovider/lttng/eventprovdotnetruntime.cpp:24:
  987. In file included from /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/bin/obj/Linux.x64.Release/Generated/eventprovider/lttng/tpdotnetruntime.h:14:
  988. In file included from /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/src/pal/inc/rt/palrt.h:1796:
  989. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/src/pal/inc/rt/ntimage.h:177:10: error: the current #pragma pack alignment value is modified in the included file
  990.       [-Werror,-Wpragma-pack]
  991. #include "poppack.h"                    // Back to 4 byte packing
  992.          ^
  993. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/src/pal/inc/rt/poppack.h:37:9: note: previous '#pragma pack' directive that modifies alignment is here
  994. #pragma pack()
  995.         ^
  996. In file included from /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/bin/obj/Linux.x64.Release/Generated/eventprovider/lttng/eventprovdotnetruntime.cpp:24:
  997. In file included from /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/bin/obj/Linux.x64.Release/Generated/eventprovider/lttng/tpdotnetruntime.h:14:
  998. In file included from /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/src/pal/inc/rt/palrt.h:1796:
  999. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/src/pal/inc/rt/ntimage.h:571:10: error: the current #pragma pack alignment value is modified in the included file
  1000.       [-Werror,-Wpragma-pack]
  1001. #include "pshpack2.h"                       // Symbols, relocs, and linenumbers are 2 byte packed
  1002.          ^
  1003. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/src/pal/inc/rt/pshpack2.h:35:9: note: previous '#pragma pack' directive that modifies alignment is here
  1004. #pragma pack(2)
  1005.         ^
  1006. In file included from /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/bin/obj/Linux.x64.Release/Generated/eventprovider/lttng/eventprovdotnetruntime.cpp:24:
  1007. In file included from /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/bin/obj/Linux.x64.Release/Generated/eventprovider/lttng/tpdotnetruntime.h:14:
  1008. In file included from /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/src/pal/inc/rt/palrt.h:1796:
  1009. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/src/pal/inc/rt/ntimage.h:773:10: error: the current #pragma pack alignment value is modified in the included file
  1010.       [-Werror,-Wpragma-pack]
  1011. #include "poppack.h"
  1012.          ^
  1013. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/src/pal/inc/rt/poppack.h:37:9: note: previous '#pragma pack' directive that modifies alignment is here
  1014. #pragma pack()
  1015.         ^
  1016. In file included from /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/bin/obj/Linux.x64.Release/Generated/eventprovider/lttng/eventprovdotnetruntime.cpp:24:
  1017. In file included from /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/bin/obj/Linux.x64.Release/Generated/eventprovider/lttng/tpdotnetruntime.h:14:
  1018. In file included from /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/src/pal/inc/rt/palrt.h:1796:
  1019. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/src/pal/inc/rt/ntimage.h:1227:10: error: the current #pragma pack alignment value is modified in the included file
  1020.       [-Werror,-Wpragma-pack]
  1021. #include "pshpack8.h"                       // Use align 8 for the 64-bit IAT.
  1022.          ^
  1023. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/src/pal/inc/rt/pshpack8.h:36:9: note: previous '#pragma pack' directive that modifies alignment is here
  1024. #pragma pack(8)
  1025.         ^
  1026. In file included from /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/bin/obj/Linux.x64.Release/Generated/eventprovider/lttng/eventprovdotnetruntime.cpp:24:
  1027. In file included from /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/bin/obj/Linux.x64.Release/Generated/eventprovider/lttng/tpdotnetruntime.h:14:
  1028. In file included from /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/src/pal/inc/rt/palrt.h:1796:
  1029. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/src/pal/inc/rt/ntimage.h:1239:10: error: the current #pragma pack alignment value is modified in the included file
  1030.       [-Werror,-Wpragma-pack]
  1031. #include "poppack.h"                        // Back to 4 byte packing
  1032.          ^
  1033. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/src/pal/inc/rt/poppack.h:37:9: note: previous '#pragma pack' directive that modifies alignment is here
  1034. #pragma pack()
  1035.         ^
  1036. [  0%] Building CXX object src/pal/src/CMakeFiles/coreclrpal.dir/cruntime/file.cpp.o
  1037. [  0%] Built target tracepointprovider
  1038. [  0%] Building CXX object src/pal/src/CMakeFiles/coreclrpal.dir/cruntime/filecrt.cpp.o
  1039. 7 errors generated.
  1040. make[2]: *** [src/pal/src/eventprovider/CMakeFiles/eventprovider.dir/build.make:63: src/pal/src/eventprovider/CMakeFiles/eventprovider.dir/lttng/eventprovdotnetruntime.cpp.o] Error 1
  1041. make[1]: *** [CMakeFiles/Makefile2:391: src/pal/src/eventprovider/CMakeFiles/eventprovider.dir/all] Error 2
  1042. make[1]: *** Waiting for unfinished jobs....
  1043. [  0%] Building CXX object src/pal/src/CMakeFiles/coreclrpal.dir/cruntime/finite.cpp.o
  1044. [  0%] Building CXX object src/corefx/System.Globalization.Native/CMakeFiles/System.Globalization.Native.dir/casing.cpp.o
  1045. [  0%] Building CXX object src/debug/debug-pal/CMakeFiles/debug-pal.dir/__/__/__/version.cpp.o
  1046. [  0%] Linking CXX static library libdebug-pal.a
  1047. [  0%] Building CXX object src/pal/src/CMakeFiles/coreclrpal.dir/cruntime/lstr.cpp.o
  1048. [  0%] Building CXX object src/pal/src/CMakeFiles/coreclrpal.dir/cruntime/malloc.cpp.o
  1049. [  0%] Built target debug-pal
  1050. [  0%] Building CXX object src/pal/src/CMakeFiles/coreclrpal.dir/cruntime/mbstring.cpp.o
  1051. [  0%] Building CXX object src/corefx/System.Globalization.Native/CMakeFiles/System.Globalization.Native.dir/collation.cpp.o
  1052. [  0%] Building CXX object src/pal/src/CMakeFiles/coreclrpal.dir/cruntime/misc.cpp.o
  1053. [  0%] Building CXX object src/pal/src/CMakeFiles/coreclrpal.dir/cruntime/misctls.cpp.o
  1054. [  0%] Building CXX object src/pal/src/CMakeFiles/coreclrpal.dir/cruntime/path.cpp.o
  1055. [  0%] Building CXX object src/pal/src/CMakeFiles/coreclrpal.dir/cruntime/printf.cpp.o
  1056. [  0%] Building CXX object src/pal/src/CMakeFiles/coreclrpal.dir/cruntime/printfcpp.cpp.o
  1057. [  0%] Building CXX object src/pal/src/CMakeFiles/coreclrpal.dir/cruntime/silent_printf.cpp.o
  1058. [  0%] Building CXX object src/pal/src/CMakeFiles/coreclrpal.dir/cruntime/string.cpp.o
  1059. [  0%] Building CXX object src/pal/src/CMakeFiles/coreclrpal.dir/cruntime/stringtls.cpp.o
  1060. [  0%] Building CXX object src/corefx/System.Globalization.Native/CMakeFiles/System.Globalization.Native.dir/idna.cpp.o
  1061. [  0%] Building CXX object src/pal/src/CMakeFiles/coreclrpal.dir/cruntime/thread.cpp.o
  1062. [  0%] Building CXX object src/pal/src/CMakeFiles/coreclrpal.dir/cruntime/wchar.cpp.o
  1063. [  0%] Building CXX object src/pal/src/CMakeFiles/coreclrpal.dir/cruntime/wchartls.cpp.o
  1064. [  0%] Building CXX object src/pal/src/CMakeFiles/coreclrpal.dir/debug/debug.cpp.o
  1065. [  0%] Building CXX object src/corefx/System.Globalization.Native/CMakeFiles/System.Globalization.Native.dir/locale.cpp.o
  1066. [  0%] Building CXX object src/pal/src/CMakeFiles/coreclrpal.dir/exception/seh.cpp.o
  1067. In file included from /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/src/pal/src/exception/seh.cpp:391:
  1068. In file included from /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/src/pal/src/exception/seh-unwind.cpp:29:
  1069. In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include/g++-v8/exception:143:
  1070. In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include/g++-v8/bits/exception_ptr.h:40:
  1071. /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include/g++-v8/new:168:14: error: redefinition of 'operator new'
  1072. inline void* operator new(std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT
  1073.              ^
  1074. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/src/pal/src/include/pal/malloc.hpp:57:14: note: previous definition is here
  1075. inline void* operator new(size_t, void* p) throw () { return p; }
  1076.              ^
  1077. In file included from /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/src/pal/src/exception/seh.cpp:391:
  1078. In file included from /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/src/pal/src/exception/seh-unwind.cpp:29:
  1079. In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include/g++-v8/exception:143:
  1080. In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include/g++-v8/bits/exception_ptr.h:40:
  1081. /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include/g++-v8/new:170:14: error: redefinition of 'operator new[]'
  1082. inline void* operator new[](std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT
  1083.              ^
  1084. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/src/pal/src/include/pal/malloc.hpp:58:14: note: previous definition is here
  1085. inline void* operator new[](size_t, void* p) throw () { return p; }
  1086.              ^
  1087. 2 errors generated.
  1088. make[2]: *** [src/pal/src/CMakeFiles/coreclrpal.dir/build.make:495: src/pal/src/CMakeFiles/coreclrpal.dir/exception/seh.cpp.o] Error 1
  1089. make[2]: *** Waiting for unfinished jobs....
  1090. [  0%] Building CXX object src/corefx/System.Globalization.Native/CMakeFiles/System.Globalization.Native.dir/localeNumberData.cpp.o
  1091. [  0%] Building CXX object src/corefx/System.Globalization.Native/CMakeFiles/System.Globalization.Native.dir/localeStringData.cpp.o
  1092. [  0%] Building CXX object src/corefx/System.Globalization.Native/CMakeFiles/System.Globalization.Native.dir/normalization.cpp.o
  1093. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/src/pal/src/debug/debug.cpp:1337:9: error: lambda capture '__param' is not used [-Werror,-Wunused-lambda-capture]
  1094.         PAL_EXCEPT(EXCEPTION_EXECUTE_HANDLER)
  1095.         ^
  1096. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/src/pal/inc/pal.h:6701:44: note: expanded from macro 'PAL_EXCEPT'
  1097.     auto exceptionFilter = [&disposition, &__param](PAL_SEHException& ex)       \
  1098.                                            ^
  1099. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/src/pal/src/debug/debug.cpp:1635:9: error: lambda capture '__param' is not used [-Werror,-Wunused-lambda-capture]
  1100.         PAL_EXCEPT(EXCEPTION_EXECUTE_HANDLER)
  1101.         ^
  1102. /var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6/src/pal/inc/pal.h:6701:44: note: expanded from macro 'PAL_EXCEPT'
  1103.     auto exceptionFilter = [&disposition, &__param](PAL_SEHException& ex)       \
  1104.                                            ^
  1105. 2 errors generated.
  1106. make[2]: *** [src/pal/src/CMakeFiles/coreclrpal.dir/build.make:471: src/pal/src/CMakeFiles/coreclrpal.dir/debug/debug.cpp.o] Error 1
  1107. make[1]: *** [CMakeFiles/Makefile2:279: src/pal/src/CMakeFiles/coreclrpal.dir/all] Error 2
  1108. [  0%] Building CXX object src/corefx/System.Globalization.Native/CMakeFiles/System.Globalization.Native.dir/timeZoneInfo.cpp.o
  1109. [  0%] Building CXX object src/corefx/System.Globalization.Native/CMakeFiles/System.Globalization.Native.dir/__/__/__/version.cpp.o
  1110. [  0%] Linking CXX shared library System.Globalization.Native.so
  1111. $<TARGET_FILE:System.Globalization.Native>.dbg
  1112. [  0%] Built target System.Globalization.Native
  1113. make: *** [Makefile:130: all] Error 2
  1114. Failed to build coreclr components.
  1115.  * ERROR: dev-dotnet/dotnetcore-sdk-1.1.1-r2::dotnet failed (compile phase):
  1116.  *   (no error message)
  1117.  *
  1118.  * Call stack:
  1119.  *     ebuild.sh, line 124:  Called src_compile
  1120.  *   environment, line 430:  Called die
  1121.  * The specific snippet of code:
  1122.  *       ./build.sh x64 release || die;
  1123.  *
  1124.  * If you need support, post the output of `emerge --info '=dev-dotnet/dotnetcore-sdk-1.1.1-r2::dotnet'`,
  1125.  * the complete build log and the output of `emerge -pqv '=dev-dotnet/dotnetcore-sdk-1.1.1-r2::dotnet'`.
  1126.  * The complete build log is located at '/var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/temp/build.log'.
  1127.  * The ebuild environment file is located at '/var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/temp/environment'.
  1128.  * Working directory: '/var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work/coreclr-1.0.6'
  1129.  * S: '/var/tmp/portage/dev-dotnet/dotnetcore-sdk-1.1.1-r2/work'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement