fribidi (1.0.13)

mkdir /bb.build
Result = 0
Working Dir = /
Stdout
Stderr
/bb.download/source/fribidi-1.0.13/configure --help
Result = 0
Working Dir = /bb.build
Stdout
`configure' configures GNU FriBidi 1.0.13 to adapt to many kinds of systems.

Usage: /bb.download/source/fribidi-1.0.13/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/fribidi]
  --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
  --enable-static[=PKGS]  build static libraries [default=no]
  --enable-shared[=PKGS]  build shared libraries [default=yes]
  --enable-fast-install[=PKGS]
                          optimize for fast installation [default=yes]
  --disable-libtool-lock  avoid locking (might break parallel builds)
  --enable-debug          turn on debugging [default=no]
  --disable-deprecated    do not build deprecated functionality

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).

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.
  PKG_CONFIG  path to pkg-config utility
  PKG_CONFIG_PATH
              directories to add to pkg-config's search path
  PKG_CONFIG_LIBDIR
              path overriding pkg-config's built-in search path
  CPP         C preprocessor

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

Report bugs to <https://github.com/fribidi/fribidi/issues/new>.
GNU FriBidi home page: <http://fribidi.org/>.
General help using GNU software: <https://www.gnu.org/gethelp/>.
Stderr
/bb.download/source/fribidi-1.0.13/configure --prefix=/BuggyBox/fribidi/1.0.13/any
Result = 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 whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
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 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... /BuggyBox/binutils/2.41/bootstrap/bin/ld
checking if the linker (/BuggyBox/binutils/2.41/bootstrap/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /BuggyBox/binutils/2.41/bootstrap/bin/nm -B
checking the name lister (/BuggyBox/binutils/2.41/bootstrap/bin/nm -B) 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 /BuggyBox/binutils/2.41/bootstrap/bin/ld option to reload object files... -r
checking for file... no
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /BuggyBox/binutils/2.41/bootstrap/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /BuggyBox/coreutils/9.4/bootstrap/bin/dd
checking how to truncate binary pipes... /BuggyBox/coreutils/9.4/bootstrap/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for 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 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 (/BuggyBox/binutils/2.41/bootstrap/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for pkg-config... /BuggyBox/pkg-config/0.29.2/bootstrap/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for native Win32... no
checking for some Win32 platform... no
checking for egrep... (cached) /BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for wchar.h... yes
checking for asm/page.h... no
checking for sys/times.h... yes
checking for an ANSI C-conforming const... yes
checking how to run the C preprocessor... gcc -E
checking for preprocessor stringizing operator... yes
checking size of int... 4
checking size of short... 2
checking size of void *... 8
checking size of wchar_t... 4
checking for gcc... gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for memmove... yes
checking for memset... yes
checking for strdup... yes
checking return type of signal handlers... void
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating fribidi.pc
config.status: creating lib/fribidi-config.h
config.status: creating Makefile
config.status: creating gen.tab/Makefile
config.status: creating lib/Makefile
config.status: creating bin/Makefile
config.status: creating doc/Makefile
config.status: creating test/Makefile
config.status: creating test/unicode-conformance/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Stderr
make -j16
Result = 0
Working Dir = /bb.build
Stdout
/BuggyBox/make/4.4/bootstrap/bin/make  all-recursive
make[1]: Entering directory '/bb.build'
Making all in gen.tab
make[2]: Entering directory '/bb.build/gen.tab'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/bb.build/gen.tab'
Making all in lib
make[2]: Entering directory '/bb.build/lib'
/BuggyBox/make/4.4/bootstrap/bin/make  all-am
make[3]: Entering directory '/bb.build/lib'
  CC       libfribidi_la-fribidi-bidi-types.lo
  CC       libfribidi_la-fribidi-arabic.lo
  CC       libfribidi_la-fribidi.lo
  CC       libfribidi_la-fribidi-char-sets.lo
  CC       libfribidi_la-fribidi-bidi.lo
  CC       libfribidi_la-fribidi-char-sets-iso8859-6.lo
  CC       libfribidi_la-fribidi-char-sets-utf8.lo
  CC       libfribidi_la-fribidi-char-sets-iso8859-8.lo
  CC       libfribidi_la-fribidi-char-sets-cp1255.lo
  CC       libfribidi_la-fribidi-char-sets-cp1256.lo
  CC       libfribidi_la-fribidi-joining.lo
  CC       libfribidi_la-fribidi-deprecated.lo
  CC       libfribidi_la-fribidi-char-sets-cap-rtl.lo
  CC       libfribidi_la-fribidi-brackets.lo
  CC       libfribidi_la-fribidi-joining-types.lo
  CC       libfribidi_la-fribidi-mirroring.lo
  CC       libfribidi_la-fribidi-run.lo
  CC       libfribidi_la-fribidi-shape.lo
  CCLD     libfribidi.la
make[3]: Leaving directory '/bb.build/lib'
make[2]: Leaving directory '/bb.build/lib'
Making all in bin
make[2]: Entering directory '/bb.build/bin'
  CC       fribidi-bidi-types.o
  CC       fribidi-main.o
  CC       fribidi-benchmark.o
  CC       getopt1.o
  CC       fribidi-caprtl2utf8.o
  CC       getopt.o
  CCLD     fribidi-bidi-types
  CCLD     fribidi-caprtl2utf8
  CCLD     fribidi-benchmark
  CCLD     fribidi
make[2]: Leaving directory '/bb.build/bin'
Making all in doc
make[2]: Entering directory '/bb.build/doc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/bb.build/doc'
Making all in test
make[2]: Entering directory '/bb.build/test'
Making all in unicode-conformance
make[3]: Entering directory '/bb.build/test/unicode-conformance'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/bb.build/test/unicode-conformance'
make[3]: Entering directory '/bb.build/test'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/bb.build/test'
make[2]: Leaving directory '/bb.build/test'
make[2]: Entering directory '/bb.build'
make[2]: Leaving directory '/bb.build'
make[1]: Leaving directory '/bb.build'
Stderr
/bb.download/source/fribidi-1.0.13/lib/fribidi.c: In function 'fribidi_log2vis':
/bb.download/source/fribidi-1.0.13/lib/fribidi.c:245:7: warning: 'memcpy' specified bound between 18446744065119617024 and 18446744073709551612 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]
  245 |       memcpy (visual_str, str, len * sizeof (*visual_str));
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/bb.download/source/fribidi-1.0.13/bin/fribidi-caprtl2utf8.c: In function 'main':
/bb.download/source/fribidi-1.0.13/bin/fribidi-caprtl2utf8.c:23:7: warning: 'strncpy' output may be truncated copying 5 bytes from a string of length 8191 [-Wstringop-truncation]
   23 |       strncpy (eol, buf + len, sizeof eol);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make install
Result = 0
Working Dir = /bb.build
Stdout
/BuggyBox/make/4.4/bootstrap/bin/make  install-recursive
make[1]: Entering directory '/bb.build'
Making install in gen.tab
make[2]: Entering directory '/bb.build/gen.tab'
make[3]: Entering directory '/bb.build/gen.tab'
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/gen.tab'
make[2]: Leaving directory '/bb.build/gen.tab'
Making install in lib
make[2]: Entering directory '/bb.build/lib'
/BuggyBox/make/4.4/bootstrap/bin/make  install-am
make[3]: Entering directory '/bb.build/lib'
make[4]: Entering directory '/bb.build/lib'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/fribidi/1.0.13/any/lib'
 /bin/sh ../libtool   --mode=install /BuggyBox/coreutils/9.4/bootstrap/bin/install -c   libfribidi.la '/BuggyBox/fribidi/1.0.13/any/lib'
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libfribidi.so.0.4.0 /BuggyBox/fribidi/1.0.13/any/lib/libfribidi.so.0.4.0
libtool: install: (cd /BuggyBox/fribidi/1.0.13/any/lib && { ln -s -f libfribidi.so.0.4.0 libfribidi.so.0 || { rm -f libfribidi.so.0 && ln -s libfribidi.so.0.4.0 libfribidi.so.0; }; })
libtool: install: (cd /BuggyBox/fribidi/1.0.13/any/lib && { ln -s -f libfribidi.so.0.4.0 libfribidi.so || { rm -f libfribidi.so && ln -s libfribidi.so.0.4.0 libfribidi.so; }; })
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libfribidi.lai /BuggyBox/fribidi/1.0.13/any/lib/libfribidi.la
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:/BuggyBox/m4/1.4.19/bootstrap/bin:/BuggyBox/perl/5.38.0/bootstrap/bin:/BuggyBox/texinfo/7.1/bootstrap/bin:/BuggyBox/binutils/2.41/bootstrap/bin:/BuggyBox/findutils/4.9.0/bootstrap/bin:/BuggyBox/pkg-config/0.29.2/bootstrap/bin:/BuggyBox/tar/1.35/bootstrap/bin:/BuggyBox/python/3.12.0/bootstrap/bin:/BuggyBox/cmake/3.27.7/bootstrap/bin:/BuggyBox/ninja/1.11.1/bootstrap/bin:/BuggyBox/gcc/13.2.0/bootstrap/bin:/sbin" ldconfig -n /BuggyBox/fribidi/1.0.13/any/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /BuggyBox/fribidi/1.0.13/any/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/fribidi/1.0.13/any/include/fribidi'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 fribidi-config.h '/BuggyBox/fribidi/1.0.13/any/include/fribidi'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/fribidi/1.0.13/any/include/fribidi'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/fribidi-1.0.13/lib/fribidi-arabic.h /bb.download/source/fribidi-1.0.13/lib/fribidi-begindecls.h /bb.download/source/fribidi-1.0.13/lib/fribidi-bidi.h /bb.download/source/fribidi-1.0.13/lib/fribidi-bidi-types.h /bb.download/source/fribidi-1.0.13/lib/fribidi-bidi-types-list.h /bb.download/source/fribidi-1.0.13/lib/fribidi-common.h /bb.download/source/fribidi-1.0.13/lib/fribidi-char-sets.h /bb.download/source/fribidi-1.0.13/lib/fribidi-char-sets-list.h /bb.download/source/fribidi-1.0.13/lib/fribidi-deprecated.h /bb.download/source/fribidi-1.0.13/lib/fribidi-enddecls.h /bb.download/source/fribidi-1.0.13/lib/fribidi-flags.h /bb.download/source/fribidi-1.0.13/lib/fribidi-joining.h /bb.download/source/fribidi-1.0.13/lib/fribidi-joining-types.h /bb.download/source/fribidi-1.0.13/lib/fribidi-joining-types-list.h /bb.download/source/fribidi-1.0.13/lib/fribidi-mirroring.h /bb.download/source/fribidi-1.0.13/lib/fribidi-brackets.h /bb.download/source/fribidi-1.0.13/lib/fribidi-shape.h /bb.download/source/fribidi-1.0.13/lib/fribidi-types.h /bb.download/source/fribidi-1.0.13/lib/fribidi-unicode.h /bb.download/source/fribidi-1.0.13/lib/fribidi-unicode-version.h /bb.download/source/fribidi-1.0.13/lib/fribidi.h '/BuggyBox/fribidi/1.0.13/any/include/fribidi'
make[4]: Leaving directory '/bb.build/lib'
make[3]: Leaving directory '/bb.build/lib'
make[2]: Leaving directory '/bb.build/lib'
Making install in bin
make[2]: Entering directory '/bb.build/bin'
make[3]: Entering directory '/bb.build/bin'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/fribidi/1.0.13/any/bin'
  /bin/sh ../libtool   --mode=install /BuggyBox/coreutils/9.4/bootstrap/bin/install -c fribidi '/BuggyBox/fribidi/1.0.13/any/bin'
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/fribidi /BuggyBox/fribidi/1.0.13/any/bin/fribidi
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/bb.build/bin'
make[2]: Leaving directory '/bb.build/bin'
Making install in doc
make[2]: Entering directory '/bb.build/doc'
make[3]: Entering directory '/bb.build/doc'
make[3]: Nothing to be done for 'install-exec-am'.
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/fribidi/1.0.13/any/share/man/man3'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/fribidi-1.0.13/doc/fribidi_charset_to_unicode.3 /bb.download/source/fribidi-1.0.13/doc/fribidi_debug_status.3 /bb.download/source/fribidi-1.0.13/doc/fribidi_get_bidi_type.3 /bb.download/source/fribidi-1.0.13/doc/fribidi_get_bidi_type_name.3 /bb.download/source/fribidi-1.0.13/doc/fribidi_get_bidi_types.3 /bb.download/source/fribidi-1.0.13/doc/fribidi_get_bracket.3 /bb.download/source/fribidi-1.0.13/doc/fribidi_get_bracket_types.3 /bb.download/source/fribidi-1.0.13/doc/fribidi_get_joining_type.3 /bb.download/source/fribidi-1.0.13/doc/fribidi_get_joining_type_name.3 /bb.download/source/fribidi-1.0.13/doc/fribidi_get_joining_types.3 /bb.download/source/fribidi-1.0.13/doc/fribidi_get_mirror_char.3 /bb.download/source/fribidi-1.0.13/doc/fribidi_get_par_direction.3 /bb.download/source/fribidi-1.0.13/doc/fribidi_get_par_embedding_levels.3 /bb.download/source/fribidi-1.0.13/doc/fribidi_get_par_embedding_levels_ex.3 /bb.download/source/fribidi-1.0.13/doc/fribidi_get_type.3 /bb.download/source/fribidi-1.0.13/doc/fribidi_get_type_internal.3 /bb.download/source/fribidi-1.0.13/doc/fribidi_join_arabic.3 /bb.download/source/fribidi-1.0.13/doc/fribidi_log2vis.3 /bb.download/source/fribidi-1.0.13/doc/fribidi_log2vis_get_embedding_levels.3 /bb.download/source/fribidi-1.0.13/doc/fribidi_mirroring_status.3 /bb.download/source/fribidi-1.0.13/doc/fribidi_parse_charset.3 /bb.download/source/fribidi-1.0.13/doc/fribidi_remove_bidi_marks.3 /bb.download/source/fribidi-1.0.13/doc/fribidi_reorder_line.3 /bb.download/source/fribidi-1.0.13/doc/fribidi_reorder_nsm_status.3 /bb.download/source/fribidi-1.0.13/doc/fribidi_set_debug.3 /bb.download/source/fribidi-1.0.13/doc/fribidi_set_mirroring.3 /bb.download/source/fribidi-1.0.13/doc/fribidi_set_reorder_nsm.3 /bb.download/source/fribidi-1.0.13/doc/fribidi_shape.3 /bb.download/source/fribidi-1.0.13/doc/fribidi_shape_arabic.3 /bb.download/source/fribidi-1.0.13/doc/fribidi_shape_mirroring.3 /bb.download/source/fribidi-1.0.13/doc/fribidi_unicode_to_charset.3 '/BuggyBox/fribidi/1.0.13/any/share/man/man3'
make[3]: Leaving directory '/bb.build/doc'
make[2]: Leaving directory '/bb.build/doc'
Making install in test
make[2]: Entering directory '/bb.build/test'
Making install in unicode-conformance
make[3]: Entering directory '/bb.build/test/unicode-conformance'
make[4]: Entering directory '/bb.build/test/unicode-conformance'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/bb.build/test/unicode-conformance'
make[3]: Leaving directory '/bb.build/test/unicode-conformance'
make[3]: Entering directory '/bb.build/test'
make[4]: Entering directory '/bb.build/test'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/bb.build/test'
make[3]: Leaving directory '/bb.build/test'
make[2]: Leaving directory '/bb.build/test'
make[2]: Entering directory '/bb.build'
make[3]: Entering directory '/bb.build'
make[3]: Nothing to be done for 'install-exec-am'.
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/fribidi/1.0.13/any/lib/pkgconfig'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 fribidi.pc '/BuggyBox/fribidi/1.0.13/any/lib/pkgconfig'
make[3]: Leaving directory '/bb.build'
make[2]: Leaving directory '/bb.build'
make[1]: Leaving directory '/bb.build'
Stderr
/bb.build/libtool: line 1887: ldconfig: command not found