Advertisement
Guest User

tcc-0.9.26_1.log

a guest
Jul 26th, 2014
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.03 KB | None | 0 0
  1. # cd /usr/ports/lang/tcc && make install clean
  2. ===> License LGPL21 accepted by the user
  3. ===> Found saved configuration for tcc-0.9.26_1
  4. ===> tcc-0.9.26_1 depends on file: /usr/local/sbin/pkg - found
  5. => tcc-0.9.26.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/.
  6. => Attempting to fetch http://nongnu.askapache.com/tinycc/tcc-0.9.26.tar.bz2
  7. tcc-0.9.26.tar.bz2 100% of 513 kB 300 kBps 00m02s
  8. ===> Fetching all distfiles required by tcc-0.9.26_1 for building
  9. ===> Extracting for tcc-0.9.26_1
  10. => SHA256 Checksum OK for tcc-0.9.26.tar.bz2.
  11. ===> Patching for tcc-0.9.26_1
  12. ===> tcc-0.9.26_1 depends on executable: gmake - found
  13. ===> tcc-0.9.26_1 depends on file: /usr/local/bin/perl5.16.3 - found
  14. ===> Configuring for tcc-0.9.26_1
  15. ===> FreeBSD 10 autotools fix applied to /usr/ports/lang/tcc/work/tcc-0.9.26/configure
  16. Binary directory /usr/local/bin
  17. TinyCC directory /usr/local/lib/tcc
  18. Library directory /usr/local/lib
  19. Include directory /usr/local/include
  20. Manual directory /usr/local/share/man
  21. Info directory /usr/local/share/info
  22. Doc directory /usr/local/share/doc/tcc
  23. Target root prefix
  24. Source path /usr/ports/lang/tcc/work/tcc-0.9.26
  25. C compiler cc
  26. Target OS FreeBSD
  27. CPU x86
  28. Big Endian no
  29. gprof enabled no
  30. cross compilers no
  31. use libgcc no
  32. Creating config.mak and config.h
  33. ===> Building for tcc-0.9.26_1
  34. gmake[2]: se ingresa al directorio `/usr/ports/lang/tcc/work/tcc-0.9.26'
  35. cc -o tcc.o -c tcc.c -DTCC_TARGET_I386 -I. -O2 -pipe -fheinous-gnu-extensions -fno-strict-aliasing
  36. cc -o libtcc.o -c libtcc.c -DTCC_TARGET_I386 -I. -O2 -pipe -fheinous-gnu-extensions -fno-strict-aliasing
  37. cc -o tccpp.o -c tccpp.c -DTCC_TARGET_I386 -I. -O2 -pipe -fheinous-gnu-extensions -fno-strict-aliasing
  38. tccpp.c:1251:7: warning: assigning to 'const unsigned char *' from
  39. 'const char *' converts between pointers to integer types with different
  40. sign [-Wpointer-sign]
  41. s = filename;
  42. ^ ~~~~~~~~
  43. tccpp.c:2226:37: warning: passing 'uint8_t *' (aka 'unsigned char *') to
  44. parameter of type 'const char *' converts between pointers to integer
  45. types with different sign [-Wpointer-sign]
  46. ts = tok_alloc_new(pts, p1, len);
  47. ^~
  48. tccpp.c:195:60: note: passing argument to parameter 'str' here
  49. static TokenSym *tok_alloc_new(TokenSym **pts, const char *str, int len)
  50. ^
  51. 2 warnings generated.
  52. cc -o tccgen.o -c tccgen.c -DTCC_TARGET_I386 -I. -O2 -pipe -fheinous-gnu-extensions -fno-strict-aliasing
  53. cc -o tccelf.o -c tccelf.c -DTCC_TARGET_I386 -I. -O2 -pipe -fheinous-gnu-extensions -fno-strict-aliasing
  54. tccelf.c:60:12: warning: assigning to 'char *' from 'unsigned char *' converts
  55. between pointers to integer types with different sign [-Wpointer-sign]
  56. strtab = s->link->data;
  57. ^ ~~~~~~~~~~~~~
  58. tccelf.c:75:26: warning: passing 'char *' to parameter of type
  59. 'const unsigned char *' converts between pointers to integer types with
  60. different sign [-Wpointer-sign]
  61. h = elf_hash(strtab + sym->st_name) % nb_buckets;
  62. ^~~~~~~~~~~~~~~~~~~~~
  63. tccelf.c:38:52: note: passing argument to parameter 'name' here
  64. static unsigned long elf_hash(const unsigned char *name)
  65. ^
  66. tccelf.c:117:26: warning: passing 'const char *' to parameter of type
  67. 'const unsigned char *' converts between pointers to integer types with
  68. different sign [-Wpointer-sign]
  69. h = elf_hash(name) % nbuckets;
  70. ^~~~
  71. tccelf.c:38:52: note: passing argument to parameter 'name' here
  72. static unsigned long elf_hash(const unsigned char *name)
  73. ^
  74. tccelf.c:147:18: warning: passing 'const char *' to parameter of type
  75. 'const unsigned char *' converts between pointers to integer types with
  76. different sign [-Wpointer-sign]
  77. h = elf_hash(name) % nbuckets;
  78. ^~~~
  79. tccelf.c:38:52: note: passing argument to parameter 'name' here
  80. static unsigned long elf_hash(const unsigned char *name)
  81. ^
  82. tccelf.c:151:15: warning: assigning to 'const char *' from 'unsigned char *'
  83. converts between pointers to integer types with different sign
  84. [-Wpointer-sign]
  85. name1 = s->link->data + sym->st_name;
  86. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  87. tccelf.c:434:18: warning: assigning to 'const char *' from 'unsigned char *'
  88. converts between pointers to integer types with different sign
  89. [-Wpointer-sign]
  90. name = strtab_section->data + sym->st_name;
  91. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  92. tccelf.c:438:22: warning: assigning to 'const char *' from 'unsigned char *'
  93. converts between pointers to integer types with different sign
  94. [-Wpointer-sign]
  95. name = symtab_section->link->data + sym->st_name;
  96. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  97. tccelf.c:1037:14: warning: assigning to 'const char *' from 'unsigned char *'
  98. converts between pointers to integer types with different sign
  99. [-Wpointer-sign]
  100. name = symtab_section->link->data + sym->st_name;
  101. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  102. tccelf.c:1628:30: warning: assigning to 'const char *' from 'unsigned char *'
  103. converts between pointers to integer types with different sign
  104. [-Wpointer-sign]
  105. name = symtab_section->link->data + sym->st_name;
  106. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  107. tccelf.c:1664:53: warning: assigning to 'char *' from 'unsigned char *' converts
  108. between pointers to integer types with different sign [-Wpointer-sign]
  109. ...dynname = s1->dynsymtab_section->link->data
  110. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  111. tccelf.c:1694:30: warning: assigning to 'const char *' from 'unsigned char *'
  112. converts between pointers to integer types with different sign
  113. [-Wpointer-sign]
  114. name = symtab_section->link->data + sym->st_name;
  115. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  116. tccelf.c:1712:30: warning: assigning to 'const char *' from 'unsigned char *'
  117. converts between pointers to integer types with different sign
  118. [-Wpointer-sign]
  119. ...name = s1->dynsymtab_section->link->data + esym->st_name;
  120. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  121. tccelf.c:1756:34: warning: assigning to 'const char *' from 'unsigned char *'
  122. converts between pointers to integer types with different sign
  123. [-Wpointer-sign]
  124. name = symtab_section->link->data + sym->st_name;
  125. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  126. tccelf.c:1968:37: warning: passing 'unsigned char *' to parameter of type
  127. 'const char *' converts between pointers to integer types with different
  128. sign [-Wpointer-sign]
  129. if (!strcmp(strsec->data + s->sh_name, ".rel.got...
  130. ^~~~~~~~~~~~~~~~~~~~~~~~~
  131. /usr/include/string.h:80:25: note: passing argument to parameter here
  132. int strcmp(const char *, const char *) __pure;
  133. ^
  134. tccelf.c:1972:37: warning: passing 'unsigned char *' to parameter of type
  135. 'const char *' converts between pointers to integer types with different
  136. sign [-Wpointer-sign]
  137. if (!strcmp(strsec->data + s->sh_name, ".rel.bss...
  138. ^~~~~~~~~~~~~~~~~~~~~~~~~
  139. /usr/include/string.h:80:25: note: passing argument to parameter here
  140. int strcmp(const char *, const char *) __pure;
  141. ^
  142. tccelf.c:2432:17: warning: assigning to 'char *' from 'unsigned char *' converts
  143. between pointers to integer types with different sign [-Wpointer-sign]
  144. sh_name = strsec + sh->sh_name;
  145. ^ ~~~~~~~~~~~~~~~~~~~~
  146. tccelf.c:2553:26: warning: assigning to 'char *' from 'unsigned char *' converts
  147. between pointers to integer types with different sign [-Wpointer-sign]
  148. name = strtab + sym->st_name;
  149. ^ ~~~~~~~~~~~~~~~~~~~~~
  150. tccelf.c:2569:14: warning: assigning to 'char *' from 'unsigned char *' converts
  151. between pointers to integer types with different sign [-Wpointer-sign]
  152. name = strtab + sym->st_name;
  153. ^ ~~~~~~~~~~~~~~~~~~~~~
  154. tccelf.c:2673:14: warning: assigning to 'const char *' from 'const uint8_t *'
  155. (aka 'const unsigned char *') converts between pointers to integer types
  156. with different sign [-Wpointer-sign]
  157. ar_names = ar_index + nsyms * 4;
  158. ^ ~~~~~~~~~~~~~~~~~~~~
  159. tccelf.c:2810:20: warning: assigning to 'const char *' from 'unsigned char *'
  160. converts between pointers to integer types with different sign
  161. [-Wpointer-sign]
  162. soname = dynstr + dt->d_un.d_val;
  163. ^ ~~~~~~~~~~~~~~~~~~~~~~~
  164. tccelf.c:2839:14: warning: assigning to 'const char *' from 'unsigned char *'
  165. converts between pointers to integer types with different sign
  166. [-Wpointer-sign]
  167. name = dynstr + sym->st_name;
  168. ^ ~~~~~~~~~~~~~~~~~~~~~
  169. tccelf.c:2848:18: warning: assigning to 'const char *' from 'unsigned char *'
  170. converts between pointers to integer types with different sign
  171. [-Wpointer-sign]
  172. name = dynstr + dt->d_un.d_val;
  173. ^ ~~~~~~~~~~~~~~~~~~~~~~~
  174. 22 warnings generated.
  175. cc -o tccasm.o -c tccasm.c -DTCC_TARGET_I386 -I. -O2 -pipe -fheinous-gnu-extensions -fno-strict-aliasing
  176. tccasm.c:541:72: warning: data argument not used by format string
  177. [-Wformat-extra-args]
  178. sprintf(sname, (n?".%s%d":".%s"), get_tok_str(tok1, NULL), n);
  179. ~~~~~ ^
  180. 1 warning generated.
  181. cc -o tccrun.o -c tccrun.c -DTCC_TARGET_I386 -I. -O2 -pipe -fheinous-gnu-extensions -fno-strict-aliasing
  182. tccrun.c:256:18: warning: assigning to 'char *' from 'unsigned char *' converts
  183. between pointers to integer types with different sign [-Wpointer-sign]
  184. stab_str = stabstr_section->data;
  185. ^ ~~~~~~~~~~~~~~~~~~~~~
  186. tccrun.c:349:29: warning: passing 'unsigned char *' to parameter of type
  187. 'const char *' converts between pointers to integer types with different
  188. sign [-Wpointer-sign]
  189. strtab_section->data + sym->st_name);
  190. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  191. ./tcc.h:998:61: note: passing argument to parameter 's' here
  192. PUB_FUNC char *pstrcpy(char *buf, int buf_size, const char *s);
  193. ^
  194. 2 warnings generated.
  195. cc -o i386-gen.o -c i386-gen.c -DTCC_TARGET_I386 -I. -O2 -pipe -fheinous-gnu-extensions -fno-strict-aliasing
  196. cc -o i386-asm.o -c i386-asm.c -DTCC_TARGET_I386 -I. -O2 -pipe -fheinous-gnu-extensions -fno-strict-aliasing
  197. ar rcs libtcc.a libtcc.o tccpp.o tccgen.o tccelf.o tccasm.o tccrun.o i386-gen.o i386-asm.o
  198. cc -o tcc tcc.o libtcc.a -lm -I. -O2 -pipe -fheinous-gnu-extensions -fno-strict-aliasing
  199. cc: warning: argument unused during compilation: '-fheinous-gnu-extensions'
  200. gmake -C lib native
  201. gmake[3]: se ingresa al directorio `/usr/ports/lang/tcc/work/tcc-0.9.26/lib'
  202. mkdir -p i386
  203. cc -c libtcc1.c -o i386/libtcc1.o -I.. -O2 -pipe -fheinous-gnu-extensions -fno-strict-aliasing -DTCC_TARGET_I386
  204. libtcc1.c:172:16: warning: invalid use of a cast in an inline asm context
  205. requiring an l-value: accepted due to -fheinous-gnu-extensions, but clang
  206. may remove support for this in the future
  207. udiv_qrnnd (q0, n0, n1, n0, d0);
  208. ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  209. libtcc1.c:130:24: note: expanded from macro 'udiv_qrnnd'
  210. : "=a" ((USItype) (q)), \
  211. ^
  212. libtcc1.c:172:20: warning: invalid use of a cast in an inline asm context
  213. requiring an l-value: accepted due to -fheinous-gnu-extensions, but clang
  214. may remove support for this in the future
  215. udiv_qrnnd (q0, n0, n1, n0, d0);
  216. ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
  217. libtcc1.c:131:24: note: expanded from macro 'udiv_qrnnd'
  218. "=d" ((USItype) (r)) \
  219. ^
  220. libtcc1.c:184:16: warning: invalid use of a cast in an inline asm context
  221. requiring an l-value: accepted due to -fheinous-gnu-extensions, but clang
  222. may remove support for this in the future
  223. udiv_qrnnd (q1, n1, 0, n1, d0);
  224. ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  225. libtcc1.c:130:24: note: expanded from macro 'udiv_qrnnd'
  226. : "=a" ((USItype) (q)), \
  227. ^
  228. libtcc1.c:184:20: warning: invalid use of a cast in an inline asm context
  229. requiring an l-value: accepted due to -fheinous-gnu-extensions, but clang
  230. may remove support for this in the future
  231. udiv_qrnnd (q1, n1, 0, n1, d0);
  232. ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  233. libtcc1.c:131:24: note: expanded from macro 'udiv_qrnnd'
  234. "=d" ((USItype) (r)) \
  235. ^
  236. libtcc1.c:185:16: warning: invalid use of a cast in an inline asm context
  237. requiring an l-value: accepted due to -fheinous-gnu-extensions, but clang
  238. may remove support for this in the future
  239. udiv_qrnnd (q0, n0, n1, n0, d0);
  240. ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  241. libtcc1.c:130:24: note: expanded from macro 'udiv_qrnnd'
  242. : "=a" ((USItype) (q)), \
  243. ^
  244. libtcc1.c:185:20: warning: invalid use of a cast in an inline asm context
  245. requiring an l-value: accepted due to -fheinous-gnu-extensions, but clang
  246. may remove support for this in the future
  247. udiv_qrnnd (q0, n0, n1, n0, d0);
  248. ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
  249. libtcc1.c:131:24: note: expanded from macro 'udiv_qrnnd'
  250. "=d" ((USItype) (r)) \
  251. ^
  252. libtcc1.c:309:17: warning: invalid use of a cast in an inline asm context
  253. requiring an l-value: accepted due to -fheinous-gnu-extensions, but clang
  254. may remove support for this in the future
  255. sub_ddmmss (n1, n0, n1, n0, d1, d0);
  256. ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
  257. libtcc1.c:116:24: note: expanded from macro 'sub_ddmmss'
  258. : "=r" ((USItype) (sh)), \
  259. ^
  260. libtcc1.c:309:21: warning: invalid use of a cast in an inline asm context
  261. requiring an l-value: accepted due to -fheinous-gnu-extensions, but clang
  262. may remove support for this in the future
  263. sub_ddmmss (n1, n0, n1, n0, d1, d0);
  264. ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  265. libtcc1.c:117:25: note: expanded from macro 'sub_ddmmss'
  266. "=&r" ((USItype) (sl)) \
  267. ^
  268. libtcc1.c:336:20: warning: invalid use of a cast in an inline asm context
  269. requiring an l-value: accepted due to -fheinous-gnu-extensions, but clang
  270. may remove support for this in the future
  271. udiv_qrnnd (q0, n1, n2, n1, d1);
  272. ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  273. libtcc1.c:130:24: note: expanded from macro 'udiv_qrnnd'
  274. : "=a" ((USItype) (q)), \
  275. ^
  276. libtcc1.c:336:24: warning: invalid use of a cast in an inline asm context
  277. requiring an l-value: accepted due to -fheinous-gnu-extensions, but clang
  278. may remove support for this in the future
  279. udiv_qrnnd (q0, n1, n2, n1, d1);
  280. ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
  281. libtcc1.c:131:24: note: expanded from macro 'udiv_qrnnd'
  282. "=d" ((USItype) (r)) \
  283. ^
  284. libtcc1.c:337:23: warning: invalid use of a cast in an inline asm context
  285. requiring an l-value: accepted due to -fheinous-gnu-extensions, but clang
  286. may remove support for this in the future
  287. umul_ppmm (m1, m0, q0, d0);
  288. ~~~~~~~~~~~~~~~^~~~~~~~~~~
  289. libtcc1.c:124:24: note: expanded from macro 'umul_ppmm'
  290. : "=a" ((USItype) (w0)), \
  291. ^
  292. libtcc1.c:337:19: warning: invalid use of a cast in an inline asm context
  293. requiring an l-value: accepted due to -fheinous-gnu-extensions, but clang
  294. may remove support for this in the future
  295. umul_ppmm (m1, m0, q0, d0);
  296. ~~~~~~~~~~~^~~~~~~~~~~~~~~
  297. libtcc1.c:125:24: note: expanded from macro 'umul_ppmm'
  298. "=d" ((USItype) (w1)) \
  299. ^
  300. libtcc1.c:342:17: warning: invalid use of a cast in an inline asm context
  301. requiring an l-value: accepted due to -fheinous-gnu-extensions, but clang
  302. may remove support for this in the future
  303. sub_ddmmss (m1, m0, m1, m0, d1, d0);
  304. ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
  305. libtcc1.c:116:24: note: expanded from macro 'sub_ddmmss'
  306. : "=r" ((USItype) (sh)), \
  307. ^
  308. libtcc1.c:342:21: warning: invalid use of a cast in an inline asm context
  309. requiring an l-value: accepted due to -fheinous-gnu-extensions, but clang
  310. may remove support for this in the future
  311. sub_ddmmss (m1, m0, m1, m0, d1, d0);
  312. ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  313. libtcc1.c:117:25: note: expanded from macro 'sub_ddmmss'
  314. "=&r" ((USItype) (sl)) \
  315. ^
  316. libtcc1.c:350:17: warning: invalid use of a cast in an inline asm context
  317. requiring an l-value: accepted due to -fheinous-gnu-extensions, but clang
  318. may remove support for this in the future
  319. sub_ddmmss (n1, n0, n1, n0, m1, m0);
  320. ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
  321. libtcc1.c:116:24: note: expanded from macro 'sub_ddmmss'
  322. : "=r" ((USItype) (sh)), \
  323. ^
  324. libtcc1.c:350:21: warning: invalid use of a cast in an inline asm context
  325. requiring an l-value: accepted due to -fheinous-gnu-extensions, but clang
  326. may remove support for this in the future
  327. sub_ddmmss (n1, n0, n1, n0, m1, m0);
  328. ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  329. libtcc1.c:117:25: note: expanded from macro 'sub_ddmmss'
  330. "=&r" ((USItype) (sl)) \
  331. ^
  332. 16 warnings generated.
  333. cc -c alloca86.S -o i386/alloca86.o -I.. -O2 -pipe -fheinous-gnu-extensions -fno-strict-aliasing -DTCC_TARGET_I386
  334. cc -c alloca86-bt.S -o i386/alloca86-bt.o -I.. -O2 -pipe -fheinous-gnu-extensions -fno-strict-aliasing -DTCC_TARGET_I386
  335. cc -c bcheck.c -o i386/bcheck.o -I.. -O2 -pipe -fheinous-gnu-extensions -fno-strict-aliasing -DTCC_TARGET_I386
  336. bcheck.c:46:2: warning: Bound checking does not support malloc (etc.) in this
  337. environment. [-W#warnings]
  338. #warning Bound checking does not support malloc (etc.) in this environment.
  339. ^
  340. bcheck.c:149:5: warning: indirection of non-volatile null pointer will be
  341. deleted, not trap [-Wnull-dereference]
  342. *(int *)0 = 0; /* force a runtime error */
  343. ^~~~~~~~~
  344. bcheck.c:149:5: note: consider using __builtin_trap() or qualifying pointer with
  345. 'volatile'
  346. 2 warnings generated.
  347. ar rcs ../libtcc1.a i386/libtcc1.o i386/alloca86.o i386/alloca86-bt.o i386/bcheck.o
  348. gmake[3]: se sale del directorio `/usr/ports/lang/tcc/work/tcc-0.9.26/lib'
  349. ./texi2pod.pl tcc-doc.texi tcc.pod
  350. pod2man --section=1 --center=" " --release=" " tcc.pod > tcc.1
  351. makeinfo tcc-doc.texi
  352. gmake[2]: se sale del directorio `/usr/ports/lang/tcc/work/tcc-0.9.26'
  353. ===> Staging for tcc-0.9.26_1
  354. ===> tcc-0.9.26_1 depends on executable: indexinfo - found
  355. ===> Generating temporary packing list
  356. gmake[2]: se ingresa al directorio `/usr/ports/lang/tcc/work/tcc-0.9.26'
  357. gmake -C lib native
  358. gmake[3]: se ingresa al directorio `/usr/ports/lang/tcc/work/tcc-0.9.26/lib'
  359. gmake[3]: No se hace nada para `native'.
  360. gmake[3]: se sale del directorio `/usr/ports/lang/tcc/work/tcc-0.9.26/lib'
  361. mkdir -p "/usr/ports/lang/tcc/work/stage/usr/local/bin"
  362. install -m755 tcc "/usr/ports/lang/tcc/work/stage/usr/local/bin"
  363. mkdir -p "/usr/ports/lang/tcc/work/stage/usr/local/share/man/man1"
  364. install tcc.1 "/usr/ports/lang/tcc/work/stage/usr/local/share/man/man1"
  365. mkdir -p "/usr/ports/lang/tcc/work/stage/usr/local/share/info"
  366. install tcc-doc.info "/usr/ports/lang/tcc/work/stage/usr/local/share/info"
  367. mkdir -p "/usr/ports/lang/tcc/work/stage/usr/local/lib/tcc"
  368. mkdir -p "/usr/ports/lang/tcc/work/stage/usr/local/lib/tcc/include"
  369. install -m644 libtcc1.a "/usr/ports/lang/tcc/work/stage/usr/local/lib/tcc"
  370. install -m644 ./include/stdarg.h ./include/stddef.h ./include/stdbool.h ./include/float.h ./include/varargs.h ./include/tcclib.h "/usr/ports/lang/tcc/work/stage/usr/local/lib/tcc/include"
  371. mkdir -p "/usr/ports/lang/tcc/work/stage/usr/local/lib"
  372. install -m755 libtcc.a "/usr/ports/lang/tcc/work/stage/usr/local/lib"
  373. mkdir -p "/usr/ports/lang/tcc/work/stage/usr/local/include"
  374. install -m644 ./libtcc.h "/usr/ports/lang/tcc/work/stage/usr/local/include"
  375. mkdir -p "/usr/ports/lang/tcc/work/stage/usr/local/share/doc/tcc"
  376. install -m644 tcc-doc.html "/usr/ports/lang/tcc/work/stage/usr/local/share/doc/tcc"
  377. gmake[2]: se sale del directorio `/usr/ports/lang/tcc/work/tcc-0.9.26'
  378. /usr/bin/strip /usr/ports/lang/tcc/work/stage/usr/local/bin/tcc
  379. install -o root -g wheel -m 444 /usr/ports/lang/tcc/work/tcc-0.9.26/tcc.1 /usr/ports/lang/tcc/work/stage/usr/local/man/man1
  380. /bin/rm -f -r /usr/ports/lang/tcc/work/stage/usr/local/share/man
  381. install -o root -g wheel -m 444 /usr/ports/lang/tcc/work/tcc-0.9.26/lib/i386/bcheck.o /usr/ports/lang/tcc/work/stage/usr/local/lib/tcc
  382. /bin/mkdir -p /usr/ports/lang/tcc/work/stage/usr/local/share/doc/tcc
  383. install -o root -g wheel -m 444 /usr/ports/lang/tcc/work/tcc-0.9.26/COPYING /usr/ports/lang/tcc/work/tcc-0.9.26/Changelog /usr/ports/lang/tcc/work/tcc-0.9.26/README /usr/ports/lang/tcc/work/tcc-0.9.26/TODO /usr/ports/lang/tcc/work/tcc-0.9.26/VERSION /usr/ports/lang/tcc/work/stage/usr/local/share/doc/tcc
  384. install -o root -g wheel -m 444 /usr/ports/lang/tcc/work/tcc-0.9.26/tcc-doc.info /usr/ports/lang/tcc/work/stage/usr/local/info
  385. /bin/rm -f -r /usr/ports/lang/tcc/work/stage/usr/local/share/info
  386. /bin/mkdir -p /usr/ports/lang/tcc/work/stage/usr/local/share/examples/tcc
  387. install -o root -g wheel -m 444 /usr/ports/lang/tcc/work/tcc-0.9.26/examples/* /usr/ports/lang/tcc/work/stage/usr/local/share/examples/tcc
  388. ====> Compressing man pages (compress-man)
  389. ===> Installing for tcc-0.9.26_1
  390. ===> Checking if lang/tcc already installed
  391. ===> Registering installation for tcc-0.9.26_1
  392. ===> Cleaning for tcc-0.9.26_1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement