Advertisement
_dinsdale

mono autogen.sh output

Jul 23rd, 2017
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.20 KB | None | 0 0
  1. ./autogen.sh
  2. **Warning**: I am going to run `configure' with no arguments.
  3. If you wish to pass any to it, please specify them on the
  4. `./autogen.sh' command line.
  5.  
  6. Running libtoolize...
  7. libtoolize: putting auxiliary files in '.'.
  8. libtoolize: copying file './ltmain.sh'
  9. libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
  10. libtoolize: copying file 'm4/libtool.m4'
  11. libtoolize: copying file 'm4/ltoptions.m4'
  12. libtoolize: copying file 'm4/ltsugar.m4'
  13. libtoolize: copying file 'm4/ltversion.m4'
  14. libtoolize: copying file 'm4/lt~obsolete.m4'
  15. Running aclocal -I m4 -I . ...
  16. Running autoheader...
  17. Running automake --gnu ...
  18. configure.ac:400: installing './compile'
  19. configure.ac:16: installing './missing'
  20. ikvm-native/Makefile.am: installing './depcomp'
  21. Running autoconf ...
  22. Running libgc/autogen.sh ...
  23. Running libtoolize...
  24. libtoolize: putting auxiliary files in '.'.
  25. libtoolize: copying file './ltmain.sh'
  26. libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
  27. libtoolize: copying file 'm4/libtool.m4'
  28. libtoolize: copying file 'm4/ltoptions.m4'
  29. libtoolize: copying file 'm4/ltsugar.m4'
  30. libtoolize: copying file 'm4/ltversion.m4'
  31. libtoolize: copying file 'm4/lt~obsolete.m4'
  32. Running aclocal -Wnone ...
  33. Running automake --gnu ...
  34. configure.ac:28: installing './compile'
  35. configure.ac:20: installing './missing'
  36. Makefile.am: installing './depcomp'
  37. Running autoconf ...
  38. Skipping configure process.
  39. Done running libgc/autogen.sh ...
  40. Running eglib/autogen.sh ...
  41. Running libtoolize...
  42. libtoolize: putting auxiliary files in '..'.
  43. libtoolize: copying file '../ltmain.sh'
  44. libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
  45. libtoolize: copying file 'm4/libtool.m4'
  46. libtoolize: copying file 'm4/ltoptions.m4'
  47. libtoolize: copying file 'm4/ltsugar.m4'
  48. libtoolize: copying file 'm4/ltversion.m4'
  49. libtoolize: copying file 'm4/lt~obsolete.m4'
  50. Running aclocal -I m4 ...
  51. Running autoheader...
  52. Running automake --gnu ...
  53. configure.ac:18: installing '../compile'
  54. configure.ac:12: installing '../missing'
  55. src/Makefile.am: installing '../depcomp'
  56. Running autoconf ...
  57. Skipping configure process.
  58. Done running eglib/autogen.sh ...
  59. Running ./configure --enable-maintainer-mode --enable-compile-warnings ...
  60. checking build system type... amd64-unknown-freebsd12.0
  61. checking host system type... amd64-unknown-freebsd12.0
  62. checking target system type... amd64-unknown-freebsd12.0
  63. checking for a BSD-compatible install... /usr/bin/install -c
  64. checking whether build environment is sane... yes
  65. checking for a thread-safe mkdir -p... ./install-sh -c -d
  66. checking for gawk... no
  67. checking for mawk... no
  68. checking for nawk... nawk
  69. checking whether make sets $(MAKE)... yes
  70. checking whether make supports nested variables... yes
  71. checking whether UID '0' is supported by ustar format... yes
  72. checking whether GID '0' is supported by ustar format... yes
  73. checking how to create a ustar tar archive... gnutar
  74. checking whether to enable maintainer-specific portions of Makefiles... yes
  75. checking whether ln -s works... yes
  76. checking whether make supports nested variables... (cached) yes
  77. checking host platform characteristics... ok
  78. checking for gcc... gcc
  79. checking for gcc... (cached) gcc
  80. checking whether the C compiler works... yes
  81. checking for C compiler default output file name... a.out
  82. checking for suffix of executables...
  83. checking whether we are cross compiling... no
  84. checking for suffix of object files... o
  85. checking whether we are using the GNU C compiler... yes
  86. checking whether gcc accepts -g... yes
  87. checking for gcc option to accept ISO C89... none needed
  88. checking whether gcc understands -c and -o together... yes
  89. checking for style of include used by make... GNU
  90. checking dependency style of gcc... gcc3
  91. checking for g++... g++
  92. checking whether we are using the GNU C++ compiler... yes
  93. checking whether g++ accepts -g... yes
  94. checking dependency style of g++... gcc3
  95. checking dependency style of gcc... gcc3
  96. checking for gawk... (cached) nawk
  97. checking how to run the C preprocessor... gcc -E
  98. checking for grep that handles long lines and -e... /usr/bin/grep
  99. checking for egrep... /usr/bin/grep -E
  100. checking for ANSI C header files... yes
  101. checking for sys/types.h... yes
  102. checking for sys/stat.h... yes
  103. checking for stdlib.h... yes
  104. checking for string.h... yes
  105. checking for memory.h... yes
  106. checking for strings.h... yes
  107. checking for inttypes.h... yes
  108. checking for stdint.h... yes
  109. checking for unistd.h... yes
  110. checking whether sys/types.h defines makedev... yes
  111. checking how to print strings... printf
  112. checking for a sed that does not truncate output... /usr/bin/sed
  113. checking for fgrep... /usr/bin/grep -F
  114. checking for ld used by gcc... /usr/local/bin/ld
  115. checking if the linker (/usr/local/bin/ld) is GNU ld... yes
  116. checking for BSD- or MS-compatible name lister (nm)... /usr/local/bin/nm -B
  117. checking the name lister (/usr/local/bin/nm -B) interface... BSD nm
  118. checking the maximum length of command line arguments... 196608
  119. checking how to convert amd64-unknown-freebsd12.0 file names to amd64-unknown-freebsd12.0 format... func_convert_file_noop
  120. checking how to convert amd64-unknown-freebsd12.0 file names to toolchain format... func_convert_file_noop
  121. checking for /usr/local/bin/ld option to reload object files... -r
  122. checking for objdump... objdump
  123. checking how to recognize dependent libraries... pass_all
  124. checking for dlltool... dlltool
  125. checking how to associate runtime and link libraries... printf %s\n
  126. checking for ar... ar
  127. checking for archiver @FILE support... no
  128. checking for strip... strip
  129. checking for ranlib... ranlib
  130. checking command to parse /usr/local/bin/nm -B output from gcc object... ok
  131. checking for sysroot... no
  132. checking for a working dd... /bin/dd
  133. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  134. checking for mt... mt
  135. checking if mt is a manifest tool... no
  136. checking for dlfcn.h... yes
  137. checking for objdir... .libs
  138. checking if gcc supports -fno-rtti -fno-exceptions... no
  139. checking for gcc option to produce PIC... -fPIC -DPIC
  140. checking if gcc PIC flag -fPIC -DPIC works... yes
  141. checking if gcc static flag -static works... yes
  142. checking if gcc supports -c -o file.o... yes
  143. checking if gcc supports -c -o file.o... (cached) yes
  144. checking whether the gcc linker (/usr/local/bin/ld) supports shared libraries... yes
  145. checking whether -lc should be explicitly linked in... no
  146. checking dynamic linker characteristics... freebsd12.0 ld.so
  147. checking how to hardcode library paths into programs... immediate
  148. checking whether stripping libraries is possible... no
  149. checking if libtool supports shared libraries... yes
  150. checking whether to build shared libraries... yes
  151. checking whether to build static libraries... yes
  152. checking how to run the C++ preprocessor... g++ -E
  153. checking for ld used by g++... /usr/local/bin/ld
  154. checking if the linker (/usr/local/bin/ld) is GNU ld... yes
  155. checking whether the g++ linker (/usr/local/bin/ld) supports shared libraries... yes
  156. checking for g++ option to produce PIC... -fPIC -DPIC
  157. checking if g++ PIC flag -fPIC -DPIC works... yes
  158. checking if g++ static flag -static works... yes
  159. checking if g++ supports -c -o file.o... yes
  160. checking if g++ supports -c -o file.o... (cached) yes
  161. checking whether the g++ linker (/usr/local/bin/ld) supports shared libraries... yes
  162. checking dynamic linker characteristics... freebsd12.0 ld.so
  163. checking how to hardcode library paths into programs... immediate
  164. checking for bash... /usr/local/bin/bash
  165. checking if dolt supports this host... yes, replacing libtool
  166. ./configure: ./libtool: not found
  167. checking for ld used by gcc... (cached) /usr/local/bin/ld
  168. checking if the linker (/usr/local/bin/ld) is GNU ld... (cached) yes
  169. checking for ld used by GCC... /usr/local/bin/ld
  170. checking if the linker (/usr/local/bin/ld) is GNU ld... yes
  171. checking for shared library run path origin... done
  172. checking for iconv... yes
  173. checking for working iconv... yes
  174. checking for iconv declaration...
  175. extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  176. checking sys/filio.h usability... yes
  177. checking sys/filio.h presence... yes
  178. checking for sys/filio.h... yes
  179. checking sys/sockio.h usability... yes
  180. checking sys/sockio.h presence... yes
  181. checking for sys/sockio.h... yes
  182. checking netdb.h usability... yes
  183. checking netdb.h presence... yes
  184. checking for netdb.h... yes
  185. checking utime.h usability... yes
  186. checking utime.h presence... yes
  187. checking for utime.h... yes
  188. checking sys/utime.h usability... no
  189. checking sys/utime.h presence... no
  190. checking for sys/utime.h... no
  191. checking semaphore.h usability... yes
  192. checking semaphore.h presence... yes
  193. checking for semaphore.h... yes
  194. checking sys/un.h usability... yes
  195. checking sys/un.h presence... yes
  196. checking for sys/un.h... yes
  197. checking linux/rtc.h usability... no
  198. checking linux/rtc.h presence... no
  199. checking for linux/rtc.h... no
  200. checking sys/syscall.h usability... yes
  201. checking sys/syscall.h presence... yes
  202. checking for sys/syscall.h... yes
  203. checking sys/mkdev.h usability... no
  204. checking sys/mkdev.h presence... no
  205. checking for sys/mkdev.h... no
  206. checking sys/uio.h usability... yes
  207. checking sys/uio.h presence... yes
  208. checking for sys/uio.h... yes
  209. checking sys/param.h usability... yes
  210. checking sys/param.h presence... yes
  211. checking for sys/param.h... yes
  212. checking sys/sysctl.h usability... yes
  213. checking sys/sysctl.h presence... yes
  214. checking for sys/sysctl.h... yes
  215. checking libproc.h usability... yes
  216. checking libproc.h presence... yes
  217. checking for libproc.h... yes
  218. checking sys/prctl.h usability... no
  219. checking sys/prctl.h presence... no
  220. checking for sys/prctl.h... no
  221. checking for sys/param.h... (cached) yes
  222. checking sys/socket.h usability... yes
  223. checking sys/socket.h presence... yes
  224. checking for sys/socket.h... yes
  225. checking sys/ipc.h usability... yes
  226. checking sys/ipc.h presence... yes
  227. checking for sys/ipc.h... yes
  228. checking sys/utsname.h usability... yes
  229. checking sys/utsname.h presence... yes
  230. checking for sys/utsname.h... yes
  231. checking alloca.h usability... no
  232. checking alloca.h presence... no
  233. checking for alloca.h... no
  234. checking ucontext.h usability... yes
  235. checking ucontext.h presence... yes
  236. checking for ucontext.h... yes
  237. checking pwd.h usability... yes
  238. checking pwd.h presence... yes
  239. checking for pwd.h... yes
  240. checking sys/select.h usability... yes
  241. checking sys/select.h presence... yes
  242. checking for sys/select.h... yes
  243. checking netinet/tcp.h usability... yes
  244. checking netinet/tcp.h presence... yes
  245. checking for netinet/tcp.h... yes
  246. checking netinet/in.h usability... yes
  247. checking netinet/in.h presence... yes
  248. checking for netinet/in.h... yes
  249. checking for unistd.h... (cached) yes
  250. checking for sys/types.h... (cached) yes
  251. checking link.h usability... yes
  252. checking link.h presence... yes
  253. checking for link.h... yes
  254. checking asm/sigcontext.h usability... no
  255. checking asm/sigcontext.h presence... no
  256. checking for asm/sigcontext.h... no
  257. checking sys/inotify.h usability... no
  258. checking sys/inotify.h presence... no
  259. checking for sys/inotify.h... no
  260. checking arpa/inet.h usability... yes
  261. checking arpa/inet.h presence... yes
  262. checking for arpa/inet.h... yes
  263. checking complex.h usability... yes
  264. checking complex.h presence... yes
  265. checking for complex.h... yes
  266. checking unwind.h usability... yes
  267. checking unwind.h presence... yes
  268. checking for unwind.h... yes
  269. checking for linux/netlink.h... no
  270. checking for linux/rtnetlink.h... no
  271. checking for sys/user.h... yes
  272. checking linux/serial.h usability... no
  273. checking linux/serial.h presence... no
  274. checking for linux/serial.h... no
  275. checking zlib.h usability... yes
  276. checking zlib.h presence... yes
  277. checking for zlib.h... yes
  278. Using system zlib
  279. checking elf.h usability... yes
  280. checking elf.h presence... yes
  281. checking for elf.h... yes
  282. checking poll.h usability... yes
  283. checking poll.h presence... yes
  284. checking for poll.h... yes
  285. checking sys/poll.h usability... yes
  286. checking sys/poll.h presence... yes
  287. checking for sys/poll.h... yes
  288. checking sys/wait.h usability... yes
  289. checking sys/wait.h presence... yes
  290. checking for sys/wait.h... yes
  291. checking grp.h usability... yes
  292. checking grp.h presence... yes
  293. checking for grp.h... yes
  294. checking syslog.h usability... yes
  295. checking syslog.h presence... yes
  296. checking for syslog.h... yes
  297. checking wchar.h usability... yes
  298. checking wchar.h presence... yes
  299. checking for wchar.h... yes
  300. checking ieeefp.h usability... yes
  301. checking ieeefp.h presence... yes
  302. checking for ieeefp.h... yes
  303. checking for isinf... yes
  304. checking for _finite... no
  305. checking for _finite in math.h... no
  306. checking linux/magic.h usability... no
  307. checking linux/magic.h presence... no
  308. checking for linux/magic.h... no
  309. checking size of void *... 8
  310. checking for clang... no
  311. checking for -Wno-unused-but-set-variable option to gcc... yes
  312. checking whether NLS is requested... profile_default
  313. checking for msgfmt... no
  314. checking for gmsgfmt... :
  315. checking for xgettext... no
  316. checking for msgmerge... no
  317. checking for pkg-config... no
  318. checking for -mno-tls-direct-seg-refs option to gcc... yes
  319. checking whether byte ordering is bigendian... no
  320. checking CSharp compiler to use... roslyn
  321. checking NLS used... yes
  322. checking for visibility __attribute__... yes
  323. checking whether gcc supports zero length arrays... yes
  324. checking signal.h usability... yes
  325. checking signal.h presence... yes
  326. checking for signal.h... yes
  327. checking for sigaction... yes
  328. checking for kill... yes
  329. checking for signal... yes
  330. checking for library containing clock_gettime... none required
  331. checking for clock_nanosleep... no
  332. checking for dlopen... yes
  333. checking for preceeding underscore in symbols... no
  334. checking for dlerror... yes
  335. checking execinfo.h usability... yes
  336. checking execinfo.h presence... yes
  337. checking for execinfo.h... yes
  338. checking sys/auxv.h usability... no
  339. checking sys/auxv.h presence... no
  340. checking for sys/auxv.h... no
  341. checking sys/resource.h usability... yes
  342. checking sys/resource.h presence... yes
  343. checking for sys/resource.h... yes
  344. checking for getgrgid_r... yes
  345. checking for getgrnam_r... yes
  346. checking for getresuid... yes
  347. checking for setresuid... yes
  348. checking for kqueue... yes
  349. checking for backtrace_symbols... no
  350. checking for mkstemp... yes
  351. checking for mmap... yes
  352. checking for madvise... yes
  353. checking for getrusage... yes
  354. checking for getpriority... yes
  355. checking for setpriority... yes
  356. checking for dl_iterate_phdr... yes
  357. checking for dladdr... yes
  358. checking for sysconf... yes
  359. checking for getrlimit... yes
  360. checking for prctl... no
  361. checking for sched_getaffinity... no
  362. checking for sched_setaffinity... no
  363. checking for sched_getcpu... no
  364. checking for getpwnam_r... yes
  365. checking for getpwuid_r... yes
  366. checking for sched_setaffinity from glibc < 2.3.4... yes
  367. yes
  368. checking if off_t is 64 bits wide... ok
  369. checking for socket in -lsocket... no
  370. checking for inotify_init in -linotify... no
  371. checking for MSG_NOSIGNAL... yes
  372. checking for IPPROTO_IP... yes
  373. checking for IPPROTO_IPV6... yes
  374. checking for IPPROTO_TCP... yes
  375. checking for SOL_IP... no
  376. checking for SOL_IPV6... no
  377. checking for SOL_TCP... no
  378. checking for IP_PKTINFO... no
  379. checking for IPV6_PKTINFO... no
  380. checking for IP_DONTFRAG... yes
  381. checking for IP_DONTFRAGMENT... no
  382. checking for IP_MTU_DISCOVER... no
  383. checking for IP_PMTUDISC_DO... no
  384. checking for struct ip_mreqn... yes
  385. checking for getaddrinfo... yes
  386. checking for gethostbyname2_r... yes
  387. checking for gethostbyname2... yes
  388. checking for gethostbyname... yes
  389. checking for getprotobyname... yes
  390. checking for getnameinfo... yes
  391. checking for inet_ntop... yes
  392. checking for gethostbyaddr... yes
  393. checking for inet_pton... yes
  394. checking for inet_aton... yes
  395. checking for main in -lpthread... yes
  396. checking pthread.h usability... yes
  397. checking pthread.h presence... yes
  398. checking for pthread.h... yes
  399. checking pthread_np.h usability... yes
  400. checking pthread_np.h presence... yes
  401. checking for pthread_np.h... yes
  402. checking for pthread_mutex_timedlock... yes
  403. checking for pthread_getattr_np... no
  404. checking for pthread_attr_get_np... yes
  405. checking for pthread_setname_np... no
  406. checking for pthread_cond_timedwait_relative_np... no
  407. checking for pthread_kill... yes
  408. checking for PTHREAD_MUTEX_RECURSIVE... ok
  409. checking for pthread_attr_setstacksize... yes
  410. checking for pthread_attr_getstack... yes
  411. checking for pthread_attr_getstacksize... yes
  412. checking for pthread_get_stacksize_np... no
  413. checking for pthread_get_stackaddr_np... no
  414. checking for mincore... yes
  415. checking for working __thread... yes
  416. checking for working sigaltstack... yes
  417. checking for library containing sem_init... none required
  418. checking for library containing shm_open... none required
  419. checking for shm_open... yes
  420. checking for tm_gmtoff in struct tm... yes
  421. checking for library containing sqrtf... -lm
  422. checking for finite... yes
  423. checking for isfinite... no
  424. checking for isfinite in math.h... yes
  425. checking for poll... yes
  426. checking for signbit... yes
  427. checking sys/epoll.h usability... no
  428. checking sys/epoll.h presence... no
  429. checking for sys/epoll.h... no
  430. checking for epoll_ctl... no
  431. checking sys/event.h usability... yes
  432. checking sys/event.h presence... yes
  433. checking for sys/event.h... yes
  434. checking for kqueue... (cached) yes
  435. checking sys/ioctl.h usability... yes
  436. checking sys/ioctl.h presence... yes
  437. checking for sys/ioctl.h... yes
  438. checking for net/if.h... yes
  439. checking for ifreq... yes
  440. checking for sockaddr_in.sin_len... yes
  441. checking for sockaddr_in6.sin6_len... yes
  442. checking for getifaddrs... yes
  443. checking for if_nametoindex... yes
  444. checking sys/errno.h usability... yes
  445. checking sys/errno.h presence... yes
  446. checking for sys/errno.h... yes
  447. checking checklist.h usability... no
  448. checking checklist.h presence... no
  449. checking for checklist.h... no
  450. checking pathconf.h usability... no
  451. checking pathconf.h presence... no
  452. checking for pathconf.h... no
  453. checking fstab.h usability... yes
  454. checking fstab.h presence... yes
  455. checking for fstab.h... yes
  456. checking attr/xattr.h usability... no
  457. checking attr/xattr.h presence... no
  458. checking for attr/xattr.h... no
  459. checking sys/extattr.h usability... yes
  460. checking sys/extattr.h presence... yes
  461. checking for sys/extattr.h... yes
  462. checking sys/sendfile.h usability... no
  463. checking sys/sendfile.h presence... no
  464. checking for sys/sendfile.h... no
  465. checking sys/statvfs.h usability... yes
  466. checking sys/statvfs.h presence... yes
  467. checking for sys/statvfs.h... yes
  468. checking sys/statfs.h usability... no
  469. checking sys/statfs.h presence... no
  470. checking for sys/statfs.h... no
  471. checking sys/vfstab.h usability... no
  472. checking sys/vfstab.h presence... no
  473. checking for sys/vfstab.h... no
  474. checking sys/xattr.h usability... no
  475. checking sys/xattr.h presence... no
  476. checking for sys/xattr.h... no
  477. checking sys/mman.h usability... yes
  478. checking sys/mman.h presence... yes
  479. checking for sys/mman.h... yes
  480. checking for sys/param.h... (cached) yes
  481. checking for sys/mount.h... yes
  482. checking for sys/mount.h... (cached) yes
  483. checking for confstr... yes
  484. checking for seekdir... yes
  485. checking for telldir... yes
  486. checking for getdomainname... yes
  487. checking for setdomainname... yes
  488. checking for endgrent... yes
  489. checking for getgrent... yes
  490. checking for fgetgrent... no
  491. checking for setgrent... yes
  492. checking for setgroups... yes
  493. checking for endpwent... yes
  494. checking for getpwent... yes
  495. checking for fgetpwent... no
  496. checking for setpwent... yes
  497. checking for getfsstat... yes
  498. checking for lutimes... yes
  499. checking for futimes... yes
  500. checking for mremap... no
  501. checking for remap_file_pages... no
  502. checking for posix_fadvise... yes
  503. checking for posix_fallocate... yes
  504. checking for posix_madvise... yes
  505. checking for vsnprintf... yes
  506. checking for sendfile... yes
  507. checking for gethostid... yes
  508. checking for sethostid... yes
  509. checking for sethostname... yes
  510. checking for statfs... yes
  511. checking for fstatfs... yes
  512. checking for statvfs... yes
  513. checking for fstatvfs... yes
  514. checking for stime... no
  515. checking for strerror_r... yes
  516. checking for ttyname_r... yes
  517. checking for psignal... yes
  518. checking for getlogin_r... yes
  519. checking for lockf... yes
  520. checking for swab... yes
  521. checking for setusershell... yes
  522. checking for endusershell... yes
  523. checking for futimens... yes
  524. checking for utimensat... yes
  525. checking for fstatat... yes
  526. checking for mknodat... yes
  527. checking for readlinkat... yes
  528. checking for readv... yes
  529. checking for writev... yes
  530. checking for preadv... yes
  531. checking for pwritev... yes
  532. checking for setpgid... yes
  533. checking for system... yes
  534. checking for fork... yes
  535. checking for execv... yes
  536. checking for execve... yes
  537. checking for accept4... yes
  538. checking for localtime_r... yes
  539. checking for mkdtemp... yes
  540. checking size of size_t... 8
  541. checking for blksize_t... yes
  542. checking for blkcnt_t... yes
  543. checking for suseconds_t... yes
  544. checking for struct cmsghdr... yes
  545. checking for struct flock... yes
  546. checking for struct iovec... yes
  547. checking for struct linger... yes
  548. checking for struct pollfd... yes
  549. checking for struct sockaddr... yes
  550. checking for struct sockaddr_storage... yes
  551. checking for struct sockaddr_in... yes
  552. checking for struct sockaddr_in6... yes
  553. checking for struct sockaddr_un... yes
  554. checking for struct stat... yes
  555. checking for struct timespec... yes
  556. checking for struct timeval... yes
  557. checking for struct timezone... yes
  558. checking for struct utimbuf... yes
  559. checking for struct dirent.d_off... no
  560. checking for struct dirent.d_reclen... yes
  561. checking for struct dirent.d_type... yes
  562. checking for struct passwd.pw_gecos... yes
  563. checking for struct statfs.f_flags... no
  564. checking for struct stat.st_atim... yes
  565. checking for struct stat.st_mtim... yes
  566. checking for struct stat.st_ctim... yes
  567. checking for lsetxattr... no
  568. checking for lsetxattr in -lattr... no
  569. checking for struct kinfo_proc.kp_proc... no
  570. checking sys/time.h usability... yes
  571. checking sys/time.h presence... yes
  572. checking for sys/time.h... yes
  573. checking for sys/param.h... (cached) yes
  574. checking dirent.h usability... yes
  575. checking dirent.h presence... yes
  576. checking for dirent.h... yes
  577. checking CommonCrypto/CommonDigest.h usability... no
  578. checking CommonCrypto/CommonDigest.h presence... no
  579. checking for CommonCrypto/CommonDigest.h... no
  580. checking curses.h usability... yes
  581. checking curses.h presence... yes
  582. checking for curses.h... yes
  583. checking for term.h... yes
  584. checking termios.h usability... yes
  585. checking termios.h presence... yes
  586. checking for termios.h... yes
  587. checking for socklen_t... yes
  588. checking for array element initializer support... yes
  589. checking for trunc... yes
  590. checking for aintl in -lsunmath... no
  591. checking for execvp... yes
  592. checking if usage of random device is requested... yes
  593. checking for random device... yes
  594. checking if big-arrays are to be enabled... no
  595. checking for dtrace... /usr/sbin/dtrace
  596. checking sys/sdt.h usability... yes
  597. checking sys/sdt.h presence... yes
  598. checking for sys/sdt.h... yes
  599. checking if the tls_model attribute is supported... yes
  600. checking malloc.h usability... no
  601. checking malloc.h presence... no
  602. checking for malloc.h... no
  603. checking that generated files are newer than configure... done
  604. configure: creating ./config.status
  605. config.status: creating po/mcs/Makefile.in
  606. config.status: creating runtime/mono-wrapper
  607. config.status: creating runtime/monodis-wrapper
  608. config.status: creating Makefile
  609. config.status: creating mono-uninstalled.pc
  610. config.status: creating acceptance-tests/Makefile
  611. config.status: creating llvm/Makefile
  612. config.status: creating scripts/mono-find-provides
  613. config.status: creating scripts/mono-find-requires
  614. config.status: creating mono/Makefile
  615. config.status: creating mono/btls/Makefile
  616. config.status: creating mono/utils/Makefile
  617. config.status: creating mono/metadata/Makefile
  618. config.status: creating mono/dis/Makefile
  619. config.status: creating mono/cil/Makefile
  620. config.status: creating mono/arch/Makefile
  621. config.status: creating mono/arch/x86/Makefile
  622. config.status: creating mono/arch/amd64/Makefile
  623. config.status: creating mono/arch/ppc/Makefile
  624. config.status: creating mono/arch/sparc/Makefile
  625. config.status: creating mono/arch/s390x/Makefile
  626. config.status: creating mono/arch/arm/Makefile
  627. config.status: creating mono/arch/arm64/Makefile
  628. config.status: creating mono/arch/mips/Makefile
  629. config.status: creating mono/sgen/Makefile
  630. config.status: creating mono/tests/Makefile
  631. config.status: creating mono/tests/tests-config
  632. config.status: creating mono/tests/gc-descriptors/Makefile
  633. config.status: creating mono/tests/testing_gac/Makefile
  634. config.status: creating mono/unit-tests/Makefile
  635. config.status: creating mono/benchmark/Makefile
  636. config.status: creating mono/mini/Makefile
  637. config.status: creating mono/profiler/Makefile
  638. config.status: creating m4/Makefile
  639. config.status: creating ikvm-native/Makefile
  640. config.status: creating scripts/Makefile
  641. config.status: creating man/Makefile
  642. config.status: creating docs/Makefile
  643. config.status: creating data/Makefile
  644. config.status: creating data/net_2_0/Makefile
  645. config.status: creating data/net_4_0/Makefile
  646. config.status: creating data/net_4_5/Makefile
  647. config.status: creating data/net_2_0/Browsers/Makefile
  648. config.status: creating data/net_4_0/Browsers/Makefile
  649. config.status: creating data/net_4_5/Browsers/Makefile
  650. config.status: creating data/mint.pc
  651. config.status: creating data/mono-2.pc
  652. config.status: creating data/monosgen-2.pc
  653. config.status: creating data/mono.pc
  654. config.status: creating data/mono-cairo.pc
  655. config.status: creating data/mono-nunit.pc
  656. config.status: creating data/mono-options.pc
  657. config.status: creating data/mono-lineeditor.pc
  658. config.status: creating data/monodoc.pc
  659. config.status: creating data/dotnet.pc
  660. config.status: creating data/dotnet35.pc
  661. config.status: creating data/wcf.pc
  662. config.status: creating data/cecil.pc
  663. config.status: creating data/system.web.extensions_1.0.pc
  664. config.status: creating data/system.web.extensions.design_1.0.pc
  665. config.status: creating data/system.web.mvc.pc
  666. config.status: creating data/system.web.mvc2.pc
  667. config.status: creating data/system.web.mvc3.pc
  668. config.status: creating data/aspnetwebstack.pc
  669. config.status: creating data/reactive.pc
  670. config.status: creating samples/Makefile
  671. config.status: creating support/Makefile
  672. config.status: creating data/config
  673. config.status: creating tools/Makefile
  674. config.status: creating tools/locale-builder/Makefile
  675. config.status: creating tools/sgen/Makefile
  676. config.status: creating tools/monograph/Makefile
  677. config.status: creating tools/pedump/Makefile
  678. config.status: creating runtime/Makefile
  679. config.status: creating msvc/Makefile
  680. config.status: creating po/Makefile
  681. config.status: creating config.h
  682. config.status: executing depfiles commands
  683. config.status: executing libtool commands
  684. config.status: executing po-directories commands
  685. config.status: creating po/mcs/POTFILES
  686. config.status: creating po/mcs/Makefile
  687. config.status: executing runtime/etc/mono/1.0/machine.config commands
  688. config.status: executing runtime/etc/mono/2.0/machine.config commands
  689. config.status: executing runtime/etc/mono/2.0/web.config commands
  690. config.status: executing runtime/etc/mono/browscap.ini commands
  691. config.status: executing runtime/etc/mono/2.0/Browsers/Compat.browser commands
  692. config.status: executing runtime/etc/mono/4.0/Browsers/Compat.browser commands
  693. config.status: executing runtime/etc/mono/4.5/Browsers/Compat.browser commands
  694. config.status: executing runtime/etc/mono/4.0/machine.config commands
  695. config.status: executing runtime/etc/mono/4.0/web.config commands
  696. config.status: executing runtime/etc/mono/4.5/machine.config commands
  697. config.status: executing runtime/etc/mono/4.5/web.config commands
  698. config.status: executing quiet-libtool commands
  699. config.status: executing nolock-libtool commands
  700. === configuring in eglib (/root/mono/eglib)
  701. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--enable-maintainer-mode' '--enable-compile-warnings' 'CPPFLAGS_FOR_EGLIB=' 'CFLAGS_FOR_EGLIB= -fvisibility=hidden' '--disable-embed-check' '--with-libgc-threads=pthreads' '--enable-parallel-mark' 'CPPFLAGS_FOR_LIBGC=-DGC_FREEBSD_THREADS -DPLATFORM_BSD -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -DUSE_COMPILER_TLS' 'CFLAGS_FOR_LIBGC= -Wno-deprecated-declarations -g -mno-tls-direct-seg-refs' --cache-file=/dev/null --srcdir=.
  702. checking build system type... amd64-unknown-freebsd12.0
  703. checking host system type... amd64-unknown-freebsd12.0
  704. checking target system type... amd64-unknown-freebsd12.0
  705. checking for a BSD-compatible install... /usr/bin/install -c
  706. checking whether build environment is sane... yes
  707. checking for a thread-safe mkdir -p... ./../install-sh -c -d
  708. checking for gawk... no
  709. checking for mawk... no
  710. checking for nawk... nawk
  711. checking whether make sets $(MAKE)... yes
  712. checking whether make supports nested variables... yes
  713. checking whether UID '0' is supported by ustar format... yes
  714. checking whether GID '0' is supported by ustar format... yes
  715. checking how to create a ustar tar archive... gnutar
  716. checking whether to enable maintainer-specific portions of Makefiles... yes
  717. checking whether make supports nested variables... (cached) yes
  718. checking for gcc... gcc
  719. checking whether the C compiler works... yes
  720. checking for C compiler default output file name... a.out
  721. checking for suffix of executables...
  722. checking whether we are cross compiling... no
  723. checking for suffix of object files... o
  724. checking whether we are using the GNU C compiler... yes
  725. checking whether gcc accepts -g... yes
  726. checking for gcc option to accept ISO C89... none needed
  727. checking whether gcc understands -c and -o together... yes
  728. checking for style of include used by make... GNU
  729. checking dependency style of gcc... gcc3
  730. checking how to print strings... printf
  731. checking for a sed that does not truncate output... /usr/bin/sed
  732. checking for grep that handles long lines and -e... /usr/bin/grep
  733. checking for egrep... /usr/bin/grep -E
  734. checking for fgrep... /usr/bin/grep -F
  735. checking for ld used by gcc... /usr/local/bin/ld
  736. checking if the linker (/usr/local/bin/ld) is GNU ld... yes
  737. checking for BSD- or MS-compatible name lister (nm)... /usr/local/bin/nm -B
  738. checking the name lister (/usr/local/bin/nm -B) interface... BSD nm
  739. checking whether ln -s works... yes
  740. checking the maximum length of command line arguments... 196608
  741. checking how to convert amd64-unknown-freebsd12.0 file names to amd64-unknown-freebsd12.0 format... func_convert_file_noop
  742. checking how to convert amd64-unknown-freebsd12.0 file names to toolchain format... func_convert_file_noop
  743. checking for /usr/local/bin/ld option to reload object files... -r
  744. checking for objdump... objdump
  745. checking how to recognize dependent libraries... pass_all
  746. checking for dlltool... no
  747. checking how to associate runtime and link libraries... printf %s\n
  748. checking for ar... ar
  749. checking for archiver @FILE support... no
  750. checking for strip... strip
  751. checking for ranlib... ranlib
  752. checking command to parse /usr/local/bin/nm -B output from gcc object... ok
  753. checking for sysroot... no
  754. checking for a working dd... /bin/dd
  755. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  756. checking for mt... mt
  757. checking if mt is a manifest tool... no
  758. checking how to run the C preprocessor... gcc -E
  759. checking for ANSI C header files... yes
  760. checking for sys/types.h... yes
  761. checking for sys/stat.h... yes
  762. checking for stdlib.h... yes
  763. checking for string.h... yes
  764. checking for memory.h... yes
  765. checking for strings.h... yes
  766. checking for inttypes.h... yes
  767. checking for stdint.h... yes
  768. checking for unistd.h... yes
  769. checking for dlfcn.h... yes
  770. checking for objdir... .libs
  771. checking if gcc supports -fno-rtti -fno-exceptions... no
  772. checking for gcc option to produce PIC... -fPIC -DPIC
  773. checking if gcc PIC flag -fPIC -DPIC works... yes
  774. checking if gcc static flag -static works... yes
  775. checking if gcc supports -c -o file.o... yes
  776. checking if gcc supports -c -o file.o... (cached) yes
  777. checking whether the gcc linker (/usr/local/bin/ld) supports shared libraries... yes
  778. checking whether -lc should be explicitly linked in... no
  779. checking dynamic linker characteristics... freebsd12.0 ld.so
  780. checking how to hardcode library paths into programs... immediate
  781. checking whether stripping libraries is possible... no
  782. checking if libtool supports shared libraries... yes
  783. checking whether to build shared libraries... yes
  784. checking whether to build static libraries... yes
  785. checking for bash... /usr/local/bin/bash
  786. checking if dolt supports this host... yes, replacing libtool
  787. checking whether byte ordering is bigendian... no
  788. checking size of int... 4
  789. checking size of void *... 8
  790. checking size of long... 8
  791. checking size of long long... 8
  792. checking for strlcpy... yes
  793. checking for stpcpy... yes
  794. checking for strtok_r... yes
  795. checking for rewinddir... yes
  796. checking for vasprintf... yes
  797. checking for strerror_r... yes
  798. checking for getrlimit... yes
  799. checking for fork... yes
  800. checking for execv... yes
  801. checking for execve... yes
  802. configure: Overridable allocator support disabled
  803. checking for strndup... yes
  804. checking for getpwuid_r... yes
  805. checking for ld used by GCC... /usr/local/bin/ld
  806. checking if the linker (/usr/local/bin/ld) is GNU ld... yes
  807. checking for shared library run path origin... done
  808. checking for iconv... yes
  809. checking for working iconv... yes
  810. checking for iconv declaration...
  811. extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  812. checking for library containing sqrtf... -lm
  813. checking for library containing nanosleep... none required
  814. checking for library containing dlopen... none required
  815. checking for varargs macros... yes
  816. checking getopt.h usability... yes
  817. checking getopt.h presence... yes
  818. checking for getopt.h... yes
  819. checking sys/select.h usability... yes
  820. checking sys/select.h presence... yes
  821. checking for sys/select.h... yes
  822. checking sys/time.h usability... yes
  823. checking sys/time.h presence... yes
  824. checking for sys/time.h... yes
  825. checking sys/wait.h usability... yes
  826. checking sys/wait.h presence... yes
  827. checking for sys/wait.h... yes
  828. checking pwd.h usability... yes
  829. checking pwd.h presence... yes
  830. checking for pwd.h... yes
  831. checking iconv.h usability... yes
  832. checking iconv.h presence... yes
  833. checking for iconv.h... yes
  834. checking localcharset.h usability... no
  835. checking localcharset.h presence... no
  836. checking for localcharset.h... no
  837. checking for sys/types.h... (cached) yes
  838. checking sys/resource.h usability... yes
  839. checking sys/resource.h presence... yes
  840. checking for sys/resource.h... yes
  841. checking for locale_charset in -liconv... no
  842. checking for locale_charset in -lcharset... no
  843. checking alloca.h usability... no
  844. checking alloca.h presence... no
  845. checking for alloca.h... no
  846. checking for pkg-config... no
  847. checking that generated files are newer than configure... done
  848. configure: creating ./config.status
  849. config.status: creating Makefile
  850. config.status: creating m4/Makefile
  851. config.status: creating src/Makefile
  852. config.status: creating src/eglib-config.h
  853. config.status: creating test/Makefile
  854. config.status: creating config.h
  855. config.status: executing depfiles commands
  856. config.status: executing libtool commands
  857. === configuring in libgc (/root/mono/libgc)
  858. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--enable-maintainer-mode' '--enable-compile-warnings' 'CPPFLAGS_FOR_EGLIB=' 'CFLAGS_FOR_EGLIB= -fvisibility=hidden' '--disable-embed-check' '--with-libgc-threads=pthreads' '--enable-parallel-mark' 'CPPFLAGS_FOR_LIBGC=-DGC_FREEBSD_THREADS -DPLATFORM_BSD -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes -Wno-format-zero-length -DUSE_COMPILER_TLS' 'CFLAGS_FOR_LIBGC= -Wno-deprecated-declarations -g -mno-tls-direct-seg-refs' --cache-file=/dev/null --srcdir=.
  859. checking for a BSD-compatible install... /usr/bin/install -c
  860. checking whether build environment is sane... yes
  861. checking for a thread-safe mkdir -p... ./install-sh -c -d
  862. checking for gawk... no
  863. checking for mawk... no
  864. checking for nawk... nawk
  865. checking whether make sets $(MAKE)... yes
  866. checking whether make supports nested variables... yes
  867. checking build system type... amd64-unknown-freebsd12.0
  868. checking host system type... amd64-unknown-freebsd12.0
  869. checking for gcc... gcc
  870. checking whether the C compiler works... yes
  871. checking for C compiler default output file name... a.out
  872. checking for suffix of executables...
  873. checking whether we are cross compiling... no
  874. checking for suffix of object files... o
  875. checking whether we are using the GNU C compiler... yes
  876. checking whether gcc accepts -g... yes
  877. checking for gcc option to accept ISO C89... none needed
  878. checking whether gcc understands -c and -o together... yes
  879. checking for style of include used by make... GNU
  880. checking dependency style of gcc... gcc3
  881. checking for g++... g++
  882. checking whether we are using the GNU C++ compiler... yes
  883. checking whether g++ accepts -g... yes
  884. checking dependency style of g++... gcc3
  885. checking whether make supports nested variables... (cached) yes
  886. checking dependency style of gcc... gcc3
  887. checking for ar... ar
  888. checking for ranlib... ranlib
  889. checking whether to enable maintainer-specific portions of Makefiles... yes
  890. checking for pthread_self in -lpthread... yes
  891. checking for __sync_bool_compare_and_swap... yes
  892. checking for xlc... no
  893. checking for dlopen in -ldl... no
  894. checking whether to build shared libraries... yes
  895. checking which machine-dependent code should be used...
  896. checking how to print strings... printf
  897. checking for a sed that does not truncate output... /usr/bin/sed
  898. checking for grep that handles long lines and -e... /usr/bin/grep
  899. checking for egrep... /usr/bin/grep -E
  900. checking for fgrep... /usr/bin/grep -F
  901. checking for ld used by gcc... /usr/local/bin/ld
  902. checking if the linker (/usr/local/bin/ld) is GNU ld... yes
  903. checking for BSD- or MS-compatible name lister (nm)... /usr/local/bin/nm -B
  904. checking the name lister (/usr/local/bin/nm -B) interface... BSD nm
  905. checking whether ln -s works... yes
  906. checking the maximum length of command line arguments... 196608
  907. checking how to convert amd64-unknown-freebsd12.0 file names to amd64-unknown-freebsd12.0 format... func_convert_file_noop
  908. checking how to convert amd64-unknown-freebsd12.0 file names to toolchain format... func_convert_file_noop
  909. checking for /usr/local/bin/ld option to reload object files... -r
  910. checking for objdump... objdump
  911. checking how to recognize dependent libraries... pass_all
  912. checking for dlltool... no
  913. checking how to associate runtime and link libraries... printf %s\n
  914. checking for archiver @FILE support... no
  915. checking for strip... strip
  916. checking for ranlib... (cached) ranlib
  917. checking command to parse /usr/local/bin/nm -B output from gcc object... ok
  918. checking for sysroot... no
  919. checking for a working dd... /bin/dd
  920. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  921. checking for mt... mt
  922. checking if mt is a manifest tool... no
  923. checking how to run the C preprocessor... gcc -E
  924. checking for ANSI C header files... yes
  925. checking for sys/types.h... yes
  926. checking for sys/stat.h... yes
  927. checking for stdlib.h... yes
  928. checking for string.h... yes
  929. checking for memory.h... yes
  930. checking for strings.h... yes
  931. checking for inttypes.h... yes
  932. checking for stdint.h... yes
  933. checking for unistd.h... yes
  934. checking for dlfcn.h... yes
  935. checking for objdir... .libs
  936. checking if gcc supports -fno-rtti -fno-exceptions... no
  937. checking for gcc option to produce PIC... -fPIC -DPIC
  938. checking if gcc PIC flag -fPIC -DPIC works... yes
  939. checking if gcc static flag -static works... yes
  940. checking if gcc supports -c -o file.o... yes
  941. checking if gcc supports -c -o file.o... (cached) yes
  942. checking whether the gcc linker (/usr/local/bin/ld) supports shared libraries... yes
  943. checking whether -lc should be explicitly linked in... no
  944. checking dynamic linker characteristics... freebsd12.0 ld.so
  945. checking how to hardcode library paths into programs... immediate
  946. checking whether stripping libraries is possible... no
  947. checking if libtool supports shared libraries... yes
  948. checking whether to build shared libraries... yes
  949. checking whether to build static libraries... yes
  950. checking how to run the C++ preprocessor... g++ -E
  951. checking for ld used by g++... /usr/local/bin/ld
  952. checking if the linker (/usr/local/bin/ld) is GNU ld... yes
  953. checking whether the g++ linker (/usr/local/bin/ld) supports shared libraries... yes
  954. checking for g++ option to produce PIC... -fPIC -DPIC
  955. checking if g++ PIC flag -fPIC -DPIC works... yes
  956. checking if g++ static flag -static works... yes
  957. checking if g++ supports -c -o file.o... yes
  958. checking if g++ supports -c -o file.o... (cached) yes
  959. checking whether the g++ linker (/usr/local/bin/ld) supports shared libraries... yes
  960. checking dynamic linker characteristics... freebsd12.0 ld.so
  961. checking how to hardcode library paths into programs... immediate
  962. checking for bash... /usr/local/bin/bash
  963. checking if dolt supports this host... yes, replacing libtool
  964. checking sys/dg_sys_info.h usability... no
  965. checking sys/dg_sys_info.h presence... no
  966. checking for sys/dg_sys_info.h... no
  967. checking for threads package to use... posix
  968. checking whether Solaris gcc optimization fix is necessary... no
  969. checking that generated files are newer than configure... done
  970. configure: creating ./config.status
  971. config.status: creating Makefile
  972. config.status: creating m4/Makefile
  973. config.status: creating include/Makefile
  974. config.status: creating include/private/Makefile
  975. config.status: creating doc/Makefile
  976. config.status: executing depfiles commands
  977. config.status: executing libtool commands
  978. config.status: executing default commands
  979. Submodule 'external/Newtonsoft.Json' (git://github.com/mono/Newtonsoft.Json.git) registered for path 'external/Newtonsoft.Json'
  980. Submodule 'external/api-doc-tools' (git://github.com/mono/api-doc-tools.git) registered for path 'external/api-doc-tools'
  981. Submodule 'external/api-snapshot' (git://github.com/mono/api-snapshot.git) registered for path 'external/api-snapshot'
  982. Submodule 'external/aspnetwebstack' (git://github.com/mono/aspnetwebstack.git) registered for path 'external/aspnetwebstack'
  983. Submodule 'external/reference-assemblies' (git://github.com/mono/reference-assemblies.git) registered for path 'external/binary-reference-assemblies'
  984. Submodule 'external/bockbuild' (git://github.com/mono/bockbuild.git) registered for path 'external/bockbuild'
  985. Submodule 'external/boringssl' (git://github.com/mono/boringssl.git) registered for path 'external/boringssl'
  986. Submodule 'external/cecil' (git://github.com/mono/cecil.git) registered for path 'external/cecil'
  987. Submodule 'external/cecil-legacy' (git://github.com/mono/cecil.git) registered for path 'external/cecil-legacy'
  988. Submodule 'external/corefx' (git://github.com/mono/corefx.git) registered for path 'external/corefx'
  989. Submodule 'external/corert' (git://github.com/mono/corert.git) registered for path 'external/corert'
  990. Submodule 'external/ikdasm' (git://github.com/mono/ikdasm.git) registered for path 'external/ikdasm'
  991. Submodule 'external/ikvm' (git://github.com/mono/ikvm-fork.git) registered for path 'external/ikvm'
  992. Submodule 'external/linker' (git://github.com/mono/linker.git) registered for path 'external/linker'
  993. Submodule 'external/nuget-buildtasks' (git://github.com/mono/NuGet.BuildTasks) registered for path 'external/nuget-buildtasks'
  994. Submodule 'external/nunit-lite' (git://github.com/mono/NUnitLite.git) registered for path 'external/nunit-lite'
  995. Submodule 'external/roslyn-binaries' (git://github.com/mono/roslyn-binaries.git) registered for path 'external/roslyn-binaries'
  996. Submodule 'external/rx' (git://github.com/mono/rx.git) registered for path 'external/rx'
  997. Submodule 'external/xunit-binaries' (git://github.com/mono/xunit-binaries.git) registered for path 'external/xunit-binaries'
  998. Cloning into '/root/mono/external/Newtonsoft.Json'...
  999. Cloning into '/root/mono/external/api-doc-tools'...
  1000. Cloning into '/root/mono/external/api-snapshot'...
  1001. Cloning into '/root/mono/external/aspnetwebstack'...
  1002. Cloning into '/root/mono/external/binary-reference-assemblies'...
  1003. Cloning into '/root/mono/external/bockbuild'...
  1004. Cloning into '/root/mono/external/boringssl'...
  1005. Cloning into '/root/mono/external/cecil'...
  1006. Cloning into '/root/mono/external/cecil-legacy'...
  1007. Cloning into '/root/mono/external/corefx'...
  1008. Cloning into '/root/mono/external/corert'...
  1009. Cloning into '/root/mono/external/ikdasm'...
  1010. Cloning into '/root/mono/external/ikvm'...
  1011. Cloning into '/root/mono/external/linker'...
  1012. Cloning into '/root/mono/external/nuget-buildtasks'...
  1013. Cloning into '/root/mono/external/nunit-lite'...
  1014. Cloning into '/root/mono/external/roslyn-binaries'...
  1015. Cloning into '/root/mono/external/rx'...
  1016. Cloning into '/root/mono/external/xunit-binaries'...
  1017. Submodule path 'external/Newtonsoft.Json': checked out '471c3e0803a9f40a0acc8aeceb31de6ff93a52c4'
  1018. Submodule path 'external/api-doc-tools': checked out 'd03e819838c6241f92f90655cb448cc47c9e8791'
  1019. Submodule 'external/Lucene.Net.Light' (https://github.com/mono/Lucene.Net.Light.git) registered for path 'external/api-doc-tools/external/Lucene.Net.Light'
  1020. Submodule 'external/SharpZipLib' (https://github.com/icsharpcode/SharpZipLib.git) registered for path 'external/api-doc-tools/external/SharpZipLib'
  1021. Cloning into '/root/mono/external/api-doc-tools/external/Lucene.Net.Light'...
  1022. Cloning into '/root/mono/external/api-doc-tools/external/SharpZipLib'...
  1023. Submodule path 'external/api-doc-tools/external/Lucene.Net.Light': checked out '85978b7eb94738f516824341213d5e94060f5284'
  1024. Submodule path 'external/api-doc-tools/external/SharpZipLib': checked out '9ad7f5845222c99ff009a1daddedc051d25a06b9'
  1025. Submodule path 'external/api-snapshot': checked out '5acca29bffe90d312372d744999b5d985113afd9'
  1026. Submodule path 'external/aspnetwebstack': checked out 'e77b12e6cc5ed260a98447f609e887337e44e299'
  1027. Submodule path 'external/binary-reference-assemblies': checked out '142cbeb62ffabf1dd9c1414d8dd76f93bcbed0c2'
  1028. Submodule path 'external/bockbuild': checked out '4ae08e8dd6425fa0936aa43d95966539359b5081'
  1029. Submodule path 'external/boringssl': checked out '3e0770e18835714708860ba9fe1af04a932971ff'
  1030. Submodule path 'external/cecil': checked out 'c76ba7b410447fa37093150cb7bc772cba28a0ae'
  1031. Submodule path 'external/cecil-legacy': checked out '33d50b874fd527118bc361d83de3d494e8bb55e1'
  1032. Submodule path 'external/corefx': checked out '797f074e49933b5fffb42d1a945270f3a88de042'
  1033. Submodule path 'external/corert': checked out '48dba73801e804e89f00311da99d873f9c550278'
  1034. Submodule path 'external/ikdasm': checked out '1d7d43603791e0236b56d076578657bee44fef6b'
  1035. Submodule path 'external/ikvm': checked out '847e05fced5c9a41ff0f24f1f9d40d5a8a5772c1'
  1036. Submodule path 'external/linker': checked out '21e445c26c69ac3a2e1441befa02d0bd105ff849'
  1037. Submodule 'cecil' (git://github.com/mono/cecil.git) registered for path 'external/linker/cecil'
  1038. Cloning into '/root/mono/external/linker/cecil'...
  1039. Submodule path 'external/linker/cecil': checked out 'b77420aee444dab2adfb2f7efa4a9a865a4aa9b4'
  1040. Submodule path 'external/nuget-buildtasks': checked out '8d307472ea214f2b59636431f771894dbcba7258'
  1041. Submodule path 'external/nunit-lite': checked out '690603bea98aae69fca9a65130d88591bc6cabee'
  1042. Submodule path 'external/roslyn-binaries': checked out 'dcb0a0534d5104eaf945d3d1f319dc33044b7bbe'
  1043. Submodule path 'external/rx': checked out 'b29a4b0fda609e0af33ff54ed13652b6ccf0e05e'
  1044. Submodule path 'external/xunit-binaries': checked out 'd4433b0972f40cb3efaa3fbba52869bde5df8fa8'
  1045. Git submodules updated successfully
  1046.  
  1047. mcs source: mcs
  1048. C# Compiler: roslyn
  1049.  
  1050. Engine:
  1051. Host: amd64-unknown-freebsd12.0
  1052. Target: amd64-unknown-freebsd12.0
  1053. GC: sgen (concurrent by default) and Included Boehm GC with typed GC and parallel mark
  1054. TLS: __thread
  1055. SIGALTSTACK: yes
  1056. Engine: Building and using the JIT
  1057. BigArrays: no
  1058. DTrace: yes
  1059. LLVM Back End: no (dynamically loaded: no)
  1060. Interpreter: no
  1061.  
  1062. Libraries:
  1063. .NET 4.x: yes
  1064. Xamarin.Android: no
  1065. Xamarin.iOS: no
  1066. Xamarin.WatchOS: no
  1067. Xamarin.TVOS: no
  1068. Xamarin.Mac: no
  1069. Windows AOT: no
  1070. Orbis: no
  1071. Unreal: no
  1072. Test profiles: AOT Full (no), AOT Hybrid (no)
  1073. JNI support: IKVM Native
  1074. libgdiplus: assumed to be installed
  1075. zlib: system zlib
  1076. BTLS: no
  1077.  
  1078.  
  1079. Now type `make' to compile
  1080. root@rtems412:~/mono #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement