Guest User

Untitled

a guest
Sep 6th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 72.82 KB | None | 0 0
  1. $ ../configure CFLAGS= CXXFLAGS= --prefix=/home/ben/local && make
  2.  
  3. configure: looking for configure programs
  4. configure: found cmp
  5. configure: found mkdir
  6. configure: found printf
  7. configure: found cut
  8. configure: found grep
  9. configure: found xargs
  10. configure: found cp
  11. configure: found find
  12. configure: found uname
  13. configure: found date
  14. configure: found tr
  15. configure: found sed
  16. configure: inspecting environment
  17. configure: recreating config.tmp
  18. configure:
  19. configure: processing /home/ben/code/repos/rust/configure args
  20. configure:
  21. configure: CFG_PREFIX := /home/ben/local
  22. configure: CFG_LOCAL_RUST_ROOT := /usr/local
  23. configure: CFG_LLVM_ROOT :=
  24. configure: CFG_HOST_TRIPLE := x86_64-unknown-linux-gnu
  25. configure: CFG_TARGET_TRIPLES := x86_64-unknown-linux-gnu
  26. configure:
  27. configure: looking for build programs
  28. configure:
  29. configure: CFG_PERL := /usr/bin/perl
  30. configure: CFG_CURL := /usr/bin/curl (7.26.0)
  31. configure: CFG_PYTHON := /usr/bin/python2.7
  32. configure: CFG_GIT := /usr/bin/git (1.7.8.6)
  33. configure: CFG_CLANG := /usr/bin/clang++ (3.2)
  34. configure: CFG_GCC := /usr/bin/gcc (4.6.3)
  35. configure: CFG_LD := /usr/bin/ld (2.22)
  36. configure: CFG_LLVM_CONFIG := /usr/bin/llvm-config (3.2svn)
  37. configure: CFG_VALGRIND := /usr/bin/valgrind (3.7.0)
  38. configure: CFG_PERF :=
  39. configure: CFG_ISCC :=
  40. configure: CFG_LLNEXTGEN :=
  41. configure: CFG_PANDOC :=
  42. configure: CFG_PDFLATEX :=
  43. configure: CFG_XETEX :=
  44. configure: CFG_LUATEX :=
  45. configure: CFG_NODE :=
  46. configure:
  47. configure: making directories
  48. configure:
  49. configure:
  50. configure: configuring submodules
  51. configure:
  52. configure: git: submodule sync
  53. configure: git: submodule status
  54. 1170ffba3ac5191930b40c897d4569a9d8a296a3 src/libuv (remotes/origin/ipc-listen-228-g1170ffb)
  55. 3a57b672f89adcb2d2d06adc564dc15ca4e276d6 src/llvm (remotes/origin/HEAD)
  56. 909888cda6417db5ca06199a5da51e3408fd35c5 src/llvm/projects/compiler-rt (909888c)
  57. 9b94cd1b2527c8dc9ec19a8608f2313010e721b5 src/llvm/tools/clang (9b94cd1)
  58. configure: git: submodule update
  59. configure: git: submodule clobber
  60. configure:
  61. configure: looking at LLVM
  62. configure:
  63. configure: configuring LLVM for x86_64-unknown-linux-gnu
  64. configure: configuring LLVM with:
  65. configure: --enable-targets=x86,x86_64 --enable-optimized --disable-docs --disable-jit --enable-bindings=none --disable-threads --disable-pthreads --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnu --target=x86_64-unknown-linux-gnu
  66. checking for x86_64-unknown-linux-gnu-clang... gcc
  67. checking for C compiler default output file name... a.out
  68. checking whether the C compiler works... yes
  69. checking whether we are cross compiling... no
  70. checking for suffix of executables...
  71. checking for suffix of object files... o
  72. checking whether we are using the GNU C compiler... yes
  73. checking whether gcc accepts -g... yes
  74. checking for gcc option to accept ISO C89... none needed
  75. checking whether we are using the GNU C++ compiler... yes
  76. checking whether g++ accepts -g... yes
  77. checking how to run the C preprocessor... gcc -E
  78. checking build system type... x86_64-unknown-linux-gnu
  79. checking host system type... x86_64-unknown-linux-gnu
  80. checking target system type... x86_64-unknown-linux-gnu
  81. checking type of operating system we're going to host on... Linux
  82. checking type of operating system we're going to target... Linux
  83. checking target architecture... x86_64
  84. checking for grep that handles long lines and -e... /bin/grep
  85. checking for egrep... /bin/grep -E
  86. checking for ANSI C header files... yes
  87. checking for sys/types.h... yes
  88. checking for sys/stat.h... yes
  89. checking for stdlib.h... yes
  90. checking for string.h... yes
  91. checking for memory.h... yes
  92. checking for strings.h... yes
  93. checking for inttypes.h... yes
  94. checking for stdint.h... yes
  95. checking for unistd.h... yes
  96. checking whether byte ordering is bigendian... no
  97. checking optimization flags... -O3
  98. checking for BSD-compatible nm... /usr/bin/nm -B
  99. checking for GNU make... make
  100. checking whether ln -s works... yes
  101. checking for cmp... /usr/bin/cmp
  102. checking for cp... /bin/cp
  103. checking for date... /bin/date
  104. checking for find... /usr/bin/find
  105. checking for grep... (cached) /bin/grep
  106. checking for mkdir... /bin/mkdir
  107. checking for mv... /bin/mv
  108. checking for x86_64-unknown-linux-gnu-ranlib... no
  109. checking for ranlib... ranlib
  110. checking for x86_64-unknown-linux-gnu-ar... no
  111. checking for ar... ar
  112. checking for rm... /bin/rm
  113. checking for sed... /bin/sed
  114. checking for tar... /bin/tar
  115. checking for pwd... /bin/pwd
  116. checking for Graphviz... echo Graphviz
  117. checking for dot... echo dot
  118. checking for fdp... echo fdp
  119. checking for neato... echo neato
  120. checking for twopi... echo twopi
  121. checking for circo... echo circo
  122. checking for gv... no
  123. checking for gsview32... no
  124. checking for dotty... echo dotty
  125. checking for xdot.py... echo xdot.py
  126. checking for a BSD-compatible install... /usr/bin/install -c
  127. checking for bzip2... /bin/bzip2
  128. checking for cat... /bin/cat
  129. checking for doxygen... /usr/bin/doxygen
  130. checking for groff... /usr/bin/groff
  131. checking for gzip... /bin/gzip
  132. checking for pod2html... /usr/bin/pod2html
  133. checking for pod2man... /usr/bin/pod2man
  134. checking for pdfroff... /usr/bin/pdfroff
  135. checking for runtest... no
  136. checking for the tclsh program in tclinclude directory... none
  137. checking for tclsh8.4... no
  138. checking for tclsh8.4.8... no
  139. checking for tclsh8.4.7... no
  140. checking for tclsh8.4.6... no
  141. checking for tclsh8.4.5... no
  142. checking for tclsh8.4.4... no
  143. checking for tclsh8.4.3... no
  144. checking for tclsh8.4.2... no
  145. checking for tclsh8.4.1... no
  146. checking for tclsh8.4.0... no
  147. checking for tclsh8.3... no
  148. checking for tclsh8.3.5... no
  149. checking for tclsh8.3.4... no
  150. checking for tclsh8.3.3... no
  151. checking for tclsh8.3.2... no
  152. checking for tclsh8.3.1... no
  153. checking for tclsh8.3.0... no
  154. checking for tclsh... no
  155. checking for zip... /usr/bin/zip
  156. checking for ocamlc... /usr/bin/ocamlc
  157. checking for ocamlopt... /usr/bin/ocamlopt
  158. checking for ocamldep... /usr/bin/ocamldep
  159. checking for ocamldoc... /usr/bin/ocamldoc
  160. checking for gas... no
  161. checking for as... /usr/bin/as
  162. checking for linker version... 2.22
  163. checking for compiler -Wl,-R<path> option... yes
  164. checking for compiler -Wl,-export-dynamic option... yes
  165. checking for compiler -Wl,--version-script option... yes
  166. checking for an ANSI C-conforming const... yes
  167. checking for dirent.h that defines DIR... yes
  168. checking for library containing opendir... none required
  169. checking dlfcn.h usability... yes
  170. checking dlfcn.h presence... yes
  171. checking for dlfcn.h... yes
  172. checking dynamic linker characteristics... GNU/Linux ld.so
  173. checking which extension is used for loadable modules... .so
  174. checking which variable specifies run-time library path... LD_LIBRARY_PATH
  175. checking for the default library search path... /lib /usr/lib /lib64 /usr/lib64 /usr/local/lib64 /lib32 /usr/lib32 /usr/local/lib32 /lib /usr/lib /usr/local/lib /usr/x86_64-pc-linux-gnu/lib /usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/32 /usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3 /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/32 /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3 /usr/lib32/OpenCL/vendors/nvidia /usr/lib64/OpenCL/vendors/nvidia /usr/lib32/opengl/nvidia/lib /usr/lib64/opengl/nvidia/lib /usr/lib64/qt4 /usr/lib32/qt4 /usr/lib/qt4 /usr/lib/postgresql /usr/lib64/postgresql /usr/lib64/postgresql-9.1/lib64/ /opt/nvidia-cg-toolkit/lib /usr/games/lib64 /usr/games/lib32 /usr/games/lib /usr/lib64/root
  176. checking for objdir... .libs
  177. checking command to parse /usr/bin/nm -B output from object... ok
  178. checking whether libtool supports -dlopen/-dlpreopen... yes
  179. checking for shl_load... no
  180. checking for shl_load in -ldld... no
  181. checking for dlopen in -ldl... yes
  182. checking for dlerror... yes
  183. checking for _ prefix in compiled symbols... no
  184. checking whether deplibs are loaded by dlopen... yes
  185. checking argz.h usability... yes
  186. checking argz.h presence... yes
  187. checking for argz.h... yes
  188. checking for error_t... yes
  189. checking for argz_append... yes
  190. checking for argz_create_sep... yes
  191. checking for argz_insert... yes
  192. checking for argz_next... yes
  193. checking for argz_stringify... yes
  194. checking assert.h usability... yes
  195. checking assert.h presence... yes
  196. checking for assert.h... yes
  197. checking ctype.h usability... yes
  198. checking ctype.h presence... yes
  199. checking for ctype.h... yes
  200. checking errno.h usability... yes
  201. checking errno.h presence... yes
  202. checking for errno.h... yes
  203. checking malloc.h usability... yes
  204. checking malloc.h presence... yes
  205. checking for malloc.h... yes
  206. checking for memory.h... (cached) yes
  207. checking for stdlib.h... (cached) yes
  208. checking stdio.h usability... yes
  209. checking stdio.h presence... yes
  210. checking for stdio.h... yes
  211. checking for unistd.h... (cached) yes
  212. checking dl.h usability... no
  213. checking dl.h presence... no
  214. checking for dl.h... no
  215. checking sys/dl.h usability... no
  216. checking sys/dl.h presence... no
  217. checking for sys/dl.h... no
  218. checking dld.h usability... no
  219. checking dld.h presence... no
  220. checking for dld.h... no
  221. checking mach-o/dyld.h usability... no
  222. checking mach-o/dyld.h presence... no
  223. checking for mach-o/dyld.h... no
  224. checking for string.h... (cached) yes
  225. checking for strchr... yes
  226. checking for strrchr... yes
  227. checking for memcpy... yes
  228. checking for memmove... yes
  229. checking for strcmp... yes
  230. checking for closedir... yes
  231. checking for opendir... yes
  232. checking for readdir... yes
  233. checking tool compatibility... ok
  234. checking optional compiler flags... -Wno-variadic-macros -Wno-missing-field-initializers
  235. checking for sin in -lm... yes
  236. checking for library containing dlopen... -ldl
  237. checking for library containing mallinfo... none required
  238. checking for dirent.h that defines DIR... (cached) yes
  239. checking for library containing opendir... (cached) none required
  240. checking for MAP_ANONYMOUS vs. MAP_ANON... yes
  241. checking whether stat file-mode macros are broken... no
  242. checking for sys/wait.h that is POSIX.1 compatible... yes
  243. checking whether time.h and sys/time.h may both be included... yes
  244. checking for dlfcn.h... (cached) yes
  245. checking execinfo.h usability... yes
  246. checking execinfo.h presence... yes
  247. checking for execinfo.h... yes
  248. checking fcntl.h usability... yes
  249. checking fcntl.h presence... yes
  250. checking for fcntl.h... yes
  251. checking for inttypes.h... (cached) yes
  252. checking limits.h usability... yes
  253. checking limits.h presence... yes
  254. checking for limits.h... yes
  255. checking link.h usability... yes
  256. checking link.h presence... yes
  257. checking for link.h... yes
  258. checking for malloc.h... (cached) yes
  259. checking setjmp.h usability... yes
  260. checking setjmp.h presence... yes
  261. checking for setjmp.h... yes
  262. checking signal.h usability... yes
  263. checking signal.h presence... yes
  264. checking for signal.h... yes
  265. checking for stdint.h... (cached) yes
  266. checking termios.h usability... yes
  267. checking termios.h presence... yes
  268. checking for termios.h... yes
  269. checking for unistd.h... (cached) yes
  270. checking utime.h usability... yes
  271. checking utime.h presence... yes
  272. checking for utime.h... yes
  273. checking windows.h usability... no
  274. checking windows.h presence... no
  275. checking for windows.h... no
  276. checking sys/mman.h usability... yes
  277. checking sys/mman.h presence... yes
  278. checking for sys/mman.h... yes
  279. checking sys/param.h usability... yes
  280. checking sys/param.h presence... yes
  281. checking for sys/param.h... yes
  282. checking sys/resource.h usability... yes
  283. checking sys/resource.h presence... yes
  284. checking for sys/resource.h... yes
  285. checking sys/time.h usability... yes
  286. checking sys/time.h presence... yes
  287. checking for sys/time.h... yes
  288. checking sys/uio.h usability... yes
  289. checking sys/uio.h presence... yes
  290. checking for sys/uio.h... yes
  291. checking for sys/types.h... (cached) yes
  292. checking sys/ioctl.h usability... yes
  293. checking sys/ioctl.h presence... yes
  294. checking for sys/ioctl.h... yes
  295. checking malloc/malloc.h usability... no
  296. checking malloc/malloc.h presence... no
  297. checking for malloc/malloc.h... no
  298. checking mach/mach.h usability... no
  299. checking mach/mach.h presence... no
  300. checking for mach/mach.h... no
  301. checking valgrind/valgrind.h usability... yes
  302. checking valgrind/valgrind.h presence... yes
  303. checking for valgrind/valgrind.h... yes
  304. checking fenv.h usability... yes
  305. checking fenv.h presence... yes
  306. checking for fenv.h... yes
  307. checking CrashReporterClient.h usability... no
  308. checking CrashReporterClient.h presence... no
  309. checking for CrashReporterClient.h... no
  310. checking __crashreporter_info__... no
  311. checking for HUGE_VAL sanity... yes
  312. checking for pid_t... yes
  313. checking for size_t... yes
  314. checking whether struct tm is in sys/time.h or time.h... time.h
  315. checking for int64_t... yes
  316. checking for uint64_t... yes
  317. checking for backtrace... yes
  318. checking for ceilf... yes
  319. checking for floorf... yes
  320. checking for roundf... yes
  321. checking for rintf... yes
  322. checking for nearbyintf... yes
  323. checking for getcwd... yes
  324. checking for powf... yes
  325. checking for fmodf... yes
  326. checking for strtof... yes
  327. checking for round... yes
  328. checking for getpagesize... yes
  329. checking for getrusage... yes
  330. checking for getrlimit... yes
  331. checking for setrlimit... yes
  332. checking for gettimeofday... yes
  333. checking for isatty... yes
  334. checking for mkdtemp... yes
  335. checking for mkstemp... yes
  336. checking for mktemp... yes
  337. checking for posix_spawn... yes
  338. checking for pread... yes
  339. checking for realpath... yes
  340. checking for sbrk... yes
  341. checking for setrlimit... (cached) yes
  342. checking for strdup... yes
  343. checking for strerror... yes
  344. checking for strerror_r... yes
  345. checking for setenv... yes
  346. checking for strtoll... yes
  347. checking for strtoq... yes
  348. checking for sysconf... yes
  349. checking for malloc_zone_statistics... no
  350. checking for setjmp... yes
  351. checking for longjmp... yes
  352. checking for sigsetjmp... no
  353. checking for siglongjmp... yes
  354. checking for writev... yes
  355. checking if printf has the %a format character... yes
  356. checking for srand48/lrand48/drand48 in <stdlib.h>... yes
  357. checking whether strerror_s is declared... no
  358. checking for isnan in <math.h>... yes
  359. checking for isnan in <cmath>... yes
  360. checking for std::isnan in <cmath>... yes
  361. checking for isinf in <math.h>... yes
  362. checking for isinf in <cmath>... yes
  363. checking for std::isinf in <cmath>... yes
  364. checking for finite in <ieeefp.h>... no
  365. checking for stdlib.h... (cached) yes
  366. checking for unistd.h... (cached) yes
  367. checking for getpagesize... (cached) yes
  368. checking for working mmap... yes
  369. checking for mmap of files... yes
  370. checking if /dev/zero is needed for mmap... no
  371. checking for GCC atomic builtins... yes
  372. checking for 32-bit userspace on 64-bit system... no
  373. checking for __dso_handle... yes
  374. checking for compiler -fvisibility-inlines-hidden option... yes
  375. configure: creating ./config.status
  376. config.status: creating include/llvm/Config/Targets.def
  377. config.status: creating include/llvm/Config/AsmPrinters.def
  378. config.status: creating include/llvm/Config/AsmParsers.def
  379. config.status: creating include/llvm/Config/Disassemblers.def
  380. config.status: creating Makefile.config
  381. config.status: creating llvm.spec
  382. config.status: creating docs/doxygen.cfg
  383. config.status: creating tools/clang/docs/doxygen.cfg
  384. config.status: creating bindings/ocaml/llvm/META.llvm
  385. config.status: creating include/llvm/Config/config.h
  386. config.status: creating include/llvm/Config/llvm-config.h
  387. config.status: creating include/llvm/Support/DataTypes.h
  388. config.status: include/llvm/Support/DataTypes.h is unchanged
  389. config.status: creating tools/clang/include/clang/Config/config.h
  390. config.status: tools/clang/include/clang/Config/config.h is unchanged
  391. config.status: executing setup commands
  392. config.status: executing Makefile commands
  393. config.status: executing Makefile.common commands
  394. config.status: executing examples/Makefile commands
  395. config.status: executing lib/Makefile commands
  396. config.status: executing runtime/Makefile commands
  397. config.status: executing test/Makefile commands
  398. config.status: executing test/Makefile.tests commands
  399. config.status: executing unittests/Makefile commands
  400. config.status: executing tools/Makefile commands
  401. config.status: executing utils/Makefile commands
  402. config.status: executing projects/Makefile commands
  403. config.status: executing bindings/Makefile commands
  404. config.status: executing bindings/ocaml/Makefile.ocaml commands
  405. === configuring in projects/sample (/home/ben/code/repos/rust/build/llvm/x86_64-unknown-linux-gnu/projects/sample)
  406. configure: running /bin/sh /home/ben/code/repos/rust/src/llvm/projects/sample/configure --prefix=/usr/local '--enable-targets=x86,x86_64' '--enable-optimized' '--disable-docs' '--disable-jit' '--enable-bindings=none' '--disable-threads' '--disable-pthreads' '--build=x86_64-unknown-linux-gnu' '--host=x86_64-unknown-linux-gnu' '--target=x86_64-unknown-linux-gnu' 'build_alias=x86_64-unknown-linux-gnu' 'host_alias=x86_64-unknown-linux-gnu' 'target_alias=x86_64-unknown-linux-gnu' 'CC=gcc' 'CFLAGS=' 'LDFLAGS=' 'CXX=g++' 'CXXFLAGS=' --cache-file=/dev/null --srcdir=/home/ben/code/repos/rust/src/llvm/projects/sample
  407. checking llvm-config... /home/ben/code/repos/rust/build/llvm/x86_64-unknown-linux-gnu/Release+Asserts/bin/llvm-config
  408. checking LLVM package version... 3.2svn
  409. checking for x86_64-unknown-linux-gnu-clang... gcc
  410. checking for C compiler default output file name... a.out
  411. checking whether the C compiler works... yes
  412. checking whether we are cross compiling... no
  413. checking for suffix of executables...
  414. checking for suffix of object files... o
  415. checking whether we are using the GNU C compiler... yes
  416. checking whether gcc accepts -g... yes
  417. checking for gcc option to accept ISO C89... none needed
  418. checking whether we are using the GNU C++ compiler... yes
  419. checking whether g++ accepts -g... yes
  420. checking how to run the C preprocessor... gcc -E
  421. checking build system type... x86_64-unknown-linux-gnu
  422. checking host system type... x86_64-unknown-linux-gnu
  423. checking target system type... x86_64-unknown-linux-gnu
  424. checking type of operating system we're going to host on... Linux
  425. checking type of operating system we're going to target... Linux
  426. checking target architecture... x86_64
  427. checking for grep that handles long lines and -e... /bin/grep
  428. checking for egrep... /bin/grep -E
  429. checking for ANSI C header files... yes
  430. checking for sys/types.h... yes
  431. checking for sys/stat.h... yes
  432. checking for stdlib.h... yes
  433. checking for string.h... yes
  434. checking for memory.h... yes
  435. checking for strings.h... yes
  436. checking for inttypes.h... yes
  437. checking for stdint.h... yes
  438. checking for unistd.h... yes
  439. checking whether byte ordering is bigendian... no
  440. checking optimization flags... -O3
  441. checking for BSD-compatible nm... /usr/bin/nm -B
  442. checking for GNU make... make
  443. checking whether ln -s works... yes
  444. checking for cmp... /usr/bin/cmp
  445. checking for cp... /bin/cp
  446. checking for date... /bin/date
  447. checking for find... /usr/bin/find
  448. checking for grep... (cached) /bin/grep
  449. checking for mkdir... /bin/mkdir
  450. checking for mv... /bin/mv
  451. checking for x86_64-unknown-linux-gnu-ranlib... no
  452. checking for ranlib... ranlib
  453. checking for x86_64-unknown-linux-gnu-ar... no
  454. checking for ar... ar
  455. checking for rm... /bin/rm
  456. checking for sed... /bin/sed
  457. checking for tar... /bin/tar
  458. checking for pwd... /bin/pwd
  459. checking for Graphviz... echo Graphviz
  460. checking for dot... echo dot
  461. checking for fdp... echo fdp
  462. checking for neato... echo neato
  463. checking for twopi... echo twopi
  464. checking for circo... echo circo
  465. checking for gv... no
  466. checking for gsview32... no
  467. checking for dotty... echo dotty
  468. checking for xdot.py... echo xdot.py
  469. checking for a BSD-compatible install... /usr/bin/install -c
  470. checking for bzip2... /bin/bzip2
  471. checking for cat... /bin/cat
  472. checking for doxygen... /usr/bin/doxygen
  473. checking for groff... /usr/bin/groff
  474. checking for gzip... /bin/gzip
  475. checking for pod2html... /usr/bin/pod2html
  476. checking for pod2man... /usr/bin/pod2man
  477. checking for pdfroff... /usr/bin/pdfroff
  478. checking for runtest... no
  479. checking for the tclsh program in tclinclude directory... none
  480. checking for tclsh8.4... no
  481. checking for tclsh8.4.8... no
  482. checking for tclsh8.4.7... no
  483. checking for tclsh8.4.6... no
  484. checking for tclsh8.4.5... no
  485. checking for tclsh8.4.4... no
  486. checking for tclsh8.4.3... no
  487. checking for tclsh8.4.2... no
  488. checking for tclsh8.4.1... no
  489. checking for tclsh8.4.0... no
  490. checking for tclsh8.3... no
  491. checking for tclsh8.3.5... no
  492. checking for tclsh8.3.4... no
  493. checking for tclsh8.3.3... no
  494. checking for tclsh8.3.2... no
  495. checking for tclsh8.3.1... no
  496. checking for tclsh8.3.0... no
  497. checking for tclsh... no
  498. checking for zip... /usr/bin/zip
  499. checking for ocamlc... /usr/bin/ocamlc
  500. checking for ocamlopt... /usr/bin/ocamlopt
  501. checking for ocamldep... /usr/bin/ocamldep
  502. checking for ocamldoc... /usr/bin/ocamldoc
  503. checking for gas... no
  504. checking for as... /usr/bin/as
  505. checking for linker version... 2.22
  506. checking for compiler -Wl,-R<path> option... yes
  507. checking for compiler -Wl,-export-dynamic option... yes
  508. checking for compiler -Wl,--version-script option... yes
  509. checking for an ANSI C-conforming const... yes
  510. checking for dirent.h that defines DIR... yes
  511. checking for library containing opendir... none required
  512. checking dlfcn.h usability... yes
  513. checking dlfcn.h presence... yes
  514. checking for dlfcn.h... yes
  515. checking dynamic linker characteristics... GNU/Linux ld.so
  516. checking which extension is used for loadable modules... .so
  517. checking which variable specifies run-time library path... LD_LIBRARY_PATH
  518. checking for the default library search path... /lib /usr/lib /lib64 /usr/lib64 /usr/local/lib64 /lib32 /usr/lib32 /usr/local/lib32 /lib /usr/lib /usr/local/lib /usr/x86_64-pc-linux-gnu/lib /usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/32 /usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3 /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/32 /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3 /usr/lib32/OpenCL/vendors/nvidia /usr/lib64/OpenCL/vendors/nvidia /usr/lib32/opengl/nvidia/lib /usr/lib64/opengl/nvidia/lib /usr/lib64/qt4 /usr/lib32/qt4 /usr/lib/qt4 /usr/lib/postgresql /usr/lib64/postgresql /usr/lib64/postgresql-9.1/lib64/ /opt/nvidia-cg-toolkit/lib /usr/games/lib64 /usr/games/lib32 /usr/games/lib /usr/lib64/root
  519. checking for objdir... .libs
  520. checking command to parse /usr/bin/nm -B output from object... ok
  521. checking whether libtool supports -dlopen/-dlpreopen... yes
  522. checking for shl_load... no
  523. checking for shl_load in -ldld... no
  524. checking for dlopen in -ldl... yes
  525. checking for dlerror... yes
  526. checking for _ prefix in compiled symbols... no
  527. checking whether deplibs are loaded by dlopen... yes
  528. checking argz.h usability... yes
  529. checking argz.h presence... yes
  530. checking for argz.h... yes
  531. checking for error_t... yes
  532. checking for argz_append... yes
  533. checking for argz_create_sep... yes
  534. checking for argz_insert... yes
  535. checking for argz_next... yes
  536. checking for argz_stringify... yes
  537. checking assert.h usability... yes
  538. checking assert.h presence... yes
  539. checking for assert.h... yes
  540. checking ctype.h usability... yes
  541. checking ctype.h presence... yes
  542. checking for ctype.h... yes
  543. checking errno.h usability... yes
  544. checking errno.h presence... yes
  545. checking for errno.h... yes
  546. checking malloc.h usability... yes
  547. checking malloc.h presence... yes
  548. checking for malloc.h... yes
  549. checking for memory.h... (cached) yes
  550. checking for stdlib.h... (cached) yes
  551. checking stdio.h usability... yes
  552. checking stdio.h presence... yes
  553. checking for stdio.h... yes
  554. checking for unistd.h... (cached) yes
  555. checking dl.h usability... no
  556. checking dl.h presence... no
  557. checking for dl.h... no
  558. checking sys/dl.h usability... no
  559. checking sys/dl.h presence... no
  560. checking for sys/dl.h... no
  561. checking dld.h usability... no
  562. checking dld.h presence... no
  563. checking for dld.h... no
  564. checking mach-o/dyld.h usability... no
  565. checking mach-o/dyld.h presence... no
  566. checking for mach-o/dyld.h... no
  567. checking for string.h... (cached) yes
  568. checking for strchr... yes
  569. checking for strrchr... yes
  570. checking for memcpy... yes
  571. checking for memmove... yes
  572. checking for strcmp... yes
  573. checking for closedir... yes
  574. checking for opendir... yes
  575. checking for readdir... yes
  576. checking tool compatibility... ok
  577. checking optional compiler flags... -Wno-variadic-macros -Wno-missing-field-initializers
  578. checking for sin in -lm... yes
  579. checking for library containing dlopen... -ldl
  580. checking for library containing mallinfo... none required
  581. checking for dirent.h that defines DIR... (cached) yes
  582. checking for library containing opendir... (cached) none required
  583. checking for MAP_ANONYMOUS vs. MAP_ANON... yes
  584. checking whether stat file-mode macros are broken... no
  585. checking for sys/wait.h that is POSIX.1 compatible... yes
  586. checking whether time.h and sys/time.h may both be included... yes
  587. checking for dlfcn.h... (cached) yes
  588. checking execinfo.h usability... yes
  589. checking execinfo.h presence... yes
  590. checking for execinfo.h... yes
  591. checking fcntl.h usability... yes
  592. checking fcntl.h presence... yes
  593. checking for fcntl.h... yes
  594. checking for inttypes.h... (cached) yes
  595. checking limits.h usability... yes
  596. checking limits.h presence... yes
  597. checking for limits.h... yes
  598. checking link.h usability... yes
  599. checking link.h presence... yes
  600. checking for link.h... yes
  601. checking for malloc.h... (cached) yes
  602. checking setjmp.h usability... yes
  603. checking setjmp.h presence... yes
  604. checking for setjmp.h... yes
  605. checking signal.h usability... yes
  606. checking signal.h presence... yes
  607. checking for signal.h... yes
  608. checking for stdint.h... (cached) yes
  609. checking termios.h usability... yes
  610. checking termios.h presence... yes
  611. checking for termios.h... yes
  612. checking for unistd.h... (cached) yes
  613. checking utime.h usability... yes
  614. checking utime.h presence... yes
  615. checking for utime.h... yes
  616. checking windows.h usability... no
  617. checking windows.h presence... no
  618. checking for windows.h... no
  619. checking sys/mman.h usability... yes
  620. checking sys/mman.h presence... yes
  621. checking for sys/mman.h... yes
  622. checking sys/param.h usability... yes
  623. checking sys/param.h presence... yes
  624. checking for sys/param.h... yes
  625. checking sys/resource.h usability... yes
  626. checking sys/resource.h presence... yes
  627. checking for sys/resource.h... yes
  628. checking sys/time.h usability... yes
  629. checking sys/time.h presence... yes
  630. checking for sys/time.h... yes
  631. checking sys/uio.h usability... yes
  632. checking sys/uio.h presence... yes
  633. checking for sys/uio.h... yes
  634. checking for sys/types.h... (cached) yes
  635. checking sys/ioctl.h usability... yes
  636. checking sys/ioctl.h presence... yes
  637. checking for sys/ioctl.h... yes
  638. checking malloc/malloc.h usability... no
  639. checking malloc/malloc.h presence... no
  640. checking for malloc/malloc.h... no
  641. checking mach/mach.h usability... no
  642. checking mach/mach.h presence... no
  643. checking for mach/mach.h... no
  644. checking valgrind/valgrind.h usability... yes
  645. checking valgrind/valgrind.h presence... yes
  646. checking for valgrind/valgrind.h... yes
  647. checking fenv.h usability... yes
  648. checking fenv.h presence... yes
  649. checking for fenv.h... yes
  650. checking CrashReporterClient.h usability... no
  651. checking CrashReporterClient.h presence... no
  652. checking for CrashReporterClient.h... no
  653. checking __crashreporter_info__... no
  654. checking for HUGE_VAL sanity... yes
  655. checking for pid_t... yes
  656. checking for size_t... yes
  657. checking whether struct tm is in sys/time.h or time.h... time.h
  658. checking for int64_t... yes
  659. checking for uint64_t... yes
  660. checking for backtrace... yes
  661. checking for ceilf... yes
  662. checking for floorf... yes
  663. checking for roundf... yes
  664. checking for rintf... yes
  665. checking for nearbyintf... yes
  666. checking for getcwd... yes
  667. checking for powf... yes
  668. checking for fmodf... yes
  669. checking for strtof... yes
  670. checking for round... yes
  671. checking for getpagesize... yes
  672. checking for getrusage... yes
  673. checking for getrlimit... yes
  674. checking for setrlimit... yes
  675. checking for gettimeofday... yes
  676. checking for isatty... yes
  677. checking for mkdtemp... yes
  678. checking for mkstemp... yes
  679. checking for mktemp... yes
  680. checking for posix_spawn... yes
  681. checking for realpath... yes
  682. checking for sbrk... yes
  683. checking for setrlimit... (cached) yes
  684. checking for strdup... yes
  685. checking for strerror... yes
  686. checking for strerror_r... yes
  687. checking for setenv... yes
  688. checking for strtoll... yes
  689. checking for strtoq... yes
  690. checking for sysconf... yes
  691. checking for malloc_zone_statistics... no
  692. checking for setjmp... yes
  693. checking for longjmp... yes
  694. checking for sigsetjmp... no
  695. checking for siglongjmp... yes
  696. checking for writev... yes
  697. checking if printf has the %a format character... yes
  698. checking for srand48/lrand48/drand48 in <stdlib.h>... yes
  699. checking whether strerror_s is declared... no
  700. checking for isnan in <math.h>... yes
  701. checking for isnan in <cmath>... yes
  702. checking for std::isnan in <cmath>... yes
  703. checking for isinf in <math.h>... yes
  704. checking for isinf in <cmath>... yes
  705. checking for std::isinf in <cmath>... yes
  706. checking for finite in <ieeefp.h>... no
  707. checking for stdlib.h... (cached) yes
  708. checking for unistd.h... (cached) yes
  709. checking for getpagesize... (cached) yes
  710. checking for working mmap... yes
  711. checking for mmap of files... yes
  712. checking if /dev/zero is needed for mmap... no
  713. checking for GCC atomic builtins... yes
  714. checking for 32-bit userspace on 64-bit system... no
  715. checking for __dso_handle... yes
  716. checking for compiler -fvisibility-inlines-hidden option... yes
  717. configure: creating ./config.status
  718. config.status: creating Makefile.common
  719. config.status: creating Makefile.llvm.config
  720. config.status: executing setup commands
  721. config.status: executing Makefile commands
  722. config.status: executing lib/Makefile commands
  723. config.status: executing lib/sample/Makefile commands
  724. config.status: executing tools/Makefile commands
  725. config.status: executing tools/sample/Makefile commands
  726. configure:
  727. configure: writing configuration
  728. configure:
  729. configure: CFG_SRC_DIR := /home/ben/code/repos/rust/
  730. configure: CFG_BUILD_DIR := /home/ben/code/repos/rust/build/
  731. configure: CFG_OSTYPE := unknown-linux-gnu
  732. configure: CFG_CPUTYPE := x86_64
  733. configure: CFG_CONFIGURE_ARGS := CFLAGS= CXXFLAGS= --prefix=/home/be ...
  734. configure: CFG_PREFIX := /home/ben/local
  735. configure: CFG_TARGET_TRIPLES := x86_64-unknown-linux-gnu
  736. configure: CFG_C_COMPILER := gcc
  737. configure: CFG_LIBDIR := lib
  738. configure: CFG_DISABLE_MANAGE_SUBMODULES :=
  739. configure: CFG_LLVM_ROOT :=
  740. configure: CFG_LLVM_SRC_DIR := /home/ben/code/repos/rust/src/llvm/
  741. configure: CFG_LLVM_BUILD_DIR_x86_64_unknown_linux_gnu := /home/ben/code/repos/rust/build/llv ...
  742. configure: CFG_LLVM_INST_DIR_x86_64_unknown_linux_gnu := /home/ben/code/repos/rust/build/llv ...
  743. configure:
  744. configure: leaving ./Makefile unchanged
  745. configure: leaving config.mk unchanged
  746. configure:
  747. configure: complete
  748. configure:
  749. cfg: shell host triple x86_64-unknown-linux-gnu
  750. cfg: host for x86_64-unknown-linux-gnu is x86_64
  751. cfg: unix-y environment
  752. cfg: using gcc
  753. cfg: no pandoc found, omitting doc/rust.pdf
  754. cfg: no llnextgen found, omitting grammar-verification
  755. cfg: no pandoc found, omitting library doc build
  756. fetch: x86_64-unknown-linux-gnu/stage0/bin/rustc
  757. determined most recent snapshot: rust-stage0-2012-06-30-ed834f0-linux-x86_64-3e08d33682d7dfcb2783521ab9d9f165adb579ae.tar.bz2
  758. got download with ok hash
  759. opening snapshot dl/rust-stage0-2012-06-30-ed834f0-linux-x86_64-3e08d33682d7dfcb2783521ab9d9f165adb579ae.tar.bz2
  760. extracting rust-stage0/bin/rustc
  761. extracting rust-stage0/lib/libcore-d27e4777a53c3e50-0.2.so
  762. extracting rust-stage0/lib/libstd-d399da1ab6f5bec0-0.2.so
  763. extracting rust-stage0/lib/librustc-73389320c1332876-0.2.so
  764. extracting rust-stage0/lib/libsyntax-b45cc7d0b085bc34-0.2.so
  765. extracting rust-stage0/lib/librustrt.so
  766. extracting rust-stage0/lib/librustllvm.so
  767. compile: rt/x86_64-unknown-linux-gnu/sync/timer.o
  768. compile: rt/x86_64-unknown-linux-gnu/sync/lock_and_signal.o
  769. compile: rt/x86_64-unknown-linux-gnu/sync/rust_thread.o
  770. compile: rt/x86_64-unknown-linux-gnu/rust.o
  771. compile: rt/x86_64-unknown-linux-gnu/rust_builtin.o
  772. compile: rt/x86_64-unknown-linux-gnu/rust_run_program.o
  773. compile: rt/x86_64-unknown-linux-gnu/rust_env.o
  774. compile: rt/x86_64-unknown-linux-gnu/rust_sched_loop.o
  775. compile: rt/x86_64-unknown-linux-gnu/rust_sched_launcher.o
  776. compile: rt/x86_64-unknown-linux-gnu/rust_sched_driver.o
  777. compile: rt/x86_64-unknown-linux-gnu/rust_scheduler.o
  778. compile: rt/x86_64-unknown-linux-gnu/rust_sched_reaper.o
  779. compile: rt/x86_64-unknown-linux-gnu/rust_task.o
  780. compile: rt/x86_64-unknown-linux-gnu/rust_stack.o
  781. compile: rt/x86_64-unknown-linux-gnu/rust_port.o
  782. compile: rt/x86_64-unknown-linux-gnu/rust_upcall.o
  783. compile: rt/x86_64-unknown-linux-gnu/rust_uv.o
  784. compile: rt/x86_64-unknown-linux-gnu/rust_log.o
  785. compile: rt/x86_64-unknown-linux-gnu/rust_port_selector.o
  786. compile: rt/x86_64-unknown-linux-gnu/rust_util.o
  787. compile: rt/x86_64-unknown-linux-gnu/circular_buffer.o
  788. compile: rt/x86_64-unknown-linux-gnu/isaac/randport.o
  789. compile: rt/x86_64-unknown-linux-gnu/rust_kernel.o
  790. compile: rt/x86_64-unknown-linux-gnu/rust_shape.o
  791. compile: rt/x86_64-unknown-linux-gnu/rust_abi.o
  792. compile: rt/x86_64-unknown-linux-gnu/rust_cc.o
  793. compile: rt/x86_64-unknown-linux-gnu/rust_debug.o
  794. compile: rt/x86_64-unknown-linux-gnu/rust_box_annihilator.o
  795. compile: rt/x86_64-unknown-linux-gnu/rust_cond_lock.o
  796. compile: rt/x86_64-unknown-linux-gnu/memory_region.o
  797. compile: rt/x86_64-unknown-linux-gnu/boxed_region.o
  798. compile: rt/x86_64-unknown-linux-gnu/arch/x86_64/context.o
  799. compile: rt/x86_64-unknown-linux-gnu/arch/x86_64/gpr.o
  800. compile: rt/x86_64-unknown-linux-gnu/arch/x86_64/_context.o
  801. compile: rt/x86_64-unknown-linux-gnu/arch/x86_64/ccall.o
  802. compile: rt/x86_64-unknown-linux-gnu/arch/x86_64/record_sp.o
  803. def: rt/rustrt.linux.def
  804. make[1]: Entering directory `/home/ben/code/repos/rust/mk/libuv/x86_64/unix/linux'
  805. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/uv-common.o
  806. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_cancel.o
  807. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/ares__close_sockets.o
  808. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_data.o
  809. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_destroy.o
  810. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_expand_name.o
  811. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_expand_string.o
  812. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_fds.o
  813. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_free_hostent.o
  814. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_free_string.o
  815. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_gethostbyaddr.o
  816. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_gethostbyname.o
  817. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/ares__get_hostent.o
  818. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_getnameinfo.o
  819. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_getopt.o
  820. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_getsock.o
  821. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_init.o
  822. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_library_init.o
  823. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_llist.o
  824. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_mkquery.o
  825. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_nowarn.o
  826. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_options.o
  827. ../../../../../src/libuv/src/ares/ares_options.c: In function ‘ares_set_servers_csv’:
  828. ../../../../../src/libuv/src/ares/ares_options.c:187:9: warning: ignoring return value of ‘strtol’, declared with attribute warn_unused_result [-Wunused-result]
  829. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_parse_aaaa_reply.o
  830. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_parse_a_reply.o
  831. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_parse_mx_reply.o
  832. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_parse_ns_reply.o
  833. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_parse_ptr_reply.o
  834. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_parse_srv_reply.o
  835. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_parse_txt_reply.o
  836. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_process.o
  837. ../../../../../src/libuv/src/ares/ares_process.c: In function ‘read_udp_packets’:
  838. ../../../../../src/libuv/src/ares/ares_process.c:481:35: warning: pointer targets in passing argument 6 of ‘recvfrom’ differ in signedness [-Wpointer-sign]
  839. /usr/include/bits/socket2.h:65:1: note: expected ‘socklen_t * __restrict__’ but argument is of type ‘ares_socklen_t *’
  840. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_query.o
  841. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/ares__read_line.o
  842. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_search.o
  843. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_send.o
  844. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_strcasecmp.o
  845. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_strdup.o
  846. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_strerror.o
  847. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_timeout.o
  848. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/ares__timeval.o
  849. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_version.o
  850. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/ares_writev.o
  851. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/bitncmp.o
  852. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/inet_net_pton.o
  853. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/inet_ntop.o
  854. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/ares/windows_port.o
  855. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/unix/core.o
  856. ../../../../../src/libuv/src/unix/core.c: In function ‘uv_close’:
  857. ../../../../../src/libuv/src/unix/core.c:122:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  858. ../../../../../src/libuv/src/unix/core.c: In function ‘uv__handle_init’:
  859. ../../../../../src/libuv/src/unix/core.c:231:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  860. ../../../../../src/libuv/src/unix/core.c:231:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  861. ../../../../../src/libuv/src/unix/core.c:231:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  862. ../../../../../src/libuv/src/unix/core.c: In function ‘uv_prepare_init’:
  863. ../../../../../src/libuv/src/unix/core.c:353:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  864. ../../../../../src/libuv/src/unix/core.c:353:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  865. ../../../../../src/libuv/src/unix/core.c:353:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  866. ../../../../../src/libuv/src/unix/core.c: In function ‘uv_prepare_start’:
  867. ../../../../../src/libuv/src/unix/core.c:361:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  868. ../../../../../src/libuv/src/unix/core.c: In function ‘uv_prepare_stop’:
  869. ../../../../../src/libuv/src/unix/core.c:376:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  870. ../../../../../src/libuv/src/unix/core.c: In function ‘uv_check_init’:
  871. ../../../../../src/libuv/src/unix/core.c:401:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  872. ../../../../../src/libuv/src/unix/core.c:401:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  873. ../../../../../src/libuv/src/unix/core.c:401:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  874. ../../../../../src/libuv/src/unix/core.c: In function ‘uv_check_start’:
  875. ../../../../../src/libuv/src/unix/core.c:409:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  876. ../../../../../src/libuv/src/unix/core.c: In function ‘uv_check_stop’:
  877. ../../../../../src/libuv/src/unix/core.c:424:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  878. ../../../../../src/libuv/src/unix/core.c: In function ‘uv_idle_init’:
  879. ../../../../../src/libuv/src/unix/core.c:450:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  880. ../../../../../src/libuv/src/unix/core.c:450:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  881. ../../../../../src/libuv/src/unix/core.c:450:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  882. ../../../../../src/libuv/src/unix/core.c: In function ‘uv_idle_start’:
  883. ../../../../../src/libuv/src/unix/core.c:458:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  884. ../../../../../src/libuv/src/unix/core.c: In function ‘uv_idle_stop’:
  885. ../../../../../src/libuv/src/unix/core.c:472:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  886. ../../../../../src/libuv/src/unix/core.c: In function ‘uv_is_active’:
  887. ../../../../../src/libuv/src/unix/core.c:487:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  888. ../../../../../src/libuv/src/unix/core.c:490:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  889. ../../../../../src/libuv/src/unix/core.c:493:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  890. ../../../../../src/libuv/src/unix/core.c:496:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  891. ../../../../../src/libuv/src/unix/core.c: In function ‘uv_async_init’:
  892. ../../../../../src/libuv/src/unix/core.c:517:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  893. ../../../../../src/libuv/src/unix/core.c:517:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  894. ../../../../../src/libuv/src/unix/core.c:517:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  895. ../../../../../src/libuv/src/unix/core.c: In function ‘uv_timer_init’:
  896. ../../../../../src/libuv/src/unix/core.c:551:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  897. ../../../../../src/libuv/src/unix/core.c:551:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  898. ../../../../../src/libuv/src/unix/core.c:551:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  899. ../../../../../src/libuv/src/unix/core.c: In function ‘uv_timer_start’:
  900. ../../../../../src/libuv/src/unix/core.c:559:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  901. ../../../../../src/libuv/src/unix/core.c:564:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  902. ../../../../../src/libuv/src/unix/core.c: In function ‘uv_timer_stop’:
  903. ../../../../../src/libuv/src/unix/core.c:572:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  904. ../../../../../src/libuv/src/unix/core.c: In function ‘uv_timer_again’:
  905. ../../../../../src/libuv/src/unix/core.c:582:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  906. ../../../../../src/libuv/src/unix/core.c: In function ‘uv_getaddrinfo’:
  907. ../../../../../src/libuv/src/unix/core.c:657:12: warning: variable ‘req’ set but not used [-Wunused-but-set-variable]
  908. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/unix/uv-eio.o
  909. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/unix/fs.o
  910. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/unix/udp.o
  911. ../../../../../src/libuv/src/unix/udp.c: In function ‘uv_udp_recv_start’:
  912. ../../../../../src/libuv/src/unix/udp.c:651:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  913. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/unix/tcp.o
  914. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/unix/pipe.o
  915. ../../../../../src/libuv/src/unix/pipe.c: In function ‘uv_pipe_listen’:
  916. ../../../../../src/libuv/src/unix/pipe.c:139:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  917. ../../../../../src/libuv/src/unix/pipe.c:139:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  918. ../../../../../src/libuv/src/unix/pipe.c:139:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  919. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/unix/tty.o
  920. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/unix/stream.o
  921. ../../../../../src/libuv/src/unix/stream.c: In function ‘uv__stream_init’:
  922. ../../../../../src/libuv/src/unix/stream.c:70:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  923. ../../../../../src/libuv/src/unix/stream.c:70:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  924. ../../../../../src/libuv/src/unix/stream.c:70:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  925. ../../../../../src/libuv/src/unix/stream.c:73:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  926. ../../../../../src/libuv/src/unix/stream.c:73:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  927. ../../../../../src/libuv/src/unix/stream.c:73:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  928. ../../../../../src/libuv/src/unix/stream.c: In function ‘uv__write’:
  929. ../../../../../src/libuv/src/unix/stream.c:398:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  930. ../../../../../src/libuv/src/unix/stream.c: In function ‘uv__read’:
  931. ../../../../../src/libuv/src/unix/stream.c:626:13: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  932. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/unix/cares.o
  933. ../../../../../src/libuv/src/unix/cares.c: In function ‘uv__ares_task_create’:
  934. ../../../../../src/libuv/src/unix/cares.c:75:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  935. ../../../../../src/libuv/src/unix/cares.c:75:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  936. ../../../../../src/libuv/src/unix/cares.c:75:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  937. ../../../../../src/libuv/src/unix/cares.c:76:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  938. ../../../../../src/libuv/src/unix/cares.c:76:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  939. ../../../../../src/libuv/src/unix/cares.c:76:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  940. ../../../../../src/libuv/src/unix/cares.c: In function ‘uv__ares_sockstate_cb’:
  941. ../../../../../src/libuv/src/unix/cares.c:100:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  942. ../../../../../src/libuv/src/unix/cares.c: In function ‘uv_ares_init_options’:
  943. ../../../../../src/libuv/src/unix/cares.c:171:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  944. ../../../../../src/libuv/src/unix/cares.c:171:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  945. ../../../../../src/libuv/src/unix/cares.c:171:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  946. ../../../../../src/libuv/src/unix/cares.c:171:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  947. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/unix/dl.o
  948. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/unix/error.o
  949. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/unix/thread.o
  950. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/unix/process.o
  951. ../../../../../src/libuv/src/unix/process.c: In function ‘uv_spawn’:
  952. ../../../../../src/libuv/src/unix/process.c:298:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  953. ../../../../../src/libuv/src/unix/process.c:298:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  954. ../../../../../src/libuv/src/unix/process.c:298:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  955. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/unix/eio/eio.o
  956. In file included from ../../../../../src/libuv/src/unix/eio/eio.c:56:0:
  957. ../../../../../src/libuv/src/unix/eio/xthread.h:16:1: warning: C++ style comments are not allowed in ISO C90 [enabled by default]
  958. ../../../../../src/libuv/src/unix/eio/xthread.h:16:1: warning: (this will be reported only once per input file) [enabled by default]
  959. ../../../../../src/libuv/src/unix/eio/eio.c: In function ‘etp_poll’:
  960. ../../../../../src/libuv/src/unix/eio/eio.c:710:43: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  961. ../../../../../src/libuv/src/unix/eio/eio.c: In function ‘grp_try_feed’:
  962. ../../../../../src/libuv/src/unix/eio/eio.c:818:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  963. ../../../../../src/libuv/src/unix/eio/eio.c: In function ‘eio__mtouch’:
  964. ../../../../../src/libuv/src/unix/eio/eio.c:1400:77: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  965. ../../../../../src/libuv/src/unix/eio/eio.c:1402:77: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  966. ../../../../../src/libuv/src/unix/eio/eio.c:1398:8: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]
  967. ../../../../../src/libuv/src/unix/eio/eio.c: In function ‘eio__realpath’:
  968. ../../../../../src/libuv/src/unix/eio/eio.c:1567:1: warning: label ‘done’ defined but not used [-Wunused-label]
  969. ../../../../../src/libuv/src/unix/eio/eio.c: In function ‘eio_dent_radix_sort’:
  970. ../../../../../src/libuv/src/unix/eio/eio.c:1608:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  971. ../../../../../src/libuv/src/unix/eio/eio.c:1613:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  972. ../../../../../src/libuv/src/unix/eio/eio.c: In function ‘eio__scandir’:
  973. ../../../../../src/libuv/src/unix/eio/eio.c:1846:21: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]
  974. ../../../../../src/libuv/src/unix/eio/eio.c: In function ‘eio_execute’:
  975. ../../../../../src/libuv/src/unix/eio/eio.c:2205:7: warning: implicit declaration of function ‘rename’ [-Wimplicit-function-declaration]
  976. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/unix/ev/ev.o
  977. ../../../../../src/libuv/src/unix/ev/ev.c: In function ‘array_nextsize’:
  978. ../../../../../src/libuv/src/unix/ev/ev.c:845:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  979. ../../../../../src/libuv/src/unix/ev/ev.c: In function ‘ev_feed_event’:
  980. ../../../../../src/libuv/src/unix/ev/ev.c:907:7: warning: unused variable ‘ocur_’ [-Wunused-variable]
  981. ../../../../../src/libuv/src/unix/ev/ev.c: In function ‘feed_reverse’:
  982. ../../../../../src/libuv/src/unix/ev/ev.c:916:3: warning: unused variable ‘ocur_’ [-Wunused-variable]
  983. ../../../../../src/libuv/src/unix/ev/ev.c: In function ‘fd_change’:
  984. ../../../../../src/libuv/src/unix/ev/ev.c:1043:7: warning: unused variable ‘ocur_’ [-Wunused-variable]
  985. ../../../../../src/libuv/src/unix/ev/ev.c: In function ‘evpipe_init’:
  986. ../../../../../src/libuv/src/unix/ev/ev.c:1293:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  987. In file included from ../../../../../src/libuv/src/unix/ev/ev.c:1541:0:
  988. ../../../../../src/libuv/src/unix/ev/ev_epoll.c: In function ‘epoll_modify’:
  989. ../../../../../src/libuv/src/unix/ev/ev_epoll.c:127:11: warning: unused variable ‘ocur_’ [-Wunused-variable]
  990. ../../../../../src/libuv/src/unix/ev/ev_epoll.c: At top level:
  991. ../../../../../src/libuv/src/unix/ev/ev_epoll.c:222:1: warning: ‘static’ is not at beginning of declaration [-Wold-style-declaration]
  992. ../../../../../src/libuv/src/unix/ev/ev_epoll.c:222:1: warning: ‘inline’ is not at beginning of declaration [-Wold-style-declaration]
  993. ../../../../../src/libuv/src/unix/ev/ev_epoll.c:247:1: warning: ‘static’ is not at beginning of declaration [-Wold-style-declaration]
  994. ../../../../../src/libuv/src/unix/ev/ev_epoll.c:247:1: warning: ‘inline’ is not at beginning of declaration [-Wold-style-declaration]
  995. ../../../../../src/libuv/src/unix/ev/ev_epoll.c:254:1: warning: ‘static’ is not at beginning of declaration [-Wold-style-declaration]
  996. ../../../../../src/libuv/src/unix/ev/ev_epoll.c:254:1: warning: ‘inline’ is not at beginning of declaration [-Wold-style-declaration]
  997. In file included from ../../../../../src/libuv/src/unix/ev/ev.c:1544:0:
  998. ../../../../../src/libuv/src/unix/ev/ev_poll.c:42:1: warning: ‘static’ is not at beginning of declaration [-Wold-style-declaration]
  999. ../../../../../src/libuv/src/unix/ev/ev_poll.c:42:1: warning: ‘inline’ is not at beginning of declaration [-Wold-style-declaration]
  1000. ../../../../../src/libuv/src/unix/ev/ev_poll.c: In function ‘poll_modify’:
  1001. ../../../../../src/libuv/src/unix/ev/ev_poll.c:66:7: warning: unused variable ‘ocur_’ [-Wunused-variable]
  1002. ../../../../../src/libuv/src/unix/ev/ev_poll.c: At top level:
  1003. ../../../../../src/libuv/src/unix/ev/ev_poll.c:129:1: warning: ‘static’ is not at beginning of declaration [-Wold-style-declaration]
  1004. ../../../../../src/libuv/src/unix/ev/ev_poll.c:129:1: warning: ‘inline’ is not at beginning of declaration [-Wold-style-declaration]
  1005. ../../../../../src/libuv/src/unix/ev/ev_poll.c:142:1: warning: ‘static’ is not at beginning of declaration [-Wold-style-declaration]
  1006. ../../../../../src/libuv/src/unix/ev/ev_poll.c:142:1: warning: ‘inline’ is not at beginning of declaration [-Wold-style-declaration]
  1007. In file included from ../../../../../src/libuv/src/unix/ev/ev.c:1547:0:
  1008. ../../../../../src/libuv/src/unix/ev/ev_select.c:269:1: warning: ‘static’ is not at beginning of declaration [-Wold-style-declaration]
  1009. ../../../../../src/libuv/src/unix/ev/ev_select.c:269:1: warning: ‘inline’ is not at beginning of declaration [-Wold-style-declaration]
  1010. ../../../../../src/libuv/src/unix/ev/ev_select.c:298:1: warning: ‘static’ is not at beginning of declaration [-Wold-style-declaration]
  1011. ../../../../../src/libuv/src/unix/ev/ev_select.c:298:1: warning: ‘inline’ is not at beginning of declaration [-Wold-style-declaration]
  1012. ../../../../../src/libuv/src/unix/ev/ev.c:1563:1: warning: ‘static’ is not at beginning of declaration [-Wold-style-declaration]
  1013. ../../../../../src/libuv/src/unix/ev/ev.c:1563:1: warning: ‘inline’ is not at beginning of declaration [-Wold-style-declaration]
  1014. ../../../../../src/libuv/src/unix/ev/ev.c: In function ‘loop_init’:
  1015. ../../../../../src/libuv/src/unix/ev/ev.c:1761:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1016. ../../../../../src/libuv/src/unix/ev/ev.c:1761:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1017. ../../../../../src/libuv/src/unix/ev/ev.c:1761:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1018. ../../../../../src/libuv/src/unix/ev/ev.c:1764:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1019. ../../../../../src/libuv/src/unix/ev/ev.c:1764:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1020. ../../../../../src/libuv/src/unix/ev/ev.c:1764:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1021. ../../../../../src/libuv/src/unix/ev/ev.c:1765:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1022. ../../../../../src/libuv/src/unix/ev/ev.c: In function ‘ev_loop_destroy’:
  1023. ../../../../../src/libuv/src/unix/ev/ev.c:1792:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1024. ../../../../../src/libuv/src/unix/ev/ev.c:1799:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1025. ../../../../../src/libuv/src/unix/ev/ev.c:1817:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1026. ../../../../../src/libuv/src/unix/ev/ev.c: In function ‘loop_fork’:
  1027. ../../../../../src/libuv/src/unix/ev/ev.c:1909:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1028. ../../../../../src/libuv/src/unix/ev/ev.c: In function ‘ev_default_loop’:
  1029. ../../../../../src/libuv/src/unix/ev/ev.c:2099:11: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1030. ../../../../../src/libuv/src/unix/ev/ev.c:2099:11: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1031. ../../../../../src/libuv/src/unix/ev/ev.c:2099:11: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1032. ../../../../../src/libuv/src/unix/ev/ev.c:2100:11: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1033. ../../../../../src/libuv/src/unix/ev/ev.c: In function ‘periodics_reify’:
  1034. ../../../../../src/libuv/src/unix/ev/ev.c:2235:11: warning: unused variable ‘feed_count’ [-Wunused-variable]
  1035. ../../../../../src/libuv/src/unix/ev/ev.c: In function ‘ev_io_start’:
  1036. ../../../../../src/libuv/src/unix/ev/ev.c:2681:3: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses]
  1037. ../../../../../src/libuv/src/unix/ev/ev.c: In function ‘ev_timer_start’:
  1038. ../../../../../src/libuv/src/unix/ev/ev.c:2720:3: warning: unused variable ‘ocur_’ [-Wunused-variable]
  1039. ../../../../../src/libuv/src/unix/ev/ev.c: In function ‘ev_periodic_start’:
  1040. ../../../../../src/libuv/src/unix/ev/ev.c:2812:3: warning: unused variable ‘ocur_’ [-Wunused-variable]
  1041. ../../../../../src/libuv/src/unix/ev/ev.c: In function ‘ev_signal_start’:
  1042. ../../../../../src/libuv/src/unix/ev/ev.c:2895:11: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1043. ../../../../../src/libuv/src/unix/ev/ev.c:2895:11: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1044. ../../../../../src/libuv/src/unix/ev/ev.c:2895:11: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1045. ../../../../../src/libuv/src/unix/ev/ev.c:2896:11: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1046. ../../../../../src/libuv/src/unix/ev/ev.c: In function ‘infy_add’:
  1047. ../../../../../src/libuv/src/unix/ev/ev.c:3099:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1048. ../../../../../src/libuv/src/unix/ev/ev.c:3101:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1049. ../../../../../src/libuv/src/unix/ev/ev.c: In function ‘infy_init’:
  1050. ../../../../../src/libuv/src/unix/ev/ev.c:3205:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1051. ../../../../../src/libuv/src/unix/ev/ev.c:3205:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1052. ../../../../../src/libuv/src/unix/ev/ev.c:3205:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1053. ../../../../../src/libuv/src/unix/ev/ev.c:3206:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1054. ../../../../../src/libuv/src/unix/ev/ev.c: In function ‘infy_fork’:
  1055. ../../../../../src/libuv/src/unix/ev/ev.c:3250:15: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1056. ../../../../../src/libuv/src/unix/ev/ev.c:3252:15: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1057. ../../../../../src/libuv/src/unix/ev/ev.c: In function ‘ev_stat_start’:
  1058. ../../../../../src/libuv/src/unix/ev/ev.c:3326:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1059. ../../../../../src/libuv/src/unix/ev/ev.c:3326:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1060. ../../../../../src/libuv/src/unix/ev/ev.c:3326:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1061. ../../../../../src/libuv/src/unix/ev/ev.c:3326:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1062. ../../../../../src/libuv/src/unix/ev/ev.c:3327:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1063. ../../../../../src/libuv/src/unix/ev/ev.c: In function ‘ev_stat_stop’:
  1064. ../../../../../src/libuv/src/unix/ev/ev.c:3359:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1065. ../../../../../src/libuv/src/unix/ev/ev.c: In function ‘ev_idle_start’:
  1066. ../../../../../src/libuv/src/unix/ev/ev.c:3388:5: warning: unused variable ‘ocur_’ [-Wunused-variable]
  1067. ../../../../../src/libuv/src/unix/ev/ev.c: In function ‘ev_prepare_start’:
  1068. ../../../../../src/libuv/src/unix/ev/ev.c:3428:3: warning: unused variable ‘ocur_’ [-Wunused-variable]
  1069. ../../../../../src/libuv/src/unix/ev/ev.c: In function ‘ev_check_start’:
  1070. ../../../../../src/libuv/src/unix/ev/ev.c:3466:3: warning: unused variable ‘ocur_’ [-Wunused-variable]
  1071. ../../../../../src/libuv/src/unix/ev/ev.c: In function ‘ev_embed_start’:
  1072. ../../../../../src/libuv/src/unix/ev/ev.c:3562:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1073. ../../../../../src/libuv/src/unix/ev/ev.c:3562:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1074. ../../../../../src/libuv/src/unix/ev/ev.c:3562:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1075. ../../../../../src/libuv/src/unix/ev/ev.c:3567:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1076. ../../../../../src/libuv/src/unix/ev/ev.c:3570:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1077. ../../../../../src/libuv/src/unix/ev/ev.c:3570:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1078. ../../../../../src/libuv/src/unix/ev/ev.c:3570:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1079. ../../../../../src/libuv/src/unix/ev/ev.c:3571:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1080. ../../../../../src/libuv/src/unix/ev/ev.c:3574:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1081. ../../../../../src/libuv/src/unix/ev/ev.c:3574:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1082. ../../../../../src/libuv/src/unix/ev/ev.c:3574:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1083. ../../../../../src/libuv/src/unix/ev/ev.c: In function ‘ev_fork_start’:
  1084. ../../../../../src/libuv/src/unix/ev/ev.c:3613:3: warning: unused variable ‘ocur_’ [-Wunused-variable]
  1085. ../../../../../src/libuv/src/unix/ev/ev.c: In function ‘ev_cleanup_start’:
  1086. ../../../../../src/libuv/src/unix/ev/ev.c:3651:3: warning: unused variable ‘ocur_’ [-Wunused-variable]
  1087. ../../../../../src/libuv/src/unix/ev/ev.c: In function ‘ev_async_start’:
  1088. ../../../../../src/libuv/src/unix/ev/ev.c:3696:3: warning: unused variable ‘ocur_’ [-Wunused-variable]
  1089. ../../../../../src/libuv/src/unix/ev/ev.c: In function ‘ev_once’:
  1090. ../../../../../src/libuv/src/unix/ev/ev.c:3784:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1091. ../../../../../src/libuv/src/unix/ev/ev.c:3784:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1092. ../../../../../src/libuv/src/unix/ev/ev.c:3784:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1093. ../../../../../src/libuv/src/unix/ev/ev.c:3791:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1094. ../../../../../src/libuv/src/unix/ev/ev.c:3791:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1095. ../../../../../src/libuv/src/unix/ev/ev.c:3791:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1096. ../../../../../src/libuv/src/unix/ev/ev.c:3794:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1097. ../../../../../src/libuv/src/unix/ev/ev.c: At top level:
  1098. ../../../../../src/libuv/src/unix/ev/ev.c:3910:27: warning: "/*" within comment [-Wcomment]
  1099. ../../../../../src/libuv/src/unix/ev/ev.c:3911:27: warning: "/*" within comment [-Wcomment]
  1100. ../../../../../src/libuv/src/unix/ev/ev.c: In function ‘evpipe_write’:
  1101. ../../../../../src/libuv/src/unix/ev/ev.c:1336:17: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  1102. ../../../../../src/libuv/src/unix/ev/ev.c:1345:15: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  1103. ../../../../../src/libuv/src/unix/ev/ev.c: In function ‘pipecb’:
  1104. ../../../../../src/libuv/src/unix/ev/ev.c:1362:12: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result]
  1105. ../../../../../src/libuv/src/unix/ev/ev.c:1369:12: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result]
  1106. CC(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/uv/src/libuv/src/unix/linux.o
  1107. ../../../../../src/libuv/src/unix/linux.c: In function ‘uv_fs_event_init’:
  1108. ../../../../../src/libuv/src/unix/linux.c:651:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1109. ../../../../../src/libuv/src/unix/linux.c:651:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1110. ../../../../../src/libuv/src/unix/linux.c:651:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  1111. AR(target) /home/ben/code/repos/rust/build//rt/x86_64-unknown-linux-gnu/libuv/Release/obj.target/src/libuv/libuv.a
  1112. make[1]: Leaving directory `/home/ben/code/repos/rust/mk/libuv/x86_64/unix/linux'
  1113. link: rt/x86_64-unknown-linux-gnu/librustrt.so
  1114. cp: x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/librustrt.so
  1115. compile: rt/x86_64-unknown-linux-gnu/arch/x86_64/morestack.o
  1116. link: rt/x86_64-unknown-linux-gnu/arch/x86_64/libmorestack.a
  1117. cp: x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/libmorestack.a
  1118. compile: rustllvm/x86_64-unknown-linux-gnu/RustWrapper.o
  1119. def: rustllvm/rustllvm.linux.def
  1120. link: rustllvm/x86_64-unknown-linux-gnu/librustllvm.so
  1121. cp: x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/librustllvm.so
  1122. compile_and_link: x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/libcore.so
  1123. compile_and_link: x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/libstd.so
  1124. compile_and_link: x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/libsyntax.so
  1125. compile_and_link: x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/lib/librustc.so
  1126. compile_and_link: x86_64-unknown-linux-gnu/stage0/lib/rustc/x86_64-unknown-linux-gnu/bin/rustc
  1127. cp: x86_64-unknown-linux-gnu/stage1/lib/librustrt.so
  1128. cp: x86_64-unknown-linux-gnu/stage1/lib/librustllvm.so
  1129. cp: x86_64-unknown-linux-gnu/stage1/lib/libcore.so
  1130. cp: x86_64-unknown-linux-gnu/stage1/lib/libstd.so
  1131. cp: x86_64-unknown-linux-gnu/stage1/lib/libsyntax.so
  1132. cp: x86_64-unknown-linux-gnu/stage1/lib/librustc.so
  1133. cp: x86_64-unknown-linux-gnu/stage1/bin/rustc
  1134. cp: x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib/librustrt.so
  1135. cp: x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib/libmorestack.a
  1136. cp: x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib/librustllvm.so
  1137. compile_and_link: x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib/libcore.so
  1138. x86_64-unknown-linux-gnu/stage1/bin/rustc: symbol lookup error: /home/ben/code/repos/rust/build/x86_64-unknown-linux-gnu/stage1/bin/../lib/libsyntax-b45cc7d0b085bc34-0.2.so: undefined symbol: _ZN4term19color_bright_yellow17_1f1b6d40d37e6e723_02E
  1139. make: *** [x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib/libcore.so] Error 127
Add Comment
Please, Sign In to add comment