bash (5.2.15)

mkdir /bb.build
Result = 0
Working Dir = /
Stdout
Stderr
/bb.download/source/bash-5.2.15/configure --help
Result = 0
Working Dir = /bb.build
Stdout
`configure' configures bash 5.2-release to adapt to many kinds of systems.

Usage: /bb.download/source/bash-5.2.15/configure [OPTION]... [VAR=VALUE]...

To assign environment variables (e.g., CC, CFLAGS...), specify them as
VAR=VALUE.  See below for descriptions of some of the useful variables.

Defaults for the options are specified in brackets.

Configuration:
  -h, --help              display this help and exit
      --help=short        display options specific to this package
      --help=recursive    display the short help of all the included packages
  -V, --version           display version information and exit
  -q, --quiet, --silent   do not print `checking ...' messages
      --cache-file=FILE   cache test results in FILE [disabled]
  -C, --config-cache      alias for `--cache-file=config.cache'
  -n, --no-create         do not create output files
      --srcdir=DIR        find the sources in DIR [configure dir or `..']

Installation directories:
  --prefix=PREFIX         install architecture-independent files in PREFIX
                          [/usr/local]
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
                          [PREFIX]

By default, `make install' will install all the files in
`/usr/local/bin', `/usr/local/lib' etc.  You can specify
an installation prefix other than `/usr/local' using `--prefix',
for instance `--prefix=$HOME'.

For better control, use the options below.

Fine tuning of the installation directories:
  --bindir=DIR            user executables [EPREFIX/bin]
  --sbindir=DIR           system admin executables [EPREFIX/sbin]
  --libexecdir=DIR        program executables [EPREFIX/libexec]
  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
  --runstatedir=DIR       modifiable per-process data [LOCALSTATEDIR/run]
  --libdir=DIR            object code libraries [EPREFIX/lib]
  --includedir=DIR        C header files [PREFIX/include]
  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
  --infodir=DIR           info documentation [DATAROOTDIR/info]
  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
  --mandir=DIR            man documentation [DATAROOTDIR/man]
  --docdir=DIR            documentation root [DATAROOTDIR/doc/bash]
  --htmldir=DIR           html documentation [DOCDIR]
  --dvidir=DIR            dvi documentation [DOCDIR]
  --pdfdir=DIR            pdf documentation [DOCDIR]
  --psdir=DIR             ps documentation [DOCDIR]

System types:
  --build=BUILD     configure for building on BUILD [guessed]
  --host=HOST       cross-compile to build programs to run on HOST [BUILD]

Optional Features:
  --disable-option-checking  ignore unrecognized --enable/--with options
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  --enable-minimal-config a minimal sh-like configuration
  --enable-alias          enable shell aliases
  --enable-alt-array-implementation
                          enable an alternate array implementation that
                          optimizes speed at the cost of space
  --enable-arith-for-command
                          enable arithmetic for command
  --enable-array-variables
                          include shell array variables
  --enable-bang-history   turn on csh-style history substitution
  --enable-brace-expansion
                          include brace expansion
  --enable-casemod-attributes
                          include case-modifying variable attributes
  --enable-casemod-expansions
                          include case-modifying word expansions
  --enable-command-timing enable the time reserved word and command timing
  --enable-cond-command   enable the conditional command
  --enable-cond-regexp    enable extended regular expression matching in
                          conditional commands
  --enable-coprocesses    enable coprocess support and the coproc reserved
                          word
  --enable-debugger       enable support for bash debugger
  --enable-dev-fd-stat-broken
                          enable this option if stat on /dev/fd/N and fstat on
                          file descriptor N don't return the same results
  --enable-direxpand-default
                          enable the direxpand shell option by default
  --enable-directory-stack
                          enable builtins pushd/popd/dirs
  --enable-disabled-builtins
                          allow disabled builtins to still be invoked
  --enable-dparen-arithmetic
                          include ((...)) command
  --enable-extended-glob  include ksh-style extended pattern matching
  --enable-extended-glob-default
                          force extended pattern matching to be enabled by
                          default
  --enable-function-import
                          allow bash to import exported function definitions
                          by default
  --enable-glob-asciiranges-default
                          force bracket range expressions in pattern matching
                          to use the C locale by default
  --enable-help-builtin   include the help builtin
  --enable-history        turn on command history
  --enable-job-control    enable job control features
  --enable-multibyte      enable multibyte characters if OS supports them
  --enable-net-redirections
                          enable /dev/tcp/host/port redirection
  --enable-process-substitution
                          enable process substitution
  --enable-progcomp       enable programmable completion and the complete
                          builtin
  --enable-prompt-string-decoding
                          turn on escape character decoding in prompts
  --enable-readline       turn on command line editing
  --enable-restricted     enable a restricted shell
  --enable-select         include select command
  --enable-separate-helpfiles
                          use external files for help builtin documentation
  --enable-single-help-strings
                          store help documentation as a single string to ease
                          translation
  --enable-strict-posix-default
                          configure bash to be posix-conformant by default
  --enable-translatable-strings
                          include support for $"..." translatable strings
  --enable-usg-echo-default
                          a synonym for --enable-xpg-echo-default
  --enable-xpg-echo-default
                          make the echo builtin expand escape sequences by
                          default
  --enable-mem-scramble   scramble memory on calls to malloc and free
  --enable-profiling      allow profiling with gprof
  --enable-static-link    link bash statically, for use as a root shell
  --disable-largefile     omit support for large files
  --disable-nls           do not use Native Language Support
  --enable-threads={posix|solaris|pth|windows}
                          specify multithreading API
  --disable-threads       build without multithread safety
  --disable-rpath         do not hardcode runtime library paths

Optional Packages:
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  --with-afs              if you are running AFS
  --with-bash-malloc      use the Bash version of malloc
  --with-curses           use the curses library instead of the termcap
                          library
  --with-gnu-malloc       synonym for --with-bash-malloc
  --with-installed-readline
                          use a version of the readline library that is
                          already installed
  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
  --with-libpth-prefix[=DIR]  search for libpth in DIR/include and DIR/lib
  --without-libpth-prefix     don't search for libpth in includedir and libdir
  --with-libiconv-prefix[=DIR]  search for libiconv in DIR/include and DIR/lib
  --without-libiconv-prefix     don't search for libiconv in includedir and libdir
  --with-included-gettext use the GNU gettext library included here
  --with-libintl-prefix[=DIR]  search for libintl in DIR/include and DIR/lib
  --without-libintl-prefix     don't search for libintl in includedir and libdir

Some influential environment variables:
  DEBUGGER_START_FILE
              location of bash debugger initialization file
  CC_FOR_BUILD
              C compiler used when compiling binaries used only at build time
  CFLAGS_FOR_BUILD
              Compilation options (CFLAGS) used when compiling binaries used
              only at build time
  LDFLAGS_FOR_BUILD
              Linker options (LDFLAGS) used when compiling binaries used only
              at build time
  CPPFLAGS_FOR_BUILD
              C preprocessor options (CPPFLAGS) used when compiling binaries
              used only at build time
  CC          C compiler command
  CFLAGS      C compiler flags
  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
              nonstandard directory <lib dir>
  LIBS        libraries to pass to the linker, e.g. -l<library>
  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
              you have headers in a nonstandard directory <include dir>
  CPP         C preprocessor
  YACC        The `Yet Another Compiler Compiler' implementation to use.
              Defaults to the first program found out of: `bison -y', `byacc',
              `yacc'.
  YFLAGS      The list of arguments that will be passed by default to $YACC.
              This script will default YFLAGS to the empty string to avoid a
              default value of `-d' given by some make applications.

Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.

Report bugs to <bug-bash@gnu.org>.
Stderr
/bb.download/source/bash-5.2.15/configure --prefix=/BuggyBox/bash/5.2.15/bootstrap
Result = 0
Working Dir = /bb.build
Stdout
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu

Beginning configuration for bash-5.2-release for x86_64-pc-linux-gnu

checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking for sys/param.h... yes
checking for xlocale.h... no
checking for sys/time.h... yes
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking whether gcc needs -traditional... no
checking for a BSD-compatible install... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking for ar... ar
checking for ranlib... no
checking for bison... bison -y
checking whether make sets $(MAKE)... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether byte ordering is bigendian... no
checking for preprocessor stringizing operator... yes
checking for long double... yes
checking whether char is unsigned... no
checking for working volatile... yes
checking for C/C++ restrict keyword... __restrict__
checking for a race-free mkdir -p... /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p
checking for a sed that does not truncate output... /BuggyBox/sed/4.9/bootstrap/bin/sed
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking whether we are using the GNU C Library 2 or newer... yes
checking whether the -Werror option is usable... yes
checking for simple visibility declarations... yes
checking for size_t... yes
checking for stdint.h... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for getpagesize... yes
checking for symlink... yes
checking for uselocale... yes
checking for vprintf... yes
checking for alarm... yes
checking for fpurge... no
checking for __fpurge... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for working mmap... yes
checking whether integer division by zero raises SIGFPE... yes
checking for inttypes.h... yes
checking for unsigned long long int... yes
checking for inttypes.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking 32-bit host C ABI... no
checking for the common suffixes of directories in the library search path... lib,lib
checking whether imported symbols can be declared weak... yes
checking for pthread.h... yes
checking for pthread_kill in -lpthread... yes
checking for multithread API to use... posix
checking for pthread_rwlock_t... yes
checking whether pthread_rwlock_rdlock prefers a writer to a reader... no
checking for gcc options needed to detect all undeclared functions... none needed
checking for iconv... yes
checking for working iconv... yes
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for argz.h... yes
checking for inttypes.h... (cached) yes
checking for limits.h... yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for argz_count... yes
checking for argz_stringify... yes
checking for argz_next... yes
checking for __fsetlocking... yes
checking for localeconv... yes
checking whether feof_unlocked is declared... yes
checking whether fgets_unlocked is declared... yes
checking for bison... bison
checking version of bison... 3.8.2, ok
checking for long long int... yes
checking for wchar_t... yes
checking for wint_t... yes
checking whether wint_t is too small... no
checking for intmax_t... yes
checking whether printf() supports POSIX/XSI format strings... yes
checking whether we are using the GNU C Library >= 2.1 or uClibc... yes
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for stdint.h... (cached) yes
checking for working fcntl.h... yes
checking whether uselocale works... yes
checking for fake locale system (OpenBSD)... no
checking for Solaris 11.4 locale system... no
checking for getlocalename_l... no
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for CFLocaleCopyPreferredLanguages... no
checking for flexible array members... yes
checking for ar... (cached) ar
checking for ptrdiff_t... yes
checking for features.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for asprintf... yes
checking for fwprintf... yes
checking for newlocale... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for snprintf... (cached) yes
checking for strnlen... yes
checking for uselocale... (cached) yes
checking for wcslen... yes
checking for wcsnlen... yes
checking for mbrtowc... yes
checking for wcrtomb... yes
checking whether _snprintf is declared... no
checking whether _snwprintf is declared... no
checking whether getc_unlocked is declared... yes
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for CFPreferencesCopyAppValue... (cached) no
checking for CFLocaleCopyCurrent... (cached) no
checking for CFLocaleCopyPreferredLanguages... (cached) no
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for sys/mkdev.h... no
checking for sys/sysmacros.h... yes
checking for inttypes.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for stdarg.h... yes
checking for varargs.h... no
checking for limits.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... yes
checking for locale.h... yes
checking for termcap.h... yes
checking for termio.h... yes
checking for termios.h... yes
checking for dlfcn.h... yes
checking for stdbool.h... yes
checking for stddef.h... (cached) yes
checking for stdint.h... (cached) yes
checking for netdb.h... yes
checking for pwd.h... yes
checking for grp.h... yes
checking for strings.h... (cached) yes
checking for regex.h... yes
checking for syslog.h... yes
checking for ulimit.h... yes
checking for sys/pte.h... no
checking for sys/stream.h... no
checking for sys/select.h... yes
checking for sys/file.h... yes
checking for sys/ioctl.h... yes
checking for sys/mman.h... yes
checking for sys/param.h... (cached) yes
checking for sys/random.h... yes
checking for sys/socket.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/times.h... yes
checking for sys/types.h... (cached) yes
checking for sys/wait.h... yes
checking for netinet/in.h... yes
checking for arpa/inet.h... yes
checking for sys/ptem.h... no
checking for sys/resource.h... yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) checking for uid_t in sys/types.h... yes
checking for working chown... yes
checking whether getpgrp requires zero arguments... yes
checking for working strcoll... yes
checking for __setostype... no
checking for wait3... yes
checking for mkfifo... yes
checking for dup2... yes
checking for eaccess... yes
checking for fcntl... yes
checking for getdtablesize... yes
checking for getentropy... yes
checking for getgroups... yes
checking for gethostname... yes
checking for getpagesize... (cached) yes
checking for getpeername... yes
checking for getrandom... yes
checking for getrlimit... yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for kill... yes
checking for killpg... yes
checking for lstat... yes
checking for pselect... yes
checking for readlink... yes
checking for select... yes
checking for setdtablesize... no
checking for setitimer... yes
checking for tcgetpgrp... yes
checking for uname... yes
checking for ulimit... yes
checking for waitpid... yes
checking for rename... yes
checking for bcopy... yes
checking for bzero... yes
checking for confstr... yes
checking for faccessat... yes
checking for fnmatch... yes
checking for getaddrinfo... yes
checking for gethostbyname... yes
checking for getservbyname... yes
checking for getservent... yes
checking for inet_aton... yes
checking for imaxdiv... yes
checking for memmove... yes
checking for pathconf... yes
checking for putenv... (cached) yes
checking for raise... yes
checking for random... yes
checking for regcomp... yes
checking for regexec... yes
checking for setenv... (cached) yes
checking for setlinebuf... yes
checking for setlocale... (cached) yes
checking for setvbuf... yes
checking for siginterrupt... yes
checking for strchr... yes
checking for sysconf... yes
checking for syslog... yes
checking for tcgetattr... yes
checking for times... yes
checking for ttyname... yes
checking for tzset... yes
checking for unsetenv... yes
checking for vasprintf... yes
checking for asprintf... (cached) yes
checking for isascii... yes
checking for isblank... yes
checking for isgraph... yes
checking for isprint... yes
checking for isspace... yes
checking for isxdigit... yes
checking for getpwent... yes
checking for getpwnam... yes
checking for getpwuid... yes
checking for mkstemp... yes
checking for mkdtemp... yes
checking for arc4random... yes
checking for getcwd... (cached) yes
checking for memset... yes
checking for strcasecmp... (cached) yes
checking for strcasestr... yes
checking for strerror... yes
checking for strftime... yes
checking for strnlen... (cached) yes
checking for strpbrk... yes
checking for strstr... yes
checking for strtod... yes
checking for strtol... yes
checking for strtoul... (cached) yes
checking for strtoll... yes
checking for strtoull... yes
checking for strtoumax... yes
checking for dprintf... yes
checking for strchrnul... yes
checking for strdup... (cached) yes
checking for libaudit.h... yes
checking whether AUDIT_USER_TTY is declared... yes
checking whether confstr is declared... yes
checking whether printf is declared... yes
checking whether sbrk is declared... yes
checking whether setregid is declared... yes
checking whether strcpy is declared... yes
checking whether strsignal is declared... yes
checking for setresuid... yes
checking for setresgid... yes
checking whether strtold is declared... yes
checking for broken strtold... no
checking whether strtol is declared... yes
checking whether strtoll is declared... yes
checking whether strtoul is declared... yes
checking whether strtoull is declared... yes
checking whether strtoumax is declared... yes
checking for working mktime... yes
checking for argz.h... (cached) yes
checking for errno.h... yes
checking for fcntl.h... yes
checking for malloc.h... yes
checking for stdio_ext.h... yes
checking for working mmap... (cached) yes
checking for __argz_count... yes
checking for __argz_next... yes
checking for __argz_stringify... yes
checking for dcgettext... yes
checking for mempcpy... (cached) yes
checking for munmap... (cached) yes
checking for mremap... yes
checking for stpcpy... (cached) yes
checking for strcspn... yes
checking for wctype.h... yes
checking for wchar.h... (cached) yes
checking for langinfo.h... yes
checking for mbstr.h... no
checking for mbrlen... yes
checking for mbscasecmp... no
checking for mbscmp... no
checking for mbsnrtowcs... yes
checking for mbsrtowcs... yes
checking for mbschr... no
checking for wcrtomb... (cached) yes
checking for wcscoll... yes
checking for wcsdup... yes
checking for wcwidth... yes
checking for wctype... yes
checking for wcswidth... yes
checking whether mbrtowc and mbstate_t are properly declared... (cached) yes
checking for iswlower... yes
checking for iswupper... yes
checking for towlower... yes
checking for towupper... yes
checking for iswctype... yes
checking for wchar_t in wchar.h... yes
checking for wctype_t in wctype.h... yes
checking for wint_t in wctype.h... yes
checking for wcwidth broken with unicode combining characters... yes
checking for locale_charset... no
checking size of wchar_t... 4
checking for dlopen in -ldl... yes
checking for dlopen... yes
checking for dlclose... yes
checking for dlsym... yes
checking type of array argument to getgroups... gid_t
checking for off_t... yes
checking for mode_t... yes
checking for uid_t in sys/types.h... (cached) yes
checking for pid_t... yes
checking for size_t... (cached) yes
checking for uintptr_t... yes
checking for ssize_t... yes
checking for time_t... yes
checking for long long int... (cached) yes
checking for unsigned long long int... (cached) yes
checking for sig_atomic_t in signal.h... yes
checking size of char... 1
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of char *... 8
checking size of size_t... 8
checking size of double... 8
checking size of long long... 8
checking for u_int... yes
checking for u_long... yes
checking for bits16_t... no
checking for u_bits16_t... no
checking for bits32_t... no
checking for u_bits32_t... no
checking for bits64_t... no
checking for ptrdiff_t... (cached) yes
checking whether stat file-mode macros are broken... no
checking whether #! works in shell scripts... yes
checking if dup2 fails to clear the close-on-exec flag... no
checking whether pgrps need synchronization... no
checking for type of signal functions... posix
checking for sys_errlist and sys_nerr... yes
checking whether sys_siglist is declared... no
checking for sys_siglist in system C library... no
checking for _sys_siglist in signal.h or unistd.h... no
checking for _sys_siglist in system C library... no
checking for clock_t... yes
checking for sigset_t... yes
checking for socklen_t... yes
checking for quad_t... yes
checking for type of struct rlimit fields... rlim_t
checking for intmax_t... yes
checking for uintmax_t... yes
checking size of intmax_t... 8
checking for struct termios.c_line... yes
checking for struct termio.c_line... yes
checking for struct dirent.d_ino... checking for struct dirent.d_ino... yes
yes
checking for struct dirent.d_fileno... checking for struct dirent.d_fileno... yes
yes
checking for struct dirent.d_namlen... checking for struct dirent.d_namlen... no
no
checking for struct winsize in sys/ioctl.h and termios.h... sys/ioctl.h
checking for struct timeval in sys/time.h and time.h... yes
checking for struct stat.st_blocks... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct timezone in sys/time.h and time.h... yes
checking for offset of exit status in return status from wait... 8
checking for struct timespec in <time.h>... yes
checking for struct stat.st_atim.tv_nsec... yes
checking whether struct stat.st_atim is of type struct timespec... yes
checking for sbrk... yes
checking for working sbrk... yes
checking for the existence of strsignal... yes
checking if opendir() opens non-directories... no
checking whether ulimit can substitute for getdtablesize... yes
checking whether fpurge is declared... no
checking to see if getenv can be redefined... yes
checking if getcwd() will dynamically allocate memory with 0 size... yes
checking for presence of POSIX-style sigsetjmp/siglongjmp... present
checking whether or not strcoll and strcmp differ... no
checking for standard-conformant snprintf... yes
checking for standard-conformant vsnprintf... yes
checking for usable strtoimax... checking for strtoimax... yes
checking whether strtoimax is declared... yes
yes
checking for standard-conformant putenv declaration... yes
checking for standard-conformant unsetenv declaration... yes
checking for printf floating point output in hex notation... yes
checking whether fnmatch can be used to check bracket equivalence classes... no
checking if signal handlers must be reinstalled when invoked... no
checking for presence of necessary job control definitions... present
checking for presence of named pipes... present
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking whether WCONTINUED flag to waitpid is unavailable or available but broken... no
checking for speed_t in sys/types.h... no
checking whether getpw functions are declared in pwd.h... yes
checking for unusable real-time signals due to large values... no
checking for tgetent... no
checking for tgetent in -ltermcap... no
checking for tgetent in -ltinfo... no
checking for tgetent in -lcurses... no
checking for tgetent in -lncurses... no
checking for tgetent in -lncursesw... no
checking which library has the termcap functions... using gnutermcap
checking whether /dev/fd is available... absent
checking whether /dev/stdin stdout stderr are available... absent
checking for default mail directory... unknown
checking shared object configuration for loadable builtins... supported
configure: creating ./config.status
config.status: creating Makefile
config.status: creating builtins/Makefile
config.status: creating lib/readline/Makefile
config.status: creating lib/glob/Makefile
config.status: creating lib/intl/Makefile
config.status: creating lib/malloc/Makefile
config.status: creating lib/sh/Makefile
config.status: creating lib/termcap/Makefile
config.status: creating lib/tilde/Makefile
config.status: creating doc/Makefile
config.status: creating support/Makefile
config.status: creating po/Makefile.in
config.status: creating examples/loadables/Makefile
config.status: creating examples/loadables/Makefile.inc
config.status: creating examples/loadables/Makefile.sample
config.status: creating examples/loadables/perl/Makefile
config.status: creating support/bash.pc
config.status: creating support/bashbug.sh
config.status: creating config.h
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing stamp-h commands
Stderr
make -j16
Result = 0
Working Dir = /bb.build
Stdout
rm -f mksyntax
rm -f mksignames.o
rm -f buildsignames.o
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security  -g -O2   -L./lib/termcap -rdynamic -g -O2   -rdynamic -g -O2  -o mksyntax /bb.download/source/bash-5.2.15/mksyntax.c 
make[1]: Entering directory '/bb.build/builtins'
rm -f unwind_prot.o
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security  -g -O2  -DBUILDTOOL -c /bb.download/source/bash-5.2.15/support/mksignames.c
rm -f alias.o
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security  -g -O2  -DBUILDTOOL -o buildsignames.o -c /bb.download/source/bash-5.2.15/support/signames.c
rm -f xmalloc.o
rm -f mkbuiltins.o
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2  /bb.download/source/bash-5.2.15/builtins/mkbuiltins.c
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/unwind_prot.c
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/alias.c
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/xmalloc.c
rm -f shell.o
rm -f eval.o
rm -f general.o
rm -f make_cmd.o
rm -f dispose_cmd.o
rm -f copy_cmd.o
rm -f error.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/eval.c
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/general.c
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/make_cmd.c
rm -f expr.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/shell.c
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/copy_cmd.c
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/dispose_cmd.c
make[1]: Entering directory '/bb.build/support'
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/error.c
rm -f man2html.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/expr.c
gcc -c  -DHAVE_CONFIG_H -DSHELL  -I/bb.build -I/bb.download/source/bash-5.2.15 -Wno-parentheses -Wno-format-security   -g -O2 /bb.download/source/bash-5.2.15/support/man2html.c
rm -f flags.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/flags.c
rm -f hashcmd.o
rm -f hashlib.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/hashcmd.c
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/hashlib.c
rm -f mailcheck.o
rm -f mksignames
rm -f input.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/mailcheck.c
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security  -g -O2   -L./lib/termcap -rdynamic -g -O2   -rdynamic -g -O2  -o mksignames mksignames.o buildsignames.o 
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/input.c
rm -f pathexp.o
rm -f test.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/pathexp.c
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/test.c
rm -f array.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/array.c
rm -f arrayfunc.o
rm -f assoc.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/arrayfunc.c
rm -f braces.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/assoc.c
rm -f bracecomp.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/braces.c
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/bracecomp.c
rm -f bashhist.o
rm -f list.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/bashhist.c
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/list.c
rm -f stringlib.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/stringlib.c
rm -f locale.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/locale.c
rm -f findcmd.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/findcmd.c
rm -f pcomplib.o
rm -f print_cmd.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/pcomplib.c
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/print_cmd.c
rm -f syntax.c
./mksyntax -o syntax.c
rm -f lsignames.h
/bin/sh /bb.download/source/bash-5.2.15/support/mkversion.sh -b -S /bb.download/source/bash-5.2.15 -s release -d 5.2 -o newversion.h \
	&& mv newversion.h version.h
rm -f syntax.o
./mksignames lsignames.h
if cmp -s lsignames.h signames.h ; then :; else rm -f signames.h ; cp lsignames.h signames.h ; fi
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c syntax.c
gcc -L./lib/termcap -rdynamic -g -O2 -rdynamic -g -O2  -o mkbuiltins mkbuiltins.o -ldl 
rm -f version.o
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security  -g -O2  -DBUILDTOOL -c -o buildversion.o /bb.download/source/bash-5.2.15/version.c
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/version.c
make[1]: Leaving directory '/bb.build/builtins'
rm -f execute_cmd.o
rm -f variables.o
rm -f jobs.o
rm -f subst.o
rm -f trap.o
rm -f sig.o
rm -f bashline.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/jobs.c
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/execute_cmd.c
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/variables.c
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/subst.c
rm -f pcomplete.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/trap.c
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/sig.c
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/bashline.c
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/pcomplete.c
make[1]: Entering directory '/bb.build/builtins'
rm -f builtins.o
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security  -g -O2   -L./lib/termcap -rdynamic -g -O2   -rdynamic -g -O2  -o bashversion /bb.download/source/bash-5.2.15/support/bashversion.c buildversion.o 
rm -f alias.o
rm -f bind.o
rm -f break.o
rm -f builtin.o
rm -f caller.o
rm -f cd.o
rm -f colon.o
rm -f command.o
rm -f common.o
rm -f declare.o
rm -f echo.o
rm -f enable.o
rm -f eval.o
rm -f evalfile.o
rm -f evalstring.o
./mkbuiltins -D /bb.download/source/bash-5.2.15/builtins /bb.download/source/bash-5.2.15/builtins/builtin.def
./mkbuiltins -D /bb.download/source/bash-5.2.15/builtins /bb.download/source/bash-5.2.15/builtins/bind.def
./mkbuiltins -D /bb.download/source/bash-5.2.15/builtins /bb.download/source/bash-5.2.15/builtins/alias.def
./mkbuiltins -D /bb.download/source/bash-5.2.15/builtins /bb.download/source/bash-5.2.15/builtins/caller.def
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 builtins.c
./mkbuiltins -D /bb.download/source/bash-5.2.15/builtins /bb.download/source/bash-5.2.15/builtins/command.def
./mkbuiltins -D /bb.download/source/bash-5.2.15/builtins /bb.download/source/bash-5.2.15/builtins/colon.def
./mkbuiltins -D /bb.download/source/bash-5.2.15/builtins /bb.download/source/bash-5.2.15/builtins/break.def
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 /bb.download/source/bash-5.2.15/builtins/common.c
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 builtin.c || ( rm -f builtin.c ; exit 1 )
./mkbuiltins -D /bb.download/source/bash-5.2.15/builtins /bb.download/source/bash-5.2.15/builtins/declare.def
./mkbuiltins -D /bb.download/source/bash-5.2.15/builtins /bb.download/source/bash-5.2.15/builtins/echo.def
./mkbuiltins -D /bb.download/source/bash-5.2.15/builtins /bb.download/source/bash-5.2.15/builtins/enable.def
./mkbuiltins -D /bb.download/source/bash-5.2.15/builtins /bb.download/source/bash-5.2.15/builtins/eval.def
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 /bb.download/source/bash-5.2.15/builtins/evalfile.c
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 /bb.download/source/bash-5.2.15/builtins/evalstring.c
./mkbuiltins -D /bb.download/source/bash-5.2.15/builtins /bb.download/source/bash-5.2.15/builtins/cd.def
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 caller.c || ( rm -f caller.c ; exit 1 )
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 bind.c || ( rm -f bind.c ; exit 1 )
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 alias.c || ( rm -f alias.c ; exit 1 )
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 break.c || ( rm -f break.c ; exit 1 )
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 command.c || ( rm -f command.c ; exit 1 )
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 colon.c || ( rm -f colon.c ; exit 1 )
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 enable.c || ( rm -f enable.c ; exit 1 )
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 echo.c || ( rm -f echo.c ; exit 1 )
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 eval.c || ( rm -f eval.c ; exit 1 )
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 declare.c || ( rm -f declare.c ; exit 1 )
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 cd.c || ( rm -f cd.c ; exit 1 )
rm -f exec.o
./mkbuiltins -D /bb.download/source/bash-5.2.15/builtins /bb.download/source/bash-5.2.15/builtins/exec.def
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 exec.c || ( rm -f exec.c ; exit 1 )
rm -f builtin.c
rm -f exit.o

./mkbuiltins -D /bb.download/source/bash-5.2.15/builtins /bb.download/source/bash-5.2.15/builtins/exit.def
rm -f command.c
rm -f eval.c
rm -f caller.c
rm -f break.c
rm -f colon.c
	  ***********************************************************
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 exit.c || ( rm -f exit.c ; exit 1 )
rm -f fc.o
rm -f alias.c
rm -f echo.c
rm -f fg_bg.o
rm -f hash.o
./mkbuiltins -D /bb.download/source/bash-5.2.15/builtins /bb.download/source/bash-5.2.15/builtins/fc.def
rm -f help.o
rm -f history.o
rm -f jobs.o
rm -f kill.o
	  *                                                         *
rm -f bind.c
./mkbuiltins -D /bb.download/source/bash-5.2.15/builtins /bb.download/source/bash-5.2.15/builtins/fg_bg.def
rm -f let.o
rm -f mapfile.o
./mkbuiltins -D /bb.download/source/bash-5.2.15/builtins /bb.download/source/bash-5.2.15/builtins/hash.def
./mkbuiltins -D /bb.download/source/bash-5.2.15/builtins /bb.download/source/bash-5.2.15/builtins/kill.def
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 fg_bg.c || ( rm -f fg_bg.c ; exit 1 )
./mkbuiltins -D /bb.download/source/bash-5.2.15/builtins /bb.download/source/bash-5.2.15/builtins/help.def
./mkbuiltins -D /bb.download/source/bash-5.2.15/builtins /bb.download/source/bash-5.2.15/builtins/jobs.def
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 fc.c || ( rm -f fc.c ; exit 1 )
./mkbuiltins -D /bb.download/source/bash-5.2.15/builtins /bb.download/source/bash-5.2.15/builtins/history.def
rm -f pushd.o
./mkbuiltins -D /bb.download/source/bash-5.2.15/builtins /bb.download/source/bash-5.2.15/builtins/let.def
./mkbuiltins -D /bb.download/source/bash-5.2.15/builtins /bb.download/source/bash-5.2.15/builtins/mapfile.def
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 kill.c || ( rm -f kill.c ; exit 1 )
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 hash.c || ( rm -f hash.c ; exit 1 )
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 help.c || ( rm -f help.c ; exit 1 )
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 jobs.c || ( rm -f jobs.c ; exit 1 )
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 history.c || ( rm -f history.c ; exit 1 )
./mkbuiltins -D /bb.download/source/bash-5.2.15/builtins /bb.download/source/bash-5.2.15/builtins/pushd.def
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 let.c || ( rm -f let.c ; exit 1 )
	  * GNU bash, version 5.2.15(1)-release (x86_64-pc-linux-gnu)
rm -f cd.c
rm -f enable.c
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 pushd.c || ( rm -f pushd.c ; exit 1 )
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 mapfile.c || ( rm -f mapfile.c ; exit 1 )
	  *                                                         *
rm -f read.o
rm -f return.o
rm -f exec.c
	  ***********************************************************
./mkbuiltins -D /bb.download/source/bash-5.2.15/builtins /bb.download/source/bash-5.2.15/builtins/return.def
./mkbuiltins -D /bb.download/source/bash-5.2.15/builtins /bb.download/source/bash-5.2.15/builtins/read.def
rm -f set.o

gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 return.c || ( rm -f return.c ; exit 1 )
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 read.c || ( rm -f read.c ; exit 1 )
./mkbuiltins -D /bb.download/source/bash-5.2.15/builtins /bb.download/source/bash-5.2.15/builtins/set.def
rm -f setattr.o
making lib/readline/libreadline.a in ./lib/readline
making lib/tilde/libtilde.a in ./lib/tilde
making lib/termcap/libtermcap.a in ./lib/termcap
making lib/glob/libglob.a in ./lib/glob
making lib/sh/libsh.a in ./lib/sh
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 set.c || ( rm -f set.c ; exit 1 )
rm -f exit.c
./mkbuiltins -D /bb.download/source/bash-5.2.15/builtins /bb.download/source/bash-5.2.15/builtins/setattr.def
make[1]: Entering directory '/bb.build/lib/malloc'
gcc  -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -DHAVE_CONFIG_H -DSHELL  -g -O2 -DRCHECK -Dbotch=programming_error  -Wno-parentheses -Wno-format-security  -c /bb.download/source/bash-5.2.15/lib/malloc/malloc.c
gcc  -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -DHAVE_CONFIG_H -DSHELL  -g -O2 -DRCHECK -Dbotch=programming_error  -Wno-parentheses -Wno-format-security  -c /bb.download/source/bash-5.2.15/lib/malloc/trace.c
gcc  -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -DHAVE_CONFIG_H -DSHELL  -g -O2 -DRCHECK -Dbotch=programming_error  -Wno-parentheses -Wno-format-security  -c /bb.download/source/bash-5.2.15/lib/malloc/stats.c
gcc  -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -DHAVE_CONFIG_H -DSHELL  -g -O2 -DRCHECK -Dbotch=programming_error  -Wno-parentheses -Wno-format-security  -c /bb.download/source/bash-5.2.15/lib/malloc/table.c
gcc  -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -DHAVE_CONFIG_H -DSHELL  -g -O2 -DRCHECK -Dbotch=programming_error  -Wno-parentheses -Wno-format-security  -c /bb.download/source/bash-5.2.15/lib/malloc/watch.c
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 setattr.c || ( rm -f setattr.c ; exit 1 )
make[1]: Entering directory '/bb.build/lib/termcap'
gcc -c -g -O2 -DHAVE_CONFIG_H  -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/lib/termcap /bb.download/source/bash-5.2.15/lib/termcap/termcap.c
rm -f shift.o
gcc -c -g -O2 -DHAVE_CONFIG_H  -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/lib/termcap /bb.download/source/bash-5.2.15/lib/termcap/tparam.c
make[1]: Entering directory '/bb.build/lib/readline'
rm -f readline.o
rm -f vi_mode.o
rm -f funmap.o
make[1]: Entering directory '/bb.build/lib/sh'
rm -f keymaps.o
rm -f parens.o
rm -f search.o
rm -f rltty.o
rm -f fg_bg.c
rm -f complete.o
rm -f bind.o
rm -f isearch.o
rm -f display.o
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/clktck.c
rm -f signals.o
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/clock.c
make[1]: Entering directory '/bb.build/lib/tilde'
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/getenv.c
rm -f util.o
make[1]: Entering directory '/bb.build/lib/glob'
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -Wno-parentheses -Wno-format-security  -g -O2 /bb.download/source/bash-5.2.15/lib/tilde/tilde.c
rm -f kill.o
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/oslib.c
rm -f glob.o
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/setlinebuf.c
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/strnlen.c
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/itos.c
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/zread.c
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/zwrite.c
./mkbuiltins -D /bb.download/source/bash-5.2.15/builtins /bb.download/source/bash-5.2.15/builtins/shift.def
rm -f undo.o
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/shtty.c
rm -f strmatch.o
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/shmatch.c
rm -f macro.o
rm -f smatch.o
rm -f xmbsrtowcs.o
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/eaccess.c
rm -f gmisc.o
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/netconn.c
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/netopen.c
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/bb.build -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -Wno-parentheses -Wno-format-security  -g -O2  /bb.download/source/bash-5.2.15/lib/readline/parens.c
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/bb.build -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -Wno-parentheses -Wno-format-security  -g -O2  /bb.download/source/bash-5.2.15/lib/readline/readline.c
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/bb.build -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -Wno-parentheses -Wno-format-security  -g -O2  /bb.download/source/bash-5.2.15/lib/readline/vi_mode.c
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/timeval.c
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/bb.build -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -Wno-parentheses -Wno-format-security  -g -O2  /bb.download/source/bash-5.2.15/lib/readline/keymaps.c
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/makepath.c
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/bb.build -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -Wno-parentheses -Wno-format-security  -g -O2  /bb.download/source/bash-5.2.15/lib/readline/search.c
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/bb.build -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -Wno-parentheses -Wno-format-security  -g -O2  /bb.download/source/bash-5.2.15/lib/readline/funmap.c
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/bb.build -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -Wno-parentheses -Wno-format-security  -g -O2  /bb.download/source/bash-5.2.15/lib/readline/display.c
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/bb.build -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -Wno-parentheses -Wno-format-security  -g -O2  /bb.download/source/bash-5.2.15/lib/readline/bind.c
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/bb.build -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -Wno-parentheses -Wno-format-security  -g -O2  /bb.download/source/bash-5.2.15/lib/readline/isearch.c
gcc -c  -DHAVE_CONFIG_H -DSHELL -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security  -g -O2  /bb.download/source/bash-5.2.15/lib/glob/glob.c
rm -f source.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/bb.build -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -Wno-parentheses -Wno-format-security  -g -O2  /bb.download/source/bash-5.2.15/lib/readline/rltty.c
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/bb.build -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -Wno-parentheses -Wno-format-security  -g -O2  /bb.download/source/bash-5.2.15/lib/readline/complete.c
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/bb.build -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -Wno-parentheses -Wno-format-security  -g -O2  /bb.download/source/bash-5.2.15/lib/readline/signals.c
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/bb.build -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -Wno-parentheses -Wno-format-security  -g -O2  /bb.download/source/bash-5.2.15/lib/readline/util.c
rm -f let.c
gcc -c  -DHAVE_CONFIG_H -DSHELL -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security  -g -O2  /bb.download/source/bash-5.2.15/lib/glob/strmatch.c
rm -f declare.c
gcc -c  -DHAVE_CONFIG_H -DSHELL -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security  -g -O2  /bb.download/source/bash-5.2.15/lib/glob/smatch.c
gcc -c  -DHAVE_CONFIG_H -DSHELL -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security  -g -O2  /bb.download/source/bash-5.2.15/lib/glob/xmbsrtowcs.c
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/bb.build -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -Wno-parentheses -Wno-format-security  -g -O2  /bb.download/source/bash-5.2.15/lib/readline/kill.c
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/bb.build -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -Wno-parentheses -Wno-format-security  -g -O2  /bb.download/source/bash-5.2.15/lib/readline/undo.c
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 shift.c || ( rm -f shift.c ; exit 1 )
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/bb.build -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -Wno-parentheses -Wno-format-security  -g -O2  /bb.download/source/bash-5.2.15/lib/readline/macro.c
gcc -c  -DHAVE_CONFIG_H -DSHELL -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security  -g -O2  /bb.download/source/bash-5.2.15/lib/glob/gmisc.c
rm -f kill.c
./mkbuiltins -D /bb.download/source/bash-5.2.15/builtins /bb.download/source/bash-5.2.15/builtins/source.def
rm -f suspend.o
rm -f test.o
rm -f hash.c
rm -f jobs.c
rm -f mapfile.c
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 source.c || ( rm -f source.c ; exit 1 )
./mkbuiltins -D /bb.download/source/bash-5.2.15/builtins /bb.download/source/bash-5.2.15/builtins/test.def
./mkbuiltins -D /bb.download/source/bash-5.2.15/builtins /bb.download/source/bash-5.2.15/builtins/suspend.def
rm -f times.o
rm -f trap.o
rm -f history.c
rm -f fc.c
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 suspend.c || ( rm -f suspend.c ; exit 1 )
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 test.c || ( rm -f test.c ; exit 1 )
./mkbuiltins -D /bb.download/source/bash-5.2.15/builtins /bb.download/source/bash-5.2.15/builtins/times.def
rm -f type.o
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/pathcanon.c
rm -f help.c
gcc  -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2  -L./lib/termcap -rdynamic -g -O2 -rdynamic -g -O2  -o psize.aux /bb.download/source/bash-5.2.15/builtins/psize.c
rm -f return.c
./mkbuiltins -D /bb.download/source/bash-5.2.15/builtins /bb.download/source/bash-5.2.15/builtins/trap.def
rm -f umask.o
rm -f wait.o
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/pathphys.c
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/tmpfile.c
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 times.c || ( rm -f times.c ; exit 1 )
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/stringlist.c
./mkbuiltins -D /bb.download/source/bash-5.2.15/builtins /bb.download/source/bash-5.2.15/builtins/type.def
gcc -L./lib/termcap -rdynamic -rdynamic -g -O2 man2html.o -o man2html -ldl 		
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 trap.c || ( rm -f trap.c ; exit 1 )
rm -f getopts.o
rm -f shopt.o
./mkbuiltins -D /bb.download/source/bash-5.2.15/builtins /bb.download/source/bash-5.2.15/builtins/wait.def
./mkbuiltins -D /bb.download/source/bash-5.2.15/builtins /bb.download/source/bash-5.2.15/builtins/umask.def
rm -f pushd.c
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/stringvec.c
./mkbuiltins -D /bb.download/source/bash-5.2.15/builtins /bb.download/source/bash-5.2.15/builtins/shopt.def
./mkbuiltins -D /bb.download/source/bash-5.2.15/builtins /bb.download/source/bash-5.2.15/builtins/getopts.def
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/spell.c
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 type.c || ( rm -f type.c ; exit 1 )
rm -f libtilde.a
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 wait.c || ( rm -f wait.c ; exit 1 )
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/shquote.c
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 umask.c || ( rm -f umask.c ; exit 1 )
rm -f printf.o
rm -f input.o
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/strtrans.c
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/snprintf.c
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/mailstat.c
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/fmtulong.c
rm -f -f libtermcap.a
rm -f callback.o
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 shopt.c || ( rm -f shopt.c ; exit 1 )
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 getopts.c || ( rm -f getopts.c ; exit 1 )
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/fmtullong.c
ar cr libtilde.a tilde.o
./mkbuiltins -D /bb.download/source/bash-5.2.15/builtins /bb.download/source/bash-5.2.15/builtins/printf.def
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/bb.build -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -Wno-parentheses -Wno-format-security  -g -O2  /bb.download/source/bash-5.2.15/lib/readline/callback.c
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/fmtumax.c
ar cr libtermcap.a termcap.o tparam.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/bb.build -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -Wno-parentheses -Wno-format-security  -g -O2  /bb.download/source/bash-5.2.15/lib/readline/input.c
rm -f terminal.o
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/zcatfd.c
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 printf.c || ( rm -f printf.c ; exit 1 )
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/zmapfd.c
test -n ":" && : libtilde.a
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/winsize.c
rm -f shift.c
rm -f text.o
rm -f setattr.c
rm -f nls.o
test -n ":" && : libtermcap.a
rm -f misc.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/bb.build -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -Wno-parentheses -Wno-format-security  -g -O2  /bb.download/source/bash-5.2.15/lib/readline/terminal.c
rm -f history.o
rm -f histexpand.o
rm -f getopt.o
make[1]: Leaving directory '/bb.build/lib/tilde'
rm -f source.c
rm -f histfile.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/bb.build -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -Wno-parentheses -Wno-format-security  -g -O2  /bb.download/source/bash-5.2.15/lib/readline/text.c
rm -f bashgetopt.o
rm -f histsearch.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/bb.build -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -Wno-parentheses -Wno-format-security  -g -O2  /bb.download/source/bash-5.2.15/lib/readline/history.c
rm -f libmalloc.a
make[1]: Leaving directory '/bb.build/lib/termcap'
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/bb.build -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -Wno-parentheses -Wno-format-security  -g -O2  /bb.download/source/bash-5.2.15/lib/readline/nls.c
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/bb.build -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -Wno-parentheses -Wno-format-security  -g -O2  /bb.download/source/bash-5.2.15/lib/readline/histexpand.c
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/wcsdup.c
rm -f suspend.c
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/bb.build -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -Wno-parentheses -Wno-format-security  -g -O2  /bb.download/source/bash-5.2.15/lib/readline/misc.c
make[1]: Leaving directory '/bb.build/support'
rm -f test.c
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 /bb.download/source/bash-5.2.15/builtins/getopt.c
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 /bb.download/source/bash-5.2.15/builtins/bashgetopt.c
rm -f complete.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/bb.build -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -Wno-parentheses -Wno-format-security  -g -O2  /bb.download/source/bash-5.2.15/lib/readline/histsearch.c
ar cr libmalloc.a malloc.o  trace.o stats.o table.o watch.o
rm -f shell.o
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/fpurge.c
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/zgetline.c
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/mbscmp.c
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/bb.build -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -Wno-parentheses -Wno-format-security  -g -O2  /bb.download/source/bash-5.2.15/lib/readline/histfile.c
rm -f savestring.o
rm -f read.c
rm -f set.c
./mkbuiltins -D /bb.download/source/bash-5.2.15/builtins /bb.download/source/bash-5.2.15/builtins/complete.def
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/bb.build -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -Wno-parentheses -Wno-format-security  -g -O2  /bb.download/source/bash-5.2.15/lib/readline/shell.c
test -n ":" && : libmalloc.a
rm -f times.c
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/bb.build -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -Wno-parentheses -Wno-format-security  -g -O2  /bb.download/source/bash-5.2.15/lib/readline/savestring.c
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/uconvert.c
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/ufuncs.c
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/casemod.c
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/input_avail.c
rm -f trap.c
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/mbscasecmp.c
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/fnxform.c
rm -f mbutil.o
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/unicode.c
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/shmbchar.c
/bin/sh /bb.download/source/bash-5.2.15/builtins/psize.sh > pipesize.h
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 complete.c || ( rm -f complete.c ; exit 1 )
make[1]: Leaving directory '/bb.build/lib/malloc'
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/strvis.c
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/bb.build -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -Wno-parentheses -Wno-format-security  -g -O2  /bb.download/source/bash-5.2.15/lib/readline/mbutil.c
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/utf8.c
rm -f wait.c
rm -f umask.c
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/random.c
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/gettimeofday.c
rm -f getopts.c
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/timers.c
rm -f type.c
rm -f y.tab.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/y.tab.c
rm -f tilde.o
rm -f colors.o
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/wcsnwidth.c
rm -f shopt.c
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/mbschr.c
rm -f parse-colors.o
gcc -DHAVE_CONFIG_H -DSHELL   -I. -I/bb.build -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -Wno-parentheses -Wno-format-security  -g -O2  -DREADLINE_LIBRARY -c /bb.download/source/bash-5.2.15/lib/readline/tilde.c
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/bb.build -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -Wno-parentheses -Wno-format-security  -g -O2  /bb.download/source/bash-5.2.15/lib/readline/colors.c
gcc -c   -I. -I../.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib/sh  -DHAVE_CONFIG_H -DSHELL  -Wno-parentheses -Wno-format-security -g -O2   /bb.download/source/bash-5.2.15/lib/sh/strtoimax.c
rm -f xmalloc.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/bb.build -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -Wno-parentheses -Wno-format-security  -g -O2  /bb.download/source/bash-5.2.15/lib/readline/parse-colors.c
rm -f xfree.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/bb.build -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -Wno-parentheses -Wno-format-security  -g -O2  /bb.download/source/bash-5.2.15/lib/readline/xmalloc.c
rm -f compat.o
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/bb.build -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -Wno-parentheses -Wno-format-security  -g -O2  /bb.download/source/bash-5.2.15/lib/readline/xfree.c
rm -f -f libglob.a
gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/bb.build -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -Wno-parentheses -Wno-format-security  -g -O2  /bb.download/source/bash-5.2.15/lib/readline/compat.c
ar cr libglob.a glob.o strmatch.o smatch.o xmbsrtowcs.o gmisc.o
test -n ":" && : libglob.a
make[1]: Leaving directory '/bb.build/lib/glob'
rm -f libsh.a
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 strvis.o utf8.o random.o gettimeofday.o timers.o wcsnwidth.o mbschr.o strtoimax.o
test -n ":" && : libsh.a
make[1]: Leaving directory '/bb.build/lib/sh'
rm -f complete.c
rm -f printf.c
rm -f libreadline.a
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 
test -n ":" && : libreadline.a
make[1]: Leaving directory '/bb.build/lib/readline'
making lib/readline/libhistory.a in ./lib/readline
make[1]: Entering directory '/bb.build/lib/readline'
rm -f libhistory.a
ar cr libhistory.a history.o histexpand.o histfile.o histsearch.o shell.o savestring.o mbutil.o xmalloc.o xfree.o
test -n ":" && : libhistory.a
make[1]: Leaving directory '/bb.build/lib/readline'
rm -f ulimit.o
./mkbuiltins -D /bb.download/source/bash-5.2.15/builtins /bb.download/source/bash-5.2.15/builtins/ulimit.def
gcc -c   -DHAVE_CONFIG_H -DSHELL  -I. -I..  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins  -Wno-parentheses -Wno-format-security   -g -O2 ulimit.c || ( rm -f ulimit.c ; exit 1 )
rm -f ulimit.c
rm -f libbuiltins.a
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
: libbuiltins.a
make[1]: Leaving directory '/bb.build/builtins'
make[1]: Entering directory '/bb.build/builtins'
make[1]: 'pipesize.h' is up to date.
make[1]: Leaving directory '/bb.build/builtins'
rm -f redir.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/redir.c
rm -f bash
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   -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 
ls -l bash
-rwxr-xr-x 1 root root 4442024 Dec  9 00:19 bash
size bash
Stderr
make[1]: warning: -j16 forced in submake: resetting jobserver mode.
make[1]: warning: -j16 forced in submake: resetting jobserver mode.
make[1]: warning: -j16 forced in submake: resetting jobserver mode.
make[1]: warning: -j16 forced in submake: resetting jobserver mode.
make[1]: warning: -j16 forced in submake: resetting jobserver mode.
make[1]: warning: -j16 forced in submake: resetting jobserver mode.
make[1]: warning: -j16 forced in submake: resetting jobserver mode.
make[1]: warning: -j16 forced in submake: resetting jobserver mode.
make[1]: warning: -j16 forced in submake: resetting jobserver mode.
/bb.download/source/bash-5.2.15/lib/termcap/tparam.c: In function 'memory_out':
/bb.download/source/bash-5.2.15/lib/termcap/tparam.c:67:3: warning: implicit declaration of function 'write' [-Wimplicit-function-declaration]
   67 |   write (2, "virtual memory exhausted\n", 25);
      |   ^~~~~
/bb.download/source/bash-5.2.15/lib/sh/random.c: In function 'genseed':
/bb.download/source/bash-5.2.15/lib/sh/random.c:93:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   93 |   iv = (u_bits32_t)seedrand;            /* let the compiler truncate */
      |        ^
make[1]: warning: -j16 forced in submake: resetting jobserver mode.
make[1]: warning: -j16 forced in submake: resetting jobserver mode.
/usr/bin/ld: ./lib/sh/libsh.a(tmpfile.o): in function `sh_mktmpname':
/bb.download/source/bash-5.2.15/lib/sh/tmpfile.c:160:(.text+0x17f): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
make: size: No such file or directory
make: [Makefile:597: bash] Error 127 (ignored)
make install
Result = 0
Working Dir = /bb.build
Stdout
rm -f execute_cmd.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/execute_cmd.c
rm -f y.tab.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/y.tab.c
rm -f print_cmd.o
gcc  -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"' -DCONF_VENDOR='"pc"' -DLOCALEDIR='"/BuggyBox/bash/5.2.15/bootstrap/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H   -I.  -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/include -I/bb.download/source/bash-5.2.15/lib  -Wno-parentheses -Wno-format-security   -g -O2 -c /bb.download/source/bash-5.2.15/print_cmd.c
make[1]: Entering directory '/bb.build/builtins'
make[1]: 'pipesize.h' is up to date.
make[1]: Leaving directory '/bb.build/builtins'

	  ***********************************************************
	  *                                                         *
	  * GNU bash, version 5.2.15(1)-release (x86_64-pc-linux-gnu)
	  *                                                         *
	  ***********************************************************

rm -f bash
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   -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 
ls -l bash
-rwxr-xr-x 1 root root 4442024 Dec  9 00:19 bash
size bash
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/bin
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/share/man/man1
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/share/info
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/share/doc/bash
( cd ./po/ ; /BuggyBox/make/4.4/bootstrap/bin/make  DESTDIR= installdirs )
make[1]: Entering directory '/bb.build/po'
/bin/sh /bb.download/source/bash-5.2.15/support/mkinstalldirs /BuggyBox/bash/5.2.15/bootstrap/share
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/share/locale/en@quot/LC_MESSAGES
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/share/locale/en@boldquot/LC_MESSAGES
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/share/locale/af/LC_MESSAGES
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/share/locale/bg/LC_MESSAGES
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/share/locale/ca/LC_MESSAGES
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/share/locale/cs/LC_MESSAGES
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/share/locale/da/LC_MESSAGES
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/share/locale/de/LC_MESSAGES
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/share/locale/el/LC_MESSAGES
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/share/locale/eo/LC_MESSAGES
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/share/locale/es/LC_MESSAGES
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/share/locale/et/LC_MESSAGES
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/share/locale/fi/LC_MESSAGES
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/share/locale/fr/LC_MESSAGES
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/share/locale/ga/LC_MESSAGES
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/share/locale/gl/LC_MESSAGES
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/share/locale/hr/LC_MESSAGES
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/share/locale/hu/LC_MESSAGES
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/share/locale/id/LC_MESSAGES
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/share/locale/it/LC_MESSAGES
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/share/locale/ja/LC_MESSAGES
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/share/locale/ko/LC_MESSAGES
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/share/locale/lt/LC_MESSAGES
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/share/locale/nb/LC_MESSAGES
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/share/locale/nl/LC_MESSAGES
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/share/locale/pl/LC_MESSAGES
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/share/locale/pt/LC_MESSAGES
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/share/locale/pt_BR/LC_MESSAGES
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/share/locale/ro/LC_MESSAGES
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/share/locale/ru/LC_MESSAGES
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/share/locale/sk/LC_MESSAGES
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/share/locale/sl/LC_MESSAGES
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/share/locale/sr/LC_MESSAGES
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/share/locale/sv/LC_MESSAGES
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/share/locale/tr/LC_MESSAGES
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/share/locale/uk/LC_MESSAGES
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/share/locale/vi/LC_MESSAGES
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/share/locale/zh_CN/LC_MESSAGES
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/share/locale/zh_TW/LC_MESSAGES
if test "bash" = "gettext-tools"; then \
  /bin/sh /bb.download/source/bash-5.2.15/support/mkinstalldirs /BuggyBox/bash/5.2.15/bootstrap/share/gettext/po; \
else \
  : ; \
fi
make[1]: Leaving directory '/bb.build/po'
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 0755 bash /BuggyBox/bash/5.2.15/bootstrap/bin/bash
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 0555 bashbug /BuggyBox/bash/5.2.15/bootstrap/bin/bashbug
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/bash-5.2.15/CHANGES /bb.download/source/bash-5.2.15/COMPAT /bb.download/source/bash-5.2.15/NEWS /bb.download/source/bash-5.2.15/POSIX /bb.download/source/bash-5.2.15/RBASH /bb.download/source/bash-5.2.15/README /BuggyBox/bash/5.2.15/bootstrap/share/doc/bash
( cd ./doc ; /BuggyBox/make/4.4/bootstrap/bin/make  \
	man1dir=/BuggyBox/bash/5.2.15/bootstrap/share/man/man1 man1ext=.1 \
	man3dir=/BuggyBox/bash/5.2.15/bootstrap/share/man/man3 man3ext=.3 \
	infodir=/BuggyBox/bash/5.2.15/bootstrap/share/info htmldir=/BuggyBox/bash/5.2.15/bootstrap/share/doc/bash DESTDIR= install )
make[1]: Entering directory '/bb.build/doc'
/bin/sh /bb.download/source/bash-5.2.15/support/mkinstalldirs /BuggyBox/bash/5.2.15/bootstrap/share/man/man1
/bin/sh /bb.download/source/bash-5.2.15/support/mkinstalldirs /BuggyBox/bash/5.2.15/bootstrap/share/info
/bin/sh /bb.download/source/bash-5.2.15/support/mkinstalldirs /BuggyBox/bash/5.2.15/bootstrap/share/doc/bash
if test -n "/BuggyBox/bash/5.2.15/bootstrap/share/doc/bash" ; then \
	/bin/sh /bb.download/source/bash-5.2.15/support/mkinstalldirs /BuggyBox/bash/5.2.15/bootstrap/share/doc/bash ; \
fi
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/bash-5.2.15/doc/bash.1 /BuggyBox/bash/5.2.15/bootstrap/share/man/man1/bash.1
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/bash-5.2.15/doc/bashbug.1 /BuggyBox/bash/5.2.15/bootstrap/share/man/man1/bashbug.1
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/bash-5.2.15/doc/FAQ /bb.download/source/bash-5.2.15/doc/INTRO /BuggyBox/bash/5.2.15/bootstrap/share/doc/bash
if test -f bash.info; then d=.; else d=/bb.download/source/bash-5.2.15/doc; fi; \
  /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 $d/bash.info /BuggyBox/bash/5.2.15/bootstrap/share/info/bash.info
if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \
	install-info --dir-file=/BuggyBox/bash/5.2.15/bootstrap/share/info/dir /BuggyBox/bash/5.2.15/bootstrap/share/info/bash.info; \
else true; fi
if test -n "/BuggyBox/bash/5.2.15/bootstrap/share/doc/bash" ; then \
	/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/bash-5.2.15/doc/bash.html /BuggyBox/bash/5.2.15/bootstrap/share/doc/bash ; \
	/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/bash-5.2.15/doc/bashref.html /BuggyBox/bash/5.2.15/bootstrap/share/doc/bash ; \
fi
make[1]: Leaving directory '/bb.build/doc'
( cd ./builtins ; /BuggyBox/make/4.4/bootstrap/bin/make  DESTDIR= install )
make[1]: Entering directory '/bb.build/builtins'
make[1]: Nothing to be done for 'install'.
make[1]: Leaving directory '/bb.build/builtins'
( cd ./po/ ; /BuggyBox/make/4.4/bootstrap/bin/make  DESTDIR= install )
make[1]: Entering directory '/bb.build/po'
test -z "en@quot.gmo en@boldquot.gmo af.gmo bg.gmo ca.gmo cs.gmo da.gmo de.gmo el.gmo eo.gmo es.gmo et.gmo fi.gmo fr.gmo ga.gmo gl.gmo hr.gmo hu.gmo id.gmo it.gmo ja.gmo ko.gmo lt.gmo nb.gmo nl.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo sk.gmo sl.gmo sr.gmo sv.gmo tr.gmo uk.gmo vi.gmo zh_CN.gmo zh_TW.gmo" || /BuggyBox/make/4.4/bootstrap/bin/make en@quot.gmo en@boldquot.gmo af.gmo bg.gmo ca.gmo cs.gmo da.gmo de.gmo el.gmo eo.gmo es.gmo et.gmo fi.gmo fr.gmo ga.gmo gl.gmo hr.gmo hu.gmo id.gmo it.gmo ja.gmo ko.gmo lt.gmo nb.gmo nl.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo sk.gmo sl.gmo sr.gmo sv.gmo tr.gmo uk.gmo vi.gmo zh_CN.gmo zh_TW.gmo
touch stamp-po
/bin/sh /bb.download/source/bash-5.2.15/support/mkinstalldirs /BuggyBox/bash/5.2.15/bootstrap/share
installing /bb.download/source/bash-5.2.15/po/en@quot.gmo as /BuggyBox/bash/5.2.15/bootstrap/share/locale/en@quot/LC_MESSAGES/bash.mo
installing /bb.download/source/bash-5.2.15/po/en@boldquot.gmo as /BuggyBox/bash/5.2.15/bootstrap/share/locale/en@boldquot/LC_MESSAGES/bash.mo
installing /bb.download/source/bash-5.2.15/po/af.gmo as /BuggyBox/bash/5.2.15/bootstrap/share/locale/af/LC_MESSAGES/bash.mo
installing /bb.download/source/bash-5.2.15/po/bg.gmo as /BuggyBox/bash/5.2.15/bootstrap/share/locale/bg/LC_MESSAGES/bash.mo
installing /bb.download/source/bash-5.2.15/po/ca.gmo as /BuggyBox/bash/5.2.15/bootstrap/share/locale/ca/LC_MESSAGES/bash.mo
installing /bb.download/source/bash-5.2.15/po/cs.gmo as /BuggyBox/bash/5.2.15/bootstrap/share/locale/cs/LC_MESSAGES/bash.mo
installing /bb.download/source/bash-5.2.15/po/da.gmo as /BuggyBox/bash/5.2.15/bootstrap/share/locale/da/LC_MESSAGES/bash.mo
installing /bb.download/source/bash-5.2.15/po/de.gmo as /BuggyBox/bash/5.2.15/bootstrap/share/locale/de/LC_MESSAGES/bash.mo
installing /bb.download/source/bash-5.2.15/po/el.gmo as /BuggyBox/bash/5.2.15/bootstrap/share/locale/el/LC_MESSAGES/bash.mo
installing /bb.download/source/bash-5.2.15/po/eo.gmo as /BuggyBox/bash/5.2.15/bootstrap/share/locale/eo/LC_MESSAGES/bash.mo
installing /bb.download/source/bash-5.2.15/po/es.gmo as /BuggyBox/bash/5.2.15/bootstrap/share/locale/es/LC_MESSAGES/bash.mo
installing /bb.download/source/bash-5.2.15/po/et.gmo as /BuggyBox/bash/5.2.15/bootstrap/share/locale/et/LC_MESSAGES/bash.mo
installing /bb.download/source/bash-5.2.15/po/fi.gmo as /BuggyBox/bash/5.2.15/bootstrap/share/locale/fi/LC_MESSAGES/bash.mo
installing /bb.download/source/bash-5.2.15/po/fr.gmo as /BuggyBox/bash/5.2.15/bootstrap/share/locale/fr/LC_MESSAGES/bash.mo
installing /bb.download/source/bash-5.2.15/po/ga.gmo as /BuggyBox/bash/5.2.15/bootstrap/share/locale/ga/LC_MESSAGES/bash.mo
installing /bb.download/source/bash-5.2.15/po/gl.gmo as /BuggyBox/bash/5.2.15/bootstrap/share/locale/gl/LC_MESSAGES/bash.mo
installing /bb.download/source/bash-5.2.15/po/hr.gmo as /BuggyBox/bash/5.2.15/bootstrap/share/locale/hr/LC_MESSAGES/bash.mo
installing /bb.download/source/bash-5.2.15/po/hu.gmo as /BuggyBox/bash/5.2.15/bootstrap/share/locale/hu/LC_MESSAGES/bash.mo
installing /bb.download/source/bash-5.2.15/po/id.gmo as /BuggyBox/bash/5.2.15/bootstrap/share/locale/id/LC_MESSAGES/bash.mo
installing /bb.download/source/bash-5.2.15/po/it.gmo as /BuggyBox/bash/5.2.15/bootstrap/share/locale/it/LC_MESSAGES/bash.mo
installing /bb.download/source/bash-5.2.15/po/ja.gmo as /BuggyBox/bash/5.2.15/bootstrap/share/locale/ja/LC_MESSAGES/bash.mo
installing /bb.download/source/bash-5.2.15/po/ko.gmo as /BuggyBox/bash/5.2.15/bootstrap/share/locale/ko/LC_MESSAGES/bash.mo
installing /bb.download/source/bash-5.2.15/po/lt.gmo as /BuggyBox/bash/5.2.15/bootstrap/share/locale/lt/LC_MESSAGES/bash.mo
installing /bb.download/source/bash-5.2.15/po/nb.gmo as /BuggyBox/bash/5.2.15/bootstrap/share/locale/nb/LC_MESSAGES/bash.mo
installing /bb.download/source/bash-5.2.15/po/nl.gmo as /BuggyBox/bash/5.2.15/bootstrap/share/locale/nl/LC_MESSAGES/bash.mo
installing /bb.download/source/bash-5.2.15/po/pl.gmo as /BuggyBox/bash/5.2.15/bootstrap/share/locale/pl/LC_MESSAGES/bash.mo
installing /bb.download/source/bash-5.2.15/po/pt.gmo as /BuggyBox/bash/5.2.15/bootstrap/share/locale/pt/LC_MESSAGES/bash.mo
installing /bb.download/source/bash-5.2.15/po/pt_BR.gmo as /BuggyBox/bash/5.2.15/bootstrap/share/locale/pt_BR/LC_MESSAGES/bash.mo
installing /bb.download/source/bash-5.2.15/po/ro.gmo as /BuggyBox/bash/5.2.15/bootstrap/share/locale/ro/LC_MESSAGES/bash.mo
installing /bb.download/source/bash-5.2.15/po/ru.gmo as /BuggyBox/bash/5.2.15/bootstrap/share/locale/ru/LC_MESSAGES/bash.mo
installing /bb.download/source/bash-5.2.15/po/sk.gmo as /BuggyBox/bash/5.2.15/bootstrap/share/locale/sk/LC_MESSAGES/bash.mo
installing /bb.download/source/bash-5.2.15/po/sl.gmo as /BuggyBox/bash/5.2.15/bootstrap/share/locale/sl/LC_MESSAGES/bash.mo
installing /bb.download/source/bash-5.2.15/po/sr.gmo as /BuggyBox/bash/5.2.15/bootstrap/share/locale/sr/LC_MESSAGES/bash.mo
installing /bb.download/source/bash-5.2.15/po/sv.gmo as /BuggyBox/bash/5.2.15/bootstrap/share/locale/sv/LC_MESSAGES/bash.mo
installing /bb.download/source/bash-5.2.15/po/tr.gmo as /BuggyBox/bash/5.2.15/bootstrap/share/locale/tr/LC_MESSAGES/bash.mo
installing /bb.download/source/bash-5.2.15/po/uk.gmo as /BuggyBox/bash/5.2.15/bootstrap/share/locale/uk/LC_MESSAGES/bash.mo
installing /bb.download/source/bash-5.2.15/po/vi.gmo as /BuggyBox/bash/5.2.15/bootstrap/share/locale/vi/LC_MESSAGES/bash.mo
installing /bb.download/source/bash-5.2.15/po/zh_CN.gmo as /BuggyBox/bash/5.2.15/bootstrap/share/locale/zh_CN/LC_MESSAGES/bash.mo
installing /bb.download/source/bash-5.2.15/po/zh_TW.gmo as /BuggyBox/bash/5.2.15/bootstrap/share/locale/zh_TW/LC_MESSAGES/bash.mo
if test "bash" = "gettext-tools"; then \
  /bin/sh /bb.download/source/bash-5.2.15/support/mkinstalldirs /BuggyBox/bash/5.2.15/bootstrap/share/gettext/po; \
  for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
    /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/bash-5.2.15/po/$file \
		    /BuggyBox/bash/5.2.15/bootstrap/share/gettext/po/$file; \
  done; \
  for file in Makevars; do \
    rm -f /BuggyBox/bash/5.2.15/bootstrap/share/gettext/po/$file; \
  done; \
else \
  : ; \
fi
make[1]: Leaving directory '/bb.build/po'
( cd /bb.build/examples/loadables && /BuggyBox/make/4.4/bootstrap/bin/make  DESTDIR= install )
make[1]: Entering directory '/bb.build/examples/loadables'
gcc -fPIC -DHAVE_CONFIG_H -DSHELL   -g -O2 -Wno-parentheses -Wno-format-security -I. -I.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins -I/bb.download/source/bash-5.2.15/examples/loadables -I/bb.download/source/bash-5.2.15/include -I/bb.build -I/bb.build/lib -I/bb.build/builtins  -c -o print.o /bb.download/source/bash-5.2.15/examples/loadables/print.c
gcc -shared -Wl,-soname,print  -L./lib/termcap  -o print print.o 
gcc -fPIC -DHAVE_CONFIG_H -DSHELL   -g -O2 -Wno-parentheses -Wno-format-security -I. -I.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins -I/bb.download/source/bash-5.2.15/examples/loadables -I/bb.download/source/bash-5.2.15/include -I/bb.build -I/bb.build/lib -I/bb.build/builtins  -c -o truefalse.o /bb.download/source/bash-5.2.15/examples/loadables/truefalse.c
gcc -shared -Wl,-soname,truefalse  -L./lib/termcap  -o truefalse truefalse.o 
gcc -fPIC -DHAVE_CONFIG_H -DSHELL   -g -O2 -Wno-parentheses -Wno-format-security -I. -I.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins -I/bb.download/source/bash-5.2.15/examples/loadables -I/bb.download/source/bash-5.2.15/include -I/bb.build -I/bb.build/lib -I/bb.build/builtins  -c -o sleep.o /bb.download/source/bash-5.2.15/examples/loadables/sleep.c
gcc -shared -Wl,-soname,sleep  -L./lib/termcap  -o sleep sleep.o 
gcc -fPIC -DHAVE_CONFIG_H -DSHELL   -g -O2 -Wno-parentheses -Wno-format-security -I. -I.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins -I/bb.download/source/bash-5.2.15/examples/loadables -I/bb.download/source/bash-5.2.15/include -I/bb.build -I/bb.build/lib -I/bb.build/builtins  -c -o finfo.o /bb.download/source/bash-5.2.15/examples/loadables/finfo.c
gcc -shared -Wl,-soname,finfo  -L./lib/termcap  -o finfo finfo.o 
gcc -fPIC -DHAVE_CONFIG_H -DSHELL   -g -O2 -Wno-parentheses -Wno-format-security -I. -I.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins -I/bb.download/source/bash-5.2.15/examples/loadables -I/bb.download/source/bash-5.2.15/include -I/bb.build -I/bb.build/lib -I/bb.build/builtins  -c -o logname.o /bb.download/source/bash-5.2.15/examples/loadables/logname.c
gcc -shared -Wl,-soname,logname  -L./lib/termcap  -o logname logname.o 
gcc -fPIC -DHAVE_CONFIG_H -DSHELL   -g -O2 -Wno-parentheses -Wno-format-security -I. -I.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins -I/bb.download/source/bash-5.2.15/examples/loadables -I/bb.download/source/bash-5.2.15/include -I/bb.build -I/bb.build/lib -I/bb.build/builtins  -c -o basename.o /bb.download/source/bash-5.2.15/examples/loadables/basename.c
gcc -shared -Wl,-soname,basename  -L./lib/termcap  -o basename basename.o 
gcc -fPIC -DHAVE_CONFIG_H -DSHELL   -g -O2 -Wno-parentheses -Wno-format-security -I. -I.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins -I/bb.download/source/bash-5.2.15/examples/loadables -I/bb.download/source/bash-5.2.15/include -I/bb.build -I/bb.build/lib -I/bb.build/builtins  -c -o dirname.o /bb.download/source/bash-5.2.15/examples/loadables/dirname.c
gcc -shared -Wl,-soname,dirname  -L./lib/termcap  -o dirname dirname.o 
gcc -fPIC -DHAVE_CONFIG_H -DSHELL   -g -O2 -Wno-parentheses -Wno-format-security -I. -I.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins -I/bb.download/source/bash-5.2.15/examples/loadables -I/bb.download/source/bash-5.2.15/include -I/bb.build -I/bb.build/lib -I/bb.build/builtins  -c -o fdflags.o /bb.download/source/bash-5.2.15/examples/loadables/fdflags.c
gcc -shared -Wl,-soname,fdflags  -L./lib/termcap  -o fdflags fdflags.o 
gcc -fPIC -DHAVE_CONFIG_H -DSHELL   -g -O2 -Wno-parentheses -Wno-format-security -I. -I.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins -I/bb.download/source/bash-5.2.15/examples/loadables -I/bb.download/source/bash-5.2.15/include -I/bb.build -I/bb.build/lib -I/bb.build/builtins  -c -o tty.o /bb.download/source/bash-5.2.15/examples/loadables/tty.c
gcc -shared -Wl,-soname,tty  -L./lib/termcap  -o tty tty.o 
gcc -fPIC -DHAVE_CONFIG_H -DSHELL   -g -O2 -Wno-parentheses -Wno-format-security -I. -I.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins -I/bb.download/source/bash-5.2.15/examples/loadables -I/bb.download/source/bash-5.2.15/include -I/bb.build -I/bb.build/lib -I/bb.build/builtins  -c -o pathchk.o /bb.download/source/bash-5.2.15/examples/loadables/pathchk.c
gcc -shared -Wl,-soname,pathchk  -L./lib/termcap  -o pathchk pathchk.o 
gcc -fPIC -DHAVE_CONFIG_H -DSHELL   -g -O2 -Wno-parentheses -Wno-format-security -I. -I.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins -I/bb.download/source/bash-5.2.15/examples/loadables -I/bb.download/source/bash-5.2.15/include -I/bb.build -I/bb.build/lib -I/bb.build/builtins  -c -o tee.o /bb.download/source/bash-5.2.15/examples/loadables/tee.c
gcc -shared -Wl,-soname,tee  -L./lib/termcap  -o tee tee.o 
gcc -fPIC -DHAVE_CONFIG_H -DSHELL   -g -O2 -Wno-parentheses -Wno-format-security -I. -I.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins -I/bb.download/source/bash-5.2.15/examples/loadables -I/bb.download/source/bash-5.2.15/include -I/bb.build -I/bb.build/lib -I/bb.build/builtins  -c -o head.o /bb.download/source/bash-5.2.15/examples/loadables/head.c
gcc -shared -Wl,-soname,head  -L./lib/termcap  -o head head.o 
gcc -fPIC -DHAVE_CONFIG_H -DSHELL   -g -O2 -Wno-parentheses -Wno-format-security -I. -I.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins -I/bb.download/source/bash-5.2.15/examples/loadables -I/bb.download/source/bash-5.2.15/include -I/bb.build -I/bb.build/lib -I/bb.build/builtins  -c -o mkdir.o /bb.download/source/bash-5.2.15/examples/loadables/mkdir.c
gcc -shared -Wl,-soname,mkdir  -L./lib/termcap  -o mkdir mkdir.o 
gcc -fPIC -DHAVE_CONFIG_H -DSHELL   -g -O2 -Wno-parentheses -Wno-format-security -I. -I.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins -I/bb.download/source/bash-5.2.15/examples/loadables -I/bb.download/source/bash-5.2.15/include -I/bb.build -I/bb.build/lib -I/bb.build/builtins  -c -o rmdir.o /bb.download/source/bash-5.2.15/examples/loadables/rmdir.c
gcc -shared -Wl,-soname,rmdir  -L./lib/termcap  -o rmdir rmdir.o 
gcc -fPIC -DHAVE_CONFIG_H -DSHELL   -g -O2 -Wno-parentheses -Wno-format-security -I. -I.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins -I/bb.download/source/bash-5.2.15/examples/loadables -I/bb.download/source/bash-5.2.15/include -I/bb.build -I/bb.build/lib -I/bb.build/builtins  -c -o mkfifo.o /bb.download/source/bash-5.2.15/examples/loadables/mkfifo.c
gcc -shared -Wl,-soname,mkfifo  -L./lib/termcap  -o mkfifo mkfifo.o 
gcc -fPIC -DHAVE_CONFIG_H -DSHELL   -g -O2 -Wno-parentheses -Wno-format-security -I. -I.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins -I/bb.download/source/bash-5.2.15/examples/loadables -I/bb.download/source/bash-5.2.15/include -I/bb.build -I/bb.build/lib -I/bb.build/builtins  -c -o mktemp.o /bb.download/source/bash-5.2.15/examples/loadables/mktemp.c
gcc -shared -Wl,-soname,mktemp  -L./lib/termcap  -o mktemp mktemp.o 
gcc -fPIC -DHAVE_CONFIG_H -DSHELL   -g -O2 -Wno-parentheses -Wno-format-security -I. -I.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins -I/bb.download/source/bash-5.2.15/examples/loadables -I/bb.download/source/bash-5.2.15/include -I/bb.build -I/bb.build/lib -I/bb.build/builtins  -c -o printenv.o /bb.download/source/bash-5.2.15/examples/loadables/printenv.c
gcc -shared -Wl,-soname,printenv  -L./lib/termcap  -o printenv printenv.o 
gcc -fPIC -DHAVE_CONFIG_H -DSHELL   -g -O2 -Wno-parentheses -Wno-format-security -I. -I.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins -I/bb.download/source/bash-5.2.15/examples/loadables -I/bb.download/source/bash-5.2.15/include -I/bb.build -I/bb.build/lib -I/bb.build/builtins  -c -o id.o /bb.download/source/bash-5.2.15/examples/loadables/id.c
gcc -shared -Wl,-soname,id  -L./lib/termcap  -o id id.o 
gcc -fPIC -DHAVE_CONFIG_H -DSHELL   -g -O2 -Wno-parentheses -Wno-format-security -I. -I.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins -I/bb.download/source/bash-5.2.15/examples/loadables -I/bb.download/source/bash-5.2.15/include -I/bb.build -I/bb.build/lib -I/bb.build/builtins  -c -o whoami.o /bb.download/source/bash-5.2.15/examples/loadables/whoami.c
gcc -shared -Wl,-soname,whoami  -L./lib/termcap  -o whoami whoami.o 
gcc -fPIC -DHAVE_CONFIG_H -DSHELL   -g -O2 -Wno-parentheses -Wno-format-security -I. -I.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins -I/bb.download/source/bash-5.2.15/examples/loadables -I/bb.download/source/bash-5.2.15/include -I/bb.build -I/bb.build/lib -I/bb.build/builtins  -c -o uname.o /bb.download/source/bash-5.2.15/examples/loadables/uname.c
gcc -shared -Wl,-soname,uname  -L./lib/termcap  -o uname uname.o 
gcc -fPIC -DHAVE_CONFIG_H -DSHELL   -g -O2 -Wno-parentheses -Wno-format-security -I. -I.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins -I/bb.download/source/bash-5.2.15/examples/loadables -I/bb.download/source/bash-5.2.15/include -I/bb.build -I/bb.build/lib -I/bb.build/builtins  -c -o sync.o /bb.download/source/bash-5.2.15/examples/loadables/sync.c
gcc -shared -Wl,-soname,sync  -L./lib/termcap  -o sync sync.o 
gcc -fPIC -DHAVE_CONFIG_H -DSHELL   -g -O2 -Wno-parentheses -Wno-format-security -I. -I.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins -I/bb.download/source/bash-5.2.15/examples/loadables -I/bb.download/source/bash-5.2.15/include -I/bb.build -I/bb.build/lib -I/bb.build/builtins  -c -o push.o /bb.download/source/bash-5.2.15/examples/loadables/push.c
gcc -shared -Wl,-soname,push  -L./lib/termcap  -o push push.o 
gcc -fPIC -DHAVE_CONFIG_H -DSHELL   -g -O2 -Wno-parentheses -Wno-format-security -I. -I.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins -I/bb.download/source/bash-5.2.15/examples/loadables -I/bb.download/source/bash-5.2.15/include -I/bb.build -I/bb.build/lib -I/bb.build/builtins  -c -o ln.o /bb.download/source/bash-5.2.15/examples/loadables/ln.c
gcc -shared -Wl,-soname,ln  -L./lib/termcap  -o ln ln.o 
gcc -fPIC -DHAVE_CONFIG_H -DSHELL   -g -O2 -Wno-parentheses -Wno-format-security -I. -I.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins -I/bb.download/source/bash-5.2.15/examples/loadables -I/bb.download/source/bash-5.2.15/include -I/bb.build -I/bb.build/lib -I/bb.build/builtins  -c -o unlink.o /bb.download/source/bash-5.2.15/examples/loadables/unlink.c
gcc -shared -Wl,-soname,unlink  -L./lib/termcap  -o unlink unlink.o 
gcc -fPIC -DHAVE_CONFIG_H -DSHELL   -g -O2 -Wno-parentheses -Wno-format-security -I. -I.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins -I/bb.download/source/bash-5.2.15/examples/loadables -I/bb.download/source/bash-5.2.15/include -I/bb.build -I/bb.build/lib -I/bb.build/builtins  -c -o realpath.o /bb.download/source/bash-5.2.15/examples/loadables/realpath.c
gcc -shared -Wl,-soname,realpath  -L./lib/termcap  -o realpath realpath.o 
gcc -fPIC -DHAVE_CONFIG_H -DSHELL   -g -O2 -Wno-parentheses -Wno-format-security -I. -I.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins -I/bb.download/source/bash-5.2.15/examples/loadables -I/bb.download/source/bash-5.2.15/include -I/bb.build -I/bb.build/lib -I/bb.build/builtins  -c -o strftime.o /bb.download/source/bash-5.2.15/examples/loadables/strftime.c
gcc -shared -Wl,-soname,strftime  -L./lib/termcap  -o strftime strftime.o 
gcc -fPIC -DHAVE_CONFIG_H -DSHELL   -g -O2 -Wno-parentheses -Wno-format-security -I. -I.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins -I/bb.download/source/bash-5.2.15/examples/loadables -I/bb.download/source/bash-5.2.15/include -I/bb.build -I/bb.build/lib -I/bb.build/builtins  -c -o mypid.o /bb.download/source/bash-5.2.15/examples/loadables/mypid.c
gcc -shared -Wl,-soname,mypid  -L./lib/termcap  -o mypid mypid.o 
gcc -fPIC -DHAVE_CONFIG_H -DSHELL   -g -O2 -Wno-parentheses -Wno-format-security -I. -I.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins -I/bb.download/source/bash-5.2.15/examples/loadables -I/bb.download/source/bash-5.2.15/include -I/bb.build -I/bb.build/lib -I/bb.build/builtins  -c -o setpgid.o /bb.download/source/bash-5.2.15/examples/loadables/setpgid.c
gcc -shared -Wl,-soname,setpgid  -L./lib/termcap  -o setpgid setpgid.o 
gcc -fPIC -DHAVE_CONFIG_H -DSHELL   -g -O2 -Wno-parentheses -Wno-format-security -I. -I.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins -I/bb.download/source/bash-5.2.15/examples/loadables -I/bb.download/source/bash-5.2.15/include -I/bb.build -I/bb.build/lib -I/bb.build/builtins  -c -o seq.o /bb.download/source/bash-5.2.15/examples/loadables/seq.c
gcc -shared -Wl,-soname,seq  -L./lib/termcap  -o seq seq.o 
gcc -fPIC -DHAVE_CONFIG_H -DSHELL   -g -O2 -Wno-parentheses -Wno-format-security -I. -I.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins -I/bb.download/source/bash-5.2.15/examples/loadables -I/bb.download/source/bash-5.2.15/include -I/bb.build -I/bb.build/lib -I/bb.build/builtins  -c -o rm.o /bb.download/source/bash-5.2.15/examples/loadables/rm.c
gcc -shared -Wl,-soname,rm  -L./lib/termcap  -o rm rm.o 
gcc -fPIC -DHAVE_CONFIG_H -DSHELL   -g -O2 -Wno-parentheses -Wno-format-security -I. -I.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins -I/bb.download/source/bash-5.2.15/examples/loadables -I/bb.download/source/bash-5.2.15/include -I/bb.build -I/bb.build/lib -I/bb.build/builtins  -c -o accept.o /bb.download/source/bash-5.2.15/examples/loadables/accept.c
gcc -shared -Wl,-soname,accept  -L./lib/termcap  -o accept accept.o 
gcc -fPIC -DHAVE_CONFIG_H -DSHELL   -g -O2 -Wno-parentheses -Wno-format-security -I. -I.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins -I/bb.download/source/bash-5.2.15/examples/loadables -I/bb.download/source/bash-5.2.15/include -I/bb.build -I/bb.build/lib -I/bb.build/builtins  -c -o csv.o /bb.download/source/bash-5.2.15/examples/loadables/csv.c
gcc -shared -Wl,-soname,csv  -L./lib/termcap  -o csv csv.o 
gcc -fPIC -DHAVE_CONFIG_H -DSHELL   -g -O2 -Wno-parentheses -Wno-format-security -I. -I.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins -I/bb.download/source/bash-5.2.15/examples/loadables -I/bb.download/source/bash-5.2.15/include -I/bb.build -I/bb.build/lib -I/bb.build/builtins  -c -o dsv.o /bb.download/source/bash-5.2.15/examples/loadables/dsv.c
gcc -shared -Wl,-soname,dsv  -L./lib/termcap  -o dsv dsv.o 
gcc -fPIC -DHAVE_CONFIG_H -DSHELL   -g -O2 -Wno-parentheses -Wno-format-security -I. -I.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins -I/bb.download/source/bash-5.2.15/examples/loadables -I/bb.download/source/bash-5.2.15/include -I/bb.build -I/bb.build/lib -I/bb.build/builtins  -c -o cut.o /bb.download/source/bash-5.2.15/examples/loadables/cut.c
gcc -shared -Wl,-soname,cut  -L./lib/termcap  -o cut cut.o 
gcc -fPIC -DHAVE_CONFIG_H -DSHELL   -g -O2 -Wno-parentheses -Wno-format-security -I. -I.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins -I/bb.download/source/bash-5.2.15/examples/loadables -I/bb.download/source/bash-5.2.15/include -I/bb.build -I/bb.build/lib -I/bb.build/builtins  -c -o stat.o /bb.download/source/bash-5.2.15/examples/loadables/stat.c
gcc -shared -Wl,-soname,stat  -L./lib/termcap  -o stat stat.o 
gcc -fPIC -DHAVE_CONFIG_H -DSHELL   -g -O2 -Wno-parentheses -Wno-format-security -I. -I.. -I/bb.download/source/bash-5.2.15 -I/bb.download/source/bash-5.2.15/lib -I/bb.download/source/bash-5.2.15/builtins -I/bb.download/source/bash-5.2.15/examples/loadables -I/bb.download/source/bash-5.2.15/include -I/bb.build -I/bb.build/lib -I/bb.build/builtins  -c -o getconf.o /bb.download/source/bash-5.2.15/examples/loadables/getconf.c
gcc -shared -Wl,-soname,getconf  -L./lib/termcap  -o getconf getconf.o 
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/lib/bash
make[2]: Entering directory '/bb.build'
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/include/bash
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/include/bash/builtins
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/include/bash/include
mkdir -p -- /BuggyBox/bash/5.2.15/bootstrap/lib/pkgconfig
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 ./support/bash.pc /BuggyBox/bash/5.2.15/bootstrap/lib/pkgconfig/bash.pc
make[2]: Leaving directory '/bb.build'
installing example loadable builtins in /BuggyBox/bash/5.2.15/bootstrap/lib/bash
print
truefalse
sleep
finfo
logname
basename
dirname
fdflags
tty
pathchk
tee
head
mkdir
rmdir
mkfifo
mktemp
printenv
id
whoami
uname
sync
push
ln
unlink
realpath
strftime
mypid
setpgid
seq
rm
accept
csv
dsv
cut
stat
getconf
make[1]: Leaving directory '/bb.build/examples/loadables'
Stderr
/usr/bin/ld: ./lib/sh/libsh.a(tmpfile.o): in function `sh_mktmpname':
/bb.download/source/bash-5.2.15/lib/sh/tmpfile.c:160:(.text+0x17f): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
make: size: No such file or directory
make: [Makefile:597: bash] Error 127 (ignored)
In file included from /BuggyBox/glibc/2.38/bootstrap/include/inttypes.h:27,
                 from /bb.download/source/bash-5.2.15/bashtypes.h:35,
                 from /bb.download/source/bash-5.2.15/general.h:26,
                 from /bb.download/source/bash-5.2.15/builtins.h:34,
                 from /bb.download/source/bash-5.2.15/examples/loadables/loadables.h:29,
                 from /bb.download/source/bash-5.2.15/examples/loadables/getconf.c:31:
/BuggyBox/glibc/2.38/bootstrap/include/stdint.h:197: warning: "INTMAX_MIN" redefined
  197 | # define INTMAX_MIN             (-__INT64_C(9223372036854775807)-1)
      | 
In file included from /bb.download/source/bash-5.2.15/examples/loadables/getconf.c:30:
/bb.download/source/bash-5.2.15/include/typemax.h:103: note: this is the location of the previous definition
  103 | #  define INTMAX_MIN    LLONG_MIN
      | 
/BuggyBox/glibc/2.38/bootstrap/include/stdint.h:199: warning: "INTMAX_MAX" redefined
  199 | # define INTMAX_MAX             (__INT64_C(9223372036854775807))
      | 
/bb.download/source/bash-5.2.15/include/typemax.h:102: note: this is the location of the previous definition
  102 | #  define INTMAX_MAX    LLONG_MAX
      | 
/BuggyBox/glibc/2.38/bootstrap/include/stdint.h:227: warning: "SIZE_MAX" redefined
  227 | #  define SIZE_MAX              (18446744073709551615UL)
      | 
/bb.download/source/bash-5.2.15/include/typemax.h:119: note: this is the location of the previous definition
  119 | #  define SIZE_MAX      ((size_t) ~(size_t)0)
      |