gawk (5.2.2)
mkdir /bb.buildResult = 0
Working Dir = /
Stdout
Stderr
/bb.download/source/gawk-5.2.2/configure --helpResult = 0
Working Dir = /bb.build
Stdout
`configure' configures GNU Awk 5.2.2 to adapt to many kinds of systems.
Usage: /bb.download/source/gawk-5.2.2/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/gawk]
--htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR]
--psdir=DIR ps documentation [DOCDIR]
Program names:
--program-prefix=PREFIX prepend PREFIX to installed program names
--program-suffix=SUFFIX append SUFFIX to installed program names
--program-transform-name=PROGRAM run sed PROGRAM on installed program names
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-silent-rules less verbose build output (undo: "make V=1")
--disable-silent-rules verbose build output (undo: "make V=0")
--disable-lint do not compile in gawk lint checking
--enable-builtin-intdiv0
enable built-in intdiv0 function
--disable-mpfr do not check for MPFR
--disable-pma do not build gawk with the persistent memory
allocator
--enable-versioned-extension-dir
use a versioned directory for extensions
--enable-dependency-tracking
do not reject slow dependency extractors
--disable-dependency-tracking
speeds up one-time build
--disable-largefile omit support for large files
--disable-nls do not use Native Language Support
--disable-rpath do not hardcode runtime library paths
--disable-extensions disable dynamic extensions (default is detect)
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--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-libintl-prefix[=DIR] search for libintl in DIR/include and DIR/lib
--without-libintl-prefix don't search for libintl in includedir and libdir
--with-libsigsegv-prefix[=DIR] search for libsigsegv in DIR/include and DIR/lib
--without-libsigsegv-prefix don't search for libsigsegv in includedir and libdir
--with-readline=DIR look for the readline library in DIR
--with-mpfr=DIR look for the mpfr and gmp libraries in DIR
Some influential environment variables:
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>
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.
CPP C preprocessor
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-gawk@gnu.org>.
GNU Awk home page: <https://www.gnu.org/software/gawk/>.
General help using GNU software: <https://www.gnu.org/gethelp/>.
Stderr
/bb.download/source/gawk-5.2.2/configure --prefix=/BuggyBox/gawk/5.2.2/bootstrapResult = 0
Working Dir = /bb.build
Stdout
checking for a BSD-compatible install... /bb.download/source/gawk-5.2.2/build-aux/install-sh -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking whether make supports the include directive... yes (GNU style) 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 whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 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 stdbool.h... yes 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 grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for bison... bison -y checking whether ln -s works... yes checking for gcc... (cached) gcc checking whether the compiler supports GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to enable C11 features... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking how to run the C preprocessor... gcc -E checking for variable-length arrays... yes checking how to run the C preprocessor... gcc -E checking for ranlib... no checking whether make sets $(MAKE)... (cached) yes checking for ar... ar checking the archiver (ar) interface... ar checking for special development options... no checking for z/OS USS compilation... no checking for library containing strerror... none required checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking if we are using EBCDIC... no checking for a sed that does not truncate output... /usr/bin/sed checking whether NLS is requested... yes checking for msgfmt... no checking for gmsgfmt... : checking for xgettext... no checking for msgmerge... 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 ELF binary format... yes checking for the common suffixes of directories in the library search path... lib,lib,lib64 checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyPreferredLanguages... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for nl_langinfo and CODESET... yes checking for LC_MESSAGES... yes checking for arpa/inet.h... yes checking for fcntl.h... yes checking for locale.h... yes checking for libintl.h... yes checking for mcheck.h... yes checking for netdb.h... yes checking for netinet/in.h... yes checking for stddef.h... yes checking for string.h... (cached) yes checking for sys/ioctl.h... yes checking for sys/param.h... yes checking for sys/select.h... yes checking for sys/socket.h... yes checking for sys/time.h... (cached) yes checking for unistd.h... (cached) yes checking for termios.h... yes checking for stropts.h... no checking for wchar.h... (cached) yes checking for wctype.h... yes checking for bool, true, false... no checking for sys/wait.h that is POSIX.1 compatible... yes checking for memory.h... yes checking for pid_t... yes checking for size_t... yes checking for uid_t in sys/types.h... yes checking type of array argument to getgroups... gid_t checking for unsigned long long int... yes checking for long long int... yes checking for unsigned long long int... (cached) yes checking for intmax_t... yes checking for uintmax_t... yes checking for ssize_t... yes checking size of unsigned int... 4 checking size of unsigned long... 8 checking for socklen_t... yes checking for alarm... yes checking for working mktime... yes checking for getaddrinfo... yes checking for library containing fmod... -lm checking for library containing isinf... none required checking for library containing ismod... no checking for library containing isnan... none required checking for libsigsegv... no, consider installing GNU libsigsegv checking for __etoa_l... no checking for atexit... yes checking for btowc... yes checking for fmod... yes checking for fwrite_unlocked... yes checking for gai_strerror... yes checking for getgrent... yes checking for getgroups... yes checking for grantpt... yes checking for isascii... yes checking for isblank... yes checking for iswctype... yes checking for iswlower... yes checking for iswupper... yes checking for lstat... yes checking for mbrlen... yes checking for memcmp... yes checking for memcpy... yes checking for memmove... yes checking for memset... yes checking for mkstemp... yes checking for mtrace... yes checking for posix_openpt... yes checking for setenv... yes checking for setlocale... yes checking for setsid... yes checking for sigprocmask... yes checking for snprintf... yes checking for strcasecmp... yes checking for strchr... yes checking for strcoll... yes checking for strerror... yes checking for strftime... yes checking for strncasecmp... yes checking for strsignal... yes checking for strtod... yes checking for strtoul... yes checking for system... yes checking for timegm... yes checking for tmpfile... yes checking for towlower... yes checking for towupper... yes checking for tzset... yes checking for usleep... yes checking for waitpid... yes checking for wcrtomb... yes checking for wcscoll... yes checking for wctype... yes checking whether mbrtowc and mbstate_t are properly declared... yes checking whether C compiler accepts ... yes checking size of void *... 8 checking for mmap... yes checking for munmap... yes checking whether C compiler accepts -no-pie... yes checking for dlfcn.h... yes checking for library containing dlopen... none required checking whether getpgrp requires zero arguments... yes checking for printf %F format... yes checking for printf %a format... yes checking for gethostbyname... yes checking for connect... yes checking where to find the socket library calls... the standard library checking whether readline via "-lreadline" is present and sane... no checking whether readline via "-lreadline -ltermcap" is present and sane... no checking whether readline via "-lreadline -lcurses" is present and sane... no checking whether readline via "-lreadline -lncurses" is present and sane... no checking whether mpfr via "-lmpfr -lgmp" is present and usable... no checking for struct stat.st_blksize... yes checking for struct passwd.pw_passwd... yes checking for struct group.gr_passwd... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for gcc options needed to detect all undeclared functions... none needed checking for struct tm.tm_zone... yes checking whether char is unsigned... no checking for an ANSI C-conforming const... yes checking for C/C++ restrict keyword... __restrict__ checking for inline... inline checking for preprocessor stringizing operator... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating support/Makefile config.status: creating awklib/Makefile config.status: creating doc/Makefile config.status: creating extras/Makefile config.status: creating po/Makefile.in config.status: creating test/Makefile config.status: creating gawkbug config.status: creating config.h config.status: executing depfiles commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile === configuring in extension (/bb.build/extension) configure: running /bin/sh /bb.download/source/gawk-5.2.2/extension/configure --disable-option-checking '--prefix=/BuggyBox/gawk/5.2.2/bootstrap' --cache-file=/dev/null --srcdir=/bb.download/source/gawk-5.2.2/extension checking for a BSD-compatible install... /bb.download/source/gawk-5.2.2/build-aux/install-sh -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking whether make supports the include directive... yes (GNU style) 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 whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 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/time.h... yes checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for z/OS USS compilation... no checking for a sed that does not truncate output... /usr/bin/sed checking whether NLS is requested... yes checking for msgfmt... no checking for gmsgfmt... : checking for xgettext... no checking for msgmerge... 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 how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ELF binary format... yes checking for the common suffixes of directories in the library search path... lib,lib,lib64 checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyPreferredLanguages... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for nl_langinfo and CODESET... yes checking for LC_MESSAGES... yes checking for struct stat.st_blksize... yes checking for ar... ar checking the archiver (ar) interface... ar checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking whether C compiler accepts ... yes checking size of void *... 8 checking for mmap... yes checking for munmap... yes checking whether C compiler accepts -no-pie... yes checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... no checking for dumpbin... no checking for link... link -dump checking the name lister (nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 32768 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for file... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... no checking command to parse nm output from gcc object... failed checking for sysroot... no checking for a working dd... /BuggyBox/coreutils/9.4/bootstrap/bin/dd checking how to truncate binary pipes... /BuggyBox/coreutils/9.4/bootstrap/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for special development options... no checking for fnmatch.h... yes checking for limits.h... yes checking for sys/mkdev.h... no checking for sys/param.h... yes checking for sys/select.h... yes checking for sys/statvfs.h... yes checking for sys/sysmacros.h... yes checking for sys/time.h... (cached) yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking whether mpfr via "-lmpfr -lgmp" is present and usable... no checking for library containing fmod... -lm checking for fdopendir... yes checking for fmod... yes checking for fnmatch... yes checking for getdtablesize... yes checking for gettimeofday... yes checking for nanosleep... yes checking for select... yes checking for statvfs... yes checking for GetSystemTimeAsFileTime... no checking for strptime... yes checking for gcc options needed to detect all undeclared functions... none needed checking for dirfd... yes checking whether dirfd is declared... yes checking whether dirfd is a macro... no checking how to get the file descriptor associated with an open DIR*... no_such_member checking for inline... inline checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating po/Makefile.in config.status: creating config.h config.status: executing depfiles commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing libtool commands
Stderr
make -j16Result = 0
Working Dir = /bb.build
Stdout
/BuggyBox/make/4.4/bootstrap/bin/make all-recursive make[1]: Entering directory '/bb.build' Making all in support make[2]: Entering directory '/bb.build/support' depbase=`echo dfa.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DGAWK -DHAVE_CONFIG_H -I"/bb.download/source/gawk-5.2.2/support/.." -I. -I/bb.download/source/gawk-5.2.2/support -I.. -g -O2 -DNDEBUG -DNDEBUG -g -O2 -DNDEBUG -DNDEBUG -MT dfa.o -MD -MP -MF $depbase.Tpo -c -o dfa.o /bb.download/source/gawk-5.2.2/support/dfa.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo getopt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DGAWK -DHAVE_CONFIG_H -I"/bb.download/source/gawk-5.2.2/support/.." -I. -I/bb.download/source/gawk-5.2.2/support -I.. -g -O2 -DNDEBUG -DNDEBUG -g -O2 -DNDEBUG -DNDEBUG -MT getopt.o -MD -MP -MF $depbase.Tpo -c -o getopt.o /bb.download/source/gawk-5.2.2/support/getopt.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo getopt1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DGAWK -DHAVE_CONFIG_H -I"/bb.download/source/gawk-5.2.2/support/.." -I. -I/bb.download/source/gawk-5.2.2/support -I.. -g -O2 -DNDEBUG -DNDEBUG -g -O2 -DNDEBUG -DNDEBUG -MT getopt1.o -MD -MP -MF $depbase.Tpo -c -o getopt1.o /bb.download/source/gawk-5.2.2/support/getopt1.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo localeinfo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DGAWK -DHAVE_CONFIG_H -I"/bb.download/source/gawk-5.2.2/support/.." -I. -I/bb.download/source/gawk-5.2.2/support -I.. -g -O2 -DNDEBUG -DNDEBUG -g -O2 -DNDEBUG -DNDEBUG -MT localeinfo.o -MD -MP -MF $depbase.Tpo -c -o localeinfo.o /bb.download/source/gawk-5.2.2/support/localeinfo.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo random.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DGAWK -DHAVE_CONFIG_H -I"/bb.download/source/gawk-5.2.2/support/.." -I. -I/bb.download/source/gawk-5.2.2/support -I.. -g -O2 -DNDEBUG -DNDEBUG -g -O2 -DNDEBUG -DNDEBUG -MT random.o -MD -MP -MF $depbase.Tpo -c -o random.o /bb.download/source/gawk-5.2.2/support/random.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo regex.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DGAWK -DHAVE_CONFIG_H -I"/bb.download/source/gawk-5.2.2/support/.." -I. -I/bb.download/source/gawk-5.2.2/support -I.. -g -O2 -DNDEBUG -DNDEBUG -g -O2 -DNDEBUG -DNDEBUG -MT regex.o -MD -MP -MF $depbase.Tpo -c -o regex.o /bb.download/source/gawk-5.2.2/support/regex.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo pma.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DGAWK -DHAVE_CONFIG_H -I"/bb.download/source/gawk-5.2.2/support/.." -I. -I/bb.download/source/gawk-5.2.2/support -I.. -g -O2 -DNDEBUG -DNDEBUG -g -O2 -DNDEBUG -DNDEBUG -MT pma.o -MD -MP -MF $depbase.Tpo -c -o pma.o /bb.download/source/gawk-5.2.2/support/pma.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo malloc/dynarray_at_failure.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DGAWK -DHAVE_CONFIG_H -I"/bb.download/source/gawk-5.2.2/support/.." -I. -I/bb.download/source/gawk-5.2.2/support -I.. -g -O2 -DNDEBUG -DNDEBUG -g -O2 -DNDEBUG -DNDEBUG -MT malloc/dynarray_at_failure.o -MD -MP -MF $depbase.Tpo -c -o malloc/dynarray_at_failure.o /bb.download/source/gawk-5.2.2/support/malloc/dynarray_at_failure.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo malloc/dynarray_emplace_enlarge.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DGAWK -DHAVE_CONFIG_H -I"/bb.download/source/gawk-5.2.2/support/.." -I. -I/bb.download/source/gawk-5.2.2/support -I.. -g -O2 -DNDEBUG -DNDEBUG -g -O2 -DNDEBUG -DNDEBUG -MT malloc/dynarray_emplace_enlarge.o -MD -MP -MF $depbase.Tpo -c -o malloc/dynarray_emplace_enlarge.o /bb.download/source/gawk-5.2.2/support/malloc/dynarray_emplace_enlarge.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo malloc/dynarray_finalize.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DGAWK -DHAVE_CONFIG_H -I"/bb.download/source/gawk-5.2.2/support/.." -I. -I/bb.download/source/gawk-5.2.2/support -I.. -g -O2 -DNDEBUG -DNDEBUG -g -O2 -DNDEBUG -DNDEBUG -MT malloc/dynarray_finalize.o -MD -MP -MF $depbase.Tpo -c -o malloc/dynarray_finalize.o /bb.download/source/gawk-5.2.2/support/malloc/dynarray_finalize.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo malloc/dynarray_resize.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DGAWK -DHAVE_CONFIG_H -I"/bb.download/source/gawk-5.2.2/support/.." -I. -I/bb.download/source/gawk-5.2.2/support -I.. -g -O2 -DNDEBUG -DNDEBUG -g -O2 -DNDEBUG -DNDEBUG -MT malloc/dynarray_resize.o -MD -MP -MF $depbase.Tpo -c -o malloc/dynarray_resize.o /bb.download/source/gawk-5.2.2/support/malloc/dynarray_resize.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo malloc/dynarray_resize_clear.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DGAWK -DHAVE_CONFIG_H -I"/bb.download/source/gawk-5.2.2/support/.." -I. -I/bb.download/source/gawk-5.2.2/support -I.. -g -O2 -DNDEBUG -DNDEBUG -g -O2 -DNDEBUG -DNDEBUG -MT malloc/dynarray_resize_clear.o -MD -MP -MF $depbase.Tpo -c -o malloc/dynarray_resize_clear.o /bb.download/source/gawk-5.2.2/support/malloc/dynarray_resize_clear.c &&\ mv -f $depbase.Tpo $depbase.Po rm -f libsupport.a ar cru libsupport.a dfa.o getopt.o getopt1.o localeinfo.o random.o regex.o malloc/dynarray_at_failure.o malloc/dynarray_emplace_enlarge.o malloc/dynarray_finalize.o malloc/dynarray_resize.o malloc/dynarray_resize_clear.o pma.o : libsupport.a make[2]: Leaving directory '/bb.build/support' Making all in . make[2]: Entering directory '/bb.build' depbase=`echo array.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DDEFPATH='".:/BuggyBox/gawk/5.2.2/bootstrap/share/awk"' -DDEFLIBPATH="\"/BuggyBox/gawk/5.2.2/bootstrap/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/BuggyBox/gawk/5.2.2/bootstrap/share/locale"' -I"/bb.download/source/gawk-5.2.2/support" -I. -I/bb.download/source/gawk-5.2.2 -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT array.o -MD -MP -MF $depbase.Tpo -c -o array.o /bb.download/source/gawk-5.2.2/array.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo awkgram.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DDEFPATH='".:/BuggyBox/gawk/5.2.2/bootstrap/share/awk"' -DDEFLIBPATH="\"/BuggyBox/gawk/5.2.2/bootstrap/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/BuggyBox/gawk/5.2.2/bootstrap/share/locale"' -I"/bb.download/source/gawk-5.2.2/support" -I. -I/bb.download/source/gawk-5.2.2 -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT awkgram.o -MD -MP -MF $depbase.Tpo -c -o awkgram.o /bb.download/source/gawk-5.2.2/awkgram.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo builtin.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DDEFPATH='".:/BuggyBox/gawk/5.2.2/bootstrap/share/awk"' -DDEFLIBPATH="\"/BuggyBox/gawk/5.2.2/bootstrap/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/BuggyBox/gawk/5.2.2/bootstrap/share/locale"' -I"/bb.download/source/gawk-5.2.2/support" -I. -I/bb.download/source/gawk-5.2.2 -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT builtin.o -MD -MP -MF $depbase.Tpo -c -o builtin.o /bb.download/source/gawk-5.2.2/builtin.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo cint_array.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DDEFPATH='".:/BuggyBox/gawk/5.2.2/bootstrap/share/awk"' -DDEFLIBPATH="\"/BuggyBox/gawk/5.2.2/bootstrap/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/BuggyBox/gawk/5.2.2/bootstrap/share/locale"' -I"/bb.download/source/gawk-5.2.2/support" -I. -I/bb.download/source/gawk-5.2.2 -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT cint_array.o -MD -MP -MF $depbase.Tpo -c -o cint_array.o /bb.download/source/gawk-5.2.2/cint_array.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo command.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DDEFPATH='".:/BuggyBox/gawk/5.2.2/bootstrap/share/awk"' -DDEFLIBPATH="\"/BuggyBox/gawk/5.2.2/bootstrap/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/BuggyBox/gawk/5.2.2/bootstrap/share/locale"' -I"/bb.download/source/gawk-5.2.2/support" -I. -I/bb.download/source/gawk-5.2.2 -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT command.o -MD -MP -MF $depbase.Tpo -c -o command.o /bb.download/source/gawk-5.2.2/command.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo debug.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DDEFPATH='".:/BuggyBox/gawk/5.2.2/bootstrap/share/awk"' -DDEFLIBPATH="\"/BuggyBox/gawk/5.2.2/bootstrap/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/BuggyBox/gawk/5.2.2/bootstrap/share/locale"' -I"/bb.download/source/gawk-5.2.2/support" -I. -I/bb.download/source/gawk-5.2.2 -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT debug.o -MD -MP -MF $depbase.Tpo -c -o debug.o /bb.download/source/gawk-5.2.2/debug.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo eval.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DDEFPATH='".:/BuggyBox/gawk/5.2.2/bootstrap/share/awk"' -DDEFLIBPATH="\"/BuggyBox/gawk/5.2.2/bootstrap/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/BuggyBox/gawk/5.2.2/bootstrap/share/locale"' -I"/bb.download/source/gawk-5.2.2/support" -I. -I/bb.download/source/gawk-5.2.2 -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT eval.o -MD -MP -MF $depbase.Tpo -c -o eval.o /bb.download/source/gawk-5.2.2/eval.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ext.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DDEFPATH='".:/BuggyBox/gawk/5.2.2/bootstrap/share/awk"' -DDEFLIBPATH="\"/BuggyBox/gawk/5.2.2/bootstrap/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/BuggyBox/gawk/5.2.2/bootstrap/share/locale"' -I"/bb.download/source/gawk-5.2.2/support" -I. -I/bb.download/source/gawk-5.2.2 -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT ext.o -MD -MP -MF $depbase.Tpo -c -o ext.o /bb.download/source/gawk-5.2.2/ext.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo field.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DDEFPATH='".:/BuggyBox/gawk/5.2.2/bootstrap/share/awk"' -DDEFLIBPATH="\"/BuggyBox/gawk/5.2.2/bootstrap/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/BuggyBox/gawk/5.2.2/bootstrap/share/locale"' -I"/bb.download/source/gawk-5.2.2/support" -I. -I/bb.download/source/gawk-5.2.2 -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT field.o -MD -MP -MF $depbase.Tpo -c -o field.o /bb.download/source/gawk-5.2.2/field.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo floatcomp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DDEFPATH='".:/BuggyBox/gawk/5.2.2/bootstrap/share/awk"' -DDEFLIBPATH="\"/BuggyBox/gawk/5.2.2/bootstrap/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/BuggyBox/gawk/5.2.2/bootstrap/share/locale"' -I"/bb.download/source/gawk-5.2.2/support" -I. -I/bb.download/source/gawk-5.2.2 -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT floatcomp.o -MD -MP -MF $depbase.Tpo -c -o floatcomp.o /bb.download/source/gawk-5.2.2/floatcomp.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo gawkapi.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DDEFPATH='".:/BuggyBox/gawk/5.2.2/bootstrap/share/awk"' -DDEFLIBPATH="\"/BuggyBox/gawk/5.2.2/bootstrap/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/BuggyBox/gawk/5.2.2/bootstrap/share/locale"' -I"/bb.download/source/gawk-5.2.2/support" -I. -I/bb.download/source/gawk-5.2.2 -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT gawkapi.o -MD -MP -MF $depbase.Tpo -c -o gawkapi.o /bb.download/source/gawk-5.2.2/gawkapi.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo gawkmisc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DDEFPATH='".:/BuggyBox/gawk/5.2.2/bootstrap/share/awk"' -DDEFLIBPATH="\"/BuggyBox/gawk/5.2.2/bootstrap/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/BuggyBox/gawk/5.2.2/bootstrap/share/locale"' -I"/bb.download/source/gawk-5.2.2/support" -I. -I/bb.download/source/gawk-5.2.2 -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT gawkmisc.o -MD -MP -MF $depbase.Tpo -c -o gawkmisc.o /bb.download/source/gawk-5.2.2/gawkmisc.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo int_array.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DDEFPATH='".:/BuggyBox/gawk/5.2.2/bootstrap/share/awk"' -DDEFLIBPATH="\"/BuggyBox/gawk/5.2.2/bootstrap/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/BuggyBox/gawk/5.2.2/bootstrap/share/locale"' -I"/bb.download/source/gawk-5.2.2/support" -I. -I/bb.download/source/gawk-5.2.2 -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT int_array.o -MD -MP -MF $depbase.Tpo -c -o int_array.o /bb.download/source/gawk-5.2.2/int_array.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo io.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DDEFPATH='".:/BuggyBox/gawk/5.2.2/bootstrap/share/awk"' -DDEFLIBPATH="\"/BuggyBox/gawk/5.2.2/bootstrap/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/BuggyBox/gawk/5.2.2/bootstrap/share/locale"' -I"/bb.download/source/gawk-5.2.2/support" -I. -I/bb.download/source/gawk-5.2.2 -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT io.o -MD -MP -MF $depbase.Tpo -c -o io.o /bb.download/source/gawk-5.2.2/io.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DDEFPATH='".:/BuggyBox/gawk/5.2.2/bootstrap/share/awk"' -DDEFLIBPATH="\"/BuggyBox/gawk/5.2.2/bootstrap/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/BuggyBox/gawk/5.2.2/bootstrap/share/locale"' -I"/bb.download/source/gawk-5.2.2/support" -I. -I/bb.download/source/gawk-5.2.2 -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT main.o -MD -MP -MF $depbase.Tpo -c -o main.o /bb.download/source/gawk-5.2.2/main.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo mpfr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DDEFPATH='".:/BuggyBox/gawk/5.2.2/bootstrap/share/awk"' -DDEFLIBPATH="\"/BuggyBox/gawk/5.2.2/bootstrap/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/BuggyBox/gawk/5.2.2/bootstrap/share/locale"' -I"/bb.download/source/gawk-5.2.2/support" -I. -I/bb.download/source/gawk-5.2.2 -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT mpfr.o -MD -MP -MF $depbase.Tpo -c -o mpfr.o /bb.download/source/gawk-5.2.2/mpfr.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo msg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DDEFPATH='".:/BuggyBox/gawk/5.2.2/bootstrap/share/awk"' -DDEFLIBPATH="\"/BuggyBox/gawk/5.2.2/bootstrap/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/BuggyBox/gawk/5.2.2/bootstrap/share/locale"' -I"/bb.download/source/gawk-5.2.2/support" -I. -I/bb.download/source/gawk-5.2.2 -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT msg.o -MD -MP -MF $depbase.Tpo -c -o msg.o /bb.download/source/gawk-5.2.2/msg.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo node.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DDEFPATH='".:/BuggyBox/gawk/5.2.2/bootstrap/share/awk"' -DDEFLIBPATH="\"/BuggyBox/gawk/5.2.2/bootstrap/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/BuggyBox/gawk/5.2.2/bootstrap/share/locale"' -I"/bb.download/source/gawk-5.2.2/support" -I. -I/bb.download/source/gawk-5.2.2 -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT node.o -MD -MP -MF $depbase.Tpo -c -o node.o /bb.download/source/gawk-5.2.2/node.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo profile.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DDEFPATH='".:/BuggyBox/gawk/5.2.2/bootstrap/share/awk"' -DDEFLIBPATH="\"/BuggyBox/gawk/5.2.2/bootstrap/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/BuggyBox/gawk/5.2.2/bootstrap/share/locale"' -I"/bb.download/source/gawk-5.2.2/support" -I. -I/bb.download/source/gawk-5.2.2 -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT profile.o -MD -MP -MF $depbase.Tpo -c -o profile.o /bb.download/source/gawk-5.2.2/profile.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo re.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DDEFPATH='".:/BuggyBox/gawk/5.2.2/bootstrap/share/awk"' -DDEFLIBPATH="\"/BuggyBox/gawk/5.2.2/bootstrap/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/BuggyBox/gawk/5.2.2/bootstrap/share/locale"' -I"/bb.download/source/gawk-5.2.2/support" -I. -I/bb.download/source/gawk-5.2.2 -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT re.o -MD -MP -MF $depbase.Tpo -c -o re.o /bb.download/source/gawk-5.2.2/re.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo replace.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DDEFPATH='".:/BuggyBox/gawk/5.2.2/bootstrap/share/awk"' -DDEFLIBPATH="\"/BuggyBox/gawk/5.2.2/bootstrap/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/BuggyBox/gawk/5.2.2/bootstrap/share/locale"' -I"/bb.download/source/gawk-5.2.2/support" -I. -I/bb.download/source/gawk-5.2.2 -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT replace.o -MD -MP -MF $depbase.Tpo -c -o replace.o /bb.download/source/gawk-5.2.2/replace.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo str_array.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DDEFPATH='".:/BuggyBox/gawk/5.2.2/bootstrap/share/awk"' -DDEFLIBPATH="\"/BuggyBox/gawk/5.2.2/bootstrap/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/BuggyBox/gawk/5.2.2/bootstrap/share/locale"' -I"/bb.download/source/gawk-5.2.2/support" -I. -I/bb.download/source/gawk-5.2.2 -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT str_array.o -MD -MP -MF $depbase.Tpo -c -o str_array.o /bb.download/source/gawk-5.2.2/str_array.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo symbol.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DDEFPATH='".:/BuggyBox/gawk/5.2.2/bootstrap/share/awk"' -DDEFLIBPATH="\"/BuggyBox/gawk/5.2.2/bootstrap/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/BuggyBox/gawk/5.2.2/bootstrap/share/locale"' -I"/bb.download/source/gawk-5.2.2/support" -I. -I/bb.download/source/gawk-5.2.2 -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT symbol.o -MD -MP -MF $depbase.Tpo -c -o symbol.o /bb.download/source/gawk-5.2.2/symbol.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo version.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DDEFPATH='".:/BuggyBox/gawk/5.2.2/bootstrap/share/awk"' -DDEFLIBPATH="\"/BuggyBox/gawk/5.2.2/bootstrap/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/BuggyBox/gawk/5.2.2/bootstrap/share/locale"' -I"/bb.download/source/gawk-5.2.2/support" -I. -I/bb.download/source/gawk-5.2.2 -g -O2 -DNDEBUG -g -O2 -DNDEBUG -MT version.o -MD -MP -MF $depbase.Tpo -c -o version.o /bb.download/source/gawk-5.2.2/version.c &&\ mv -f $depbase.Tpo $depbase.Po gcc -g -O2 -DNDEBUG -g -O2 -DNDEBUG -no-pie -no-pie -o gawk array.o awkgram.o builtin.o cint_array.o command.o debug.o eval.o ext.o field.o floatcomp.o gawkapi.o gawkmisc.o int_array.o io.o main.o mpfr.o msg.o node.o profile.o re.o replace.o str_array.o symbol.o version.o support/libsupport.a -no-pie -lm make[2]: Leaving directory '/bb.build' Making all in extension make[2]: Entering directory '/bb.build/extension' /BuggyBox/make/4.4/bootstrap/bin/make all-recursive make[3]: Entering directory '/bb.build/extension' Making all in po make[4]: Entering directory '/bb.build/extension/po' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/bb.build/extension/po' make[4]: Entering directory '/bb.build/extension' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gawk-5.2.2/extension -I/bb.download/source/gawk-5.2.2/extension/.. -g -O2 -Wall -DNDEBUG -MT readdir_test.lo -MD -MP -MF .deps/readdir_test.Tpo -c -o readdir_test.lo /bb.download/source/gawk-5.2.2/extension/readdir_test.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gawk-5.2.2/extension -I/bb.download/source/gawk-5.2.2/extension/.. -g -O2 -Wall -DNDEBUG -MT testext.lo -MD -MP -MF .deps/testext.Tpo -c -o testext.lo /bb.download/source/gawk-5.2.2/extension/testext.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gawk-5.2.2/extension -I/bb.download/source/gawk-5.2.2/extension/.. -g -O2 -Wall -DNDEBUG -MT filefuncs.lo -MD -MP -MF .deps/filefuncs.Tpo -c -o filefuncs.lo /bb.download/source/gawk-5.2.2/extension/filefuncs.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gawk-5.2.2/extension -I/bb.download/source/gawk-5.2.2/extension/.. -g -O2 -Wall -DNDEBUG -MT stack.lo -MD -MP -MF .deps/stack.Tpo -c -o stack.lo /bb.download/source/gawk-5.2.2/extension/stack.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gawk-5.2.2/extension -I/bb.download/source/gawk-5.2.2/extension/.. -g -O2 -Wall -DNDEBUG -MT gawkfts.lo -MD -MP -MF .deps/gawkfts.Tpo -c -o gawkfts.lo /bb.download/source/gawk-5.2.2/extension/gawkfts.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gawk-5.2.2/extension -I/bb.download/source/gawk-5.2.2/extension/.. -g -O2 -Wall -DNDEBUG -MT fnmatch.lo -MD -MP -MF .deps/fnmatch.Tpo -c -o fnmatch.lo /bb.download/source/gawk-5.2.2/extension/fnmatch.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gawk-5.2.2/extension -I/bb.download/source/gawk-5.2.2/extension/.. -g -O2 -Wall -DNDEBUG -MT fork.lo -MD -MP -MF .deps/fork.Tpo -c -o fork.lo /bb.download/source/gawk-5.2.2/extension/fork.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gawk-5.2.2/extension -I/bb.download/source/gawk-5.2.2/extension/.. -g -O2 -Wall -DNDEBUG -MT inplace.lo -MD -MP -MF .deps/inplace.Tpo -c -o inplace.lo /bb.download/source/gawk-5.2.2/extension/inplace.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gawk-5.2.2/extension -I/bb.download/source/gawk-5.2.2/extension/.. -g -O2 -Wall -DNDEBUG -MT intdiv.lo -MD -MP -MF .deps/intdiv.Tpo -c -o intdiv.lo /bb.download/source/gawk-5.2.2/extension/intdiv.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gawk-5.2.2/extension -I/bb.download/source/gawk-5.2.2/extension/.. -g -O2 -Wall -DNDEBUG -MT ordchr.lo -MD -MP -MF .deps/ordchr.Tpo -c -o ordchr.lo /bb.download/source/gawk-5.2.2/extension/ordchr.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gawk-5.2.2/extension -I/bb.download/source/gawk-5.2.2/extension/.. -g -O2 -Wall -DNDEBUG -MT readdir.lo -MD -MP -MF .deps/readdir.Tpo -c -o readdir.lo /bb.download/source/gawk-5.2.2/extension/readdir.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gawk-5.2.2/extension -I/bb.download/source/gawk-5.2.2/extension/.. -g -O2 -Wall -DNDEBUG -MT readfile.lo -MD -MP -MF .deps/readfile.Tpo -c -o readfile.lo /bb.download/source/gawk-5.2.2/extension/readfile.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gawk-5.2.2/extension -I/bb.download/source/gawk-5.2.2/extension/.. -g -O2 -Wall -DNDEBUG -MT revoutput.lo -MD -MP -MF .deps/revoutput.Tpo -c -o revoutput.lo /bb.download/source/gawk-5.2.2/extension/revoutput.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gawk-5.2.2/extension -I/bb.download/source/gawk-5.2.2/extension/.. -g -O2 -Wall -DNDEBUG -MT revtwoway.lo -MD -MP -MF .deps/revtwoway.Tpo -c -o revtwoway.lo /bb.download/source/gawk-5.2.2/extension/revtwoway.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gawk-5.2.2/extension -I/bb.download/source/gawk-5.2.2/extension/.. -g -O2 -Wall -DNDEBUG -MT rwarray.lo -MD -MP -MF .deps/rwarray.Tpo -c -o rwarray.lo /bb.download/source/gawk-5.2.2/extension/rwarray.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gawk-5.2.2/extension -I/bb.download/source/gawk-5.2.2/extension/.. -g -O2 -Wall -DNDEBUG -MT time.lo -MD -MP -MF .deps/time.Tpo -c -o time.lo /bb.download/source/gawk-5.2.2/extension/time.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gawk-5.2.2/extension -I/bb.download/source/gawk-5.2.2/extension/.. -g -O2 -Wall -DNDEBUG -MT testext.lo -MD -MP -MF .deps/testext.Tpo -c /bb.download/source/gawk-5.2.2/extension/testext.c -fPIC -DPIC -o .libs/testext.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gawk-5.2.2/extension -I/bb.download/source/gawk-5.2.2/extension/.. -g -O2 -Wall -DNDEBUG -MT intdiv.lo -MD -MP -MF .deps/intdiv.Tpo -c /bb.download/source/gawk-5.2.2/extension/intdiv.c -fPIC -DPIC -o .libs/intdiv.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gawk-5.2.2/extension -I/bb.download/source/gawk-5.2.2/extension/.. -g -O2 -Wall -DNDEBUG -MT ordchr.lo -MD -MP -MF .deps/ordchr.Tpo -c /bb.download/source/gawk-5.2.2/extension/ordchr.c -fPIC -DPIC -o .libs/ordchr.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gawk-5.2.2/extension -I/bb.download/source/gawk-5.2.2/extension/.. -g -O2 -Wall -DNDEBUG -MT stack.lo -MD -MP -MF .deps/stack.Tpo -c /bb.download/source/gawk-5.2.2/extension/stack.c -fPIC -DPIC -o .libs/stack.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gawk-5.2.2/extension -I/bb.download/source/gawk-5.2.2/extension/.. -g -O2 -Wall -DNDEBUG -MT fork.lo -MD -MP -MF .deps/fork.Tpo -c /bb.download/source/gawk-5.2.2/extension/fork.c -fPIC -DPIC -o .libs/fork.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gawk-5.2.2/extension -I/bb.download/source/gawk-5.2.2/extension/.. -g -O2 -Wall -DNDEBUG -MT readdir_test.lo -MD -MP -MF .deps/readdir_test.Tpo -c /bb.download/source/gawk-5.2.2/extension/readdir_test.c -fPIC -DPIC -o .libs/readdir_test.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gawk-5.2.2/extension -I/bb.download/source/gawk-5.2.2/extension/.. -g -O2 -Wall -DNDEBUG -MT inplace.lo -MD -MP -MF .deps/inplace.Tpo -c /bb.download/source/gawk-5.2.2/extension/inplace.c -fPIC -DPIC -o .libs/inplace.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gawk-5.2.2/extension -I/bb.download/source/gawk-5.2.2/extension/.. -g -O2 -Wall -DNDEBUG -MT readfile.lo -MD -MP -MF .deps/readfile.Tpo -c /bb.download/source/gawk-5.2.2/extension/readfile.c -fPIC -DPIC -o .libs/readfile.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gawk-5.2.2/extension -I/bb.download/source/gawk-5.2.2/extension/.. -g -O2 -Wall -DNDEBUG -MT filefuncs.lo -MD -MP -MF .deps/filefuncs.Tpo -c /bb.download/source/gawk-5.2.2/extension/filefuncs.c -fPIC -DPIC -o .libs/filefuncs.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gawk-5.2.2/extension -I/bb.download/source/gawk-5.2.2/extension/.. -g -O2 -Wall -DNDEBUG -MT gawkfts.lo -MD -MP -MF .deps/gawkfts.Tpo -c /bb.download/source/gawk-5.2.2/extension/gawkfts.c -fPIC -DPIC -o .libs/gawkfts.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gawk-5.2.2/extension -I/bb.download/source/gawk-5.2.2/extension/.. -g -O2 -Wall -DNDEBUG -MT revoutput.lo -MD -MP -MF .deps/revoutput.Tpo -c /bb.download/source/gawk-5.2.2/extension/revoutput.c -fPIC -DPIC -o .libs/revoutput.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gawk-5.2.2/extension -I/bb.download/source/gawk-5.2.2/extension/.. -g -O2 -Wall -DNDEBUG -MT fnmatch.lo -MD -MP -MF .deps/fnmatch.Tpo -c /bb.download/source/gawk-5.2.2/extension/fnmatch.c -fPIC -DPIC -o .libs/fnmatch.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gawk-5.2.2/extension -I/bb.download/source/gawk-5.2.2/extension/.. -g -O2 -Wall -DNDEBUG -MT rwarray.lo -MD -MP -MF .deps/rwarray.Tpo -c /bb.download/source/gawk-5.2.2/extension/rwarray.c -fPIC -DPIC -o .libs/rwarray.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gawk-5.2.2/extension -I/bb.download/source/gawk-5.2.2/extension/.. -g -O2 -Wall -DNDEBUG -MT revtwoway.lo -MD -MP -MF .deps/revtwoway.Tpo -c /bb.download/source/gawk-5.2.2/extension/revtwoway.c -fPIC -DPIC -o .libs/revtwoway.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gawk-5.2.2/extension -I/bb.download/source/gawk-5.2.2/extension/.. -g -O2 -Wall -DNDEBUG -MT readdir.lo -MD -MP -MF .deps/readdir.Tpo -c /bb.download/source/gawk-5.2.2/extension/readdir.c -fPIC -DPIC -o .libs/readdir.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gawk-5.2.2/extension -I/bb.download/source/gawk-5.2.2/extension/.. -g -O2 -Wall -DNDEBUG -MT time.lo -MD -MP -MF .deps/time.Tpo -c /bb.download/source/gawk-5.2.2/extension/time.c -fPIC -DPIC -o .libs/time.o mv -f .deps/stack.Tpo .deps/stack.Plo mv -f .deps/ordchr.Tpo .deps/ordchr.Plo mv -f .deps/revoutput.Tpo .deps/revoutput.Plo /bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -Wall -DNDEBUG -module -avoid-version -no-undefined -no-pie -no-pie -o ordchr.la -rpath /BuggyBox/gawk/5.2.2/bootstrap/lib/gawk ordchr.lo -lm mv -f .deps/fork.Tpo .deps/fork.Plo mv -f .deps/fnmatch.Tpo .deps/fnmatch.Plo /bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -Wall -DNDEBUG -module -avoid-version -no-undefined -no-pie -no-pie -o fork.la -rpath /BuggyBox/gawk/5.2.2/bootstrap/lib/gawk fork.lo -lm /bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -Wall -DNDEBUG -module -avoid-version -no-undefined -no-pie -no-pie -o revoutput.la -rpath /BuggyBox/gawk/5.2.2/bootstrap/lib/gawk revoutput.lo -lm mv -f .deps/readdir_test.Tpo .deps/readdir_test.Plo mv -f .deps/readfile.Tpo .deps/readfile.Plo mv -f .deps/readdir.Tpo .deps/readdir.Plo mv -f .deps/time.Tpo .deps/time.Plo /bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -Wall -DNDEBUG -module -avoid-version -no-undefined -rpath /foo -no-pie -no-pie -o readdir_test.la readdir_test.lo -lm /bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -Wall -DNDEBUG -module -avoid-version -no-undefined -no-pie -no-pie -o fnmatch.la -rpath /BuggyBox/gawk/5.2.2/bootstrap/lib/gawk fnmatch.lo -lm /bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -Wall -DNDEBUG -module -avoid-version -no-undefined -no-pie -no-pie -o readfile.la -rpath /BuggyBox/gawk/5.2.2/bootstrap/lib/gawk readfile.lo -lm mv -f .deps/revtwoway.Tpo .deps/revtwoway.Plo mv -f .deps/inplace.Tpo .deps/inplace.Plo /bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -Wall -DNDEBUG -module -avoid-version -no-undefined -no-pie -no-pie -o readdir.la -rpath /BuggyBox/gawk/5.2.2/bootstrap/lib/gawk readdir.lo -lm /bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -Wall -DNDEBUG -module -avoid-version -no-undefined -no-pie -no-pie -o time.la -rpath /BuggyBox/gawk/5.2.2/bootstrap/lib/gawk time.lo -lm mv -f .deps/intdiv.Tpo .deps/intdiv.Plo /bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -Wall -DNDEBUG -module -avoid-version -no-undefined -no-pie -no-pie -o inplace.la -rpath /BuggyBox/gawk/5.2.2/bootstrap/lib/gawk inplace.lo -lm /bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -Wall -DNDEBUG -module -avoid-version -no-undefined -no-pie -no-pie -o revtwoway.la -rpath /BuggyBox/gawk/5.2.2/bootstrap/lib/gawk revtwoway.lo -lm /bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -Wall -DNDEBUG -module -avoid-version -no-undefined -no-pie -no-pie -o intdiv.la -rpath /BuggyBox/gawk/5.2.2/bootstrap/lib/gawk intdiv.lo -lm -lm mv -f .deps/rwarray.Tpo .deps/rwarray.Plo /bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -Wall -DNDEBUG -module -avoid-version -no-undefined -no-pie -no-pie -o rwarray.la -rpath /BuggyBox/gawk/5.2.2/bootstrap/lib/gawk rwarray.lo -lm mv -f .deps/gawkfts.Tpo .deps/gawkfts.Plo libtool: link: gcc -shared -fPIC -DPIC .libs/ordchr.o -lm -g -O2 -Wl,-soname -Wl,ordchr.so -o .libs/ordchr.so libtool: link: gcc -shared -fPIC -DPIC .libs/revoutput.o -lm -g -O2 -Wl,-soname -Wl,revoutput.so -o .libs/revoutput.so libtool: link: gcc -shared -fPIC -DPIC .libs/fork.o -lm -g -O2 -Wl,-soname -Wl,fork.so -o .libs/fork.so mv -f .deps/filefuncs.Tpo .deps/filefuncs.Plo libtool: link: gcc -shared -fPIC -DPIC .libs/readfile.o -lm -g -O2 -Wl,-soname -Wl,readfile.so -o .libs/readfile.so libtool: link: gcc -shared -fPIC -DPIC .libs/readdir.o -lm -g -O2 -Wl,-soname -Wl,readdir.so -o .libs/readdir.so libtool: link: gcc -shared -fPIC -DPIC .libs/time.o -lm -g -O2 -Wl,-soname -Wl,time.so -o .libs/time.so /bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -Wall -DNDEBUG -module -avoid-version -no-undefined -no-pie -no-pie -o filefuncs.la -rpath /BuggyBox/gawk/5.2.2/bootstrap/lib/gawk filefuncs.lo stack.lo gawkfts.lo -lm libtool: link: gcc -shared -fPIC -DPIC .libs/revtwoway.o -lm -g -O2 -Wl,-soname -Wl,revtwoway.so -o .libs/revtwoway.so libtool: link: gcc -shared -fPIC -DPIC .libs/readdir_test.o -lm -g -O2 -Wl,-soname -Wl,readdir_test.so -o .libs/readdir_test.so libtool: link: gcc -shared -fPIC -DPIC .libs/fnmatch.o -lm -g -O2 -Wl,-soname -Wl,fnmatch.so -o .libs/fnmatch.so libtool: link: gcc -shared -fPIC -DPIC .libs/inplace.o -lm -g -O2 -Wl,-soname -Wl,inplace.so -o .libs/inplace.so libtool: link: gcc -shared -fPIC -DPIC .libs/intdiv.o -lm -g -O2 -Wl,-soname -Wl,intdiv.so -o .libs/intdiv.so mv -f .deps/testext.Tpo .deps/testext.Plo /bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -Wall -DNDEBUG -module -avoid-version -no-undefined -rpath /foo -no-pie -no-pie -o testext.la testext.lo -lm libtool: link: ( cd ".libs" && rm -f "ordchr.la" && ln -s "../ordchr.la" "ordchr.la" ) libtool: link: ( cd ".libs" && rm -f "revoutput.la" && ln -s "../revoutput.la" "revoutput.la" ) libtool: link: ( cd ".libs" && rm -f "fork.la" && ln -s "../fork.la" "fork.la" ) libtool: link: ( cd ".libs" && rm -f "readfile.la" && ln -s "../readfile.la" "readfile.la" ) libtool: link: ( cd ".libs" && rm -f "inplace.la" && ln -s "../inplace.la" "inplace.la" ) libtool: link: ( cd ".libs" && rm -f "time.la" && ln -s "../time.la" "time.la" ) libtool: link: ( cd ".libs" && rm -f "fnmatch.la" && ln -s "../fnmatch.la" "fnmatch.la" ) libtool: link: ( cd ".libs" && rm -f "revtwoway.la" && ln -s "../revtwoway.la" "revtwoway.la" ) libtool: link: ( cd ".libs" && rm -f "readdir_test.la" && ln -s "../readdir_test.la" "readdir_test.la" ) libtool: link: ( cd ".libs" && rm -f "readdir.la" && ln -s "../readdir.la" "readdir.la" ) libtool: link: ( cd ".libs" && rm -f "intdiv.la" && ln -s "../intdiv.la" "intdiv.la" ) libtool: link: gcc -shared -fPIC -DPIC .libs/rwarray.o -lm -g -O2 -Wl,-soname -Wl,rwarray.so -o .libs/rwarray.so libtool: link: gcc -shared -fPIC -DPIC .libs/filefuncs.o .libs/stack.o .libs/gawkfts.o -lm -g -O2 -Wl,-soname -Wl,filefuncs.so -o .libs/filefuncs.so libtool: link: ( cd ".libs" && rm -f "rwarray.la" && ln -s "../rwarray.la" "rwarray.la" ) libtool: link: gcc -shared -fPIC -DPIC .libs/testext.o -lm -g -O2 -Wl,-soname -Wl,testext.so -o .libs/testext.so libtool: link: ( cd ".libs" && rm -f "filefuncs.la" && ln -s "../filefuncs.la" "filefuncs.la" ) libtool: link: ( cd ".libs" && rm -f "testext.la" && ln -s "../testext.la" "testext.la" ) make[4]: Leaving directory '/bb.build/extension' make[3]: Leaving directory '/bb.build/extension' make[2]: Leaving directory '/bb.build/extension' Making all in extras make[2]: Entering directory '/bb.build/extras' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/bb.build/extras' Making all in doc make[2]: Entering directory '/bb.build/doc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/bb.build/doc' Making all in awklib make[2]: Entering directory '/bb.build/awklib' rm -f pwcat.c rm -f grcat.c sed 's;/usr/local/libexec/awk;/BuggyBox/gawk/5.2.2/bootstrap/libexec/awk;' < /bb.download/source/gawk-5.2.2/awklib/eg/lib/passwdawk.in > passwd.awk sed 's;/usr/local/libexec/awk;/BuggyBox/gawk/5.2.2/bootstrap/libexec/awk;' < /bb.download/source/gawk-5.2.2/awklib/eg/lib/groupawk.in > group.awk ln -s /bb.download/source/gawk-5.2.2/awklib/eg/lib/grcat.c . ln -s /bb.download/source/gawk-5.2.2/awklib/eg/lib/pwcat.c . depbase=`echo grcat.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gawk-5.2.2/awklib -I.. -I.. -I/bb.download/source/gawk-5.2.2 -I/bb.download/source/gawk-5.2.2/support -g -O2 -DNDEBUG -MT grcat.o -MD -MP -MF $depbase.Tpo -c -o grcat.o grcat.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo pwcat.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/gawk-5.2.2/awklib -I.. -I.. -I/bb.download/source/gawk-5.2.2 -I/bb.download/source/gawk-5.2.2/support -g -O2 -DNDEBUG -MT pwcat.o -MD -MP -MF $depbase.Tpo -c -o pwcat.o pwcat.c &&\ mv -f $depbase.Tpo $depbase.Po gcc -g -O2 -DNDEBUG -no-pie -o pwcat pwcat.o -lm gcc -g -O2 -DNDEBUG -no-pie -o grcat grcat.o -lm make[2]: Leaving directory '/bb.build/awklib' Making all in po make[2]: Entering directory '/bb.build/po' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/bb.build/po' Making all in test make[2]: Entering directory '/bb.build/test' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/bb.build/test' make[1]: Leaving directory '/bb.build'
Stderr
ar: `u' modifier ignored since `D' is the default (see `U')
make installResult = 0
Working Dir = /bb.build
Stdout
/BuggyBox/make/4.4/bootstrap/bin/make install-recursive
make[1]: Entering directory '/bb.build'
Making install in support
make[2]: Entering directory '/bb.build/support'
make[3]: Entering directory '/bb.build/support'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/bb.build/support'
make[2]: Leaving directory '/bb.build/support'
Making install in .
make[2]: Entering directory '/bb.build'
make[3]: Entering directory '/bb.build'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gawk/5.2.2/bootstrap/bin'
/bb.download/source/gawk-5.2.2/build-aux/install-sh -c gawk '/BuggyBox/gawk/5.2.2/bootstrap/bin'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gawk/5.2.2/bootstrap/bin'
/bb.download/source/gawk-5.2.2/build-aux/install-sh -c gawkbug '/BuggyBox/gawk/5.2.2/bootstrap/bin'
/BuggyBox/make/4.4/bootstrap/bin/make install-exec-hook
make[4]: Entering directory '/bb.build'
(cd /BuggyBox/gawk/5.2.2/bootstrap/bin; \
name=`echo gawk | sed 's,x,x,'` ; \
if [ ! -f gawk-5.2.2 ]; \
then ln ${name} gawk-5.2.2 2>/dev/null ; \
fi; \
if [ ! -f awk ]; \
then ln -s ${name} awk; \
fi; exit 0)
make[4]: Leaving directory '/bb.build'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gawk/5.2.2/bootstrap/include'
/bb.download/source/gawk-5.2.2/build-aux/install-sh -c -m 644 /bb.download/source/gawk-5.2.2/gawkapi.h '/BuggyBox/gawk/5.2.2/bootstrap/include'
make[3]: Leaving directory '/bb.build'
make[2]: Leaving directory '/bb.build'
Making install in extension
make[2]: Entering directory '/bb.build/extension'
Making install in po
make[3]: Entering directory '/bb.build/extension/po'
if test "gawk-extensions" = "gettext-tools"; then \
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p /BuggyBox/gawk/5.2.2/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 \
/bb.download/source/gawk-5.2.2/extension/../build-aux//install-sh -c -m 644 /bb.download/source/gawk-5.2.2/extension/po/$file \
/BuggyBox/gawk/5.2.2/bootstrap/share/gettext/po/$file; \
done; \
for file in Makevars; do \
rm -f /BuggyBox/gawk/5.2.2/bootstrap/share/gettext/po/$file; \
done; \
else \
: ; \
fi
make[3]: Leaving directory '/bb.build/extension/po'
make[3]: Entering directory '/bb.build/extension'
make[4]: Entering directory '/bb.build/extension'
make[4]: Nothing to be done for 'install-exec-am'.
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gawk/5.2.2/bootstrap/share/man/man3'
/bb.download/source/gawk-5.2.2/extension/../build-aux//install-sh -c -m 644 /bb.download/source/gawk-5.2.2/extension/filefuncs.3am /bb.download/source/gawk-5.2.2/extension/fnmatch.3am /bb.download/source/gawk-5.2.2/extension/fork.3am /bb.download/source/gawk-5.2.2/extension/inplace.3am /bb.download/source/gawk-5.2.2/extension/ordchr.3am /bb.download/source/gawk-5.2.2/extension/readdir.3am /bb.download/source/gawk-5.2.2/extension/readfile.3am /bb.download/source/gawk-5.2.2/extension/revoutput.3am /bb.download/source/gawk-5.2.2/extension/revtwoway.3am /bb.download/source/gawk-5.2.2/extension/rwarray.3am /bb.download/source/gawk-5.2.2/extension/time.3am '/BuggyBox/gawk/5.2.2/bootstrap/share/man/man3'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gawk/5.2.2/bootstrap/lib/gawk'
/bin/sh ./libtool --mode=install /bb.download/source/gawk-5.2.2/extension/../build-aux//install-sh -c filefuncs.la fnmatch.la fork.la inplace.la intdiv.la ordchr.la readdir.la readfile.la revoutput.la revtwoway.la rwarray.la time.la '/BuggyBox/gawk/5.2.2/bootstrap/lib/gawk'
libtool: install: /bb.download/source/gawk-5.2.2/extension/../build-aux//install-sh -c .libs/filefuncs.so /BuggyBox/gawk/5.2.2/bootstrap/lib/gawk/filefuncs.so
libtool: install: /bb.download/source/gawk-5.2.2/extension/../build-aux//install-sh -c .libs/filefuncs.lai /BuggyBox/gawk/5.2.2/bootstrap/lib/gawk/filefuncs.la
libtool: install: /bb.download/source/gawk-5.2.2/extension/../build-aux//install-sh -c .libs/fnmatch.so /BuggyBox/gawk/5.2.2/bootstrap/lib/gawk/fnmatch.so
libtool: install: /bb.download/source/gawk-5.2.2/extension/../build-aux//install-sh -c .libs/fnmatch.lai /BuggyBox/gawk/5.2.2/bootstrap/lib/gawk/fnmatch.la
libtool: install: /bb.download/source/gawk-5.2.2/extension/../build-aux//install-sh -c .libs/fork.so /BuggyBox/gawk/5.2.2/bootstrap/lib/gawk/fork.so
libtool: install: /bb.download/source/gawk-5.2.2/extension/../build-aux//install-sh -c .libs/fork.lai /BuggyBox/gawk/5.2.2/bootstrap/lib/gawk/fork.la
libtool: install: /bb.download/source/gawk-5.2.2/extension/../build-aux//install-sh -c .libs/inplace.so /BuggyBox/gawk/5.2.2/bootstrap/lib/gawk/inplace.so
libtool: install: /bb.download/source/gawk-5.2.2/extension/../build-aux//install-sh -c .libs/inplace.lai /BuggyBox/gawk/5.2.2/bootstrap/lib/gawk/inplace.la
libtool: install: /bb.download/source/gawk-5.2.2/extension/../build-aux//install-sh -c .libs/intdiv.so /BuggyBox/gawk/5.2.2/bootstrap/lib/gawk/intdiv.so
libtool: install: /bb.download/source/gawk-5.2.2/extension/../build-aux//install-sh -c .libs/intdiv.lai /BuggyBox/gawk/5.2.2/bootstrap/lib/gawk/intdiv.la
libtool: install: /bb.download/source/gawk-5.2.2/extension/../build-aux//install-sh -c .libs/ordchr.so /BuggyBox/gawk/5.2.2/bootstrap/lib/gawk/ordchr.so
libtool: install: /bb.download/source/gawk-5.2.2/extension/../build-aux//install-sh -c .libs/ordchr.lai /BuggyBox/gawk/5.2.2/bootstrap/lib/gawk/ordchr.la
libtool: install: /bb.download/source/gawk-5.2.2/extension/../build-aux//install-sh -c .libs/readdir.so /BuggyBox/gawk/5.2.2/bootstrap/lib/gawk/readdir.so
libtool: install: /bb.download/source/gawk-5.2.2/extension/../build-aux//install-sh -c .libs/readdir.lai /BuggyBox/gawk/5.2.2/bootstrap/lib/gawk/readdir.la
libtool: install: /bb.download/source/gawk-5.2.2/extension/../build-aux//install-sh -c .libs/readfile.so /BuggyBox/gawk/5.2.2/bootstrap/lib/gawk/readfile.so
libtool: install: /bb.download/source/gawk-5.2.2/extension/../build-aux//install-sh -c .libs/readfile.lai /BuggyBox/gawk/5.2.2/bootstrap/lib/gawk/readfile.la
libtool: install: /bb.download/source/gawk-5.2.2/extension/../build-aux//install-sh -c .libs/revoutput.so /BuggyBox/gawk/5.2.2/bootstrap/lib/gawk/revoutput.so
libtool: install: /bb.download/source/gawk-5.2.2/extension/../build-aux//install-sh -c .libs/revoutput.lai /BuggyBox/gawk/5.2.2/bootstrap/lib/gawk/revoutput.la
libtool: install: /bb.download/source/gawk-5.2.2/extension/../build-aux//install-sh -c .libs/revtwoway.so /BuggyBox/gawk/5.2.2/bootstrap/lib/gawk/revtwoway.so
libtool: install: /bb.download/source/gawk-5.2.2/extension/../build-aux//install-sh -c .libs/revtwoway.lai /BuggyBox/gawk/5.2.2/bootstrap/lib/gawk/revtwoway.la
libtool: install: /bb.download/source/gawk-5.2.2/extension/../build-aux//install-sh -c .libs/rwarray.so /BuggyBox/gawk/5.2.2/bootstrap/lib/gawk/rwarray.so
libtool: install: /bb.download/source/gawk-5.2.2/extension/../build-aux//install-sh -c .libs/rwarray.lai /BuggyBox/gawk/5.2.2/bootstrap/lib/gawk/rwarray.la
libtool: install: /bb.download/source/gawk-5.2.2/extension/../build-aux//install-sh -c .libs/time.so /BuggyBox/gawk/5.2.2/bootstrap/lib/gawk/time.so
libtool: install: /bb.download/source/gawk-5.2.2/extension/../build-aux//install-sh -c .libs/time.lai /BuggyBox/gawk/5.2.2/bootstrap/lib/gawk/time.la
libtool: finish: PATH="/bin:/usr/bin:/BuggyBox/coreutils/9.4/bootstrap/bin:/BuggyBox/make/4.4/bootstrap/bin:/sbin" ldconfig -n /BuggyBox/gawk/5.2.2/bootstrap/lib/gawk
----------------------------------------------------------------------
Libraries have been installed in:
/BuggyBox/gawk/5.2.2/bootstrap/lib/gawk
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the 'LD_RUN_PATH' environment variable
during linking
- use the '-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator run these commands:
- have your system administrator add LIBDIR to '/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/BuggyBox/make/4.4/bootstrap/bin/make install-data-hook
make[5]: Entering directory '/bb.build/extension'
for i in filefuncs.la fnmatch.la fork.la inplace.la intdiv.la ordchr.la readdir.la readfile.la revoutput.la revtwoway.la rwarray.la time.la ; do \
rm -f /BuggyBox/gawk/5.2.2/bootstrap/lib/gawk/$i ; \
done
make[5]: Leaving directory '/bb.build/extension'
make[4]: Leaving directory '/bb.build/extension'
make[3]: Leaving directory '/bb.build/extension'
make[2]: Leaving directory '/bb.build/extension'
Making install in extras
make[2]: Entering directory '/bb.build/extras'
make[3]: Entering directory '/bb.build/extras'
make[3]: Nothing to be done for 'install-exec-am'.
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gawk/5.2.2/bootstrap/etc/profile.d'
/bb.download/source/gawk-5.2.2/build-aux/install-sh -c -m 644 /bb.download/source/gawk-5.2.2/extras/gawk.sh /bb.download/source/gawk-5.2.2/extras/gawk.csh '/BuggyBox/gawk/5.2.2/bootstrap/etc/profile.d'
make[3]: Leaving directory '/bb.build/extras'
make[2]: Leaving directory '/bb.build/extras'
Making install in doc
make[2]: Entering directory '/bb.build/doc'
make[3]: Entering directory '/bb.build/doc'
make[3]: Nothing to be done for 'install-exec-am'.
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gawk/5.2.2/bootstrap/share/info'
/bb.download/source/gawk-5.2.2/build-aux/install-sh -c -m 644 /bb.download/source/gawk-5.2.2/doc/gawk_api-figure1.png /bb.download/source/gawk-5.2.2/doc/gawk_api-figure2.png /bb.download/source/gawk-5.2.2/doc/gawk_api-figure3.png /bb.download/source/gawk-5.2.2/doc/gawk_array-elements.png /bb.download/source/gawk-5.2.2/doc/gawk_general-program.png /bb.download/source/gawk-5.2.2/doc/gawk_process-flow.png /bb.download/source/gawk-5.2.2/doc/gawk_statist.jpg '/BuggyBox/gawk/5.2.2/bootstrap/share/info'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gawk/5.2.2/bootstrap/share/info'
/bb.download/source/gawk-5.2.2/build-aux/install-sh -c -m 644 /bb.download/source/gawk-5.2.2/doc/gawk.info /bb.download/source/gawk-5.2.2/doc/gawkinet.info /bb.download/source/gawk-5.2.2/doc/gawkworkflow.info /bb.download/source/gawk-5.2.2/doc/pm-gawk.info '/BuggyBox/gawk/5.2.2/bootstrap/share/info'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gawk/5.2.2/bootstrap/share/man/man1'
/bb.download/source/gawk-5.2.2/build-aux/install-sh -c -m 644 /bb.download/source/gawk-5.2.2/doc/gawk.1 /bb.download/source/gawk-5.2.2/doc/gawkbug.1 /bb.download/source/gawk-5.2.2/doc/pm-gawk.1 '/BuggyBox/gawk/5.2.2/bootstrap/share/man/man1'
make[3]: Leaving directory '/bb.build/doc'
make[2]: Leaving directory '/bb.build/doc'
Making install in awklib
make[2]: Entering directory '/bb.build/awklib'
make[3]: Entering directory '/bb.build/awklib'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/gawk/5.2.2/bootstrap/libexec/awk'
/bb.download/source/gawk-5.2.2/build-aux/install-sh -c pwcat grcat '/BuggyBox/gawk/5.2.2/bootstrap/libexec/awk'
/BuggyBox/make/4.4/bootstrap/bin/make install-exec-hook
make[4]: Entering directory '/bb.build/awklib'
/bin/sh /bb.download/source/gawk-5.2.2/build-aux/install-sh -d /BuggyBox/gawk/5.2.2/bootstrap/share/awk
for i in passwd.awk group.awk /bb.download/source/gawk-5.2.2/awklib/eg/lib/*.awk ; do \
progname=`echo $i | sed 's;.*/;;'` ; \
/bb.download/source/gawk-5.2.2/build-aux/install-sh -c -m 644 $i /BuggyBox/gawk/5.2.2/bootstrap/share/awk/$progname ; \
done
make[4]: Leaving directory '/bb.build/awklib'
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/bb.build/awklib'
make[2]: Leaving directory '/bb.build/awklib'
Making install in po
make[2]: Entering directory '/bb.build/po'
installing /bb.download/source/gawk-5.2.2/po/bg.gmo as /BuggyBox/gawk/5.2.2/bootstrap/share/locale/bg/LC_MESSAGES/gawk.mo
installing /bb.download/source/gawk-5.2.2/po/ca.gmo as /BuggyBox/gawk/5.2.2/bootstrap/share/locale/ca/LC_MESSAGES/gawk.mo
installing /bb.download/source/gawk-5.2.2/po/da.gmo as /BuggyBox/gawk/5.2.2/bootstrap/share/locale/da/LC_MESSAGES/gawk.mo
installing /bb.download/source/gawk-5.2.2/po/de.gmo as /BuggyBox/gawk/5.2.2/bootstrap/share/locale/de/LC_MESSAGES/gawk.mo
installing /bb.download/source/gawk-5.2.2/po/es.gmo as /BuggyBox/gawk/5.2.2/bootstrap/share/locale/es/LC_MESSAGES/gawk.mo
installing /bb.download/source/gawk-5.2.2/po/fi.gmo as /BuggyBox/gawk/5.2.2/bootstrap/share/locale/fi/LC_MESSAGES/gawk.mo
installing /bb.download/source/gawk-5.2.2/po/fr.gmo as /BuggyBox/gawk/5.2.2/bootstrap/share/locale/fr/LC_MESSAGES/gawk.mo
installing /bb.download/source/gawk-5.2.2/po/id.gmo as /BuggyBox/gawk/5.2.2/bootstrap/share/locale/id/LC_MESSAGES/gawk.mo
installing /bb.download/source/gawk-5.2.2/po/it.gmo as /BuggyBox/gawk/5.2.2/bootstrap/share/locale/it/LC_MESSAGES/gawk.mo
installing /bb.download/source/gawk-5.2.2/po/ja.gmo as /BuggyBox/gawk/5.2.2/bootstrap/share/locale/ja/LC_MESSAGES/gawk.mo
installing /bb.download/source/gawk-5.2.2/po/ko.gmo as /BuggyBox/gawk/5.2.2/bootstrap/share/locale/ko/LC_MESSAGES/gawk.mo
installing /bb.download/source/gawk-5.2.2/po/ms.gmo as /BuggyBox/gawk/5.2.2/bootstrap/share/locale/ms/LC_MESSAGES/gawk.mo
installing /bb.download/source/gawk-5.2.2/po/nl.gmo as /BuggyBox/gawk/5.2.2/bootstrap/share/locale/nl/LC_MESSAGES/gawk.mo
installing /bb.download/source/gawk-5.2.2/po/pl.gmo as /BuggyBox/gawk/5.2.2/bootstrap/share/locale/pl/LC_MESSAGES/gawk.mo
installing /bb.download/source/gawk-5.2.2/po/pt.gmo as /BuggyBox/gawk/5.2.2/bootstrap/share/locale/pt/LC_MESSAGES/gawk.mo
installing /bb.download/source/gawk-5.2.2/po/pt_BR.gmo as /BuggyBox/gawk/5.2.2/bootstrap/share/locale/pt_BR/LC_MESSAGES/gawk.mo
installing /bb.download/source/gawk-5.2.2/po/ro.gmo as /BuggyBox/gawk/5.2.2/bootstrap/share/locale/ro/LC_MESSAGES/gawk.mo
installing /bb.download/source/gawk-5.2.2/po/sr.gmo as /BuggyBox/gawk/5.2.2/bootstrap/share/locale/sr/LC_MESSAGES/gawk.mo
installing /bb.download/source/gawk-5.2.2/po/sv.gmo as /BuggyBox/gawk/5.2.2/bootstrap/share/locale/sv/LC_MESSAGES/gawk.mo
installing /bb.download/source/gawk-5.2.2/po/vi.gmo as /BuggyBox/gawk/5.2.2/bootstrap/share/locale/vi/LC_MESSAGES/gawk.mo
installing /bb.download/source/gawk-5.2.2/po/zh_CN.gmo as /BuggyBox/gawk/5.2.2/bootstrap/share/locale/zh_CN/LC_MESSAGES/gawk.mo
if test "gawk" = "gettext-tools"; then \
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p /BuggyBox/gawk/5.2.2/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 \
/bb.download/source/gawk-5.2.2/build-aux/install-sh -c -m 644 /bb.download/source/gawk-5.2.2/po/$file \
/BuggyBox/gawk/5.2.2/bootstrap/share/gettext/po/$file; \
done; \
for file in Makevars; do \
rm -f /BuggyBox/gawk/5.2.2/bootstrap/share/gettext/po/$file; \
done; \
else \
: ; \
fi
make[2]: Leaving directory '/bb.build/po'
Making install in test
make[2]: Entering directory '/bb.build/test'
make[3]: Entering directory '/bb.build/test'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/bb.build/test'
make[2]: Leaving directory '/bb.build/test'
make[1]: Leaving directory '/bb.build'
Stderr
/bb.build/extension/libtool: line 1890: ldconfig: command not found