Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2017
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.26 KB | None | 0 0
  1. 1 aur/dotnet-sdk 1.0.1-1 (11) (6.58)
  2. Provides the .NET core software development kit (sdk).
  3. ==> Enter nĀ° of packages to be installed (ex: 1 2 3 or 1-3)
  4. ==> -------------------------------------------------------
  5. ==> 1
  6.  
  7.  
  8. ==> Downloading dotnet-sdk PKGBUILD from AUR...
  9. x .SRCINFO
  10. x .gitignore
  11. x PKGBUILD
  12. christooss commented on 2017-03-14 13:24
  13. dotnet-sdk-1.0.1.tar.gz link starts to download version 1.1.1 from Microsoft page so this version 1.0.1 might be updated to 1.1.1.
  14.  
  15. gegenschall commented on 2017-03-14 17:56
  16. No, the correct version would be 1.0.1, c.f. this chart: https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.1.1-download.md
  17.  
  18. But I could be utterly wrong, Microsofts versioning scheme is a bit... funny at times. :)
  19.  
  20. christooss commented on 2017-03-15 16:00
  21. Oh, sorry. You are right. This is apparently version 1.0.1 of SDK for version 1.1.1 of dotnet core.
  22.  
  23. 3rdey3 commented on 2017-03-31 08:07
  24. I am getting "llvm io failure on output stream" when trying to install dotnet-sdk. can anyone help out?
  25.  
  26. gegenschall commented on 2017-03-31 08:14
  27. @3rdey3 Are you using /tmp as your BUILDDIR? Building dotnet-sdk is pretty resource intensive in terms of disk space so you may want to either grow your /tmp mount or use a different BUILDDIR.
  28.  
  29. $ export BUILDDIR=/var/tmp/somewhere
  30. $ $commandYouUseToBuildAURPackages
  31.  
  32. should suffice.
  33.  
  34. dotnet-sdk 1.0.1-1 (2017-03-08 11:18)
  35. ( Unsupported package: Potentially dangerous ! )
  36. ==> Edit PKGBUILD ? [Y/n] ("A" to abort)
  37. ==> ------------------------------------
  38. ==> n
  39.  
  40. ==> dotnet-sdk dependencies:
  41. - dotnet (building from AUR)
  42. - dotnet-cli (building from AUR)
  43.  
  44.  
  45. ==> Continue building dotnet-sdk ? [Y/n]
  46. ==> ------------------------------------
  47. ==> Y
  48.  
  49. ==> Building and installing package
  50. ==> Install or build missing dependencies for dotnet-sdk:
  51.  
  52. ==> Downloading dotnet PKGBUILD from AUR...
  53. x .SRCINFO
  54. x .gitignore
  55. x PKGBUILD
  56. x llvm-39-github-pull-8311.patch
  57. x llvm-39-move.patch
  58. x lttng-uts-40.patch
  59. dotsev commented on 2017-04-05 16:22
  60. I get an error when trying to build dotnet-sdk, which depends on this package.
  61.  
  62. https://pastebin.com/zCygWtZH
  63.  
  64. Do you have any ideas of how to fix the issue?
  65.  
  66. gegenschall commented on 2017-04-06 12:55
  67. @dotsev: You seem to have OpenSSL 1.1.0e (from testing?) installed. OpenSSL 1.1.0e is not backwards compatible to 1.0.x and coreclr only builds against 1.0.x. You have to either downgrade your OpenSSL to 1.0.x or find a patch to coreclr that enables OpenSSL 1.1.x.
  68.  
  69. The OpenSSL project has a wiki page[0] on this where they also offer a compat lib. You could use the .h/.c in that to make it work with 1.1.x...
  70.  
  71. edit: I'll update the packages in the next few days to reflect this, i.e. give it a 'openssl1.1.0' dependency.
  72.  
  73. ---
  74.  
  75. [0] https://wiki.openssl.org/index.php/OpenSSL_1.1.0_Changes
  76. [1] https://wiki.openssl.org/images/e/ed/Openssl-compat.tar.gz
  77.  
  78. Merurino commented on 2017-04-14 01:10
  79. Hey @gegenshall, just would like to thank you for making all these .net core related AUR packages. Thanks a lot :)
  80.  
  81. pms1969 commented on 2017-04-21 14:45
  82. I'm having trouble with this..
  83.  
  84. I'm getting the following error when running pacaur -S dotnet
  85. -----
  86. In file included from /home/paul/.cache/pacaur/dotnet/src/coreclr-1.1.1/bin/obj/Linux.x64.Release/Generated/eventprovider/lttng/eventprovdotnetruntimeprivate.cpp:20:
  87. /home/paul/.cache/pacaur/dotnet/src/coreclr-1.1.1/src/pal/inc/pal.h:5979:22: error: definition of builtin function '_rotl'
  88. unsigned int __cdecl _rotl(unsigned int value, int shift)
  89. ^
  90. /home/paul/.cache/pacaur/dotnet/src/coreclr-1.1.1/src/pal/inc/pal.h:6002:22: error: definition of builtin function '_rotr'
  91. unsigned int __cdecl _rotr(unsigned int value, int shift)
  92. ^
  93. In file included from /home/paul/.cache/pacaur/dotnet/src/coreclr-1.1.1/bin/obj/Linux.x64.Release/Generated/eventprovider/lttng/eventprovdotnetruntimestress.cpp:20:
  94. /home/paul/.cache/pacaur/dotnet/src/coreclr-1.1.1/src/pal/inc/pal.h:5979:22: error: definition of builtin function '_rotl'
  95. unsigned int __cdecl _rotl(unsigned int value, int shift)
  96. ^
  97. /home/paul/.cache/pacaur/dotnet/src/coreclr-1.1.1/src/pal/inc/pal.h:6002:22: error: definition of builtin function '_rotr'
  98. unsigned int __cdecl _rotr(unsigned int value, int shift)
  99. -----
  100.  
  101. Any idea what might be happening.
  102.  
  103. And thanks for making this available.
  104.  
  105. dotnet 1.1.1-1 (2017-03-08 11:17)
  106. ( Unsupported package: Potentially dangerous ! )
  107. ==> Edit PKGBUILD ? [Y/n] ("A" to abort)
  108. ==> ------------------------------------
  109. ==> n
  110.  
  111. ==> dotnet dependencies:
  112. - lldb (already installed)
  113. - libunwind (already installed)
  114. - icu (already installed)
  115. - lttng-ust (already installed)
  116. - openssl (already installed)
  117. - curl (already installed)
  118. - cmake (already installed) [makedepend]
  119. - make (already installed) [makedepend]
  120. - clang (already installed) [makedepend]
  121. - llvm (already installed) [makedepend]
  122. - gettext (already installed) [makedepend]
  123.  
  124.  
  125. ==> Continue building dotnet ? [Y/n]
  126. ==> --------------------------------
  127. ==> Y
  128.  
  129. ==> Building and installing package
  130. ==> Making package: dotnet 1.1.1-1 (Sat 22 Apr 09:10:39 CEST 2017)
  131. ==> Checking runtime dependencies...
  132. ==> Checking buildtime dependencies...
  133. ==> Retrieving sources...
  134. -> Downloading coreclr-1.1.1.tar.gz...
  135. % Total % Received % Xferd Average Speed Time Time Time Current
  136. Dload Upload Total Spent Left Speed
  137. 100 122 0 122 0 0 168 0 --:--:-- --:--:-- --:--:-- 168
  138. 100 42.1M 100 42.1M 0 0 1764k 0 0:00:24 0:00:24 --:--:-- 1787k
  139. -> Downloading corefx-1.1.1.tar.gz...
  140. % Total % Received % Xferd Average Speed Time Time Time Current
  141. Dload Upload Total Spent Left Speed
  142. 100 121 0 121 0 0 234 0 --:--:-- --:--:-- --:--:-- 234
  143. 100 13.7M 100 13.7M 0 0 1398k 0 0:00:10 0:00:10 --:--:-- 1897k
  144. -> Downloading dotnet-1.1.1.tar.gz...
  145. % Total % Received % Xferd Average Speed Time Time Time Current
  146. Dload Upload Total Spent Left Speed
  147. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  148. 100 93.1M 100 93.1M 0 0 1863k 0 0:00:51 0:00:51 --:--:-- 2022k
  149. -> Found llvm-39-github-pull-8311.patch
  150. -> Found llvm-39-move.patch
  151. -> Found lttng-uts-40.patch
  152. ==> Validating source files with sha256sums...
  153. coreclr-1.1.1.tar.gz ... Passed
  154. corefx-1.1.1.tar.gz ... Passed
  155. dotnet-1.1.1.tar.gz ... Passed
  156. llvm-39-github-pull-8311.patch ... Passed
  157. llvm-39-move.patch ... Passed
  158. lttng-uts-40.patch ... Passed
  159. ==> Extracting sources...
  160. -> Extracting coreclr-1.1.1.tar.gz with bsdtar
  161. -> Extracting corefx-1.1.1.tar.gz with bsdtar
  162. -> Extracting dotnet-1.1.1.tar.gz with bsdtar
  163. ==> Starting prepare()...
  164. patching file src/debug/daccess/dacdbiimpl.cpp
  165. patching file src/debug/di/rsmain.cpp
  166. patching file src/debug/di/rspriv.h
  167. Hunk #1 succeeded at 176 (offset -1 lines).
  168. patching file src/debug/ee/debugger.cpp
  169. patching file src/debug/ee/debugger.h
  170. patching file src/debug/ildbsymlib/symwrite.h
  171. patching file src/debug/inc/dacdbiinterface.h
  172. patching file src/pal/src/exception/seh.cpp
  173. Hunk #1 succeeded at 268 (offset -6 lines).
  174. patching file tests/src/Common/Platform/platformdefines.cpp
  175. patching file tests/src/Common/Platform/platformdefines.h
  176. patching file tests/src/Interop/common/types.h
  177. patching file src/vm/exceptionhandling.cpp
  178. (Stripping trailing CRs from patch; use --binary to disable.)
  179. patching file src/pal/src/configure.cmake
  180. patch unexpectedly ends in middle of line
  181. Hunk #3 succeeded at 70 with fuzz 1.
  182. ==> Starting build()...
  183. Commencing CoreCLR Repo build
  184. Setting up directories for build
  185. Checking prerequisites...
  186. Laying out dynamically generated files consumed by the build system
  187. Laying out dynamically generated Event Logging Test files
  188. Generating Event Logging Tests
  189. Laying out dynamically generated Event Logging Implementation of Lttng
  190. Cleaning the temp folder of dynamically generated Event Logging files
  191. Updating /var/tmp/aur-build/dotnet/src/coreclr-1.1.1/bin/obj/Linux.x64.Release/Generated/eventprovider with /var/tmp/aur-build/dotnet/src/coreclr-1.1.1/bin/obj/Linux.x64.Release/Generated/eventprovider_new
  192. Updating /var/tmp/aur-build/dotnet/src/coreclr-1.1.1/bin/obj/Linux.x64.Release/Generated/eventprovider/CMakeLists.txt
  193. Updating /var/tmp/aur-build/dotnet/src/coreclr-1.1.1/bin/obj/Linux.x64.Release/Generated/eventprovider/lttng
  194. Updating /var/tmp/aur-build/dotnet/src/coreclr-1.1.1/bin/obj/Linux.x64.Release/Generated/eventprovider/tests
  195. Updating /var/tmp/aur-build/dotnet/src/coreclr-1.1.1/bin/obj/Linux.x64.Release/Generated/eventprovider/tracepointprovider
  196. Commencing build of native components for Linux.x64.Release in /var/tmp/aur-build/dotnet/src/coreclr-1.1.1/bin/obj/Linux.x64.Release
  197. Restoring the OptimizationData package
  198. Running init-tools.sh
  199. .NET CLI will be downloaded from https://dotnetcli.blob.core.windows.net/dotnet/preview/Binaries/1.0.0-preview2-002733/dotnet-dev-arch.-x64.1.0.0-preview2-002733.tar.gz
  200. Locating /var/tmp/aur-build/dotnet/src/coreclr-1.1.1/Tools/1.0.26-prerelease-00719-02/project.json to see if we already downloaded .NET CLI tools...
  201. /var/tmp/aur-build/dotnet/src/coreclr-1.1.1/Tools/1.0.26-prerelease-00719-02/project.json not found. Proceeding to download .NET CLI tools.
  202. curl --retry 10 -sSL --create-dirs -o /var/tmp/aur-build/dotnet/src/coreclr-1.1.1/Tools/dotnetcli/dotnet.tar https://dotnetcli.blob.core.windows.net/dotnet/preview/Binaries/1.0.0-preview2-002733/dotnet-dev-arch.-x64.1.0.0-preview2-002733.tar.gz
  203. tar: This does not look like a tar archive
  204. tar: Exiting with failure status due to previous errors
  205. /var/tmp/aur-build/dotnet/src/coreclr-1.1.1/init-tools.sh: line 113: /var/tmp/aur-build/dotnet/src/coreclr-1.1.1/Tools/dotnetcli/dotnet: No such file or directory
  206. /var/tmp/aur-build/dotnet/src/coreclr-1.1.1/init-tools.sh: line 117: /var/tmp/aur-build/dotnet/src/coreclr-1.1.1/packages/Microsoft.DotNet.BuildTools/1.0.26-prerelease-00719-02/lib/init-tools.sh: No such file or directory
  207. Running: /var/tmp/aur-build/dotnet/src/coreclr-1.1.1/Tools/dotnetcli/dotnet /var/tmp/aur-build/dotnet/src/coreclr-1.1.1/Tools/run.exe sync -optdata
  208. /var/tmp/aur-build/dotnet/src/coreclr-1.1.1/run.sh: line 12: /var/tmp/aur-build/dotnet/src/coreclr-1.1.1/Tools/dotnetcli/dotnet: No such file or directory
  209. ERROR: An error occured in /var/tmp/aur-build/dotnet/src/coreclr-1.1.1/Tools/dotnetcli/dotnet /var/tmp/aur-build/dotnet/src/coreclr-1.1.1/Tools/run 2. Check 2 logs under /var/tmp/aur-build/dotnet/src/coreclr-1.1.1.
  210. /var/tmp/aur-build/dotnet/src/coreclr-1.1.1/bin/obj/Linux.x64.Release /var/tmp/aur-build/dotnet/src/coreclr-1.1.1
  211. Invoking "/var/tmp/aur-build/dotnet/src/coreclr-1.1.1/src/pal/tools/gen-buildsys-clang.sh" "/var/tmp/aur-build/dotnet/src/coreclr-1.1.1" 3 5 x64 Release Include_Tests -DCLR_CMAKE_TARGET_OS=Linux -DCLR_CMAKE_PACKAGES_DIR=/var/tmp/aur-build/dotnet/src/coreclr-1.1.1/packages -DCLR_CMAKE_PGO_INSTRUMENT=0
  212. Including tests directory in build.
  213. -- The C compiler identification is Clang 4.0.0
  214. -- The CXX compiler identification is Clang 4.0.0
  215. -- Check for working C compiler: /usr/bin/clang
  216. -- Check for working C compiler: /usr/bin/clang -- works
  217. -- Detecting C compiler ABI info
  218. -- Detecting C compiler ABI info - done
  219. -- Detecting C compile features
  220. -- Detecting C compile features - done
  221. -- Check for working CXX compiler: /usr/bin/clang++
  222. -- Check for working CXX compiler: /usr/bin/clang++ -- works
  223. -- Detecting CXX compiler ABI info
  224. -- Detecting CXX compiler ABI info - done
  225. -- Detecting CXX compile features
  226. -- Detecting CXX compile features - done
  227. -- The ASM compiler identification is Clang
  228. -- Found assembler: /usr/bin/clang
  229. Detected Linux x86_64
  230. -- Performing Test HAVE_UDAT_STANDALONE_SHORTER_WEEKDAYS
  231. -- Performing Test HAVE_UDAT_STANDALONE_SHORTER_WEEKDAYS - Success
  232. -- Looking for ucol_setMaxVariable
  233. -- Looking for ucol_setMaxVariable - found
  234. -- LLDB: /lib64/liblldb.so
  235. -- LLDB_H: /usr/include
  236. -- Looking for include file ieeefp.h
  237. -- Looking for include file ieeefp.h - not found
  238. -- Looking for include file sys/vmparam.h
  239. -- Looking for include file sys/vmparam.h - not found
  240. -- Looking for include file mach/vm_types.h
  241. -- Looking for include file mach/vm_types.h - not found
  242. -- Looking for include file mach/vm_param.h
  243. -- Looking for include file mach/vm_param.h - not found
  244. -- Looking for 3 include files sys/param.h, ..., machine/npx.h
  245. -- Looking for 3 include files sys/param.h, ..., machine/npx.h - not found
  246. -- Looking for 3 include files sys/param.h, ..., machine/reg.h
  247. -- Looking for 3 include files sys/param.h, ..., machine/reg.h - not found
  248. -- Looking for include file machine/vmparam.h
  249. -- Looking for include file machine/vmparam.h - not found
  250. -- Looking for include file procfs.h
  251. -- Looking for include file procfs.h - not found
  252. -- Looking for include file crt_externs.h
  253. -- Looking for include file crt_externs.h - not found
  254. -- Looking for include file sys/time.h
  255. -- Looking for include file sys/time.h - found
  256. -- Looking for include file pthread_np.h
  257. -- Looking for include file pthread_np.h - not found
  258. -- Looking for include file sys/lwp.h
  259. -- Looking for include file sys/lwp.h - not found
  260. -- Looking for include file lwp.h
  261. -- Looking for include file lwp.h - not found
  262. -- Looking for include file libunwind.h
  263. -- Looking for include file libunwind.h - found
  264. -- Looking for include file runetype.h
  265. -- Looking for include file runetype.h - not found
  266. -- Looking for include file lttng/tracepoint.h
  267. -- Looking for include file lttng/tracepoint.h - found
  268. -- Looking for include file uuid/uuid.h
  269. -- Looking for include file uuid/uuid.h - found
  270. -- Looking for include file sys/sysctl.h
  271. -- Looking for include file sys/sysctl.h - found
  272. -- Looking for include file gnu/lib-names.h
  273. -- Looking for include file gnu/lib-names.h - found
  274. -- Looking for kqueue
  275. -- Looking for kqueue - not found
  276. -- Looking for getpwuid_r
  277. -- Looking for getpwuid_r - found
  278. -- Looking for pthread_suspend in pthread
  279. -- Looking for pthread_suspend in pthread - not found
  280. -- Looking for pthread_suspend_np in pthread
  281. -- Looking for pthread_suspend_np in pthread - not found
  282. -- Looking for pthread_continue in pthread
  283. -- Looking for pthread_continue in pthread - not found
  284. -- Looking for pthread_continue_np in pthread
  285. -- Looking for pthread_continue_np in pthread - not found
  286. -- Looking for pthread_resume_np in pthread
  287. -- Looking for pthread_resume_np in pthread - not found
  288. -- Looking for pthread_attr_get_np in pthread
  289. -- Looking for pthread_attr_get_np in pthread - not found
  290. -- Looking for pthread_getattr_np in pthread
  291. -- Looking for pthread_getattr_np in pthread - found
  292. -- Looking for pthread_getcpuclockid in pthread
  293. -- Looking for pthread_getcpuclockid in pthread - found
  294. -- Looking for pthread_sigqueue in pthread
  295. -- Looking for pthread_sigqueue in pthread - found
  296. -- Looking for sigreturn
  297. -- Looking for sigreturn - found
  298. -- Looking for _thread_sys_sigreturn
  299. -- Looking for _thread_sys_sigreturn - not found
  300. -- Looking for copysign
  301. -- Looking for copysign - found
  302. -- Looking for fsync
  303. -- Looking for fsync - found
  304. -- Looking for futimes
  305. -- Looking for futimes - found
  306. -- Looking for utimes
  307. -- Looking for utimes - found
  308. -- Looking for sysctl
  309. -- Looking for sysctl - found
  310. -- Looking for sysconf
  311. -- Looking for sysconf - found
  312. -- Looking for localtime_r
  313. -- Looking for localtime_r - found
  314. -- Looking for gmtime_r
  315. -- Looking for gmtime_r - found
  316. -- Looking for timegm
  317. -- Looking for timegm - found
  318. -- Looking for poll
  319. -- Looking for poll - found
  320. -- Looking for statvfs
  321. -- Looking for statvfs - found
  322. -- Looking for thread_self
  323. -- Looking for thread_self - not found
  324. -- Looking for _lwp_self
  325. -- Looking for _lwp_self - not found
  326. -- Looking for pthread_mach_thread_np
  327. -- Looking for pthread_mach_thread_np - not found
  328. -- Looking for thread_set_exception_ports
  329. -- Looking for thread_set_exception_ports - not found
  330. -- Looking for vm_allocate
  331. -- Looking for vm_allocate - not found
  332. -- Looking for vm_read
  333. -- Looking for vm_read - not found
  334. -- Looking for directio
  335. -- Looking for directio - not found
  336. -- Looking for semget
  337. -- Looking for semget - found
  338. -- Looking for pthread_mutex_init
  339. -- Looking for pthread_mutex_init - found
  340. -- Looking for ttrace
  341. -- Looking for ttrace - not found
  342. -- Performing Test HAVE_UNW_GET_SAVE_LOC
  343. -- Performing Test HAVE_UNW_GET_SAVE_LOC - Success
  344. -- Performing Test HAVE_UNW_GET_ACCESSORS
  345. -- Performing Test HAVE_UNW_GET_ACCESSORS - Success
  346. -- Performing Test HAVE_STAT_TIMESPEC
  347. -- Performing Test HAVE_STAT_TIMESPEC - Failed
  348. -- Performing Test HAVE_STAT_NSEC
  349. -- Performing Test HAVE_STAT_NSEC - Failed
  350. -- Performing Test HAVE_TM_GMTOFF
  351. -- Performing Test HAVE_TM_GMTOFF - Success
  352. -- Performing Test HAVE_GREGSET_T
  353. -- Performing Test HAVE_GREGSET_T - Success
  354. -- Performing Test HAVE___GREGSET_T
  355. -- Performing Test HAVE___GREGSET_T - Failed
  356. -- Looking for sys/types.h
  357. -- Looking for sys/types.h - found
  358. -- Looking for stdint.h
  359. -- Looking for stdint.h - found
  360. -- Looking for stddef.h
  361. -- Looking for stddef.h - found
  362. -- Check size of struct reg
  363. -- Check size of struct reg - failed
  364. -- Check size of struct pt_regs
  365. -- Check size of struct pt_regs - done
  366. -- Check size of siginfo_t
  367. -- Check size of siginfo_t - done
  368. -- Check size of ucontext_t
  369. -- Check size of ucontext_t - done
  370. -- Check size of pthread_rwlock_t
  371. -- Check size of pthread_rwlock_t - done
  372. -- Check size of prwatch_t
  373. -- Check size of prwatch_t - failed
  374. -- Check size of off_t
  375. -- Check size of off_t - done
  376. -- Looking for SYS_yield
  377. -- Looking for SYS_yield - not found
  378. -- Looking for INFTIM
  379. -- Looking for INFTIM - not found
  380. -- Looking for CHAR_BIT
  381. -- Looking for CHAR_BIT - found
  382. -- Looking for _DEBUG
  383. -- Looking for _DEBUG - not found
  384. -- Looking for _SC_PHYS_PAGES
  385. -- Looking for _SC_PHYS_PAGES - found
  386. -- Looking for _SC_AVPHYS_PAGES
  387. -- Looking for _SC_AVPHYS_PAGES - found
  388. -- Performing Test HAVE_BSD_UUID_H
  389. -- Performing Test HAVE_BSD_UUID_H - Failed
  390. -- Performing Test REALPATH_SUPPORTS_NONEXISTENT_FILES
  391. -- Performing Test REALPATH_SUPPORTS_NONEXISTENT_FILES - Failed
  392. -- Performing Test SSCANF_SUPPORT_ll
  393. -- Performing Test SSCANF_SUPPORT_ll - Success
  394. -- Performing Test SSCANF_CANNOT_HANDLE_MISSING_EXPONENT
  395. -- Performing Test SSCANF_CANNOT_HANDLE_MISSING_EXPONENT - Failed
  396. -- Performing Test HAVE_LARGE_SNPRINTF_SUPPORT
  397. -- Performing Test HAVE_LARGE_SNPRINTF_SUPPORT - Success
  398. -- Performing Test HAVE_BROKEN_FIFO_SELECT
  399. -- Performing Test HAVE_BROKEN_FIFO_SELECT - Failed
  400. -- Performing Test HAVE_BROKEN_FIFO_KEVENT
  401. -- Performing Test HAVE_BROKEN_FIFO_KEVENT - Failed
  402. -- Performing Test HAVE_SCHED_GET_PRIORITY
  403. -- Performing Test HAVE_SCHED_GET_PRIORITY - Success
  404. -- Performing Test HAVE_SCHED_GETCPU
  405. -- Performing Test HAVE_SCHED_GETCPU - Success
  406. -- Performing Test HAVE_WORKING_GETTIMEOFDAY
  407. -- Performing Test HAVE_WORKING_GETTIMEOFDAY - Success
  408. -- Performing Test HAVE_WORKING_CLOCK_GETTIME
  409. -- Performing Test HAVE_WORKING_CLOCK_GETTIME - Success
  410. -- Performing Test HAVE_CLOCK_MONOTONIC
  411. -- Performing Test HAVE_CLOCK_MONOTONIC - Success
  412. -- Performing Test HAVE_CLOCK_MONOTONIC_COARSE
  413. -- Performing Test HAVE_CLOCK_MONOTONIC_COARSE - Success
  414. -- Performing Test HAVE_MACH_ABSOLUTE_TIME
  415. -- Performing Test HAVE_MACH_ABSOLUTE_TIME - Failed
  416. -- Performing Test HAVE_CLOCK_THREAD_CPUTIME
  417. -- Performing Test HAVE_CLOCK_THREAD_CPUTIME - Success
  418. -- Performing Test HAVE_MMAP_DEV_ZERO
  419. -- Performing Test HAVE_MMAP_DEV_ZERO - Success
  420. -- Performing Test MMAP_ANON_IGNORES_PROTECTION
  421. -- Performing Test MMAP_ANON_IGNORES_PROTECTION - Failed
  422. -- Performing Test ONE_SHARED_MAPPING_PER_FILEREGION_PER_PROCESS
  423. -- Performing Test ONE_SHARED_MAPPING_PER_FILEREGION_PER_PROCESS - Failed
  424. -- Performing Test PTHREAD_CREATE_MODIFIES_ERRNO
  425. -- Performing Test PTHREAD_CREATE_MODIFIES_ERRNO - Failed
  426. -- Performing Test SEM_INIT_MODIFIES_ERRNO
  427. -- Performing Test SEM_INIT_MODIFIES_ERRNO - Failed
  428. -- Performing Test HAVE_PROCFS_CTL
  429. -- Performing Test HAVE_PROCFS_CTL - Failed
  430. -- Performing Test HAVE_PROCFS_MAPS
  431. -- Performing Test HAVE_PROCFS_MAPS - Success
  432. -- Performing Test HAVE_PROCFS_STAT
  433. -- Performing Test HAVE_PROCFS_STAT - Success
  434. -- Performing Test HAVE_PROCFS_STATUS
  435. -- Performing Test HAVE_PROCFS_STATUS - Success
  436. -- Performing Test HAVE_COMPATIBLE_ACOS
  437. -- Performing Test HAVE_COMPATIBLE_ACOS - Success
  438. -- Performing Test HAVE_COMPATIBLE_ASIN
  439. -- Performing Test HAVE_COMPATIBLE_ASIN - Success
  440. -- Performing Test HAVE_COMPATIBLE_POW
  441. -- Performing Test HAVE_COMPATIBLE_POW - Failed
  442. -- Performing Test HAVE_VALID_NEGATIVE_INF_POW
  443. -- Performing Test HAVE_VALID_NEGATIVE_INF_POW - Success
  444. -- Performing Test HAVE_VALID_POSITIVE_INF_POW
  445. -- Performing Test HAVE_VALID_POSITIVE_INF_POW - Success
  446. -- Performing Test HAVE_COMPATIBLE_ATAN2
  447. -- Performing Test HAVE_COMPATIBLE_ATAN2 - Success
  448. -- Performing Test HAVE_COMPATIBLE_EXP
  449. -- Performing Test HAVE_COMPATIBLE_EXP - Failed
  450. -- Performing Test HAVE_COMPATIBLE_LOG
  451. -- Performing Test HAVE_COMPATIBLE_LOG - Success
  452. -- Performing Test HAVE_COMPATIBLE_LOG10
  453. -- Performing Test HAVE_COMPATIBLE_LOG10 - Success
  454. -- Performing Test UNGETC_NOT_RETURN_EOF
  455. -- Performing Test UNGETC_NOT_RETURN_EOF - Success
  456. -- Performing Test HAS_POSIX_SEMAPHORES
  457. -- Performing Test HAS_POSIX_SEMAPHORES - Success
  458. -- Performing Test GETPWUID_R_SETS_ERRNO
  459. -- Performing Test GETPWUID_R_SETS_ERRNO - Success
  460. -- Performing Test FILE_OPS_CHECK_FERROR_OF_PREVIOUS_CALL
  461. -- Performing Test FILE_OPS_CHECK_FERROR_OF_PREVIOUS_CALL - Failed
  462. -- Performing Test UNWIND_CONTEXT_IS_UCONTEXT_T
  463. -- Performing Test UNWIND_CONTEXT_IS_UCONTEXT_T - Success
  464. -- Performing Test HAVE_FULLY_FEATURED_PTHREAD_MUTEXES
  465. -- Performing Test HAVE_FULLY_FEATURED_PTHREAD_MUTEXES - Success
  466. -- Performing Test HAVE_FUNCTIONAL_PTHREAD_ROBUST_MUTEXES
  467. -- Performing Test HAVE_FUNCTIONAL_PTHREAD_ROBUST_MUTEXES - Success
  468. -- Configuring done
  469. -- Generating done
  470. -- Build files have been written to: /var/tmp/aur-build/dotnet/src/coreclr-1.1.1/bin/obj/Linux.x64.Release
  471. /var/tmp/aur-build/dotnet/src/coreclr-1.1.1
  472. /var/tmp/aur-build/dotnet/src/coreclr-1.1.1/bin/obj/Linux.x64.Release /var/tmp/aur-build/dotnet/src/coreclr-1.1.1
  473. Executing make install -j 5
  474. Scanning dependencies of target GeneratedEventingFiles
  475. Scanning dependencies of target System.Globalization.Native
  476. Scanning dependencies of target corguids
  477. Scanning dependencies of target sos_exports
  478. Scanning dependencies of target coreclrpal
  479. [ 0%] Generating Eventing Files
  480. [ 0%] Generating exports file /var/tmp/aur-build/dotnet/src/coreclr-1.1.1/bin/obj/Linux.x64.Release/src/ToolBox/SOS/Strike/sos.exports
  481. [ 0%] Building CXX object src/corefx/System.Globalization.Native/CMakeFiles/System.Globalization.Native.dir/calendarData.cpp.o
  482. [ 0%] Building C object src/inc/CMakeFiles/corguids.dir/__/pal/prebuilt/idl/cordebug_i.c.o
  483. [ 0%] Built target sos_exports
  484. Scanning dependencies of target tracepointprovider
  485. In file included from /var/tmp/aur-build/dotnet/src/coreclr-1.1.1/src/pal/prebuilt/idl/cordebug_i.c:29:
  486. In file included from /var/tmp/aur-build/dotnet/src/coreclr-1.1.1/src/pal/inc/rt/rpc.h:16:
  487. In file included from /var/tmp/aur-build/dotnet/src/coreclr-1.1.1/src/pal/inc/rt/palrt.h:138:
  488. /var/tmp/aur-build/dotnet/src/coreclr-1.1.1/src/pal/inc/pal.h:5979:22: error: definition of builtin function '_rotl'
  489. unsigned int __cdecl _rotl(unsigned int value, int shift)
  490. ^
  491. /var/tmp/aur-build/dotnet/src/coreclr-1.1.1/src/pal/inc/pal.h:6002:22: error: definition of builtin function '_rotr'
  492. unsigned int __cdecl _rotr(unsigned int value, int shift)
  493. ^
  494. [ 0%] Building CXX object src/pal/src/CMakeFiles/tracepointprovider.dir/misc/tracepointprovider.cpp.o
  495. 2 errors generated.
  496. make[2]: *** [src/inc/CMakeFiles/corguids.dir/build.make:63: src/inc/CMakeFiles/corguids.dir/__/pal/prebuilt/idl/cordebug_i.c.o] Error 1
  497. make[1]: *** [CMakeFiles/Makefile2:65105: src/inc/CMakeFiles/corguids.dir/all] Error 2
  498. make[1]: *** Waiting for unfinished jobs....
  499. [ 0%] Building CXX object src/corefx/System.Globalization.Native/CMakeFiles/System.Globalization.Native.dir/casing.cpp.o
  500. In file included from /var/tmp/aur-build/dotnet/src/coreclr-1.1.1/src/pal/src/misc/tracepointprovider.cpp:19:
  501. In file included from /var/tmp/aur-build/dotnet/src/coreclr-1.1.1/src/pal/src/include/pal/palinternal.h:326:
  502. /var/tmp/aur-build/dotnet/src/coreclr-1.1.1/src/pal/inc/pal.h:5979:22: error: definition of builtin function '_rotl'
  503. unsigned int __cdecl _rotl(unsigned int value, int shift)
  504. ^
  505. /var/tmp/aur-build/dotnet/src/coreclr-1.1.1/src/pal/inc/pal.h:6002:22: error: definition of builtin function '_rotr'
  506. unsigned int __cdecl _rotr(unsigned int value, int shift)
  507. ^
  508. [ 0%] Building CXX object src/pal/src/CMakeFiles/coreclrpal.dir/cruntime/file.cpp.o
  509. In file included from /var/tmp/aur-build/dotnet/src/coreclr-1.1.1/src/pal/src/cruntime/file.cpp:22:
  510. In file included from /var/tmp/aur-build/dotnet/src/coreclr-1.1.1/src/pal/src/include/pal/palinternal.h:326:
  511. /var/tmp/aur-build/dotnet/src/coreclr-1.1.1/src/pal/inc/pal.h:5979:22: error: definition of builtin function '_rotl'
  512. unsigned int __cdecl _rotl(unsigned int value, int shift)
  513. ^
  514. /var/tmp/aur-build/dotnet/src/coreclr-1.1.1/src/pal/inc/pal.h:6002:22: error: definition of builtin function '_rotr'
  515. unsigned int __cdecl _rotr(unsigned int value, int shift)
  516. ^
  517. [ 0%] Building CXX object src/corefx/System.Globalization.Native/CMakeFiles/System.Globalization.Native.dir/collation.cpp.o
  518. 2 errors generated.
  519. make[2]: *** [src/pal/src/CMakeFiles/tracepointprovider.dir/build.make:63: src/pal/src/CMakeFiles/tracepointprovider.dir/misc/tracepointprovider.cpp.o] Error 1
  520. make[1]: *** [CMakeFiles/Makefile2:279: src/pal/src/CMakeFiles/tracepointprovider.dir/all] Error 2
  521. 2 errors generated.
  522. [ 0%] Building CXX object src/corefx/System.Globalization.Native/CMakeFiles/System.Globalization.Native.dir/idna.cpp.o
  523. Generating Dummy Event Headers
  524. make[2]: *** [src/pal/src/CMakeFiles/coreclrpal.dir/build.make:63: src/pal/src/CMakeFiles/coreclrpal.dir/cruntime/file.cpp.o] Error 1
  525. make[2]: *** Waiting for unfinished jobs....
  526. [ 0%] Building CXX object src/pal/src/CMakeFiles/coreclrpal.dir/cruntime/filecrt.cpp.o
  527. [ 0%] Building CXX object src/corefx/System.Globalization.Native/CMakeFiles/System.Globalization.Native.dir/locale.cpp.o
  528. In file included from /var/tmp/aur-build/dotnet/src/coreclr-1.1.1/src/pal/src/cruntime/filecrt.cpp:22:
  529. In file included from /var/tmp/aur-build/dotnet/src/coreclr-1.1.1/src/pal/src/include/pal/thread.hpp:23:
  530. In file included from /var/tmp/aur-build/dotnet/src/coreclr-1.1.1/src/pal/src/include/pal/corunix.hpp:24:
  531. In file included from /var/tmp/aur-build/dotnet/src/coreclr-1.1.1/src/pal/src/include/pal/palinternal.h:326:
  532. /var/tmp/aur-build/dotnet/src/coreclr-1.1.1/src/pal/inc/pal.h:5979:22: error: definition of builtin function '_rotl'
  533. unsigned int __cdecl _rotl(unsigned int value, int shift)
  534. ^
  535. /var/tmp/aur-build/dotnet/src/coreclr-1.1.1/src/pal/inc/pal.h:6002:22: error: definition of builtin function '_rotr'
  536. unsigned int __cdecl _rotr(unsigned int value, int shift)
  537. ^
  538. 2 errors generated.
  539. make[2]: *** [src/pal/src/CMakeFiles/coreclrpal.dir/build.make:87: src/pal/src/CMakeFiles/coreclrpal.dir/cruntime/filecrt.cpp.o] Error 1
  540. make[1]: *** [CMakeFiles/Makefile2:242: src/pal/src/CMakeFiles/coreclrpal.dir/all] Error 2
  541. [ 0%] Building CXX object src/corefx/System.Globalization.Native/CMakeFiles/System.Globalization.Native.dir/localeNumberData.cpp.o
  542. Generating Event Headers
  543. [ 0%] Building CXX object src/corefx/System.Globalization.Native/CMakeFiles/System.Globalization.Native.dir/localeStringData.cpp.o
  544. [ 0%] Building CXX object src/corefx/System.Globalization.Native/CMakeFiles/System.Globalization.Native.dir/normalization.cpp.o
  545. [ 0%] Built target GeneratedEventingFiles
  546. [ 0%] Building CXX object src/corefx/System.Globalization.Native/CMakeFiles/System.Globalization.Native.dir/timeZoneInfo.cpp.o
  547. [ 0%] Building CXX object src/corefx/System.Globalization.Native/CMakeFiles/System.Globalization.Native.dir/__/__/__/version.cpp.o
  548. [ 0%] Linking CXX shared library System.Globalization.Native.so
  549. $<TARGET_FILE:System.Globalization.Native>.dbg
  550. [ 0%] Built target System.Globalization.Native
  551. make: *** [Makefile:128: all] Error 2
  552. Failed to build coreclr components.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement