Advertisement
Guest User

Untitled

a guest
Sep 27th, 2014
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 67.60 KB | None | 0 0
  1. VULNERABLE
  2. =======> Building '/usr/ports/newbash/bash/bash#4.3.25-2.pkg.tar.gz'.
  3. bsdtar -p -o -C /usr/ports/newbash/bash/work/src -xf /usr/ports/newbash/bash/bash-4.3.tar.gz
  4. cp bash-4.3.25.patch.gz /usr/ports/newbash/bash/work/src
  5. cp profile /usr/ports/newbash/bash/work/src
  6. + build
  7. + cd bash-4.3
  8. + gunzip -c /usr/ports/newbash/bash/work/src/bash-4.3.25.patch.gz
  9. + patch -p0
  10. patching file test.c
  11. patching file patchlevel.h
  12. patching file trap.c
  13. patching file patchlevel.h
  14. patching file lib/readline/readline.c
  15. patching file patchlevel.h
  16. patching file lib/readline/readline.c
  17. Hunk #1 succeeded at 966 (offset 1 line).
  18. patching file patchlevel.h
  19. patching file parse.y
  20. patching file y.tab.c
  21. patching file patchlevel.h
  22. patching file jobs.c
  23. patching file patchlevel.h
  24. patching file arrayfunc.c
  25. patching file patchlevel.h
  26. patching file lib/glob/gmisc.c
  27. patching file lib/glob/glob.c
  28. patching file patchlevel.h
  29. patching file parse.y
  30. patching file y.tab.c
  31. patching file patchlevel.h
  32. patching file externs.h
  33. patching file lib/sh/shquote.c
  34. patching file pcomplete.c
  35. patching file patchlevel.h
  36. patching file lib/readline/display.c
  37. patching file patchlevel.h
  38. patching file jobs.c
  39. patching file patchlevel.h
  40. patching file lib/readline/display.c
  41. patching file patchlevel.h
  42. patching file subst.c
  43. patching file patchlevel.h
  44. patching file bashline.c
  45. patching file patchlevel.h
  46. patching file lib/glob/glob.c
  47. patching file lib/glob/gmisc.c
  48. patching file patchlevel.h
  49. patching file variables.c
  50. patching file patchlevel.h
  51. patching file arrayfunc.c
  52. patching file patchlevel.h
  53. patching file lib/readline/input.c
  54. patching file builtins/read.def
  55. patching file patchlevel.h
  56. patching file shell.h
  57. patching file parse.y
  58. patching file y.tab.c
  59. patching file patchlevel.h
  60. patching file lib/readline/misc.c
  61. patching file patchlevel.h
  62. patching file execute_cmd.c
  63. patching file patchlevel.h
  64. patching file subst.h
  65. patching file subst.c
  66. patching file patchlevel.h
  67. patching file subst.c
  68. patching file patchlevel.h
  69. patching file builtins/common.h
  70. patching file builtins/evalstring.c
  71. patching file variables.c
  72. patching file subst.c
  73. patching file patchlevel.h
  74. + ./configure --prefix=/usr --exec-prefix= --mandir=/usr/man --disable-nls --with-curses --with-installed-readline
  75. checking build system type... x86_64-unknown-linux-gnu
  76. checking host system type... x86_64-unknown-linux-gnu
  77.  
  78. Beginning configuration for bash-4.3-release for x86_64-unknown-linux-gnu
  79.  
  80. checking for gcc... gcc
  81. checking whether the C compiler works... yes
  82. checking for C compiler default output file name... a.out
  83. checking for suffix of executables...
  84. checking whether we are cross compiling... no
  85. checking for suffix of object files... o
  86. checking whether we are using the GNU C compiler... yes
  87. checking whether gcc accepts -g... yes
  88. checking for gcc option to accept ISO C89... none needed
  89. checking for strerror in -lcposix... no
  90. checking how to run the C preprocessor... gcc -E
  91. checking for grep that handles long lines and -e... /usr/bin/grep
  92. checking for egrep... /usr/bin/grep -E
  93. checking for ANSI C header files... yes
  94. checking for sys/types.h... yes
  95. checking for sys/stat.h... yes
  96. checking for stdlib.h... yes
  97. checking for string.h... yes
  98. checking for memory.h... yes
  99. checking for strings.h... yes
  100. checking for inttypes.h... yes
  101. checking for stdint.h... yes
  102. checking for unistd.h... yes
  103. checking minix/config.h usability... no
  104. checking minix/config.h presence... no
  105. checking for minix/config.h... no
  106. checking whether it is safe to define __EXTENSIONS__... yes
  107. checking for special C compiler options needed for large files... no
  108. checking for _FILE_OFFSET_BITS value needed for large files... no
  109. checking whether gcc needs -traditional... no
  110. checking for tgetent... no
  111. checking for tgetent in -ltermcap... no
  112. checking for tgetent in -ltinfo... no
  113. checking for tgetent in -lcurses... yes
  114. checking which library has the termcap functions... using libcurses
  115. checking version of installed readline library... 6.1
  116. checking for a BSD-compatible install... /usr/bin/install -c
  117. checking for ar... ar
  118. checking for ranlib... ranlib
  119. checking for bison... bison -y
  120. checking whether make sets $(MAKE)... yes
  121. checking for an ANSI C-conforming const... yes
  122. checking for inline... inline
  123. checking whether byte ordering is bigendian... no
  124. checking for preprocessor stringizing operator... yes
  125. checking for long double with more range or precision than double... yes
  126. checking for function prototypes... yes
  127. checking whether char is unsigned... no
  128. checking for working volatile... yes
  129. checking for C/C++ restrict keyword... __restrict
  130. checking whether NLS is requested... no
  131. checking for msgfmt... /usr/bin/msgfmt
  132. checking for gmsgfmt... /usr/bin/msgfmt
  133. checking for xgettext... /usr/bin/xgettext
  134. checking for msgmerge... /usr/bin/msgmerge
  135. checking for off_t... yes
  136. checking for size_t... yes
  137. checking for working alloca.h... yes
  138. checking for alloca... yes
  139. checking for stdlib.h... (cached) yes
  140. checking for unistd.h... (cached) yes
  141. checking for sys/param.h... yes
  142. checking for sys/time.h... yes
  143. checking for getpagesize... yes
  144. checking for working mmap... yes
  145. checking whether we are using the GNU C Library 2.1 or newer... yes
  146. checking whether integer division by zero raises SIGFPE... yes
  147. checking for inttypes.h... yes
  148. checking for stdint.h... yes
  149. checking for unsigned long long... yes
  150. checking for inttypes.h... yes
  151. checking whether the inttypes.h PRIxNN macros are broken... no
  152. checking for ld used by GCC... /usr/bin/ld
  153. checking if the linker (/usr/bin/ld) is GNU ld... yes
  154. checking for shared library run path origin... done
  155. checking argz.h usability... yes
  156. checking argz.h presence... yes
  157. checking for argz.h... yes
  158. checking limits.h usability... yes
  159. checking limits.h presence... yes
  160. checking for limits.h... yes
  161. checking locale.h usability... yes
  162. checking locale.h presence... yes
  163. checking for locale.h... yes
  164. checking nl_types.h usability... yes
  165. checking nl_types.h presence... yes
  166. checking for nl_types.h... yes
  167. checking malloc.h usability... yes
  168. checking malloc.h presence... yes
  169. checking for malloc.h... yes
  170. checking stddef.h usability... yes
  171. checking stddef.h presence... yes
  172. checking for stddef.h... yes
  173. checking for stdlib.h... (cached) yes
  174. checking for string.h... (cached) yes
  175. checking for unistd.h... (cached) yes
  176. checking for sys/param.h... (cached) yes
  177. checking for feof_unlocked... yes
  178. checking for fgets_unlocked... yes
  179. checking for getc_unlocked... yes
  180. checking for getcwd... yes
  181. checking for getegid... yes
  182. checking for geteuid... yes
  183. checking for getgid... yes
  184. checking for getuid... yes
  185. checking for mempcpy... yes
  186. checking for munmap... yes
  187. checking for putenv... yes
  188. checking for setenv... yes
  189. checking for setlocale... yes
  190. checking for localeconv... yes
  191. checking for stpcpy... yes
  192. checking for strcasecmp... yes
  193. checking for strdup... yes
  194. checking for strtoul... yes
  195. checking for tsearch... yes
  196. checking for __argz_count... yes
  197. checking for __argz_stringify... yes
  198. checking for __argz_next... yes
  199. checking for __fsetlocking... yes
  200. checking for iconv... yes
  201. checking for iconv declaration...
  202. extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  203. checking for nl_langinfo and CODESET... yes
  204. checking for LC_MESSAGES... yes
  205. checking for bison... bison
  206. checking version of bison... 2.4.3, ok
  207. checking whether NLS is requested... no
  208. checking whether to use NLS... no
  209. checking for dirent.h that defines DIR... yes
  210. checking for library containing opendir... none required
  211. checking whether time.h and sys/time.h may both be included... yes
  212. checking for inttypes.h... (cached) yes
  213. checking for unistd.h... (cached) yes
  214. checking for stdlib.h... (cached) yes
  215. checking stdarg.h usability... yes
  216. checking stdarg.h presence... yes
  217. checking for stdarg.h... yes
  218. checking varargs.h usability... no
  219. checking varargs.h presence... no
  220. checking for varargs.h... no
  221. checking for limits.h... (cached) yes
  222. checking for string.h... (cached) yes
  223. checking for memory.h... (cached) yes
  224. checking for locale.h... (cached) yes
  225. checking termcap.h usability... yes
  226. checking termcap.h presence... yes
  227. checking for termcap.h... yes
  228. checking termio.h usability... yes
  229. checking termio.h presence... yes
  230. checking for termio.h... yes
  231. checking termios.h usability... yes
  232. checking termios.h presence... yes
  233. checking for termios.h... yes
  234. checking dlfcn.h usability... yes
  235. checking dlfcn.h presence... yes
  236. checking for dlfcn.h... yes
  237. checking stdbool.h usability... yes
  238. checking stdbool.h presence... yes
  239. checking for stdbool.h... yes
  240. checking for stddef.h... (cached) yes
  241. checking for stdint.h... (cached) yes
  242. checking netdb.h usability... yes
  243. checking netdb.h presence... yes
  244. checking for netdb.h... yes
  245. checking pwd.h usability... yes
  246. checking pwd.h presence... yes
  247. checking for pwd.h... yes
  248. checking grp.h usability... yes
  249. checking grp.h presence... yes
  250. checking for grp.h... yes
  251. checking for strings.h... (cached) yes
  252. checking regex.h usability... yes
  253. checking regex.h presence... yes
  254. checking for regex.h... yes
  255. checking syslog.h usability... yes
  256. checking syslog.h presence... yes
  257. checking for syslog.h... yes
  258. checking ulimit.h usability... yes
  259. checking ulimit.h presence... yes
  260. checking for ulimit.h... yes
  261. checking sys/pte.h usability... no
  262. checking sys/pte.h presence... no
  263. checking for sys/pte.h... no
  264. checking sys/stream.h usability... no
  265. checking sys/stream.h presence... no
  266. checking for sys/stream.h... no
  267. checking sys/select.h usability... yes
  268. checking sys/select.h presence... yes
  269. checking for sys/select.h... yes
  270. checking sys/file.h usability... yes
  271. checking sys/file.h presence... yes
  272. checking for sys/file.h... yes
  273. checking sys/resource.h usability... yes
  274. checking sys/resource.h presence... yes
  275. checking for sys/resource.h... yes
  276. checking for sys/param.h... (cached) yes
  277. checking sys/socket.h usability... yes
  278. checking sys/socket.h presence... yes
  279. checking for sys/socket.h... yes
  280. checking for sys/stat.h... (cached) yes
  281. checking for sys/time.h... (cached) yes
  282. checking sys/times.h usability... yes
  283. checking sys/times.h presence... yes
  284. checking for sys/times.h... yes
  285. checking for sys/types.h... (cached) yes
  286. checking sys/wait.h usability... yes
  287. checking sys/wait.h presence... yes
  288. checking for sys/wait.h... yes
  289. checking netinet/in.h usability... yes
  290. checking netinet/in.h presence... yes
  291. checking for netinet/in.h... yes
  292. checking arpa/inet.h usability... yes
  293. checking arpa/inet.h presence... yes
  294. checking for arpa/inet.h... yes
  295. checking for sys/ptem.h... no
  296. checking for working alloca.h... (cached) yes
  297. checking for alloca... (cached) yes
  298. checking whether getpgrp requires zero arguments... yes
  299. checking for vprintf... yes
  300. checking for _doprnt... no
  301. checking for working strcoll... yes
  302. checking return type of signal handlers... void
  303. checking for __setostype... no
  304. checking for wait3... yes
  305. checking for mkfifo... yes
  306. checking for dup2... yes
  307. checking for eaccess... yes
  308. checking for fcntl... yes
  309. checking for getdtablesize... yes
  310. checking for getgroups... yes
  311. checking for gethostname... yes
  312. checking for getpagesize... (cached) yes
  313. checking for getpeername... yes
  314. checking for getrlimit... yes
  315. checking for getrusage... yes
  316. checking for gettimeofday... yes
  317. checking for kill... yes
  318. checking for killpg... yes
  319. checking for lstat... yes
  320. checking for readlink... yes
  321. checking for sbrk... yes
  322. checking for select... yes
  323. checking for setdtablesize... no
  324. checking for setitimer... yes
  325. checking for tcgetpgrp... yes
  326. checking for uname... yes
  327. checking for ulimit... yes
  328. checking for waitpid... yes
  329. checking for rename... yes
  330. checking for bcopy... yes
  331. checking for bzero... yes
  332. checking for confstr... yes
  333. checking for faccessat... yes
  334. checking for fnmatch... yes
  335. checking for getaddrinfo... yes
  336. checking for gethostbyname... yes
  337. checking for getservbyname... yes
  338. checking for getservent... yes
  339. checking for inet_aton... yes
  340. checking for imaxdiv... yes
  341. checking for memmove... yes
  342. checking for pathconf... yes
  343. checking for putenv... (cached) yes
  344. checking for raise... yes
  345. checking for regcomp... yes
  346. checking for regexec... yes
  347. checking for setenv... (cached) yes
  348. checking for setlinebuf... yes
  349. checking for setlocale... (cached) yes
  350. checking for setvbuf... yes
  351. checking for siginterrupt... yes
  352. checking for strchr... yes
  353. checking for sysconf... yes
  354. checking for syslog... yes
  355. checking for tcgetattr... yes
  356. checking for times... yes
  357. checking for ttyname... yes
  358. checking for tzset... yes
  359. checking for unsetenv... yes
  360. checking for vasprintf... yes
  361. checking for asprintf... yes
  362. checking for isascii... yes
  363. checking for isblank... yes
  364. checking for isgraph... yes
  365. checking for isprint... yes
  366. checking for isspace... yes
  367. checking for isxdigit... yes
  368. checking for getpwent... yes
  369. checking for getpwnam... yes
  370. checking for getpwuid... yes
  371. checking for getcwd... (cached) yes
  372. checking for memset... yes
  373. checking for strcasecmp... (cached) yes
  374. checking for strcasestr... yes
  375. checking for strerror... yes
  376. checking for strftime... yes
  377. checking for strnlen... yes
  378. checking for strpbrk... yes
  379. checking for strstr... yes
  380. checking for strtod... yes
  381. checking for strtol... yes
  382. checking for strtoul... (cached) yes
  383. checking for strtoll... yes
  384. checking for strtoull... yes
  385. checking for strtoimax... yes
  386. checking for strtoumax... yes
  387. checking for dprintf... yes
  388. checking for strchrnul... yes
  389. checking for strdup... (cached) yes
  390. checking whether AUDIT_USER_TTY is declared... yes
  391. checking whether confstr is declared... yes
  392. checking whether printf is declared... yes
  393. checking whether sbrk is declared... yes
  394. checking whether setregid is declared... yes
  395. checking whether strcpy is declared... yes
  396. checking whether strsignal is declared... yes
  397. checking whether strtold is declared... yes
  398. checking for broken strtold... no
  399. checking for declaration of strtoimax... yes
  400. checking for declaration of strtol... yes
  401. checking for declaration of strtoll... yes
  402. checking for declaration of strtoul... yes
  403. checking for declaration of strtoull... yes
  404. checking for declaration of strtoumax... yes
  405. checking for alarm... yes
  406. checking for fpurge... no
  407. checking for __fpurge... yes
  408. checking for snprintf... yes
  409. checking for vsnprintf... yes
  410. checking for working mktime... yes
  411. checking for argz.h... (cached) yes
  412. checking errno.h usability... yes
  413. checking errno.h presence... yes
  414. checking for errno.h... yes
  415. checking fcntl.h usability... yes
  416. checking fcntl.h presence... yes
  417. checking for fcntl.h... yes
  418. checking for malloc.h... (cached) yes
  419. checking stdio_ext.h usability... yes
  420. checking stdio_ext.h presence... yes
  421. checking for stdio_ext.h... yes
  422. checking for getpagesize... (cached) yes
  423. checking for working mmap... (cached) yes
  424. checking for __argz_count... (cached) yes
  425. checking for __argz_next... (cached) yes
  426. checking for __argz_stringify... (cached) yes
  427. checking for dcgettext... yes
  428. checking for mempcpy... (cached) yes
  429. checking for munmap... (cached) yes
  430. checking for stpcpy... (cached) yes
  431. checking for strcspn... yes
  432. checking wctype.h usability... yes
  433. checking wctype.h presence... yes
  434. checking for wctype.h... yes
  435. checking wchar.h usability... yes
  436. checking wchar.h presence... yes
  437. checking for wchar.h... yes
  438. checking langinfo.h usability... yes
  439. checking langinfo.h presence... yes
  440. checking for langinfo.h... yes
  441. checking for mbrlen... yes
  442. checking for mbscasecmp... no
  443. checking for mbscmp... no
  444. checking for mbsnrtowcs... yes
  445. checking for mbsrtowcs... yes
  446. checking for mbschr... no
  447. checking for wcrtomb... yes
  448. checking for wcscoll... yes
  449. checking for wcsdup... yes
  450. checking for wcwidth... yes
  451. checking for wctype... yes
  452. checking for wcswidth... yes
  453. checking whether mbrtowc and mbstate_t are properly declared... yes
  454. checking for iswlower... yes
  455. checking for iswupper... yes
  456. checking for towlower... yes
  457. checking for towupper... yes
  458. checking for iswctype... yes
  459. checking for nl_langinfo and CODESET... yes
  460. checking for wchar_t in wchar.h... yes
  461. checking for wctype_t in wctype.h... yes
  462. checking for wint_t in wctype.h... yes
  463. checking for wcwidth broken with unicode combining characters... yes
  464. checking for locale_charset... no
  465. checking for dlopen in -ldl... yes
  466. checking for dlopen... yes
  467. checking for dlclose... yes
  468. checking for dlsym... yes
  469. checking whether sys_siglist is declared... yes
  470. checking for uid_t in sys/types.h... yes
  471. checking type of array argument to getgroups... gid_t
  472. checking for off_t... (cached) yes
  473. checking for mode_t... yes
  474. checking for uid_t in sys/types.h... (cached) yes
  475. checking for pid_t... yes
  476. checking for size_t... (cached) yes
  477. checking for ssize_t... yes
  478. checking for time_t... yes
  479. checking for long long... long long
  480. checking for unsigned long long... unsigned long long
  481. checking return type of signal handlers... (cached) void
  482. checking for sig_atomic_t in signal.h... yes
  483. checking size of char... 1
  484. checking size of short... 2
  485. checking size of int... 4
  486. checking size of long... 8
  487. checking size of char *... 8
  488. checking size of double... 8
  489. checking size of long long... 8
  490. checking for u_int... yes
  491. checking for u_long... yes
  492. checking for bits16_t... no
  493. checking for u_bits16_t... no
  494. checking for bits32_t... no
  495. checking for u_bits32_t... no
  496. checking for bits64_t... no
  497. checking for ptrdiff_t... yes
  498. checking whether stat file-mode macros are broken... no
  499. checking whether #! works in shell scripts... yes
  500. checking whether the ctype macros accept non-ascii characters... no
  501. checking if dup2 fails to clear the close-on-exec flag... no
  502. checking whether pgrps need synchronization... no
  503. checking for type of signal functions... posix
  504. checking for sys_errlist and sys_nerr... yes
  505. checking for sys_siglist in system C library... yes
  506. checking for _sys_siglist in signal.h or unistd.h... yes
  507. checking for _sys_siglist in system C library... yes
  508. checking whether signal handlers are of type void... yes
  509. checking for clock_t... yes
  510. checking for sigset_t... yes
  511. checking for sig_atomic_t... yes
  512. checking for quad_t... yes
  513. checking for intmax_t... yes
  514. checking for uintmax_t... yes
  515. checking for socklen_t... yes
  516. checking for size and type of struct rlimit fields... rlim_t
  517. checking size of intmax_t... 8
  518. checking for struct termios.c_line... yes
  519. checking for struct termio.c_line... yes
  520. checking for struct dirent.d_ino... yes
  521. checking for struct dirent.d_fileno... yes
  522. checking for struct dirent.d_namlen... no
  523. checking for struct winsize in sys/ioctl.h and termios.h... sys/ioctl.h
  524. checking for struct timeval in sys/time.h and time.h... yes
  525. checking for struct stat.st_blocks... yes
  526. checking whether struct tm is in sys/time.h or time.h... time.h
  527. checking for struct tm.tm_zone... yes
  528. checking for struct timezone in sys/time.h and time.h... yes
  529. checking for offset of exit status in return status from wait... 8
  530. checking for struct timespec in <time.h>... yes
  531. checking for struct stat.st_atim.tv_nsec... yes
  532. checking whether struct stat.st_atim is of type struct timespec... yes
  533. checking for the existence of strsignal... yes
  534. checking if opendir() opens non-directories... no
  535. checking whether ulimit can substitute for getdtablesize... yes
  536. checking whether fpurge is declared... no
  537. checking to see if getenv can be redefined... yes
  538. checking if getcwd() will dynamically allocate memory with 0 size... yes
  539. checking for presence of POSIX-style sigsetjmp/siglongjmp... present
  540. checking whether or not strcoll and strcmp differ... no
  541. checking for standard-conformant snprintf... yes
  542. checking for standard-conformant vsnprintf... yes
  543. checking for standard-conformant putenv declaration... yes
  544. checking for standard-conformant unsetenv declaration... yes
  545. checking for printf floating point output in hex notation... yes
  546. checking if signal handlers must be reinstalled when invoked... no
  547. checking for presence of necessary job control definitions... present
  548. checking for presence of named pipes... present
  549. checking whether termios.h defines TIOCGWINSZ... no
  550. checking whether sys/ioctl.h defines TIOCGWINSZ... yes
  551. checking for TIOCSTAT in sys/ioctl.h... no
  552. checking for FIONREAD in sys/ioctl.h... yes
  553. checking whether WCONTINUED flag to waitpid is unavailable or available but broken... no
  554. checking for speed_t in sys/types.h... no
  555. checking whether getpw functions are declared in pwd.h... yes
  556. checking for unusable real-time signals due to large values... no
  557. checking which library has the termcap functions... (cached) using libcurses
  558. checking whether /dev/fd is available... standard
  559. checking whether /dev/stdin stdout stderr are available... present
  560. checking for default mail directory... /var/mail
  561. checking shared object configuration for loadable builtins... supported
  562. configure: creating ./config.status
  563. config.status: creating Makefile
  564. config.status: creating builtins/Makefile
  565. config.status: creating lib/readline/Makefile
  566. config.status: creating lib/glob/Makefile
  567. config.status: creating lib/intl/Makefile
  568. config.status: creating lib/malloc/Makefile
  569. config.status: creating lib/sh/Makefile
  570. config.status: creating lib/termcap/Makefile
  571. config.status: creating lib/tilde/Makefile
  572. config.status: creating doc/Makefile
  573. config.status: creating support/Makefile
  574. config.status: creating po/Makefile.in
  575. config.status: creating examples/loadables/Makefile
  576. config.status: creating examples/loadables/perl/Makefile
  577. config.status: creating config.h
  578. config.status: executing default-1 commands
  579. config.status: creating po/POTFILES
  580. config.status: creating po/Makefile
  581. config.status: executing default commands
  582. + make -j1
  583. rm -f mksyntax
  584. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -rdynamic -O2 -march=x86-64 -pipe -rdynamic -O2 -march=x86-64 -pipe -o mksyntax ./mksyntax.c
  585. rm -f syntax.c
  586. ./mksyntax -o syntax.c
  587. /bin/sh ./support/mkversion.sh -b -S . -s release -d 4.3 -o newversion.h \
  588. && mv newversion.h version.h
  589. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -DBUILDTOOL -c -o buildversion.o ./version.c
  590. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -rdynamic -O2 -march=x86-64 -pipe -rdynamic -O2 -march=x86-64 -pipe -o bashversion ./support/bashversion.c buildversion.o
  591.  
  592. ***********************************************************
  593. * *
  594. * GNU bash, version 4.3.25(1)-release (x86_64-unknown-linux-gnu)
  595. * *
  596. ***********************************************************
  597.  
  598. rm -f shell.o
  599. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -c shell.c
  600. shell.c: In function 'get_current_user_info':
  601. shell.c:1682:27: warning: assignment discards qualifiers from pointer target type
  602. rm -f eval.o
  603. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -c eval.c
  604. make[1]: Entering directory `/usr/ports/newbash/bash/work/src/bash-4.3/builtins'
  605. rm -f mkbuiltins.o
  606. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe mkbuiltins.c
  607. gcc -rdynamic -O2 -march=x86-64 -pipe -rdynamic -O2 -march=x86-64 -pipe -o mkbuiltins mkbuiltins.o -ldl
  608. ./mkbuiltins -externfile builtext.h -structfile builtins.c \
  609. -noproduction -D . ./alias.def ./bind.def ./break.def ./builtin.def ./caller.def ./cd.def ./colon.def ./command.def ./declare.def ./echo.def ./enable.def ./eval.def ./getopts.def ./exec.def ./exit.def ./fc.def ./fg_bg.def ./hash.def ./help.def ./history.def ./jobs.def ./kill.def ./let.def ./read.def ./return.def ./set.def ./setattr.def ./shift.def ./source.def ./suspend.def ./test.def ./times.def ./trap.def ./type.def ./ulimit.def ./umask.def ./wait.def ./reserved.def ./pushd.def ./shopt.def ./printf.def ./complete.def ./mapfile.def
  610. make[1]: Leaving directory `/usr/ports/newbash/bash/work/src/bash-4.3/builtins'
  611. rm -f y.tab.o
  612. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -c y.tab.c
  613. /usr/homes/chet/src/bash/src/parse.y: In function 'report_syntax_error':
  614. /usr/homes/chet/src/bash/src/parse.y:5765:11: warning: assignment discards qualifiers from pointer target type
  615. rm -f general.o
  616. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -c general.c
  617. rm -f make_cmd.o
  618. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -c make_cmd.c
  619. rm -f print_cmd.o
  620. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -c print_cmd.c
  621. rm -f dispose_cmd.o
  622. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -c dispose_cmd.c
  623. rm -f execute_cmd.o
  624. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -c execute_cmd.c
  625. rm -f variables.o
  626. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -c variables.c
  627. rm -f copy_cmd.o
  628. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -c copy_cmd.c
  629. rm -f error.o
  630. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -c error.c
  631. error.c: In function 'command_errstr':
  632. error.c:465:3: warning: return discards qualifiers from pointer target type
  633. rm -f expr.o
  634. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -c expr.c
  635. expr.c:210:17: warning: conflicting types for built-in function 'exp2'
  636. rm -f flags.o
  637. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -c flags.c
  638. rm -f jobs.o
  639. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -c jobs.c
  640. jobs.c: In function 'printable_job_status':
  641. jobs.c:1464:8: warning: assignment discards qualifiers from pointer target type
  642. jobs.c:1469:7: warning: assignment discards qualifiers from pointer target type
  643. jobs.c:1477:10: warning: assignment discards qualifiers from pointer target type
  644. jobs.c:1496:7: warning: assignment discards qualifiers from pointer target type
  645. rm -f subst.o
  646. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -c subst.c
  647. rm -f hashcmd.o
  648. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -c hashcmd.c
  649. rm -f hashlib.o
  650. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -c hashlib.c
  651. rm -f mailcheck.o
  652. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -c mailcheck.c
  653. mailcheck.c: In function 'check_mail':
  654. mailcheck.c:439:12: warning: assignment discards qualifiers from pointer target type
  655. mailcheck.c:464:14: warning: assignment discards qualifiers from pointer target type
  656. rm -f mksignames.o
  657. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -DBUILDTOOL -c ./support/mksignames.c
  658. rm -f buildsignames.o
  659. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -DBUILDTOOL -o buildsignames.o -c ./support/signames.c
  660. rm -f mksignames
  661. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -rdynamic -O2 -march=x86-64 -pipe -rdynamic -O2 -march=x86-64 -pipe -o mksignames mksignames.o buildsignames.o
  662. rm -f lsignames.h
  663. ./mksignames lsignames.h
  664. if cmp -s lsignames.h signames.h ; then :; else rm -f signames.h ; cp lsignames.h signames.h ; fi
  665. rm -f trap.o
  666. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -c trap.c
  667. trap.c: In function 'signal_name':
  668. trap.c:216:7: warning: assignment discards qualifiers from pointer target type
  669. rm -f input.o
  670. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -c input.c
  671. rm -f unwind_prot.o
  672. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -c unwind_prot.c
  673. rm -f pathexp.o
  674. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -c pathexp.c
  675. rm -f sig.o
  676. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -c sig.c
  677. rm -f test.o
  678. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -c test.c
  679. test.c: In function 'beyond':
  680. test.c:147:3: warning: passing argument 1 of 'test_syntax_error' discards qualifiers from pointer target type
  681. test.c:133:1: note: expected 'char *' but argument is of type 'const char *'
  682. test.c: In function 'integer_expected_error':
  683. test.c:156:3: warning: passing argument 1 of 'test_syntax_error' discards qualifiers from pointer target type
  684. test.c:133:1: note: expected 'char *' but argument is of type 'const char *'
  685. test.c: In function 'term':
  686. test.c:264:2: warning: passing argument 1 of 'test_syntax_error' discards qualifiers from pointer target type
  687. test.c:133:1: note: expected 'char *' but argument is of type 'const char *'
  688. test.c:266:2: warning: passing argument 1 of 'test_syntax_error' discards qualifiers from pointer target type
  689. test.c:133:1: note: expected 'char *' but argument is of type 'const char *'
  690. test.c:281:2: warning: passing argument 1 of 'test_syntax_error' discards qualifiers from pointer target type
  691. test.c:133:1: note: expected 'char *' but argument is of type 'const char *'
  692. test.c: In function 'binary_operator':
  693. test.c:468:7: warning: passing argument 1 of 'test_syntax_error' discards qualifiers from pointer target type
  694. test.c:133:1: note: expected 'char *' but argument is of type 'const char *'
  695. test.c: In function 'two_arguments':
  696. test.c:743:2: warning: passing argument 1 of 'test_syntax_error' discards qualifiers from pointer target type
  697. test.c:133:1: note: expected 'char *' but argument is of type 'const char *'
  698. test.c:746:5: warning: passing argument 1 of 'test_syntax_error' discards qualifiers from pointer target type
  699. test.c:133:1: note: expected 'char *' but argument is of type 'const char *'
  700. test.c: In function 'three_arguments':
  701. test.c:786:5: warning: passing argument 1 of 'test_syntax_error' discards qualifiers from pointer target type
  702. test.c:133:1: note: expected 'char *' but argument is of type 'const char *'
  703. test.c: In function 'test_command':
  704. test.c:861:2: warning: passing argument 1 of 'test_syntax_error' discards qualifiers from pointer target type
  705. test.c:133:1: note: expected 'char *' but argument is of type 'const char *'
  706. test.c:877:5: warning: passing argument 1 of 'test_syntax_error' discards qualifiers from pointer target type
  707. test.c:133:1: note: expected 'char *' but argument is of type 'const char *'
  708. rm -f version.o
  709. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -c version.c
  710. rm -f alias.o
  711. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -c alias.c
  712. rm -f array.o
  713. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -c array.c
  714. rm -f arrayfunc.o
  715. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -c arrayfunc.c
  716. rm -f assoc.o
  717. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -c assoc.c
  718. rm -f braces.o
  719. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -c braces.c
  720. rm -f bracecomp.o
  721. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -c bracecomp.c
  722. rm -f bashhist.o
  723. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -c bashhist.c
  724. rm -f bashline.o
  725. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -c bashline.c
  726. rm -f list.o
  727. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -c list.c
  728. rm -f stringlib.o
  729. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -c stringlib.c
  730. rm -f locale.o
  731. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -c locale.c
  732. locale.c: In function 'localetrans':
  733. locale.c:399:16: warning: assignment discards qualifiers from pointer target type
  734. rm -f findcmd.o
  735. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -c findcmd.c
  736. rm -f redir.o
  737. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -c redir.c
  738. redir.c: In function 'redirection_error':
  739. redir.c:123:14: warning: assignment discards qualifiers from pointer target type
  740. redir.c:170:14: warning: assignment discards qualifiers from pointer target type
  741. rm -f pcomplete.o
  742. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -c pcomplete.c
  743. pcomplete.c: In function 'pcomp_filename_completion_function':
  744. pcomplete.c:781:9: warning: passing argument 1 of 'sh_contains_quotes' discards qualifiers from pointer target type
  745. externs.h:327:12: note: expected 'char *' but argument is of type 'const char *'
  746. rm -f pcomplib.o
  747. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -c pcomplib.c
  748. rm -f syntax.o
  749. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -c syntax.c
  750. rm -f xmalloc.o
  751. gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-unknown-linux-gnu"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2 -march=x86-64 -pipe -c xmalloc.c
  752. make[1]: Entering directory `/usr/ports/newbash/bash/work/src/bash-4.3/builtins'
  753. rm -f builtins.o
  754. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe builtins.c
  755. rm -f alias.o
  756. ./mkbuiltins -D . alias.def
  757. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe alias.c || ( rm -f alias.c ; exit 1 )
  758. rm -f alias.c
  759. rm -f bind.o
  760. ./mkbuiltins -D . bind.def
  761. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe bind.c || ( rm -f bind.c ; exit 1 )
  762. rm -f bind.c
  763. rm -f break.o
  764. ./mkbuiltins -D . break.def
  765. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe break.c || ( rm -f break.c ; exit 1 )
  766. ./break.def: In function 'break_builtin':
  767. ./break.def:77:7: warning: passing argument 2 of 'sh_erange' discards qualifiers from pointer target type
  768. common.h:78:13: note: expected 'char *' but argument is of type 'const char *'
  769. ./break.def: In function 'continue_builtin':
  770. ./break.def:117:7: warning: passing argument 2 of 'sh_erange' discards qualifiers from pointer target type
  771. common.h:78:13: note: expected 'char *' but argument is of type 'const char *'
  772. rm -f break.c
  773. rm -f builtin.o
  774. ./mkbuiltins -D . builtin.def
  775. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe builtin.c || ( rm -f builtin.c ; exit 1 )
  776. rm -f builtin.c
  777. rm -f caller.o
  778. ./mkbuiltins -D . caller.def
  779. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe caller.c || ( rm -f caller.c ; exit 1 )
  780. rm -f caller.c
  781. rm -f cd.o
  782. ./mkbuiltins -D . cd.def
  783. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe cd.c || ( rm -f cd.c ; exit 1 )
  784. rm -f cd.c
  785. rm -f colon.o
  786. ./mkbuiltins -D . colon.def
  787. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe colon.c || ( rm -f colon.c ; exit 1 )
  788. rm -f colon.c
  789. rm -f command.o
  790. ./mkbuiltins -D . command.def
  791. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe command.c || ( rm -f command.c ; exit 1 )
  792. rm -f command.c
  793. rm -f common.o
  794. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe common.c
  795. common.c: In function 'sh_invalidnum':
  796. common.c:238:9: warning: assignment discards qualifiers from pointer target type
  797. common.c:240:9: warning: assignment discards qualifiers from pointer target type
  798. common.c:242:9: warning: assignment discards qualifiers from pointer target type
  799. rm -f declare.o
  800. ./mkbuiltins -D . declare.def
  801. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe declare.c || ( rm -f declare.c ; exit 1 )
  802. rm -f declare.c
  803. rm -f echo.o
  804. ./mkbuiltins -D . echo.def
  805. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe echo.c || ( rm -f echo.c ; exit 1 )
  806. rm -f echo.c
  807. rm -f enable.o
  808. ./mkbuiltins -D . enable.def
  809. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe enable.c || ( rm -f enable.c ; exit 1 )
  810. rm -f enable.c
  811. rm -f eval.o
  812. ./mkbuiltins -D . eval.def
  813. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe eval.c || ( rm -f eval.c ; exit 1 )
  814. rm -f eval.c
  815. rm -f evalfile.o
  816. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe evalfile.c
  817. rm -f evalstring.o
  818. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe evalstring.c
  819. evalstring.c: In function 'parse_and_execute':
  820. evalstring.c:208:3: warning: passing argument 1 of 'sigemptyset' discards qualifiers from pointer target type
  821. /usr/include/signal.h:222:12: note: expected 'struct sigset_t *' but argument is of type 'volatile struct sigset_t *'
  822. evalstring.c:209:3: warning: passing argument 3 of 'sigprocmask' discards qualifiers from pointer target type
  823. /usr/include/signal.h:255:12: note: expected 'struct sigset_t * __restrict__' but argument is of type 'volatile struct sigset_t *'
  824. evalstring.c:288:5: warning: passing argument 2 of 'sigprocmask' discards qualifiers from pointer target type
  825. /usr/include/signal.h:255:12: note: expected 'const struct sigset_t * __restrict__' but argument is of type 'volatile struct sigset_t *'
  826. evalstring.c: In function 'parse_string':
  827. evalstring.c:444:3: warning: passing argument 1 of 'sigemptyset' discards qualifiers from pointer target type
  828. /usr/include/signal.h:222:12: note: expected 'struct sigset_t *' but argument is of type 'volatile struct sigset_t *'
  829. evalstring.c:445:3: warning: passing argument 3 of 'sigprocmask' discards qualifiers from pointer target type
  830. /usr/include/signal.h:255:12: note: expected 'struct sigset_t * __restrict__' but argument is of type 'volatile struct sigset_t *'
  831. evalstring.c:497:8: warning: passing argument 2 of 'sigprocmask' discards qualifiers from pointer target type
  832. /usr/include/signal.h:255:12: note: expected 'const struct sigset_t * __restrict__' but argument is of type 'volatile struct sigset_t *'
  833. rm -f exec.o
  834. ./mkbuiltins -D . exec.def
  835. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe exec.c || ( rm -f exec.c ; exit 1 )
  836. rm -f exec.c
  837. rm -f exit.o
  838. ./mkbuiltins -D . exit.def
  839. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe exit.c || ( rm -f exit.c ; exit 1 )
  840. rm -f exit.c
  841. rm -f fc.o
  842. ./mkbuiltins -D . fc.def
  843. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe fc.c || ( rm -f fc.c ; exit 1 )
  844. ./fc.def: In function 'fc_builtin':
  845. ./fc.def:320:7: warning: passing argument 2 of 'sh_erange' discards qualifiers from pointer target type
  846. common.h:78:13: note: expected 'char *' but argument is of type 'const char *'
  847. ./fc.def:369:7: warning: passing argument 2 of 'sh_erange' discards qualifiers from pointer target type
  848. common.h:78:13: note: expected 'char *' but argument is of type 'const char *'
  849. rm -f fc.c
  850. rm -f fg_bg.o
  851. ./mkbuiltins -D . fg_bg.def
  852. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe fg_bg.c || ( rm -f fg_bg.c ; exit 1 )
  853. ./fg_bg.def: In function 'fg_bg':
  854. ./fg_bg.def:149:2: warning: passing argument 1 of 'sh_badjob' discards qualifiers from pointer target type
  855. common.h:80:13: note: expected 'char *' but argument is of type 'const char *'
  856. rm -f fg_bg.c
  857. rm -f hash.o
  858. ./mkbuiltins -D . hash.def
  859. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe hash.c || ( rm -f hash.c ; exit 1 )
  860. rm -f hash.c
  861. rm -f help.o
  862. ./mkbuiltins -D . help.def
  863. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe help.c || ( rm -f help.c ; exit 1 )
  864. ./help.def: In function 'show_manpage':
  865. ./help.def:290:10: warning: assignment discards qualifiers from pointer target type
  866. ./help.def: In function 'dispcolumn':
  867. ./help.def:355:11: warning: assignment discards qualifiers from pointer target type
  868. ./help.def:374:11: warning: assignment discards qualifiers from pointer target type
  869. ./help.def: In function 'wdispcolumn':
  870. ./help.def:400:11: warning: assignment discards qualifiers from pointer target type
  871. ./help.def:443:11: warning: assignment discards qualifiers from pointer target type
  872. rm -f help.c
  873. rm -f history.o
  874. ./mkbuiltins -D . history.def
  875. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe history.c || ( rm -f history.c ; exit 1 )
  876. ./history.def: In function 'history_builtin':
  877. ./history.def:186:4: warning: passing argument 2 of 'sh_erange' discards qualifiers from pointer target type
  878. common.h:78:13: note: expected 'char *' but argument is of type 'const char *'
  879. rm -f history.c
  880. rm -f jobs.o
  881. ./mkbuiltins -D . jobs.def
  882. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe jobs.c || ( rm -f jobs.c ; exit 1 )
  883. ./jobs.def: In function 'disown_builtin':
  884. ./jobs.def:282:4: warning: passing argument 1 of 'sh_badjob' discards qualifiers from pointer target type
  885. common.h:80:13: note: expected 'char *' but argument is of type 'const char *'
  886. rm -f jobs.c
  887. rm -f kill.o
  888. ./mkbuiltins -D . kill.def
  889. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe kill.c || ( rm -f kill.c ; exit 1 )
  890. ./kill.def: In function 'kill_error':
  891. ./kill.def:263:7: warning: assignment discards qualifiers from pointer target type
  892. rm -f kill.c
  893. rm -f let.o
  894. ./mkbuiltins -D . let.def
  895. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe let.c || ( rm -f let.c ; exit 1 )
  896. rm -f let.c
  897. rm -f mapfile.o
  898. ./mkbuiltins -D . mapfile.def
  899. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe mapfile.c || ( rm -f mapfile.c ; exit 1 )
  900. rm -f mapfile.c
  901. rm -f pushd.o
  902. ./mkbuiltins -D . pushd.def
  903. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe pushd.c || ( rm -f pushd.c ; exit 1 )
  904. ./pushd.def: In function 'pushd_error':
  905. ./pushd.def:514:5: warning: passing argument 2 of 'sh_erange' discards qualifiers from pointer target type
  906. common.h:78:13: note: expected 'char *' but argument is of type 'const char *'
  907. rm -f pushd.c
  908. rm -f read.o
  909. ./mkbuiltins -D . read.def
  910. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe read.c || ( rm -f read.c ; exit 1 )
  911. rm -f read.c
  912. rm -f return.o
  913. ./mkbuiltins -D . return.def
  914. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe return.c || ( rm -f return.c ; exit 1 )
  915. rm -f return.c
  916. rm -f set.o
  917. ./mkbuiltins -D . set.def
  918. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe set.c || ( rm -f set.c ; exit 1 )
  919. rm -f set.c
  920. rm -f setattr.o
  921. ./mkbuiltins -D . setattr.def
  922. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe setattr.c || ( rm -f setattr.c ; exit 1 )
  923. rm -f setattr.c
  924. rm -f shift.o
  925. ./mkbuiltins -D . shift.def
  926. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe shift.c || ( rm -f shift.c ; exit 1 )
  927. ./shift.def: In function 'shift_builtin':
  928. ./shift.def:71:7: warning: passing argument 2 of 'sh_erange' discards qualifiers from pointer target type
  929. common.h:78:13: note: expected 'char *' but argument is of type 'const char *'
  930. ./shift.def:77:2: warning: passing argument 2 of 'sh_erange' discards qualifiers from pointer target type
  931. common.h:78:13: note: expected 'char *' but argument is of type 'const char *'
  932. rm -f shift.c
  933. rm -f source.o
  934. ./mkbuiltins -D . source.def
  935. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe source.c || ( rm -f source.c ; exit 1 )
  936. rm -f source.c
  937. rm -f suspend.o
  938. ./mkbuiltins -D . suspend.def
  939. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe suspend.c || ( rm -f suspend.c ; exit 1 )
  940. ./suspend.def: In function 'suspend_builtin':
  941. ./suspend.def:101:7: warning: passing argument 1 of 'sh_nojobs' discards qualifiers from pointer target type
  942. common.h:82:13: note: expected 'char *' but argument is of type 'const char *'
  943. rm -f suspend.c
  944. rm -f test.o
  945. ./mkbuiltins -D . test.def
  946. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe test.c || ( rm -f test.c ; exit 1 )
  947. rm -f test.c
  948. rm -f times.o
  949. ./mkbuiltins -D . times.def
  950. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe times.c || ( rm -f times.c ; exit 1 )
  951. rm -f times.c
  952. rm -f trap.o
  953. ./mkbuiltins -D . trap.def
  954. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe trap.c || ( rm -f trap.c ; exit 1 )
  955. rm -f trap.c
  956. rm -f type.o
  957. ./mkbuiltins -D . type.def
  958. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe type.c || ( rm -f type.c ; exit 1 )
  959. rm -f type.c
  960. gcc -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe -rdynamic -O2 -march=x86-64 -pipe -rdynamic -O2 -march=x86-64 -pipe -o psize.aux ./psize.c
  961. /bin/sh ./psize.sh > pipesize.h
  962. rm -f ulimit.o
  963. ./mkbuiltins -D . ulimit.def
  964. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe ulimit.c || ( rm -f ulimit.c ; exit 1 )
  965. ./ulimit.def: In function 'ulimit_internal':
  966. ./ulimit.def:464:4: warning: passing argument 2 of 'sh_erange' discards qualifiers from pointer target type
  967. common.h:78:13: note: expected 'char *' but argument is of type 'const char *'
  968. rm -f ulimit.c
  969. rm -f umask.o
  970. ./mkbuiltins -D . umask.def
  971. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe umask.c || ( rm -f umask.c ; exit 1 )
  972. ./umask.def: In function 'umask_builtin':
  973. ./umask.def:114:8: warning: passing argument 2 of 'sh_erange' discards qualifiers from pointer target type
  974. common.h:78:13: note: expected 'char *' but argument is of type 'const char *'
  975. rm -f umask.c
  976. rm -f wait.o
  977. ./mkbuiltins -D . wait.def
  978. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe wait.c || ( rm -f wait.c ; exit 1 )
  979. rm -f wait.c
  980. rm -f getopts.o
  981. ./mkbuiltins -D . getopts.def
  982. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe getopts.c || ( rm -f getopts.c ; exit 1 )
  983. rm -f getopts.c
  984. rm -f shopt.o
  985. ./mkbuiltins -D . shopt.def
  986. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe shopt.c || ( rm -f shopt.c ; exit 1 )
  987. rm -f shopt.c
  988. rm -f printf.o
  989. ./mkbuiltins -D . printf.def
  990. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe printf.c || ( rm -f printf.c ; exit 1 )
  991. rm -f printf.c
  992. rm -f getopt.o
  993. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe getopt.c
  994. rm -f bashgetopt.o
  995. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe bashgetopt.c
  996. rm -f complete.o
  997. ./mkbuiltins -D . complete.def
  998. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -O2 -march=x86-64 -pipe complete.c || ( rm -f complete.c ; exit 1 )
  999. rm -f complete.c
  1000. rm -f libbuiltins.a
  1001. ar cr libbuiltins.a builtins.o alias.o bind.o break.o builtin.o caller.o cd.o colon.o command.o common.o declare.o echo.o enable.o eval.o evalfile.o evalstring.o exec.o exit.o fc.o fg_bg.o hash.o help.o history.o jobs.o kill.o let.o mapfile.o pushd.o read.o return.o set.o setattr.o shift.o source.o suspend.o test.o times.o trap.o type.o ulimit.o umask.o wait.o getopts.o shopt.o printf.o getopt.o bashgetopt.o complete.o
  1002. ranlib libbuiltins.a
  1003. make[1]: Leaving directory `/usr/ports/newbash/bash/work/src/bash-4.3/builtins'
  1004. making lib/glob/libglob.a in ./lib/glob
  1005. make[1]: Entering directory `/usr/ports/newbash/bash/work/src/bash-4.3/lib/glob'
  1006. rm -f glob.o
  1007. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I../.. -I../.. -I../../include -I../../lib -O2 -march=x86-64 -pipe glob.c
  1008. rm -f strmatch.o
  1009. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I../.. -I../.. -I../../include -I../../lib -O2 -march=x86-64 -pipe strmatch.c
  1010. rm -f smatch.o
  1011. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I../.. -I../.. -I../../include -I../../lib -O2 -march=x86-64 -pipe smatch.c
  1012. rm -f xmbsrtowcs.o
  1013. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I../.. -I../.. -I../../include -I../../lib -O2 -march=x86-64 -pipe xmbsrtowcs.c
  1014. rm -f gmisc.o
  1015. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I../.. -I../.. -I../../include -I../../lib -O2 -march=x86-64 -pipe gmisc.c
  1016. rm -f -f libglob.a
  1017. ar cr libglob.a glob.o strmatch.o smatch.o xmbsrtowcs.o gmisc.o
  1018. test -n "ranlib" && ranlib libglob.a
  1019. make[1]: Leaving directory `/usr/ports/newbash/bash/work/src/bash-4.3/lib/glob'
  1020. making lib/sh/libsh.a in ./lib/sh
  1021. make[1]: Entering directory `/usr/ports/newbash/bash/work/src/bash-4.3/lib/sh'
  1022. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe clktck.c
  1023. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe clock.c
  1024. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe getenv.c
  1025. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe oslib.c
  1026. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe setlinebuf.c
  1027. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe strnlen.c
  1028. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe itos.c
  1029. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe zread.c
  1030. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe zwrite.c
  1031. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe shtty.c
  1032. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe shmatch.c
  1033. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe eaccess.c
  1034. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe netconn.c
  1035. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe netopen.c
  1036. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe timeval.c
  1037. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe makepath.c
  1038. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe pathcanon.c
  1039. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe pathphys.c
  1040. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe tmpfile.c
  1041. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe stringlist.c
  1042. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe stringvec.c
  1043. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe spell.c
  1044. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe shquote.c
  1045. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe strtrans.c
  1046. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe snprintf.c
  1047. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe mailstat.c
  1048. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe fmtulong.c
  1049. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe fmtullong.c
  1050. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe fmtumax.c
  1051. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe zcatfd.c
  1052. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe zmapfd.c
  1053. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe winsize.c
  1054. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe wcsdup.c
  1055. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe fpurge.c
  1056. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe zgetline.c
  1057. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe mbscmp.c
  1058. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe uconvert.c
  1059. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe ufuncs.c
  1060. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe casemod.c
  1061. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe input_avail.c
  1062. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe mbscasecmp.c
  1063. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe fnxform.c
  1064. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe unicode.c
  1065. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe shmbchar.c
  1066. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe wcsnwidth.c
  1067. gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe mbschr.c
  1068. rm -f libsh.a
  1069. ar cr libsh.a clktck.o clock.o getenv.o oslib.o setlinebuf.o strnlen.o itos.o zread.o zwrite.o shtty.o shmatch.o eaccess.o netconn.o netopen.o timeval.o makepath.o pathcanon.o pathphys.o tmpfile.o stringlist.o stringvec.o spell.o shquote.o strtrans.o snprintf.o mailstat.o fmtulong.o fmtullong.o fmtumax.o zcatfd.o zmapfd.o winsize.o wcsdup.o fpurge.o zgetline.o mbscmp.o uconvert.o ufuncs.o casemod.o input_avail.o mbscasecmp.o fnxform.o unicode.o shmbchar.o wcsnwidth.o mbschr.o
  1070. test -n "ranlib" && ranlib libsh.a
  1071. make[1]: Leaving directory `/usr/ports/newbash/bash/work/src/bash-4.3/lib/sh'
  1072. making lib/tilde/libtilde.a in ./lib/tilde
  1073. make[1]: Entering directory `/usr/ports/newbash/bash/work/src/bash-4.3/lib/tilde'
  1074. gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I../.. -I../.. -I../../include -I../../lib -O2 -march=x86-64 -pipe tilde.c
  1075. rm -f libtilde.a
  1076. ar cr libtilde.a tilde.o
  1077. test -n "ranlib" && ranlib libtilde.a
  1078. make[1]: Leaving directory `/usr/ports/newbash/bash/work/src/bash-4.3/lib/tilde'
  1079. make[1]: Entering directory `/usr/ports/newbash/bash/work/src/bash-4.3/lib/malloc'
  1080. gcc -I. -I../.. -I../.. -I../../include -I../../lib -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe -DRCHECK -Dbotch=programming_error -c malloc.c
  1081. gcc -I. -I../.. -I../.. -I../../include -I../../lib -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe -DRCHECK -Dbotch=programming_error -c trace.c
  1082. gcc -I. -I../.. -I../.. -I../../include -I../../lib -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe -DRCHECK -Dbotch=programming_error -c stats.c
  1083. gcc -I. -I../.. -I../.. -I../../include -I../../lib -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe -DRCHECK -Dbotch=programming_error -c table.c
  1084. gcc -I. -I../.. -I../.. -I../../include -I../../lib -DHAVE_CONFIG_H -DSHELL -O2 -march=x86-64 -pipe -DRCHECK -Dbotch=programming_error -c watch.c
  1085. rm -f libmalloc.a
  1086. ar cr libmalloc.a malloc.o trace.o stats.o table.o watch.o
  1087. test -n "ranlib" && ranlib libmalloc.a
  1088. make[1]: Leaving directory `/usr/ports/newbash/bash/work/src/bash-4.3/lib/malloc'
  1089. rm -f bash
  1090. gcc -L./builtins -L/usr/lib -L/usr/lib -L./lib/glob -L./lib/tilde -L./lib/malloc -L./lib/sh -rdynamic -O2 -march=x86-64 -pipe -o bash shell.o eval.o y.tab.o general.o make_cmd.o print_cmd.o dispose_cmd.o execute_cmd.o variables.o copy_cmd.o error.o expr.o flags.o jobs.o subst.o hashcmd.o hashlib.o mailcheck.o trap.o input.o unwind_prot.o pathexp.o sig.o test.o version.o alias.o array.o arrayfunc.o assoc.o braces.o bracecomp.o bashhist.o bashline.o list.o stringlib.o locale.o findcmd.o redir.o pcomplete.o pcomplib.o syntax.o xmalloc.o -lbuiltins -lglob -lsh -lreadline -lhistory -lcurses -ltilde -lmalloc -ldl
  1091. bashline.o: In function `bash_execute_unix_command':
  1092. bashline.c:(.text+0x6e0): undefined reference to `rl_executing_keyseq'
  1093. bashline.o: In function `command_word_completion_function':
  1094. bashline.c:(.text+0x1526): undefined reference to `rl_filename_stat_hook'
  1095. bashline.o: In function `bash_event_hook':
  1096. bashline.c:(.text+0x2fd6): undefined reference to `rl_signal_event_hook'
  1097. bashline.o: In function `initialize_readline':
  1098. bashline.c:(.text+0x55ed): undefined reference to `rl_filename_stat_hook'
  1099. bashline.o: In function `bashline_set_event_hook':
  1100. bashline.c:(.text+0x5773): undefined reference to `rl_signal_event_hook'
  1101. bashline.o: In function `bashline_reset_event_hook':
  1102. bashline.c:(.text+0x5783): undefined reference to `rl_signal_event_hook'
  1103. bashline.o: In function `bashline_reset':
  1104. bashline.c:(.text+0x57f2): undefined reference to `rl_filename_stat_hook'
  1105. bashline.c:(.text+0x57fd): undefined reference to `rl_signal_event_hook'
  1106. bashline.o: In function `attempt_shell_completion':
  1107. bashline.c:(.text+0x5cf1): undefined reference to `rl_filename_stat_hook'
  1108. collect2: ld returned 1 exit status
  1109. make: *** [bash] Error 1
  1110. =======> ERROR: Building '/usr/ports/newbash/bash/bash#4.3.25-2.pkg.tar.gz' failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement