Advertisement
Guest User

Untitled

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