Guest User

Untitled

a guest
Aug 3rd, 2014
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.52 KB | None | 0 0
  1. >>> Emerging (1 of 1) dev-lang/nasm-2.10.07
  2. * nasm-2.10.07.tar.xz SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ]
  3. >>> Unpacking source...
  4. >>> Unpacking nasm-2.10.07.tar.xz to /var/tmp/portage/dev-lang/nasm-2.10.07/work
  5. >>> Source unpacked in /var/tmp/portage/dev-lang/nasm-2.10.07/work
  6. >>> Preparing source in /var/tmp/portage/dev-lang/nasm-2.10.07/work/nasm-2.10.07 ...
  7. >>> Source prepared.
  8. >>> Configuring source in /var/tmp/portage/dev-lang/nasm-2.10.07/work/nasm-2.10.07 ...
  9. ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64
  10. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  11. checking whether the C compiler works... yes
  12. checking for C compiler default output file name... a.out
  13. checking for suffix of executables...
  14. checking whether we are cross compiling... no
  15. checking for suffix of object files... o
  16. checking whether we are using the GNU C compiler... yes
  17. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  18. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  19. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  20. checking for grep that handles long lines and -e... /bin/grep
  21. checking for egrep... /bin/grep -E
  22. checking for ANSI C header files... yes
  23. checking for sys/types.h... yes
  24. checking for sys/stat.h... yes
  25. checking for stdlib.h... yes
  26. checking for string.h... yes
  27. checking for memory.h... yes
  28. checking for strings.h... yes
  29. checking for inttypes.h... yes
  30. checking for stdint.h... yes
  31. checking for unistd.h... yes
  32. checking minix/config.h usability... no
  33. checking minix/config.h presence... no
  34. checking for minix/config.h... no
  35. checking whether it is safe to define __EXTENSIONS__... yes
  36. checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc
  37. checking whether we are using the GNU C compiler... (cached) yes
  38. checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes
  39. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed
  40. checking whether ln -s works... yes
  41. checking whether make sets $(MAKE)... yes
  42. checking for a BSD-compatible install... /usr/bin/install -c
  43. checking if x86_64-pc-linux-gnu-gcc accepts -W... yes
  44. checking if x86_64-pc-linux-gnu-gcc accepts -Wall... yes
  45. checking if x86_64-pc-linux-gnu-gcc accepts -std=c99... yes
  46. checking if x86_64-pc-linux-gnu-gcc accepts -pedantic... yes
  47. checking for nroff... nroff
  48. checking for acrodist... no
  49. checking for ps2pdf... ps2pdf
  50. checking for pstopdf... no
  51. checking for ANSI C header files... (cached) yes
  52. checking limits.h usability... yes
  53. checking limits.h presence... yes
  54. checking for limits.h... yes
  55. checking for inttypes.h... (cached) yes
  56. checking for strings.h... (cached) yes
  57. checking stdbool.h usability... yes
  58. checking stdbool.h presence... yes
  59. checking for stdbool.h... yes
  60. checking for an ANSI C-conforming const... yes
  61. checking for inline... inline
  62. checking for C/C++ restrict keyword... __restrict
  63. checking for size_t... yes
  64. checking if x86_64-pc-linux-gnu-gcc has a working bool type... yes
  65. checking whether byte ordering is bigendian... no
  66. checking for strcspn... yes
  67. checking for strspn... yes
  68. checking for vsnprintf... yes
  69. checking for _vsnprintf... no
  70. checking for snprintf... yes
  71. checking for _snprintf... no
  72. checking for strcasecmp... yes
  73. checking for stricmp... no
  74. checking for strncasecmp... yes
  75. checking for strnicmp... no
  76. checking for strsep... yes
  77. checking for strlcpy... no
  78. checking for getuid... yes
  79. checking for getgid... yes
  80. checking whether strcasecmp is declared... yes
  81. checking whether stricmp is declared... no
  82. checking whether strncasecmp is declared... yes
  83. checking whether strnicmp is declared... no
  84. checking whether strsep is declared... yes
  85. checking whether strlcpy is declared... no
  86. configure: creating ./config.status
  87. config.status: creating Makefile
  88. config.status: creating rdoff/Makefile
  89. config.status: creating doc/Makefile
  90. config.status: creating config.h
  91. config.status: executing default-1 commands
  92. >>> Source configured.
  93. >>> Compiling source in /var/tmp/portage/dev-lang/nasm-2.10.07/work/nasm-2.10.07 ...
  94. make -j3 nasmlib.o
  95. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o nasmlib.o nasmlib.c
  96. make -j3 all
  97. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o nasm.o nasm.c
  98. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o ver.o ver.c
  99. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o raa.o raa.c
  100. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o saa.o saa.c
  101. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o rbtree.o rbtree.c
  102. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o float.o float.c
  103. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o insnsa.o insnsa.c
  104. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o insnsb.o insnsb.c
  105. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o directiv.o directiv.c
  106. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o assemble.o assemble.c
  107. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o labels.o labels.c
  108. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o hashtbl.o hashtbl.c
  109. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o crc64.o crc64.c
  110. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o parser.o parser.c
  111. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outform.o output/outform.c
  112. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outlib.o output/outlib.c
  113. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/nulldbg.o output/nulldbg.c
  114. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/nullout.o output/nullout.c
  115. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outbin.o output/outbin.c
  116. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outaout.o output/outaout.c
  117. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outcoff.o output/outcoff.c
  118. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outelf.o output/outelf.c
  119. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outelf32.o output/outelf32.c
  120. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outelf64.o output/outelf64.c
  121. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outelfx32.o output/outelfx32.c
  122. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outobj.o output/outobj.c
  123. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outas86.o output/outas86.c
  124. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outrdf2.o output/outrdf2.c
  125. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outdbg.o output/outdbg.c
  126. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outieee.o output/outieee.c
  127. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outmac32.o output/outmac32.c
  128. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outmac64.o output/outmac64.c
  129. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o preproc.o preproc.c
  130. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o quote.o quote.c
  131. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o pptok.o pptok.c
  132. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o macros.o macros.c
  133. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o listing.o listing.c
  134. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o eval.o eval.c
  135. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o exprlib.o exprlib.c
  136. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o stdscan.o stdscan.c
  137. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o strfunc.o strfunc.c
  138. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o tokhash.o tokhash.c
  139. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o regvals.o regvals.c
  140. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o regflags.o regflags.c
  141. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o ilog2.o ilog2.c
  142. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o lib/strlcpy.o lib/strlcpy.c
  143. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o preproc-nop.o preproc-nop.c
  144. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o ndisasm.o ndisasm.c
  145. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o disasm.o disasm.c
  146. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o sync.o sync.c
  147. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o insnsd.o insnsd.c
  148. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o insnsn.o insnsn.c
  149. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o regs.o regs.c
  150. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o regdis.o regdis.c
  151. nroff -man nasm.1 > nasm.man
  152. nroff -man ndisasm.1 > ndisasm.man
  153. cd rdoff && make all
  154. make[1]: Entering directory `/var/tmp/portage/dev-lang/nasm-2.10.07/work/nasm-2.10.07/rdoff'
  155. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.. rdfdump.c
  156. x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o nasm nasm.o nasmlib.o ver.o raa.o saa.o rbtree.o float.o insnsa.o insnsb.o directiv.o assemble.o labels.o hashtbl.o crc64.o parser.o output/outform.o output/outlib.o output/nulldbg.o output/nullout.o output/outbin.o output/outaout.o output/outcoff.o output/outelf.o output/outelf32.o output/outelf64.o output/outelfx32.o output/outobj.o output/outas86.o output/outrdf2.o output/outdbg.o output/outieee.o output/outmac32.o output/outmac64.o preproc.o quote.o pptok.o macros.o listing.o eval.o exprlib.o stdscan.o strfunc.o tokhash.o regvals.o regflags.o ilog2.o lib/strlcpy.o preproc-nop.o
  157. x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o ndisasm ndisasm.o disasm.o sync.o nasmlib.o ver.o insnsd.o insnsb.o insnsn.o regs.o regdis.o
  158. rdfdump.c: In function ‘main’:
  159. rdfdump.c:239:10: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  160. rdfdump.c:254:14: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  161. rdfdump.c:259:10: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  162. rdfdump.c:265:14: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  163. rdfdump.c:270:18: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  164. rdfdump.c:281:14: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  165. rdfdump.c:288:22: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  166. rdfdump.c:298:18: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  167. rdfdump.c:309:18: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  168. rdfdump.c:311:18: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  169. rdfdump.c:313:18: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  170. rdfdump.c:320:22: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  171. rdfdump.c: In function ‘print_header’:
  172. rdfdump.c:60:14: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  173. rdfdump.c:62:18: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  174. rdfdump.c:72:18: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  175. rdfdump.c:73:18: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  176. rdfdump.c:74:18: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  177. rdfdump.c:75:18: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  178. rdfdump.c:91:18: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  179. rdfdump.c:92:18: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  180. rdfdump.c:97:26: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  181. rdfdump.c:101:26: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  182. rdfdump.c:120:18: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  183. rdfdump.c:121:18: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  184. rdfdump.c:122:18: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  185. rdfdump.c:127:26: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  186. rdfdump.c:131:26: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  187. rdfdump.c:148:26: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  188. rdfdump.c:152:26: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  189. rdfdump.c:163:18: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  190. rdfdump.c:175:22: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  191. rdfdump.c:176:22: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  192. rdfdump.c:177:22: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  193. rdfdump.c:179:26: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  194. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.. rdoff.c
  195. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.. ldrdf.c
  196. rdoff.c: In function ‘rdfopenhere’:
  197. rdoff.c:270:10: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  198. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.. symtab.c
  199. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.. collectn.c
  200. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.. rdlib.c
  201. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.. segtab.c
  202. rdlib.c: In function ‘rdl_openmodule’:
  203. rdlib.c:261:14: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  204. rdlib.c:279:14: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  205. rdlib.c: In function ‘rdl_searchlib’:
  206. rdlib.c:172:18: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  207. rdlib.c: In function ‘rdl_verify’:
  208. rdlib.c:94:18: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  209. rdlib.c:98:18: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  210. rdlib.c:106:14: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  211. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.. hash.c
  212. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.. rdx.c
  213. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.. rdfload.c
  214. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.. rdflib.c
  215. x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.. rdf2bin.c
  216. rm -f rdf2com && ln -s rdf2bin rdf2com
  217. rm -f rdf2ith && ln -s rdf2bin rdf2ith
  218. rm -f rdf2ihx && ln -s rdf2bin rdf2ihx
  219. rm -f rdf2srec && ln -s rdf2bin rdf2srec
  220. rdflib.c: In function ‘main’:
  221. rdflib.c:355:16: warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result [-Wunused-result]
  222. rdflib.c:369:22: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  223. x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o rdfdump rdfdump.o rdoff.o
  224. x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o ldrdf ldrdf.o rdoff.o symtab.o collectn.o rdlib.o segtab.o hash.o ../nasmlib.o
  225. x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o rdx rdx.o rdoff.o rdfload.o symtab.o collectn.o hash.o ../nasmlib.o
  226. x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o rdflib rdflib.o
  227. x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o rdf2bin rdf2bin.o rdoff.o rdfload.o symtab.o collectn.o hash.o ../nasmlib.o
  228. make[1]: Leaving directory `/var/tmp/portage/dev-lang/nasm-2.10.07/work/nasm-2.10.07/rdoff'
  229. >>> Source compiled.
  230. >>> Test phase [not enabled]: dev-lang/nasm-2.10.07
  231.  
  232. >>> Install nasm-2.10.07 into /var/tmp/portage/dev-lang/nasm-2.10.07/image/ category dev-lang
  233. make -j3 INSTALLROOT=/var/tmp/portage/dev-lang/nasm-2.10.07/image/ install install_rdf
  234. mkdir -p /var/tmp/portage/dev-lang/nasm-2.10.07/image//usr/bin
  235. cd rdoff && make install
  236. /usr/bin/install -c nasm /var/tmp/portage/dev-lang/nasm-2.10.07/image//usr/bin/nasm
  237. /usr/bin/install -c ndisasm /var/tmp/portage/dev-lang/nasm-2.10.07/image//usr/bin/ndisasm
  238. mkdir -p /var/tmp/portage/dev-lang/nasm-2.10.07/image//usr/share/man/man1
  239. make[1]: Entering directory `/var/tmp/portage/dev-lang/nasm-2.10.07/work/nasm-2.10.07/rdoff'
  240. mkdir -p /var/tmp/portage/dev-lang/nasm-2.10.07/image//usr/bin
  241. /usr/bin/install -c rdfdump /var/tmp/portage/dev-lang/nasm-2.10.07/image//usr/bin/rdfdump
  242. /usr/bin/install -c -m 644 ./nasm.1 /var/tmp/portage/dev-lang/nasm-2.10.07/image//usr/share/man/man1/nasm.1
  243. /usr/bin/install -c -m 644 ./ndisasm.1 /var/tmp/portage/dev-lang/nasm-2.10.07/image//usr/share/man/man1/ndisasm.1
  244. /usr/bin/install -c ldrdf /var/tmp/portage/dev-lang/nasm-2.10.07/image//usr/bin/ldrdf
  245. /usr/bin/install -c rdx /var/tmp/portage/dev-lang/nasm-2.10.07/image//usr/bin/rdx
  246. /usr/bin/install -c rdflib /var/tmp/portage/dev-lang/nasm-2.10.07/image//usr/bin/rdflib
  247. /usr/bin/install -c rdf2bin /var/tmp/portage/dev-lang/nasm-2.10.07/image//usr/bin/rdf2bin
  248. cd /var/tmp/portage/dev-lang/nasm-2.10.07/image//usr/bin && rm -f rdf2com && ln -s rdf2bin rdf2com
  249. cd /var/tmp/portage/dev-lang/nasm-2.10.07/image//usr/bin && rm -f rdf2ith && ln -s rdf2bin rdf2ith
  250. cd /var/tmp/portage/dev-lang/nasm-2.10.07/image//usr/bin && rm -f rdf2ihx && ln -s rdf2bin rdf2ihx
  251. cd /var/tmp/portage/dev-lang/nasm-2.10.07/image//usr/bin && rm -f rdf2srec && ln -s rdf2bin rdf2srec
  252. mkdir -p /var/tmp/portage/dev-lang/nasm-2.10.07/image//usr/share/man/man1
  253. /usr/bin/install -c -m 644 ./*.1 /var/tmp/portage/dev-lang/nasm-2.10.07/image//usr/share/man/man1/
  254. make[1]: Leaving directory `/var/tmp/portage/dev-lang/nasm-2.10.07/work/nasm-2.10.07/rdoff'
  255. >>> Completed installing nasm-2.10.07 into /var/tmp/portage/dev-lang/nasm-2.10.07/image/
  256.  
  257. strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line -R .note.gnu.gold-version
  258. usr/bin/nasm
  259. usr/bin/rdfdump
  260. usr/bin/ndisasm
  261. usr/bin/ldrdf
  262. usr/bin/rdx
  263. usr/bin/rdflib
  264. usr/bin/rdf2bin
  265. ecompressdir: bzip2 -9 /usr/share/man
  266. ecompressdir: bzip2 -9 /usr/share/doc
  267.  
  268. >>> Installing (1 of 1) dev-lang/nasm-2.10.07
  269. >>> Auto-cleaning packages...
  270.  
  271. >>> No outdated packages were found on your system.
  272.  
  273. * GNU info directory index is up-to-date
Advertisement
Add Comment
Please, Sign In to add comment