bison (3.8.2)
mkdir /bb.buildResult = 0
Working Dir = /
Stdout
Stderr
/bb.download/source/bison-3.8.2/configure --helpResult = 0
Working Dir = /bb.build
Stdout
`configure' configures GNU Bison 3.8.2 to adapt to many kinds of systems.
Usage: /bb.download/source/bison-3.8.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/bison]
--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")
--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-year2038 omit support for timestamps past the year 2038
--enable-threads={isoc|posix|isoc+posix|windows}
specify multithreading API
--disable-threads build without multithread safety
--disable-rpath do not hardcode runtime library paths
--enable-gcc-warnings turn on lots of GCC warnings (not recommended).
Also, issue synclines from the examples/ to
the corresponding source in the Texinfo doc.
--disable-yacc do not build a yacc command or an -ly library
--enable-cross-guesses={conservative|risky}
specify policy for cross-compilation guesses
--disable-assert turn off assertions
--enable-relocatable install a package that can be moved in the file
system
--disable-nls do not use Native Language Support
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-libtextstyle-prefix[=DIR] search for libtextstyle in DIR/include and DIR/lib
--without-libtextstyle-prefix don't search for libtextstyle 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-libreadline-prefix[=DIR] search for libreadline in DIR/include and DIR/lib
--without-libreadline-prefix don't search for libreadline 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
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>
CXX C++ compiler command
CXXFLAGS C++ compiler flags
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.
M4 Location of GNU M4 1.4.6 or later. Defaults to the first program
of 'm4', 'gm4', or 'gnum4' on PATH that meets Autoconf needs.
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-bison@gnu.org>.
GNU Bison home page: <https://www.gnu.org/software/bison/>.
General help using GNU software: <https://www.gnu.org/gethelp/>.
Stderr
/bb.download/source/bison-3.8.2/configure --prefix=/BuggyBox/bison/3.8.2/bootstrapResult = 0
Working Dir = /bb.build
Stdout
checking for a BSD-compatible install... /BuggyBox/coreutils/9.4/bootstrap/bin/install -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 whether make supports nested variables... (cached) yes 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 whether the compiler is clang... no checking for compiler option needed when checking for declarations... none checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... gcc3 checking for g++... g++ checking whether the compiler supports GNU C++... yes checking whether g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking dependency style of g++... 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 locale.h... yes checking for sys/param.h... yes checking for sys/socket.h... yes checking for stdio_ext.h... yes checking for features.h... yes checking for getopt.h... yes checking for sys/cdefs.h... yes checking for sys/time.h... yes checking for iconv.h... yes checking for limits.h... yes checking for crtdefs.h... no checking for wctype.h... yes checking for threads.h... yes checking for math.h... yes checking for sys/mman.h... yes checking for spawn.h... yes checking for sys/ioctl.h... yes checking for sys/resource.h... yes checking for sys/times.h... yes checking for sys/wait.h... yes checking for termios.h... yes checking for dirent.h... yes checking for xlocale.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu 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 for Minix Amsterdam compiler... no checking for ar... ar checking for ranlib... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 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 libtextstyle... no checking for inline... inline checking for tcdrain... yes checking for canonicalize_file_name... yes checking for faccessat... yes checking for realpath... yes checking for lstat... yes checking for readlinkat... yes checking for _set_invalid_parameter_handler... no checking for fchdir... yes checking for fcntl... yes checking for symlink... yes checking for ffsl... yes checking for vasnprintf... no checking for snprintf... yes checking for fsync... yes checking for microuptime... no checking for nanouptime... no checking for getprogname... no checking for getexecname... no checking for getrusage... yes checking for gettimeofday... yes checking for iswcntrl... yes checking for iswblank... yes checking for mbsinit... yes checking for mbrtowc... yes checking for isascii... yes checking for mprotect... yes checking for obstack_printf... yes checking for strerror_r... yes checking for __xpg_strerror_r... yes checking for pipe... yes checking for pipe2... yes checking for posix_spawn_file_actions_addchdir_np... yes checking for posix_spawn_file_actions_addchdir... no checking for readlink... yes checking for setenv... yes checking for link... yes checking for sigaction... yes checking for sigaltstack... yes checking for siginterrupt... yes checking for stpncpy... yes checking for strndup... yes checking for wcwidth... yes checking for fdopendir... yes checking for mempcpy... yes checking for __fseterr... no checking for fstatat... yes checking for getdelim... yes checking for getdtablesize... yes checking for openat... yes checking for catgets... yes checking for setlocale... yes checking whether pragma GCC diagnostic push works... yes checking whether C++ compiler handles -Werror -Wunknown-warning-option... no checking whether C++ compiler handles -fno-exceptions... yes checking whether C++ compiler accepts -std=c++98... yes checking whether C++ compiler accepts -std=c++03... yes checking whether C++ compiler accepts -std=c++11... yes checking whether C++ compiler accepts -std=c++14... yes checking whether C++ compiler accepts -std=c++17... yes checking whether C++ compiler accepts -std=c++20... yes checking whether C++ compiler accepts -std=c++2b... yes checking whether gcc supports POSIXLY_CORRECT=1... yes checking whether g++ builds executables that work... yes checking whether g++ supports POSIXLY_CORRECT=1... yes checking for dmd... no checking for -g... no checking for Java compiler... no checking for Java virtual machine... no checking for flex... no checking for lex... no checking for bison... bison -y checking for ranlib... : checking for GNU M4 that supports accurate traces... /usr/bin/m4 checking whether /usr/bin/m4 accepts --gnu... yes checking how m4 supports trace files... --debugfile checking for perl... no checking for xsltproc... no checking for inline... (cached) inline checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking whether malloc is ptrdiff_t safe... yes checking whether malloc, realloc, calloc set errno on failure... yes checking whether lstat correctly handles trailing slash... yes checking whether // is distinct from /... no checking whether realpath works... yes checking for getcwd... yes checking for C/C++ restrict keyword... __restrict__ checking if environ is properly declared... yes checking whether the preprocessor supports include_next... yes checking whether source code line length is unlimited... yes checking for complete errno.h... yes checking for gcc options needed to detect all undeclared functions... none needed checking whether strerror_r is declared... yes checking whether strerror_r returns char *... yes checking for mode_t... yes checking for sig_atomic_t... yes checking for working fcntl.h... yes checking for pid_t... yes checking for eaccess... yes checking for stdint.h... yes checking for inttypes.h... yes checking whether printf supports size specifiers as in C99... yes checking whether printf supports 'long double' arguments... yes checking whether printf supports infinite 'double' arguments... yes checking whether byte ordering is bigendian... no checking whether long double and double are the same... no checking whether printf supports infinite 'long double' arguments... yes checking whether printf supports the 'a' and 'A' directives... yes checking whether printf supports the 'F' directive... yes checking whether printf supports the 'n' directive... yes checking whether printf supports the 'ls' directive... yes checking whether printf supports POSIX/XSI format strings with positions... yes checking whether printf supports the grouping flag... yes checking whether printf supports the left-adjust flag correctly... yes checking whether printf supports the zero flag correctly... yes checking whether printf supports large precisions... yes checking whether the compiler produces multi-arch binaries... no checking whether printf survives out-of-memory conditions... yes checking for wchar_t... yes checking for wint_t... yes checking whether wint_t is large enough... yes checking for intmax_t... yes checking where to find the exponent in a 'double'... word 1 bit 20 checking whether snprintf returns a byte count as in C99... yes checking whether snprintf truncates the result as in C99... yes checking for snprintf... (cached) yes checking for strnlen... yes checking for wcslen... yes checking for wcsnlen... yes checking for mbrtowc... (cached) yes checking for wcrtomb... yes checking whether _snprintf is declared... no checking whether frexp() can be used without linking with libm... yes checking whether alarm is declared... yes checking whether getcwd (NULL, 0) allocates memory for result... yes checking for getcwd with POSIX signature... yes checking whether getcwd is declared... yes checking for d_ino member in directory struct... yes checking for arithmetic hrtime_t... no checking for getopt.h... (cached) yes checking for getopt_long_only... yes checking whether getopt is POSIX compatible... yes checking for working GNU getopt function... yes checking for working GNU getopt_long function... yes checking for struct timeval... yes checking for wide-enough struct timeval.tv_sec member... yes checking for iconv... yes checking for working iconv... yes checking whether iconv is compatible with its POSIX signature... yes checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... yes checking whether stdint.h conforms to C99... yes checking whether stdint.h works without ISO C predefines... yes checking whether stdint.h has UINTMAX_WIDTH etc.... yes checking whether INT32_MAX < INTMAX_MAX... yes checking whether INT64_MAX == LONG_MAX... yes checking whether UINT32_MAX < UINTMAX_MAX... yes checking whether UINT64_MAX == ULONG_MAX... yes checking where to find the exponent in a 'float'... word 0 bit 23 checking whether isnan(float) can be used without linking with libm... yes checking whether isnan(float) works... yes checking whether isnan(double) can be used without linking with libm... yes checking whether isnan(long double) can be used without linking with libm... yes checking whether isnanl works... yes checking whether iswcntrl works... yes checking for towlower... yes checking for wctype_t... yes checking for wctrans_t... yes checking for nl_langinfo and CODESET... yes checking for a traditional french locale... none checking for a traditional japanese locale... none checking for a french Unicode locale... none checking for a transitional chinese locale... none checking whether ldexp() can be used without linking with libm... yes checking whether imported symbols can be declared weak... yes checking for pthread.h... yes checking for pthread_kill in -lpthread... yes checking whether POSIX threads API is available... yes checking for multithread API to use... posix checking for a sed that does not truncate output... /BuggyBox/sed/4.9/bootstrap/bin/sed checking whether NAN macro works... yes checking whether HUGE_VAL works... yes checking for mbstate_t... yes checking for mmap... yes checking for MAP_ANONYMOUS... yes checking whether memchr works... yes checking whether <limits.h> defines MIN and MAX... no checking whether <sys/param.h> defines MIN and MAX... yes checking whether obstack_printf is declared... yes checking for O_CLOEXEC... yes checking for promoted mode_t type... mode_t checking whether strerror(0) succeeds... yes checking for strerror_r with POSIX signature... no checking whether __xpg_strerror_r works... yes checking for library containing posix_spawn... none required checking for posix_spawn... yes checking whether posix_spawn is declared... yes checking whether posix_spawn works... yes checking whether posix_spawn rejects scripts without shebang... yes checking whether posix_spawnp rejects scripts without shebang... yes checking whether posix_spawnattr_setschedpolicy is supported... yes checking whether posix_spawnattr_setschedparam is supported... yes checking whether C symbols are prefixed with underscore at the linker level... no checking for sigset_t... yes checking for shared library path variable... LD_LIBRARY_PATH checking whether to activate relocatable installation... no checking whether malloc (0) returns nonnull... yes checking whether setenv is declared... yes checking for sched.h... yes checking for struct sched_param... yes checking for uid_t in sys/types.h... yes checking for volatile sig_atomic_t... yes checking for sighandler_t... yes checking whether snprintf is declared... yes checking for posix_spawnattr_t... yes checking for posix_spawn_file_actions_t... yes checking whether stat file-mode macros are broken... no checking for nlink_t... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for good max_align_t... yes checking whether NULL can be used in arbitrary expressions... yes checking whether fcloseall is declared... yes checking which flavor of printf attribute matches inttypes macros... system checking whether ecvt is declared... yes checking whether fcvt is declared... yes checking whether gcvt is declared... yes checking whether stpncpy is declared... yes checking whether strdup is declared... yes checking whether strndup is declared... yes checking whether <sys/ioctl.h> declares ioctl... yes checking for struct tms... yes checking for struct timespec in <time.h>... yes checking for TIME_UTC in <time.h>... yes checking whether execvpe is declared... yes checking whether clearerr_unlocked is declared... yes checking whether feof_unlocked is declared... yes checking whether ferror_unlocked is declared... yes checking whether fflush_unlocked is declared... yes checking whether fgets_unlocked is declared... yes checking whether fputc_unlocked is declared... yes checking whether fputs_unlocked is declared... yes checking whether fread_unlocked is declared... yes checking whether fwrite_unlocked is declared... yes checking whether getc_unlocked is declared... yes checking whether getchar_unlocked is declared... yes checking whether putc_unlocked is declared... yes checking whether putchar_unlocked is declared... yes checking whether unsetenv is declared... yes checking whether vsnprintf is declared... yes checking whether <wchar.h> uses 'inline' correctly... yes checking whether wcsdup is declared... yes checking POSIX termios... yes checking whether use of TIOCGWINSZ requires termios.h... no checking whether fchdir is declared... yes checking whether getdelim is declared... yes checking whether getdtablesize is declared... yes checking whether getline is declared... yes checking whether setlocale (LC_ALL, NULL) is multithread-safe... yes checking whether setlocale (category, NULL) is multithread-safe... yes checking whether locale.h defines locale_t... yes checking whether locale.h conforms to POSIX:2001... yes checking whether struct lconv is properly defined... yes checking whether memrchr is declared... yes checking whether strnlen is declared... yes checking for alloca as a compiler built-in... yes checking whether to enable assertions... yes checking for __builtin_expect... yes checking whether calloc (0, n) and calloc (n, 0) return nonnull... yes checking for library containing clock_gettime... none required checking for clock_gettime... yes checking for clock_settime... yes checking whether // is distinct from /... (cached) no checking whether dup2 works... yes checking for error_at_line... yes checking whether fcntl handles F_DUPFD correctly... yes checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check checking whether conversion from 'int' to 'long double' works... yes checking whether fopen recognizes a trailing slash... yes checking whether fopen supports the mode character 'x'... yes checking whether fopen supports the mode character 'e'... yes checking for __fpending... yes checking whether __fpending is declared... yes checking whether free is known to preserve errno... yes checking whether frexp works... yes checking whether frexpl is declared... yes checking whether frexpl() can be used without linking with libm... yes checking whether frexpl works... yes checking whether getcwd handles long file names properly... yes checking for getpagesize... yes checking whether getcwd succeeds when 4k < cwd_length < 16k... yes checking whether gethrtime is declared... no checking whether CLOCK_MONOTONIC or CLOCK_REALTIME is defined... yes checking whether program_invocation_name is declared... yes checking whether program_invocation_short_name is declared... yes checking whether __argv is declared... no checking for gettimeofday with POSIX signature... yes checking whether the compiler generally respects inline... yes checking whether isnan macro works... yes checking whether isnan(double) can be used without linking with libm... (cached) yes checking whether isnan(double) can be used without linking with libm... (cached) yes checking whether isnan(float) can be used without linking with libm... (cached) yes checking whether isnan(float) works... (cached) yes checking whether isnan(long double) can be used without linking with libm... (cached) yes checking whether isnanl works... (cached) yes checking whether isnan(long double) can be used without linking with libm... (cached) yes checking whether isnanl works... (cached) yes checking whether iswblank is declared... yes checking whether iswdigit is ISO C compliant... guessing yes checking whether iswxdigit is ISO C compliant... guessing yes checking whether ldexpl is declared... yes checking whether ldexpl() can be used without linking with libm... yes checking whether ldexpl works... yes checking whether the compiler supports the __inline keyword... yes checking for pthread_rwlock_t... yes checking whether pthread_rwlock_rdlock prefers a writer to a reader... no checking whether malloc (0) returns nonnull... (cached) yes checking whether mbrtowc handles incomplete characters... guessing yes checking whether mbrtowc works as well as mbtowc... guessing yes checking whether mbrtowc handles a NULL pwc argument... guessing yes checking whether mbrtowc handles a NULL string argument... guessing yes checking whether mbrtowc has a correct return value... guessing yes checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes checking whether mbrtowc stores incomplete characters... guessing no checking whether mbrtowc works on empty input... yes checking whether the C locale is free of encoding errors... no checking whether mbrtowc handles incomplete characters... (cached) guessing yes checking whether mbrtowc works as well as mbtowc... (cached) guessing yes checking whether mbswidth is declared in <wchar.h>... no checking for mbstate_t... (cached) yes checking for mempcpy... (cached) yes checking for obstacks that work with any size object... no checking whether open recognizes a trailing slash... yes checking whether perror matches strerror... yes checking whether posix_spawn_file_actions_addclose works... yes checking whether posix_spawn_file_actions_adddup2 works... yes checking whether posix_spawn_file_actions_addopen works... yes checking whether frexp works... (cached) yes checking whether ldexp can be used without linking with libm... (cached) yes checking whether frexpl() can be used without linking with libm... (cached) yes checking whether frexpl works... (cached) yes checking whether frexpl is declared... (cached) yes checking whether ldexpl() can be used without linking with libm... (cached) yes checking whether ldexpl works... (cached) yes checking whether ldexpl is declared... (cached) yes checking whether program_invocation_name is declared... (cached) yes checking whether program_invocation_short_name is declared... (cached) yes checking for raise... yes checking for sigprocmask... yes checking for rawmemchr... yes checking for readline... no checking for readline/readline.h... yes checking for readline/history.h... yes checking whether readlink signature is correct... yes checking whether readlink handles trailing slash correctly... yes checking whether readlink truncates results correctly... yes checking whether realloc (0, 0) returns nonnull... yes checking for reallocarray... yes checking for getcwd... (cached) yes checking whether free is known to preserve errno... (cached) yes checking for mempcpy... (cached) yes checking for rawmemchr... (cached) yes checking for search.h... yes checking for tsearch... yes checking whether rename honors trailing slash on destination... yes checking whether rename honors trailing slash on source... yes checking whether rename manages hard links correctly... yes checking whether rename manages existing destinations correctly... yes checking for struct sigaction.sa_sigaction... yes checking for signbit macro... yes checking for signbit compiler built-ins... yes checking for sigprocmask... (cached) yes checking for stdint.h... (cached) yes checking for SIZE_MAX... yes checking for snprintf... (cached) yes checking whether snprintf respects a size of 1... yes checking whether printf supports POSIX/XSI format strings with positions... (cached) yes checking for snprintf... (cached) yes checking whether snprintf fully supports the 'n' directive... yes checking whether snprintf respects a size of 1... (cached) yes checking whether vsnprintf respects a zero size as in C99... yes checking for ssize_t... yes checking whether stat handles trailing slashes on files... yes checking for working stdalign.h... yes checking for stpcpy... yes checking for working stpncpy... yes checking for working strerror function... yes checking for working strndup... yes checking whether strtod obeys C99... yes checking for strverscmp... yes checking for sys/single_threaded.h... yes checking whether unlink honors trailing slashes... yes checking whether unlink of a parent directory fails as it should... guessing yes checking for unsetenv... yes checking for unsetenv() return type... int checking whether unsetenv obeys POSIX... yes checking for ptrdiff_t... yes checking for vasprintf... yes checking for vasprintf... (cached) yes checking for vsnprintf... yes checking whether snprintf respects a size of 1... (cached) yes checking whether printf supports POSIX/XSI format strings with positions... (cached) yes checking for vsnprintf... (cached) yes checking whether snprintf fully supports the 'n' directive... (cached) yes checking whether snprintf respects a size of 1... (cached) yes checking whether vsnprintf respects a zero size as in C99... (cached) yes checking for waitid... yes checking whether wcwidth is declared... yes checking whether wcwidth works reasonably in UTF-8 locales... yes checking whether use of TIOCGWINSZ requires sys/ioctl.h... yes checking whether use of TIOCGWINSZ requires termios.h... (cached) no checking whether use of struct winsize requires sys/ptem.h... no checking for stdint.h... (cached) yes checking whether getdtablesize works... yes checking whether setlocale (LC_ALL, NULL) is multithread-safe... (cached) yes checking whether setlocale (category, NULL) is multithread-safe... (cached) yes checking for getline... yes checking for working getline function... yes checking whether NLS is requested... yes checking for msgfmt... no checking for gmsgfmt... : checking for xgettext... no checking for msgmerge... no checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for valgrind... no checking Valgrind suppression file... checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating src/yacc config.status: creating javacomp.sh config.status: creating javaexec.sh config.status: creating gnulib-po/Makefile.in config.status: creating runtime-po/Makefile.in config.status: creating etc/bench.pl config.status: creating tests/atlocal config.status: creating tests/bison config.status: creating Makefile config.status: creating po/Makefile.in config.status: creating doc/yacc.1 config.status: creating lib/config.h config.status: linking /bb.download/source/bison-3.8.2/GNUmakefile to GNUmakefile config.status: executing depfiles commands config.status: executing po-directories commands config.status: creating gnulib-po/POTFILES config.status: creating gnulib-po/Makefile config.status: creating runtime-po/POTFILES config.status: creating runtime-po/Makefile config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing tests/atconfig commands
Stderr
configure: WARNING: bypassing lex because flex is required
make -j16Result = 0
Working Dir = /bb.build
Stdout
GEN lib/alloca.h GEN lib/configmake.h GEN lib/fcntl.h GEN lib/iconv.h GEN lib/textstyle.h GEN lib/inttypes.h GEN lib/limits.h GEN lib/locale.h GEN lib/sched.h GEN lib/math.h GEN lib/signal.h GEN lib/stdio.h GEN lib/malloc/scratch_buffer.gl.h GEN lib/spawn.h GEN lib/string.h GEN lib/stdlib.h GEN lib/sys/ioctl.h GEN lib/sys/resource.h GEN lib/sys/stat.h GEN lib/sys/time.h GEN lib/sys/times.h GEN lib/termios.h GEN lib/sys/wait.h GEN lib/sys/types.h GEN lib/time.h GEN lib/unistr.h GEN lib/unistd.h GEN lib/uniwidth.h GEN lib/unitypes.h GEN lib/wchar.h GEN lib/wctype.h /BuggyBox/make/4.4/bootstrap/bin/make all-recursive make[1]: Entering directory '/bb.build' 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 runtime-po make[2]: Entering directory '/bb.build/runtime-po' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/bb.build/runtime-po' Making all in gnulib-po make[2]: Entering directory '/bb.build/gnulib-po' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/bb.build/gnulib-po' Making all in . make[2]: Entering directory '/bb.build' CC lib/libbison_a-gl_map.o CC lib/libbison_a-mbchar.o CC lib/libbison_a-math.o CC lib/libbison_a-mbfile.o CC lib/libbison_a-gl_oset.o CC lib/libbison_a-pipe2.o CC lib/libbison_a-pipe2-safer.o CC lib/libbison_a-mbswidth.o CC lib/libbison_a-progname.o CC lib/libbison_a-printf-frexp.o CC lib/libbison_a-printf-frexpl.o CC lib/libbison_a-gl_rbtreehash_list.o CC lib/libbison_a-quotearg.o CC lib/libbison_a-gl_rbtree_oset.o CC lib/libbison_a-setlocale_null.o CC lib/libbison_a-sig-handler.o CC lib/libbison_a-spawn-pipe.o CC lib/glthread/libbison_a-threadlib.o CC lib/libbison_a-timevar.o CC lib/libbison_a-timespec.o CC lib/glthread/libbison_a-tls.o CC lib/libbison_a-unicodeio.o CC lib/libbison_a-unistd.o CC lib/libbison_a-dup-safer.o CC lib/libbison_a-fd-safer.o CC lib/libbison_a-pipe-safer.o CC lib/libbison_a-wait-process.o CC lib/libbison_a-wctype-h.o CC lib/libbison_a-xmalloc.o CC lib/libbison_a-xalloc-die.o CC lib/libbison_a-xconcat-filename.o CC lib/libbison_a-gl_xlist.o CC lib/libbison_a-xhash.o CC lib/libbison_a-gl_xmap.o CC lib/libbison_a-xmemdup0.o CC lib/libbison_a-xreadlink.o CC lib/libbison_a-xsize.o CC lib/libbison_a-xstrndup.o CC lib/libbison_a-get-errno.o CC lib/libbison_a-path-join.o CC lib/libbison_a-asnprintf.o CC lib/libbison_a-mbrtowc.o CC lib/libbison_a-fcntl.o CC lib/libbison_a-obstack.o CC lib/libbison_a-printf-args.o CC lib/libbison_a-printf-parse.o CC lib/libbison_a-spawn_faction_addchdir.o CC lib/libbison_a-readline.o CC lib/libbison_a-vasnprintf.o CC lib/main.o CC lib/yyerror.o CC src/bison-AnnotationList.o CC src/bison-InadequacyList.o CC src/bison-Sbitset.o CC src/bison-assoc.o CC src/bison-closure.o CC src/bison-complain.o CC src/bison-conflicts.o CC src/bison-counterexample.o CC src/bison-derives.o CC src/bison-derivation.o CC src/bison-files.o CC src/bison-fixits.o CC src/bison-getargs.o CC src/bison-glyphs.o CC src/bison-gram.o CC src/bison-graphviz.o CC src/bison-ielr.o CC src/bison-lalr.o CC src/bison-location.o CC src/bison-lr0.o CC src/bison-lssi.o CC src/bison-main.o CC src/bison-muscle-tab.o CC src/bison-named-ref.o CC src/bison-nullable.o CC src/bison-output.o CC src/bison-parse-gram.o CC src/bison-parse-simulation.o CC src/bison-print-xml.o CC src/bison-print-graph.o CC src/bison-print.o CC src/bison-reduce.o CC src/bison-reader.o CC src/bison-relation.o CC src/bison-scan-code-c.o CC src/bison-scan-gram-c.o CC src/bison-scan-skel-c.o CC src/bison-state.o CC src/bison-state-item.o CC src/bison-strversion.o CC src/bison-symlist.o CC src/bison-symtab.o CC src/bison-uniqstr.o CC src/bison-tables.o CC lib/libbison_a-allocator.o CC lib/libbison_a-areadlink.o CC lib/libbison_a-argmatch.o CC lib/libbison_a-gl_array_list.o CC lib/libbison_a-basename-lgpl.o CC lib/libbison_a-binary-io.o CC lib/libbison_a-bitrotate.o CC lib/libbison_a-bitset.o CC lib/bitset/libbison_a-array.o CC lib/bitset/libbison_a-stats.o CC lib/bitset/libbison_a-table.o CC lib/bitset/libbison_a-list.o CC lib/libbison_a-bitsetv.o CC lib/bitset/libbison_a-vector.o CC lib/libbison_a-c-ctype.o CC lib/libbison_a-c-strcasecmp.o CC lib/libbison_a-c-strncasecmp.o CC lib/libbison_a-canonicalize.o CC lib/libbison_a-careadlinkat.o CC lib/libbison_a-cloexec.o CC lib/libbison_a-close-stream.o CC lib/libbison_a-closeout.o CC lib/libbison_a-dirname.o CC lib/libbison_a-concat-filename.o CC lib/libbison_a-basename.o CC lib/libbison_a-dirname-lgpl.o CC lib/libbison_a-stripslash.o CC lib/libbison_a-execute.o CC lib/libbison_a-exitfail.o CC lib/libbison_a-fatal-signal.o CC lib/libbison_a-fd-safer-flag.o CC lib/libbison_a-file-set.o CC lib/libbison_a-dup-safer-flag.o CC lib/libbison_a-findprog-in.o CC lib/libbison_a-fopen-safer.o CC lib/libbison_a-gethrxtime.o CC lib/libbison_a-fstrcmp.o CC lib/libbison_a-xtime.o CC lib/libbison_a-getprogname.o CC lib/libbison_a-gettime.o CC lib/libbison_a-hard-locale.o CC lib/libbison_a-hash.o CC lib/libbison_a-gl_hash_map.o CC lib/libbison_a-hash-pjw.o CC lib/libbison_a-hash-triple-simple.o CC lib/libbison_a-ialloc.o CC lib/libbison_a-integer_length.o CC lib/libbison_a-gl_linked_list.o CC lib/libbison_a-integer_length_l.o CC lib/libbison_a-gl_list.o CC lib/glthread/libbison_a-lock.o CC lib/libbison_a-localcharset.o CC lib/malloc/libbison_a-scratch_buffer_dupfree.o CC lib/malloc/libbison_a-scratch_buffer_grow.o CC lib/malloc/libbison_a-scratch_buffer_grow_preserve.o CC lib/malloc/libbison_a-scratch_buffer_set_array_size.o CC lib/unistr/libbison_a-u8-mbtoucr.o CC lib/unistr/libbison_a-u8-uctomb.o CC lib/unistr/libbison_a-u8-uctomb-aux.o CC lib/uniwidth/libbison_a-width.o AR lib/liby.a AR lib/libbison.a CCLD src/bison GEN /bb.download/source/bison-3.8.2/doc/bison.help make[2]: Leaving directory '/bb.build' make[1]: Leaving directory '/bb.build'
Stderr
/bb.download/source/bison-3.8.2/lib/careadlinkat.c: In function 'careadlinkat':
/bb.download/source/bison-3.8.2/lib/careadlinkat.c:178:5: warning: #warning "GCC might issue a bogus -Wreturn-local-addr warning here." [-Wcpp]
178 | #warning "GCC might issue a bogus -Wreturn-local-addr warning here."
| ^~~~~~~
/bb.download/source/bison-3.8.2/lib/careadlinkat.c:179:5: warning: #warning "See <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93644>." [-Wcpp]
179 | #warning "See <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93644>."
| ^~~~~~~
/bb.download/source/bison-3.8.2/lib/careadlinkat.c:182:10: warning: function may return address of local variable [-Wreturn-local-addr]
182 | return readlink_stk (fd, filename, buffer, buffer_size, alloc,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
183 | preadlinkat, stack_buf);
| ~~~~~~~~~~~~~~~~~~~~~~~
/bb.download/source/bison-3.8.2/lib/careadlinkat.c:181:8: note: declared here
181 | char stack_buf[STACK_BUF_SIZE];
| ^~~~~~~~~
/bb.download/source/bison-3.8.2/lib/canonicalize.c: In function 'canonicalize_filename_mode':
/bb.download/source/bison-3.8.2/lib/canonicalize.c:484:5: warning: #warning "GCC might issue a bogus -Wreturn-local-addr warning here." [-Wcpp]
484 | #warning "GCC might issue a bogus -Wreturn-local-addr warning here."
| ^~~~~~~
/bb.download/source/bison-3.8.2/lib/canonicalize.c:485:5: warning: #warning "See <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93644>." [-Wcpp]
485 | #warning "See <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93644>."
| ^~~~~~~
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 po
make[2]: Entering directory '/bb.build/po'
installing /bb.download/source/bison-3.8.2/po/bg.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/bg/LC_MESSAGES/bison.mo
installing /bb.download/source/bison-3.8.2/po/ca.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/ca/LC_MESSAGES/bison.mo
installing /bb.download/source/bison-3.8.2/po/da.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/da/LC_MESSAGES/bison.mo
installing /bb.download/source/bison-3.8.2/po/de.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/de/LC_MESSAGES/bison.mo
installing /bb.download/source/bison-3.8.2/po/el.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/el/LC_MESSAGES/bison.mo
installing /bb.download/source/bison-3.8.2/po/eo.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/eo/LC_MESSAGES/bison.mo
installing /bb.download/source/bison-3.8.2/po/es.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/es/LC_MESSAGES/bison.mo
installing /bb.download/source/bison-3.8.2/po/et.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/et/LC_MESSAGES/bison.mo
installing /bb.download/source/bison-3.8.2/po/fi.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/fi/LC_MESSAGES/bison.mo
installing /bb.download/source/bison-3.8.2/po/fr.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/fr/LC_MESSAGES/bison.mo
installing /bb.download/source/bison-3.8.2/po/ga.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/ga/LC_MESSAGES/bison.mo
installing /bb.download/source/bison-3.8.2/po/hr.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/hr/LC_MESSAGES/bison.mo
installing /bb.download/source/bison-3.8.2/po/id.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/id/LC_MESSAGES/bison.mo
installing /bb.download/source/bison-3.8.2/po/it.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/it/LC_MESSAGES/bison.mo
installing /bb.download/source/bison-3.8.2/po/ja.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/ja/LC_MESSAGES/bison.mo
installing /bb.download/source/bison-3.8.2/po/ms.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/ms/LC_MESSAGES/bison.mo
installing /bb.download/source/bison-3.8.2/po/nb.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/nb/LC_MESSAGES/bison.mo
installing /bb.download/source/bison-3.8.2/po/nl.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/nl/LC_MESSAGES/bison.mo
installing /bb.download/source/bison-3.8.2/po/pl.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/pl/LC_MESSAGES/bison.mo
installing /bb.download/source/bison-3.8.2/po/pt.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/pt/LC_MESSAGES/bison.mo
installing /bb.download/source/bison-3.8.2/po/pt_BR.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/pt_BR/LC_MESSAGES/bison.mo
installing /bb.download/source/bison-3.8.2/po/ro.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/ro/LC_MESSAGES/bison.mo
installing /bb.download/source/bison-3.8.2/po/ru.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/ru/LC_MESSAGES/bison.mo
installing /bb.download/source/bison-3.8.2/po/sr.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/sr/LC_MESSAGES/bison.mo
installing /bb.download/source/bison-3.8.2/po/sv.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/sv/LC_MESSAGES/bison.mo
installing /bb.download/source/bison-3.8.2/po/tr.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/tr/LC_MESSAGES/bison.mo
installing /bb.download/source/bison-3.8.2/po/uk.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/uk/LC_MESSAGES/bison.mo
installing /bb.download/source/bison-3.8.2/po/vi.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/vi/LC_MESSAGES/bison.mo
installing /bb.download/source/bison-3.8.2/po/zh_CN.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/zh_CN/LC_MESSAGES/bison.mo
installing /bb.download/source/bison-3.8.2/po/zh_TW.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/zh_TW/LC_MESSAGES/bison.mo
if test "bison" = "gettext-tools"; then \
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p /BuggyBox/bison/3.8.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 \
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/bison-3.8.2/po/$file \
/BuggyBox/bison/3.8.2/bootstrap/share/gettext/po/$file; \
done; \
for file in Makevars; do \
rm -f /BuggyBox/bison/3.8.2/bootstrap/share/gettext/po/$file; \
done; \
else \
: ; \
fi
make[2]: Leaving directory '/bb.build/po'
Making install in runtime-po
make[2]: Entering directory '/bb.build/runtime-po'
installing /bb.download/source/bison-3.8.2/runtime-po/ast.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/ast/LC_MESSAGES/bison-runtime.mo
installing /bb.download/source/bison-3.8.2/runtime-po/bg.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/bg/LC_MESSAGES/bison-runtime.mo
installing /bb.download/source/bison-3.8.2/runtime-po/ca.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/ca/LC_MESSAGES/bison-runtime.mo
installing /bb.download/source/bison-3.8.2/runtime-po/da.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/da/LC_MESSAGES/bison-runtime.mo
installing /bb.download/source/bison-3.8.2/runtime-po/de.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/de/LC_MESSAGES/bison-runtime.mo
installing /bb.download/source/bison-3.8.2/runtime-po/el.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/el/LC_MESSAGES/bison-runtime.mo
installing /bb.download/source/bison-3.8.2/runtime-po/eo.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/eo/LC_MESSAGES/bison-runtime.mo
installing /bb.download/source/bison-3.8.2/runtime-po/es.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/es/LC_MESSAGES/bison-runtime.mo
installing /bb.download/source/bison-3.8.2/runtime-po/et.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/et/LC_MESSAGES/bison-runtime.mo
installing /bb.download/source/bison-3.8.2/runtime-po/fi.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/fi/LC_MESSAGES/bison-runtime.mo
installing /bb.download/source/bison-3.8.2/runtime-po/fr.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/fr/LC_MESSAGES/bison-runtime.mo
installing /bb.download/source/bison-3.8.2/runtime-po/ga.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/ga/LC_MESSAGES/bison-runtime.mo
installing /bb.download/source/bison-3.8.2/runtime-po/gl.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/gl/LC_MESSAGES/bison-runtime.mo
installing /bb.download/source/bison-3.8.2/runtime-po/hr.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/hr/LC_MESSAGES/bison-runtime.mo
installing /bb.download/source/bison-3.8.2/runtime-po/hu.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/hu/LC_MESSAGES/bison-runtime.mo
installing /bb.download/source/bison-3.8.2/runtime-po/ia.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/ia/LC_MESSAGES/bison-runtime.mo
installing /bb.download/source/bison-3.8.2/runtime-po/id.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/id/LC_MESSAGES/bison-runtime.mo
installing /bb.download/source/bison-3.8.2/runtime-po/it.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/it/LC_MESSAGES/bison-runtime.mo
installing /bb.download/source/bison-3.8.2/runtime-po/ja.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/ja/LC_MESSAGES/bison-runtime.mo
installing /bb.download/source/bison-3.8.2/runtime-po/ky.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/ky/LC_MESSAGES/bison-runtime.mo
installing /bb.download/source/bison-3.8.2/runtime-po/lt.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/lt/LC_MESSAGES/bison-runtime.mo
installing /bb.download/source/bison-3.8.2/runtime-po/lv.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/lv/LC_MESSAGES/bison-runtime.mo
installing /bb.download/source/bison-3.8.2/runtime-po/ms.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/ms/LC_MESSAGES/bison-runtime.mo
installing /bb.download/source/bison-3.8.2/runtime-po/nb.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/nb/LC_MESSAGES/bison-runtime.mo
installing /bb.download/source/bison-3.8.2/runtime-po/nl.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/nl/LC_MESSAGES/bison-runtime.mo
installing /bb.download/source/bison-3.8.2/runtime-po/pl.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/pl/LC_MESSAGES/bison-runtime.mo
installing /bb.download/source/bison-3.8.2/runtime-po/pt.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/pt/LC_MESSAGES/bison-runtime.mo
installing /bb.download/source/bison-3.8.2/runtime-po/pt_BR.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/pt_BR/LC_MESSAGES/bison-runtime.mo
installing /bb.download/source/bison-3.8.2/runtime-po/ro.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/ro/LC_MESSAGES/bison-runtime.mo
installing /bb.download/source/bison-3.8.2/runtime-po/ru.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/ru/LC_MESSAGES/bison-runtime.mo
installing /bb.download/source/bison-3.8.2/runtime-po/sl.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/sl/LC_MESSAGES/bison-runtime.mo
installing /bb.download/source/bison-3.8.2/runtime-po/sq.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/sq/LC_MESSAGES/bison-runtime.mo
installing /bb.download/source/bison-3.8.2/runtime-po/sr.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/sr/LC_MESSAGES/bison-runtime.mo
installing /bb.download/source/bison-3.8.2/runtime-po/sv.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/sv/LC_MESSAGES/bison-runtime.mo
installing /bb.download/source/bison-3.8.2/runtime-po/ta.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/ta/LC_MESSAGES/bison-runtime.mo
installing /bb.download/source/bison-3.8.2/runtime-po/th.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/th/LC_MESSAGES/bison-runtime.mo
installing /bb.download/source/bison-3.8.2/runtime-po/tr.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/tr/LC_MESSAGES/bison-runtime.mo
installing /bb.download/source/bison-3.8.2/runtime-po/uk.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/uk/LC_MESSAGES/bison-runtime.mo
installing /bb.download/source/bison-3.8.2/runtime-po/vi.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/vi/LC_MESSAGES/bison-runtime.mo
installing /bb.download/source/bison-3.8.2/runtime-po/zh_CN.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/zh_CN/LC_MESSAGES/bison-runtime.mo
installing /bb.download/source/bison-3.8.2/runtime-po/zh_TW.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/zh_TW/LC_MESSAGES/bison-runtime.mo
if test "bison" = "gettext-tools"; then \
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p /BuggyBox/bison/3.8.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 \
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/bison-3.8.2/runtime-po/$file \
/BuggyBox/bison/3.8.2/bootstrap/share/gettext/po/$file; \
done; \
for file in Makevars; do \
rm -f /BuggyBox/bison/3.8.2/bootstrap/share/gettext/po/$file; \
done; \
else \
: ; \
fi
make[2]: Leaving directory '/bb.build/runtime-po'
Making install in gnulib-po
make[2]: Entering directory '/bb.build/gnulib-po'
installing /bb.download/source/bison-3.8.2/gnulib-po/af.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/af/LC_MESSAGES/bison-gnulib.mo
installing /bb.download/source/bison-3.8.2/gnulib-po/be.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/be/LC_MESSAGES/bison-gnulib.mo
installing /bb.download/source/bison-3.8.2/gnulib-po/bg.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/bg/LC_MESSAGES/bison-gnulib.mo
installing /bb.download/source/bison-3.8.2/gnulib-po/ca.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/ca/LC_MESSAGES/bison-gnulib.mo
installing /bb.download/source/bison-3.8.2/gnulib-po/cs.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/cs/LC_MESSAGES/bison-gnulib.mo
installing /bb.download/source/bison-3.8.2/gnulib-po/da.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/da/LC_MESSAGES/bison-gnulib.mo
installing /bb.download/source/bison-3.8.2/gnulib-po/de.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/de/LC_MESSAGES/bison-gnulib.mo
installing /bb.download/source/bison-3.8.2/gnulib-po/el.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/el/LC_MESSAGES/bison-gnulib.mo
installing /bb.download/source/bison-3.8.2/gnulib-po/eo.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/eo/LC_MESSAGES/bison-gnulib.mo
installing /bb.download/source/bison-3.8.2/gnulib-po/es.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/es/LC_MESSAGES/bison-gnulib.mo
installing /bb.download/source/bison-3.8.2/gnulib-po/et.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/et/LC_MESSAGES/bison-gnulib.mo
installing /bb.download/source/bison-3.8.2/gnulib-po/eu.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/eu/LC_MESSAGES/bison-gnulib.mo
installing /bb.download/source/bison-3.8.2/gnulib-po/fi.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/fi/LC_MESSAGES/bison-gnulib.mo
installing /bb.download/source/bison-3.8.2/gnulib-po/fr.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/fr/LC_MESSAGES/bison-gnulib.mo
installing /bb.download/source/bison-3.8.2/gnulib-po/ga.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/ga/LC_MESSAGES/bison-gnulib.mo
installing /bb.download/source/bison-3.8.2/gnulib-po/gl.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/gl/LC_MESSAGES/bison-gnulib.mo
installing /bb.download/source/bison-3.8.2/gnulib-po/hu.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/hu/LC_MESSAGES/bison-gnulib.mo
installing /bb.download/source/bison-3.8.2/gnulib-po/it.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/it/LC_MESSAGES/bison-gnulib.mo
installing /bb.download/source/bison-3.8.2/gnulib-po/ja.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/ja/LC_MESSAGES/bison-gnulib.mo
installing /bb.download/source/bison-3.8.2/gnulib-po/ko.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/ko/LC_MESSAGES/bison-gnulib.mo
installing /bb.download/source/bison-3.8.2/gnulib-po/ms.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/ms/LC_MESSAGES/bison-gnulib.mo
installing /bb.download/source/bison-3.8.2/gnulib-po/nb.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/nb/LC_MESSAGES/bison-gnulib.mo
installing /bb.download/source/bison-3.8.2/gnulib-po/nl.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/nl/LC_MESSAGES/bison-gnulib.mo
installing /bb.download/source/bison-3.8.2/gnulib-po/pl.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/pl/LC_MESSAGES/bison-gnulib.mo
installing /bb.download/source/bison-3.8.2/gnulib-po/pt.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/pt/LC_MESSAGES/bison-gnulib.mo
installing /bb.download/source/bison-3.8.2/gnulib-po/pt_BR.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/pt_BR/LC_MESSAGES/bison-gnulib.mo
installing /bb.download/source/bison-3.8.2/gnulib-po/ro.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/ro/LC_MESSAGES/bison-gnulib.mo
installing /bb.download/source/bison-3.8.2/gnulib-po/ru.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/ru/LC_MESSAGES/bison-gnulib.mo
installing /bb.download/source/bison-3.8.2/gnulib-po/rw.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/rw/LC_MESSAGES/bison-gnulib.mo
installing /bb.download/source/bison-3.8.2/gnulib-po/sk.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/sk/LC_MESSAGES/bison-gnulib.mo
installing /bb.download/source/bison-3.8.2/gnulib-po/sl.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/sl/LC_MESSAGES/bison-gnulib.mo
installing /bb.download/source/bison-3.8.2/gnulib-po/sr.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/sr/LC_MESSAGES/bison-gnulib.mo
installing /bb.download/source/bison-3.8.2/gnulib-po/sv.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/sv/LC_MESSAGES/bison-gnulib.mo
installing /bb.download/source/bison-3.8.2/gnulib-po/tr.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/tr/LC_MESSAGES/bison-gnulib.mo
installing /bb.download/source/bison-3.8.2/gnulib-po/uk.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/uk/LC_MESSAGES/bison-gnulib.mo
installing /bb.download/source/bison-3.8.2/gnulib-po/vi.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/vi/LC_MESSAGES/bison-gnulib.mo
installing /bb.download/source/bison-3.8.2/gnulib-po/zh_CN.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/zh_CN/LC_MESSAGES/bison-gnulib.mo
installing /bb.download/source/bison-3.8.2/gnulib-po/zh_TW.gmo as /BuggyBox/bison/3.8.2/bootstrap/share/locale/zh_TW/LC_MESSAGES/bison-gnulib.mo
if test "bison" = "gettext-tools"; then \
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p /BuggyBox/bison/3.8.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 \
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/bison-3.8.2/gnulib-po/$file \
/BuggyBox/bison/3.8.2/bootstrap/share/gettext/po/$file; \
done; \
for file in Makevars; do \
rm -f /BuggyBox/bison/3.8.2/bootstrap/share/gettext/po/$file; \
done; \
else \
: ; \
fi
make[2]: Leaving directory '/bb.build/gnulib-po'
Making install in .
make[2]: Entering directory '/bb.build'
GEN /bb.download/source/bison-3.8.2/doc/bison.help
make[3]: Entering directory '/bb.build'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/bison/3.8.2/bootstrap/bin'
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c src/bison '/BuggyBox/bison/3.8.2/bootstrap/bin'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/bison/3.8.2/bootstrap/lib'
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 lib/liby.a '/BuggyBox/bison/3.8.2/bootstrap/lib'
( cd '/BuggyBox/bison/3.8.2/bootstrap/lib' && : liby.a )
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/bison/3.8.2/bootstrap/bin'
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c src/yacc '/BuggyBox/bison/3.8.2/bootstrap/bin'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/bison/3.8.2/bootstrap/share/aclocal'
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/bison-3.8.2/m4/bison-i18n.m4 '/BuggyBox/bison/3.8.2/bootstrap/share/aclocal'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples/c++/calc++'
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/bison-3.8.2/examples/c++/calc++/driver.cc /bb.download/source/bison-3.8.2/examples/c++/calc++/driver.hh /bb.download/source/bison-3.8.2/examples/c++/calc++/scanner.ll /bb.download/source/bison-3.8.2/examples/c++/calc++/calc++.cc /bb.download/source/bison-3.8.2/examples/c++/calc++/parser.yy '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples/c++/calc++'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples/c++'
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/bison-3.8.2/examples/c++/simple.yy '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples/c++'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples/c/bistromathic'
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/bison-3.8.2/examples/c/bistromathic/parse.y /bb.download/source/bison-3.8.2/examples/c/bistromathic/Makefile /bb.download/source/bison-3.8.2/examples/c/bistromathic/README.md '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples/c/bistromathic'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples/c'
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/bison-3.8.2/examples/c/README.md '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples/c'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples/c/calc'
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/bison-3.8.2/examples/c/calc/calc.y /bb.download/source/bison-3.8.2/examples/c/calc/Makefile /bb.download/source/bison-3.8.2/examples/c/calc/README.md '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples/c/calc'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples/d/calc'
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/bison-3.8.2/examples/d/calc/calc.y /bb.download/source/bison-3.8.2/examples/d/calc/Makefile '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples/d/calc'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples/c++/calc++'
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/bison-3.8.2/examples/c++/calc++/README.md /bb.download/source/bison-3.8.2/examples/c++/calc++/Makefile '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples/c++/calc++'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples/c++'
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/bison-3.8.2/examples/c++/README.md /bb.download/source/bison-3.8.2/examples/c++/Makefile /bb.download/source/bison-3.8.2/examples/c++/variant.yy /bb.download/source/bison-3.8.2/examples/c++/variant-11.yy '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples/c++'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples/d'
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/bison-3.8.2/examples/d/README.md '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples/d'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison'
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/bison-3.8.2/AUTHORS /bb.download/source/bison-3.8.2/COPYING /bb.download/source/bison-3.8.2/NEWS /bb.download/source/bison-3.8.2/README /bb.download/source/bison-3.8.2/THANKS /bb.download/source/bison-3.8.2/TODO '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples'
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/bison-3.8.2/examples/README.md '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples/c/glr'
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/bison-3.8.2/examples/c/glr/c++-types.y /bb.download/source/bison-3.8.2/examples/c/glr/Makefile /bb.download/source/bison-3.8.2/examples/c/glr/README.md '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples/c/glr'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples/java'
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/bison-3.8.2/examples/java/README.md '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples/java'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples/java/calc'
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/bison-3.8.2/examples/java/calc/Calc.y /bb.download/source/bison-3.8.2/examples/java/calc/Makefile '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples/java/calc'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples/java/simple'
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/bison-3.8.2/examples/java/simple/Calc.y /bb.download/source/bison-3.8.2/examples/java/simple/Makefile '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples/java/simple'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples/c/lexcalc'
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/bison-3.8.2/examples/c/lexcalc/parse.y /bb.download/source/bison-3.8.2/examples/c/lexcalc/scan.l /bb.download/source/bison-3.8.2/examples/c/lexcalc/Makefile /bb.download/source/bison-3.8.2/examples/c/lexcalc/README.md '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples/c/lexcalc'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/bison/3.8.2/bootstrap/share/bison/m4sugar'
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/bison-3.8.2/data/m4sugar/foreach.m4 /bb.download/source/bison-3.8.2/data/m4sugar/m4sugar.m4 '/BuggyBox/bison/3.8.2/bootstrap/share/bison/m4sugar'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples/c/mfcalc'
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/bison-3.8.2/examples/c/mfcalc/Makefile '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples/c/mfcalc'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/bison/3.8.2/bootstrap/share/bison'
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/bison-3.8.2/data/README.md /bb.download/source/bison-3.8.2/data/bison-default.css '/BuggyBox/bison/3.8.2/bootstrap/share/bison'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples/c/pushcalc'
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/bison-3.8.2/examples/c/pushcalc/calc.y /bb.download/source/bison-3.8.2/examples/c/pushcalc/Makefile /bb.download/source/bison-3.8.2/examples/c/pushcalc/README.md '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples/c/pushcalc'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples/c/reccalc'
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/bison-3.8.2/examples/c/reccalc/parse.y /bb.download/source/bison-3.8.2/examples/c/reccalc/scan.l /bb.download/source/bison-3.8.2/examples/c/reccalc/Makefile /bb.download/source/bison-3.8.2/examples/c/reccalc/README.md '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples/c/reccalc'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples/c/rpcalc'
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/bison-3.8.2/examples/c/rpcalc/Makefile '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples/c/rpcalc'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples/d/simple'
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/bison-3.8.2/examples/d/simple/calc.y /bb.download/source/bison-3.8.2/examples/d/simple/Makefile '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples/d/simple'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/bison/3.8.2/bootstrap/share/bison/skeletons'
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/bison-3.8.2/data/skeletons/bison.m4 /bb.download/source/bison-3.8.2/data/skeletons/c++-skel.m4 /bb.download/source/bison-3.8.2/data/skeletons/c++.m4 /bb.download/source/bison-3.8.2/data/skeletons/c-like.m4 /bb.download/source/bison-3.8.2/data/skeletons/c-skel.m4 /bb.download/source/bison-3.8.2/data/skeletons/c.m4 /bb.download/source/bison-3.8.2/data/skeletons/glr.c /bb.download/source/bison-3.8.2/data/skeletons/glr.cc /bb.download/source/bison-3.8.2/data/skeletons/glr2.cc /bb.download/source/bison-3.8.2/data/skeletons/java-skel.m4 /bb.download/source/bison-3.8.2/data/skeletons/java.m4 /bb.download/source/bison-3.8.2/data/skeletons/lalr1.cc /bb.download/source/bison-3.8.2/data/skeletons/lalr1.java /bb.download/source/bison-3.8.2/data/skeletons/location.cc /bb.download/source/bison-3.8.2/data/skeletons/stack.hh /bb.download/source/bison-3.8.2/data/skeletons/traceon.m4 /bb.download/source/bison-3.8.2/data/skeletons/variant.hh /bb.download/source/bison-3.8.2/data/skeletons/yacc.c /bb.download/source/bison-3.8.2/data/skeletons/d-skel.m4 /bb.download/source/bison-3.8.2/data/skeletons/d.m4 /bb.download/source/bison-3.8.2/data/skeletons/lalr1.d '/BuggyBox/bison/3.8.2/bootstrap/share/bison/skeletons'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/bison/3.8.2/bootstrap/share/bison/xslt'
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/bison-3.8.2/data/xslt/bison.xsl /bb.download/source/bison-3.8.2/data/xslt/xml2dot.xsl /bb.download/source/bison-3.8.2/data/xslt/xml2text.xsl /bb.download/source/bison-3.8.2/data/xslt/xml2xhtml.xsl '/BuggyBox/bison/3.8.2/bootstrap/share/bison/xslt'
GEN /bb.download/source/bison-3.8.2/doc/bison.help
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/bison/3.8.2/bootstrap/share/info'
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/bison-3.8.2/doc/bison.info '/BuggyBox/bison/3.8.2/bootstrap/share/info'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/bison/3.8.2/bootstrap/share/man/man1'
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/bison-3.8.2/doc/bison.1 doc/yacc.1 '/BuggyBox/bison/3.8.2/bootstrap/share/man/man1'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples/c/mfcalc'
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/bison-3.8.2/examples/c/mfcalc/calc.h /bb.download/source/bison-3.8.2/examples/c/mfcalc/mfcalc.y '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples/c/mfcalc'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples/c/rpcalc'
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/bison-3.8.2/examples/c/rpcalc/rpcalc.y '/BuggyBox/bison/3.8.2/bootstrap/share/doc/bison/examples/c/rpcalc'
make[3]: Leaving directory '/bb.build'
make[2]: Leaving directory '/bb.build'
make[1]: Leaving directory '/bb.build'
Stderr