flex (2.6.4)
mkdir /bb.buildResult = 0
Working Dir = /
Stdout
Stderr
/bb.download/source/flex-2.6.4/configure --helpResult = 0
Working Dir = /bb.build
Stdout
`configure' configures the fast lexical analyser generator 2.6.4 to adapt to many kinds of systems.
Usage: /bb.download/source/flex-2.6.4/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/flex]
--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-shared[=PKGS] build shared libraries [default=yes]
--enable-static[=PKGS] build static libraries [default=yes]
--enable-fast-install[=PKGS]
optimize for fast installation [default=yes]
--disable-libtool-lock avoid locking (might break parallel builds)
--enable-dependency-tracking
do not reject slow dependency extractors
--disable-dependency-tracking
speeds up one-time build
--enable-silent-rules less verbose build output (undo: "make V=1")
--disable-silent-rules verbose build output (undo: "make V=0")
--disable-nls do not use Native Language Support
--disable-rpath do not hardcode runtime library paths
--enable-warnings enable a bunch of compiler warning flags (defaults
to GCC warning flags).
--disable-libfl do not build -lfl runtime support library
--disable-bootstrap don't perform a bootstrap when building flex
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use
both]
--with-aix-soname=aix|svr4|both
shared library versioning (aka "SONAME") variant to
provide on AIX, [default=aix].
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-sysroot[=DIR] Search for dependent libraries within DIR (or the
compiler's sysroot if not specified).
--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
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>
LT_SYS_LIBRARY_PATH
User-defined run-time library search path.
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.
CXX C++ compiler command
CXXFLAGS C++ compiler flags
CXXCPP 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 <flex-help@lists.sourceforge.net>.
Stderr
/bb.download/source/flex-2.6.4/configure --prefix=/BuggyBox/flex/2.6.4/bootstrapResult = 0
Working Dir = /bb.build
Stdout
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
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 we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for a sed that does not truncate output... /BuggyBox/sed/4.9/bootstrap/bin/sed
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 fgrep... /BuggyBox/grep/3.11/bootstrap/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 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 ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... no
checking for gawk... gawk
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 how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
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... yes
checking for a BSD-compatible install... /BuggyBox/coreutils/9.4/bootstrap/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking whether make supports nested variables... yes
checking dependency style of gcc... gcc3
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 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 bison... bison -y
checking for flex... no
checking for lex... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking for gcc... gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking dependency style of g++... gcc3
checking whether ln -s works... yes
checking for gawk... (cached) gawk
checking for help2man... ${top_srcdir}/build-aux/missing help2man
checking for gtexi2dvi... no
checking for texi2dvi... no
checking for m4 that supports -P... /usr/bin/m4
checking for indent... ${top_srcdir}/build-aux/missing indent
checking if ${top_srcdir}/build-aux/missing indent is GNU indent... no
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking for strings.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking for unistd.h... (cached) yes
checking for inttypes.h... (cached) yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for pthread_mutex_lock in -lpthread... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for log10 in -lm... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for dup2... yes
checking for memset... yes
checking for regcomp... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strtol... yes
checking for pow... yes
checking for setlocale... yes
checking for reallocarray... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating examples/fastwc/Makefile
config.status: creating examples/manual/Makefile
config.status: creating po/Makefile.in
config.status: creating src/Makefile
config.status: creating tools/Makefile
config.status: creating tests/Makefile
config.status: creating src/config.h
config.status: executing libtool commands
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
Stderr
/bb.download/source/flex-2.6.4/configure: line 5977: /usr/bin/file: No such file or directory
configure: WARNING: help2man: program not found: building man page will not work
configure: WARNING: texi2dvi: program not found: building pdf version of manual will not work
configure: WARNING: ${top_srcdir}/build-aux/missing indent does not appear to be GNU indent; 'make indent' may not function properly
make -j16Result = 0
Working Dir = /bb.build
Stdout
Making all in src make[1]: Entering directory '/bb.build/src' /BuggyBox/make/4.4/bootstrap/bin/make all-am make[2]: Entering directory '/bb.build/src' depbase=`echo libmain.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT libmain.lo -MD -MP -MF $depbase.Tpo -c -o libmain.lo /bb.download/source/flex-2.6.4/src/libmain.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo libyywrap.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT libyywrap.lo -MD -MP -MF $depbase.Tpo -c -o libyywrap.lo /bb.download/source/flex-2.6.4/src/libyywrap.c &&\ mv -f $depbase.Tpo $depbase.Plo gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT flex-buf.o -MD -MP -MF .deps/flex-buf.Tpo -c -o flex-buf.o `test -f 'buf.c' || echo '/bb.download/source/flex-2.6.4/src/'`buf.c gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT flex-ccl.o -MD -MP -MF .deps/flex-ccl.Tpo -c -o flex-ccl.o `test -f 'ccl.c' || echo '/bb.download/source/flex-2.6.4/src/'`ccl.c gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT flex-dfa.o -MD -MP -MF .deps/flex-dfa.Tpo -c -o flex-dfa.o `test -f 'dfa.c' || echo '/bb.download/source/flex-2.6.4/src/'`dfa.c gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT flex-ecs.o -MD -MP -MF .deps/flex-ecs.Tpo -c -o flex-ecs.o `test -f 'ecs.c' || echo '/bb.download/source/flex-2.6.4/src/'`ecs.c gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT flex-filter.o -MD -MP -MF .deps/flex-filter.Tpo -c -o flex-filter.o `test -f 'filter.c' || echo '/bb.download/source/flex-2.6.4/src/'`filter.c gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT flex-gen.o -MD -MP -MF .deps/flex-gen.Tpo -c -o flex-gen.o `test -f 'gen.c' || echo '/bb.download/source/flex-2.6.4/src/'`gen.c gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT flex-main.o -MD -MP -MF .deps/flex-main.Tpo -c -o flex-main.o `test -f 'main.c' || echo '/bb.download/source/flex-2.6.4/src/'`main.c gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT flex-misc.o -MD -MP -MF .deps/flex-misc.Tpo -c -o flex-misc.o `test -f 'misc.c' || echo '/bb.download/source/flex-2.6.4/src/'`misc.c gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT flex-nfa.o -MD -MP -MF .deps/flex-nfa.Tpo -c -o flex-nfa.o `test -f 'nfa.c' || echo '/bb.download/source/flex-2.6.4/src/'`nfa.c gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT flex-options.o -MD -MP -MF .deps/flex-options.Tpo -c -o flex-options.o `test -f 'options.c' || echo '/bb.download/source/flex-2.6.4/src/'`options.c gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT flex-parse.o -MD -MP -MF .deps/flex-parse.Tpo -c -o flex-parse.o `test -f 'parse.c' || echo '/bb.download/source/flex-2.6.4/src/'`parse.c gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT flex-regex.o -MD -MP -MF .deps/flex-regex.Tpo -c -o flex-regex.o `test -f 'regex.c' || echo '/bb.download/source/flex-2.6.4/src/'`regex.c gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT flex-scanflags.o -MD -MP -MF .deps/flex-scanflags.Tpo -c -o flex-scanflags.o `test -f 'scanflags.c' || echo '/bb.download/source/flex-2.6.4/src/'`scanflags.c gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT flex-scanopt.o -MD -MP -MF .deps/flex-scanopt.Tpo -c -o flex-scanopt.o `test -f 'scanopt.c' || echo '/bb.download/source/flex-2.6.4/src/'`scanopt.c mv -f .deps/flex-options.Tpo .deps/flex-options.Po gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT flex-skel.o -MD -MP -MF .deps/flex-skel.Tpo -c -o flex-skel.o `test -f 'skel.c' || echo '/bb.download/source/flex-2.6.4/src/'`skel.c mv -f .deps/flex-scanflags.Tpo .deps/flex-scanflags.Po gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT flex-sym.o -MD -MP -MF .deps/flex-sym.Tpo -c -o flex-sym.o `test -f 'sym.c' || echo '/bb.download/source/flex-2.6.4/src/'`sym.c mv -f .deps/flex-regex.Tpo .deps/flex-regex.Po mv -f .deps/flex-ecs.Tpo .deps/flex-ecs.Po gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT flex-tables.o -MD -MP -MF .deps/flex-tables.Tpo -c -o flex-tables.o `test -f 'tables.c' || echo '/bb.download/source/flex-2.6.4/src/'`tables.c gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT flex-tables_shared.o -MD -MP -MF .deps/flex-tables_shared.Tpo -c -o flex-tables_shared.o `test -f 'tables_shared.c' || echo '/bb.download/source/flex-2.6.4/src/'`tables_shared.c mv -f .deps/flex-ccl.Tpo .deps/flex-ccl.Po mv -f .deps/flex-filter.Tpo .deps/flex-filter.Po mv -f .deps/flex-buf.Tpo .deps/flex-buf.Po gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT flex-tblcmp.o -MD -MP -MF .deps/flex-tblcmp.Tpo -c -o flex-tblcmp.o `test -f 'tblcmp.c' || echo '/bb.download/source/flex-2.6.4/src/'`tblcmp.c gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT flex-yylex.o -MD -MP -MF .deps/flex-yylex.Tpo -c -o flex-yylex.o `test -f 'yylex.c' || echo '/bb.download/source/flex-2.6.4/src/'`yylex.c gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT stage1flex-scan.o -MD -MP -MF .deps/stage1flex-scan.Tpo -c -o stage1flex-scan.o `test -f 'scan.c' || echo '/bb.download/source/flex-2.6.4/src/'`scan.c mv -f .deps/flex-nfa.Tpo .deps/flex-nfa.Po gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT stage1flex-buf.o -MD -MP -MF .deps/stage1flex-buf.Tpo -c -o stage1flex-buf.o `test -f 'buf.c' || echo '/bb.download/source/flex-2.6.4/src/'`buf.c mv -f .deps/flex-skel.Tpo .deps/flex-skel.Po gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT stage1flex-ccl.o -MD -MP -MF .deps/stage1flex-ccl.Tpo -c -o stage1flex-ccl.o `test -f 'ccl.c' || echo '/bb.download/source/flex-2.6.4/src/'`ccl.c mv -f .deps/flex-sym.Tpo .deps/flex-sym.Po mv -f .deps/flex-tables_shared.Tpo .deps/flex-tables_shared.Po gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT stage1flex-dfa.o -MD -MP -MF .deps/stage1flex-dfa.Tpo -c -o stage1flex-dfa.o `test -f 'dfa.c' || echo '/bb.download/source/flex-2.6.4/src/'`dfa.c gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT stage1flex-ecs.o -MD -MP -MF .deps/stage1flex-ecs.Tpo -c -o stage1flex-ecs.o `test -f 'ecs.c' || echo '/bb.download/source/flex-2.6.4/src/'`ecs.c mv -f .deps/flex-scanopt.Tpo .deps/flex-scanopt.Po mv -f .deps/flex-misc.Tpo .deps/flex-misc.Po gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT stage1flex-filter.o -MD -MP -MF .deps/stage1flex-filter.Tpo -c -o stage1flex-filter.o `test -f 'filter.c' || echo '/bb.download/source/flex-2.6.4/src/'`filter.c gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT stage1flex-gen.o -MD -MP -MF .deps/stage1flex-gen.Tpo -c -o stage1flex-gen.o `test -f 'gen.c' || echo '/bb.download/source/flex-2.6.4/src/'`gen.c mv -f .deps/flex-yylex.Tpo .deps/flex-yylex.Po libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT libmain.lo -MD -MP -MF .deps/libmain.Tpo -c /bb.download/source/flex-2.6.4/src/libmain.c -fPIC -DPIC -o .libs/libmain.o gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT stage1flex-main.o -MD -MP -MF .deps/stage1flex-main.Tpo -c -o stage1flex-main.o `test -f 'main.c' || echo '/bb.download/source/flex-2.6.4/src/'`main.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT libyywrap.lo -MD -MP -MF .deps/libyywrap.Tpo -c /bb.download/source/flex-2.6.4/src/libyywrap.c -fPIC -DPIC -o .libs/libyywrap.o mv -f .deps/flex-main.Tpo .deps/flex-main.Po gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT stage1flex-misc.o -MD -MP -MF .deps/stage1flex-misc.Tpo -c -o stage1flex-misc.o `test -f 'misc.c' || echo '/bb.download/source/flex-2.6.4/src/'`misc.c mv -f .deps/flex-dfa.Tpo .deps/flex-dfa.Po gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT stage1flex-nfa.o -MD -MP -MF .deps/stage1flex-nfa.Tpo -c -o stage1flex-nfa.o `test -f 'nfa.c' || echo '/bb.download/source/flex-2.6.4/src/'`nfa.c mv -f .deps/flex-tables.Tpo .deps/flex-tables.Po gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT stage1flex-options.o -MD -MP -MF .deps/stage1flex-options.Tpo -c -o stage1flex-options.o `test -f 'options.c' || echo '/bb.download/source/flex-2.6.4/src/'`options.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT libyywrap.lo -MD -MP -MF .deps/libyywrap.Tpo -c /bb.download/source/flex-2.6.4/src/libyywrap.c -o libyywrap.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT libmain.lo -MD -MP -MF .deps/libmain.Tpo -c /bb.download/source/flex-2.6.4/src/libmain.c -o libmain.o >/dev/null 2>&1 mv -f .deps/stage1flex-buf.Tpo .deps/stage1flex-buf.Po gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT stage1flex-parse.o -MD -MP -MF .deps/stage1flex-parse.Tpo -c -o stage1flex-parse.o `test -f 'parse.c' || echo '/bb.download/source/flex-2.6.4/src/'`parse.c mv -f .deps/stage1flex-ccl.Tpo .deps/stage1flex-ccl.Po gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT stage1flex-regex.o -MD -MP -MF .deps/stage1flex-regex.Tpo -c -o stage1flex-regex.o `test -f 'regex.c' || echo '/bb.download/source/flex-2.6.4/src/'`regex.c mv -f .deps/stage1flex-ecs.Tpo .deps/stage1flex-ecs.Po gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT stage1flex-scanflags.o -MD -MP -MF .deps/stage1flex-scanflags.Tpo -c -o stage1flex-scanflags.o `test -f 'scanflags.c' || echo '/bb.download/source/flex-2.6.4/src/'`scanflags.c mv -f .deps/flex-tblcmp.Tpo .deps/flex-tblcmp.Po gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT stage1flex-scanopt.o -MD -MP -MF .deps/stage1flex-scanopt.Tpo -c -o stage1flex-scanopt.o `test -f 'scanopt.c' || echo '/bb.download/source/flex-2.6.4/src/'`scanopt.c gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT stage1flex-skel.o -MD -MP -MF .deps/stage1flex-skel.Tpo -c -o stage1flex-skel.o `test -f 'skel.c' || echo '/bb.download/source/flex-2.6.4/src/'`skel.c mv -f .deps/stage1flex-options.Tpo .deps/stage1flex-options.Po gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT stage1flex-sym.o -MD -MP -MF .deps/stage1flex-sym.Tpo -c -o stage1flex-sym.o `test -f 'sym.c' || echo '/bb.download/source/flex-2.6.4/src/'`sym.c mv -f .deps/stage1flex-filter.Tpo .deps/stage1flex-filter.Po mv -f .deps/flex-parse.Tpo .deps/flex-parse.Po gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT stage1flex-tables.o -MD -MP -MF .deps/stage1flex-tables.Tpo -c -o stage1flex-tables.o `test -f 'tables.c' || echo '/bb.download/source/flex-2.6.4/src/'`tables.c gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT stage1flex-tables_shared.o -MD -MP -MF .deps/stage1flex-tables_shared.Tpo -c -o stage1flex-tables_shared.o `test -f 'tables_shared.c' || echo '/bb.download/source/flex-2.6.4/src/'`tables_shared.c gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT stage1flex-tblcmp.o -MD -MP -MF .deps/stage1flex-tblcmp.Tpo -c -o stage1flex-tblcmp.o `test -f 'tblcmp.c' || echo '/bb.download/source/flex-2.6.4/src/'`tblcmp.c mv -f .deps/stage1flex-scanflags.Tpo .deps/stage1flex-scanflags.Po gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT stage1flex-yylex.o -MD -MP -MF .deps/stage1flex-yylex.Tpo -c -o stage1flex-yylex.o `test -f 'yylex.c' || echo '/bb.download/source/flex-2.6.4/src/'`yylex.c mv -f .deps/stage1flex-regex.Tpo .deps/stage1flex-regex.Po mv -f .deps/stage1flex-nfa.Tpo .deps/stage1flex-nfa.Po /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -version-info 2:0:0 -o libfl.la -rpath /BuggyBox/flex/2.6.4/bootstrap/lib libmain.lo libyywrap.lo -lm mv -f .deps/stage1flex-skel.Tpo .deps/stage1flex-skel.Po mv -f .deps/stage1flex-tables_shared.Tpo .deps/stage1flex-tables_shared.Po mv -f .deps/stage1flex-misc.Tpo .deps/stage1flex-misc.Po mv -f .deps/stage1flex-dfa.Tpo .deps/stage1flex-dfa.Po mv -f .deps/stage1flex-sym.Tpo .deps/stage1flex-sym.Po mv -f .deps/stage1flex-main.Tpo .deps/stage1flex-main.Po mv -f .deps/stage1flex-yylex.Tpo .deps/stage1flex-yylex.Po libtool: link: gcc -shared -fPIC -DPIC .libs/libmain.o .libs/libyywrap.o -lm -g -O2 -Wl,-soname -Wl,libfl.so.2 -o .libs/libfl.so.2.0.0 mv -f .deps/stage1flex-tables.Tpo .deps/stage1flex-tables.Po libtool: link: (cd ".libs" && rm -f "libfl.so.2" && ln -s "libfl.so.2.0.0" "libfl.so.2") libtool: link: (cd ".libs" && rm -f "libfl.so" && ln -s "libfl.so.2.0.0" "libfl.so") libtool: link: ar cru .libs/libfl.a libmain.o libyywrap.o mv -f .deps/stage1flex-scanopt.Tpo .deps/stage1flex-scanopt.Po libtool: link: : .libs/libfl.a libtool: link: ( cd ".libs" && rm -f "libfl.la" && ln -s "../libfl.la" "libfl.la" ) mv -f .deps/stage1flex-tblcmp.Tpo .deps/stage1flex-tblcmp.Po mv -f .deps/stage1flex-parse.Tpo .deps/stage1flex-parse.Po mv -f .deps/flex-gen.Tpo .deps/flex-gen.Po mv -f .deps/stage1flex-scan.Tpo .deps/stage1flex-scan.Po mv -f .deps/stage1flex-gen.Tpo .deps/stage1flex-gen.Po /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o stage1flex stage1flex-scan.o stage1flex-buf.o stage1flex-ccl.o stage1flex-dfa.o stage1flex-ecs.o stage1flex-filter.o stage1flex-gen.o stage1flex-main.o stage1flex-misc.o stage1flex-nfa.o stage1flex-options.o stage1flex-parse.o stage1flex-regex.o stage1flex-scanflags.o stage1flex-scanopt.o stage1flex-skel.o stage1flex-sym.o stage1flex-tables.o stage1flex-tables_shared.o stage1flex-tblcmp.o stage1flex-yylex.o -lm libtool: link: gcc -g -O2 -o stage1flex stage1flex-scan.o stage1flex-buf.o stage1flex-ccl.o stage1flex-dfa.o stage1flex-ecs.o stage1flex-filter.o stage1flex-gen.o stage1flex-main.o stage1flex-misc.o stage1flex-nfa.o stage1flex-options.o stage1flex-parse.o stage1flex-regex.o stage1flex-scanflags.o stage1flex-scanopt.o stage1flex-skel.o stage1flex-sym.o stage1flex-tables.o stage1flex-tables_shared.o stage1flex-tblcmp.o stage1flex-yylex.o -lm ./stage1flex -o stage1scan.c /bb.download/source/flex-2.6.4/src/scan.l gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/flex-2.6.4/src -DLOCALEDIR=\"/BuggyBox/flex/2.6.4/bootstrap/share/locale\" -g -O2 -MT flex-stage1scan.o -MD -MP -MF .deps/flex-stage1scan.Tpo -c -o flex-stage1scan.o `test -f 'stage1scan.c' || echo '/bb.download/source/flex-2.6.4/src/'`stage1scan.c mv -f .deps/flex-stage1scan.Tpo .deps/flex-stage1scan.Po /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o flex flex-buf.o flex-ccl.o flex-dfa.o flex-ecs.o flex-filter.o flex-gen.o flex-main.o flex-misc.o flex-nfa.o flex-options.o flex-parse.o flex-regex.o flex-scanflags.o flex-scanopt.o flex-skel.o flex-sym.o flex-tables.o flex-tables_shared.o flex-tblcmp.o flex-yylex.o flex-stage1scan.o -lm libtool: link: gcc -g -O2 -o flex flex-buf.o flex-ccl.o flex-dfa.o flex-ecs.o flex-filter.o flex-gen.o flex-main.o flex-misc.o flex-nfa.o flex-options.o flex-parse.o flex-regex.o flex-scanflags.o flex-scanopt.o flex-skel.o flex-sym.o flex-tables.o flex-tables_shared.o flex-tblcmp.o flex-yylex.o flex-stage1scan.o -lm make[2]: Leaving directory '/bb.build/src' make[1]: Leaving directory '/bb.build/src' Making all in doc make[1]: Entering directory '/bb.build/doc' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/bb.build/doc' Making all in examples make[1]: Entering directory '/bb.build/examples' Making all in manual make[2]: Entering directory '/bb.build/examples/manual' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/bb.build/examples/manual' Making all in fastwc make[2]: Entering directory '/bb.build/examples/fastwc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/bb.build/examples/fastwc' make[2]: Entering directory '/bb.build/examples' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/bb.build/examples' make[1]: Leaving directory '/bb.build/examples' Making all in po make[1]: Entering directory '/bb.build/po' make[1]: Leaving directory '/bb.build/po' Making all in tests make[1]: Entering directory '/bb.build/tests' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/bb.build/tests' Making all in tools make[1]: Entering directory '/bb.build/tools' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/bb.build/tools' make[1]: Entering directory '/bb.build' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/bb.build'
Stderr
../libtool: line 1762: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8) ../libtool: line 1762: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8) ../libtool: line 1762: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8) ../libtool: line 1762: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8) ar: `u' modifier ignored since `D' is the default (see `U') Makefile:2917: warning: ignoring prerequisites on suffix rule definition Makefile:2920: warning: ignoring prerequisites on suffix rule definition Makefile:2947: warning: ignoring prerequisites on suffix rule definition
make installResult = 0
Working Dir = /bb.build
Stdout
Making install in src
make[1]: Entering directory '/bb.build/src'
make[2]: Entering directory '/bb.build/src'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/flex/2.6.4/bootstrap/lib'
/bin/sh ../libtool --mode=install /BuggyBox/coreutils/9.4/bootstrap/bin/install -c libfl.la '/BuggyBox/flex/2.6.4/bootstrap/lib'
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libfl.so.2.0.0 /BuggyBox/flex/2.6.4/bootstrap/lib/libfl.so.2.0.0
libtool: install: (cd /BuggyBox/flex/2.6.4/bootstrap/lib && { ln -s -f libfl.so.2.0.0 libfl.so.2 || { rm -f libfl.so.2 && ln -s libfl.so.2.0.0 libfl.so.2; }; })
libtool: install: (cd /BuggyBox/flex/2.6.4/bootstrap/lib && { ln -s -f libfl.so.2.0.0 libfl.so || { rm -f libfl.so && ln -s libfl.so.2.0.0 libfl.so; }; })
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libfl.lai /BuggyBox/flex/2.6.4/bootstrap/lib/libfl.la
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libfl.a /BuggyBox/flex/2.6.4/bootstrap/lib/libfl.a
libtool: install: chmod 644 /BuggyBox/flex/2.6.4/bootstrap/lib/libfl.a
libtool: install: : /BuggyBox/flex/2.6.4/bootstrap/lib/libfl.a
libtool: finish: PATH="/bin:/usr/bin:/BuggyBox/coreutils/9.4/bootstrap/bin:/BuggyBox/make/4.4/bootstrap/bin:/BuggyBox/gawk/5.2.2/bootstrap/bin:/BuggyBox/diffutils/3.10/bootstrap/bin:/BuggyBox/gzip/1.13/bootstrap/bin:/BuggyBox/grep/3.11/bootstrap/bin:/BuggyBox/sed/4.9/bootstrap/bin:/BuggyBox/bash/5.2.15/bootstrap/bin:/BuggyBox/bison/3.8.2/bootstrap/bin:/sbin" ldconfig -n /BuggyBox/flex/2.6.4/bootstrap/lib
----------------------------------------------------------------------
Libraries have been installed in:
/BuggyBox/flex/2.6.4/bootstrap/lib
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/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/flex/2.6.4/bootstrap/bin'
/bin/sh ../libtool --mode=install /BuggyBox/coreutils/9.4/bootstrap/bin/install -c flex '/BuggyBox/flex/2.6.4/bootstrap/bin'
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c flex /BuggyBox/flex/2.6.4/bootstrap/bin/flex
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/flex/2.6.4/bootstrap/include'
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/flex-2.6.4/src/FlexLexer.h '/BuggyBox/flex/2.6.4/bootstrap/include'
make[2]: Leaving directory '/bb.build/src'
make[1]: Leaving directory '/bb.build/src'
Making install in doc
make[1]: Entering directory '/bb.build/doc'
make[2]: Entering directory '/bb.build/doc'
make[2]: Nothing to be done for 'install-exec-am'.
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/flex/2.6.4/bootstrap/share/info'
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/flex-2.6.4/doc/flex.info /bb.download/source/flex-2.6.4/doc/flex.info-1 /bb.download/source/flex-2.6.4/doc/flex.info-2 '/BuggyBox/flex/2.6.4/bootstrap/share/info'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/flex/2.6.4/bootstrap/share/man/man1'
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/flex-2.6.4/doc/flex.1 '/BuggyBox/flex/2.6.4/bootstrap/share/man/man1'
make[2]: Leaving directory '/bb.build/doc'
make[1]: Leaving directory '/bb.build/doc'
Making install in examples
make[1]: Entering directory '/bb.build/examples'
Making install in manual
make[2]: Entering directory '/bb.build/examples/manual'
make[3]: Entering directory '/bb.build/examples/manual'
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/examples/manual'
make[2]: Leaving directory '/bb.build/examples/manual'
Making install in fastwc
make[2]: Entering directory '/bb.build/examples/fastwc'
make[3]: Entering directory '/bb.build/examples/fastwc'
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/examples/fastwc'
make[2]: Leaving directory '/bb.build/examples/fastwc'
make[2]: Entering directory '/bb.build/examples'
make[3]: Entering directory '/bb.build/examples'
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/examples'
make[2]: Leaving directory '/bb.build/examples'
make[1]: Leaving directory '/bb.build/examples'
Making install in po
make[1]: Entering directory '/bb.build/po'
installing /bb.download/source/flex-2.6.4/po/ca.gmo as /BuggyBox/flex/2.6.4/bootstrap/share/locale/ca/LC_MESSAGES/flex.mo
installing /bb.download/source/flex-2.6.4/po/da.gmo as /BuggyBox/flex/2.6.4/bootstrap/share/locale/da/LC_MESSAGES/flex.mo
installing /bb.download/source/flex-2.6.4/po/de.gmo as /BuggyBox/flex/2.6.4/bootstrap/share/locale/de/LC_MESSAGES/flex.mo
installing /bb.download/source/flex-2.6.4/po/en@quot.gmo as /BuggyBox/flex/2.6.4/bootstrap/share/locale/en@quot/LC_MESSAGES/flex.mo
installing /bb.download/source/flex-2.6.4/po/en@boldquot.gmo as /BuggyBox/flex/2.6.4/bootstrap/share/locale/en@boldquot/LC_MESSAGES/flex.mo
installing /bb.download/source/flex-2.6.4/po/eo.gmo as /BuggyBox/flex/2.6.4/bootstrap/share/locale/eo/LC_MESSAGES/flex.mo
installing /bb.download/source/flex-2.6.4/po/es.gmo as /BuggyBox/flex/2.6.4/bootstrap/share/locale/es/LC_MESSAGES/flex.mo
installing /bb.download/source/flex-2.6.4/po/fi.gmo as /BuggyBox/flex/2.6.4/bootstrap/share/locale/fi/LC_MESSAGES/flex.mo
installing /bb.download/source/flex-2.6.4/po/fr.gmo as /BuggyBox/flex/2.6.4/bootstrap/share/locale/fr/LC_MESSAGES/flex.mo
installing /bb.download/source/flex-2.6.4/po/ga.gmo as /BuggyBox/flex/2.6.4/bootstrap/share/locale/ga/LC_MESSAGES/flex.mo
installing /bb.download/source/flex-2.6.4/po/hr.gmo as /BuggyBox/flex/2.6.4/bootstrap/share/locale/hr/LC_MESSAGES/flex.mo
installing /bb.download/source/flex-2.6.4/po/ko.gmo as /BuggyBox/flex/2.6.4/bootstrap/share/locale/ko/LC_MESSAGES/flex.mo
installing /bb.download/source/flex-2.6.4/po/nl.gmo as /BuggyBox/flex/2.6.4/bootstrap/share/locale/nl/LC_MESSAGES/flex.mo
installing /bb.download/source/flex-2.6.4/po/pl.gmo as /BuggyBox/flex/2.6.4/bootstrap/share/locale/pl/LC_MESSAGES/flex.mo
installing /bb.download/source/flex-2.6.4/po/pt_BR.gmo as /BuggyBox/flex/2.6.4/bootstrap/share/locale/pt_BR/LC_MESSAGES/flex.mo
installing /bb.download/source/flex-2.6.4/po/ro.gmo as /BuggyBox/flex/2.6.4/bootstrap/share/locale/ro/LC_MESSAGES/flex.mo
installing /bb.download/source/flex-2.6.4/po/ru.gmo as /BuggyBox/flex/2.6.4/bootstrap/share/locale/ru/LC_MESSAGES/flex.mo
installing /bb.download/source/flex-2.6.4/po/sr.gmo as /BuggyBox/flex/2.6.4/bootstrap/share/locale/sr/LC_MESSAGES/flex.mo
installing /bb.download/source/flex-2.6.4/po/sv.gmo as /BuggyBox/flex/2.6.4/bootstrap/share/locale/sv/LC_MESSAGES/flex.mo
installing /bb.download/source/flex-2.6.4/po/tr.gmo as /BuggyBox/flex/2.6.4/bootstrap/share/locale/tr/LC_MESSAGES/flex.mo
installing /bb.download/source/flex-2.6.4/po/vi.gmo as /BuggyBox/flex/2.6.4/bootstrap/share/locale/vi/LC_MESSAGES/flex.mo
installing /bb.download/source/flex-2.6.4/po/zh_CN.gmo as /BuggyBox/flex/2.6.4/bootstrap/share/locale/zh_CN/LC_MESSAGES/flex.mo
installing /bb.download/source/flex-2.6.4/po/zh_TW.gmo as /BuggyBox/flex/2.6.4/bootstrap/share/locale/zh_TW/LC_MESSAGES/flex.mo
if test "flex" = "gettext-tools"; then \
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p /BuggyBox/flex/2.6.4/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/flex-2.6.4/po/$file \
/BuggyBox/flex/2.6.4/bootstrap/share/gettext/po/$file; \
done; \
for file in Makevars; do \
rm -f /BuggyBox/flex/2.6.4/bootstrap/share/gettext/po/$file; \
done; \
else \
: ; \
fi
make[1]: Leaving directory '/bb.build/po'
Making install in tests
make[1]: Entering directory '/bb.build/tests'
make[2]: Entering directory '/bb.build/tests'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/bb.build/tests'
make[1]: Leaving directory '/bb.build/tests'
Making install in tools
make[1]: Entering directory '/bb.build/tools'
make[2]: Entering directory '/bb.build/tools'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/bb.build/tools'
make[1]: Leaving directory '/bb.build/tools'
make[1]: Entering directory '/bb.build'
make[2]: Entering directory '/bb.build'
/BuggyBox/make/4.4/bootstrap/bin/make install-exec-hook
make[3]: Entering directory '/bb.build'
cd /BuggyBox/flex/2.6.4/bootstrap/bin && \
ln -s -f flex flex++
make[3]: Leaving directory '/bb.build'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/flex/2.6.4/bootstrap/share/doc/flex'
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/flex-2.6.4/AUTHORS /bb.download/source/flex-2.6.4/COPYING /bb.download/source/flex-2.6.4/NEWS /bb.download/source/flex-2.6.4/ONEWS /bb.download/source/flex-2.6.4/README.md '/BuggyBox/flex/2.6.4/bootstrap/share/doc/flex'
make[2]: Leaving directory '/bb.build'
make[1]: Leaving directory '/bb.build'
Stderr
/bb.build/libtool: line 1734: ldconfig: command not found Makefile:2917: warning: ignoring prerequisites on suffix rule definition Makefile:2920: warning: ignoring prerequisites on suffix rule definition Makefile:2947: warning: ignoring prerequisites on suffix rule definition Makefile:2917: warning: ignoring prerequisites on suffix rule definition Makefile:2920: warning: ignoring prerequisites on suffix rule definition Makefile:2947: warning: ignoring prerequisites on suffix rule definition