harfbuzz (8.3.0)

mkdir /bb.build
Result = 0
Working Dir = /
Stdout
Stderr
/bb.download/source/harfbuzz-8.3.0/configure --help
Result = 0
Working Dir = /bb.build
Stdout
`configure' configures HarfBuzz 8.3.0 to adapt to many kinds of systems.

Usage: /bb.download/source/harfbuzz-8.3.0/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/harfbuzz]
  --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-code-coverage  Whether to enable code coverage support
  --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)
  --disable-largefile     omit support for large files
  --enable-gtk-doc        use gtk-doc to build documentation [[default=no]]
  --enable-gtk-doc-html   build documentation in html format [[default=yes]]
  --enable-gtk-doc-pdf    build documentation in pdf format [[default=no]]
  --enable-introspection=[no/auto/yes]
                          Enable introspection for this build

Optional Packages:
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  --with-gcov=GCOV        use given GCOV for coverage (GCOV=gcov).
  --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-libstdc++=[yes/no]
                          Allow linking with libstdc++ [default=no]
  --with-html-dir=PATH    path to installed docs
  --with-glib=[yes/no/auto]
                          Use glib [default=auto]
  --with-gobject=[yes/no/auto]
                          Use gobject [default=no]
  --with-cairo=[yes/no/auto]
                          Use cairo [default=auto]
  --with-chafa=[yes/no/auto]
                          Use chafa [default=auto]
  --with-icu=[yes/no/builtin/auto]
                          Use ICU [default=auto]
  --with-graphite2=[yes/no/auto]
                          Use the graphite2 library [default=no]
  --with-freetype=[yes/no/auto]
                          Use the FreeType library [default=auto]
  --with-uniscribe=[yes/no/auto]
                          Use the Uniscribe library [default=no]
  --with-gdi=[yes/no/auto]
                          Provide GDI integration helpers [default=no]
  --with-directwrite=[yes/no/auto]
                          Use the DirectWrite library (experimental)
                          [default=no]
  --with-coretext=[yes/no/auto]
                          Use CoreText [default=no]
  --with-wasm=[yes/no/auto]
                          Use the wasm-micro-runtime library [default=no]

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.
  CXX         C++ compiler command
  CXXFLAGS    C++ compiler flags
  CXXCPP      C++ preprocessor
  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
  GTKDOC_DEPS_CFLAGS
              C compiler flags for GTKDOC_DEPS, overriding pkg-config
  GTKDOC_DEPS_LIBS
              linker flags for GTKDOC_DEPS, overriding pkg-config
  CPP         C preprocessor
  GLIB_CFLAGS C compiler flags for GLIB, overriding pkg-config
  GLIB_LIBS   linker flags for GLIB, overriding pkg-config
  GOBJECT_CFLAGS
              C compiler flags for GOBJECT, overriding pkg-config
  GOBJECT_LIBS
              linker flags for GOBJECT, overriding pkg-config
  CAIRO_CFLAGS
              C compiler flags for CAIRO, overriding pkg-config
  CAIRO_LIBS  linker flags for CAIRO, overriding pkg-config
  CAIRO_FT_CFLAGS
              C compiler flags for CAIRO_FT, overriding pkg-config
  CAIRO_FT_LIBS
              linker flags for CAIRO_FT, overriding pkg-config
  CHAFA_CFLAGS
              C compiler flags for CHAFA, overriding pkg-config
  CHAFA_LIBS  linker flags for CHAFA, overriding pkg-config
  ICU_CFLAGS  C compiler flags for ICU, overriding pkg-config
  ICU_LIBS    linker flags for ICU, overriding pkg-config
  GRAPHITE2_CFLAGS
              C compiler flags for GRAPHITE2, overriding pkg-config
  GRAPHITE2_LIBS
              linker flags for GRAPHITE2, overriding pkg-config
  FREETYPE_CFLAGS
              C compiler flags for FREETYPE, overriding pkg-config
  FREETYPE_LIBS
              linker flags for FREETYPE, overriding pkg-config

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/harfbuzz/harfbuzz/issues/new>.
HarfBuzz home page: <http://harfbuzz.org/>.
Stderr
/bb.download/source/harfbuzz-8.3.0/configure --prefix=/BuggyBox/harfbuzz/8.3.0/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 UID '0' is supported by ustar format... yes
checking whether GID '0' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking for a sed that does not truncate output... /BuggyBox/sed/4.9/bootstrap/bin/sed
checking whether to build with code coverage support... no
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... (cached) /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 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 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 how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /BuggyBox/binutils/2.41/bootstrap/bin/ld
checking if the linker (/BuggyBox/binutils/2.41/bootstrap/bin/ld) is GNU ld... yes
checking whether the g++ linker (/BuggyBox/binutils/2.41/bootstrap/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 (/BuggyBox/binutils/2.41/bootstrap/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 whether g++ supports C++11 features by default... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for pkg-config... /BuggyBox/pkg-config/0.29.2/bootstrap/bin/pkg-config
checking pkg-config is at least version 0.28... yes
checking for gtk-doc... no
checking for gtkdoc-check... no
checking for gtkdoc-check... no
checking for gtkdoc-rebase... no
checking for gtkdoc-mkpdf... no
checking whether to build gtk-doc documentation... no
checking for glib-2.0 >= 2.10.0 gobject-2.0  >= 2.10.0... no
checking for atexit... yes
checking for mprotect... yes
checking for sysconf... yes
checking for getpagesize... yes
checking for mmap... yes
checking for isatty... yes
checking for newlocale... yes
checking for uselocale... yes
checking for sincosf... no
checking for unistd.h... (cached) yes
checking for sys/mman.h... yes
checking for stdbool.h... yes
checking for xlocale.h... no
checking alignment of struct{char;}... 1
checking whether the linker accepts -Bsymbolic-functions... yes
checking for native Win32... no
checking how to run the C preprocessor... gcc -E
checking whether gcc is Clang... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for glib-2.0 >= 2.19.1... no
checking for cairo >= 1.8.0... no
checking for cairo_user_font_face_set_render_color_glyph_func... no
checking for chafa >= 1.6.0... no
checking for icu-uc... no
checking for freetype2 >= 12.0.6... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/harfbuzz-config.cmake
config.status: creating util/Makefile
config.status: creating test/Makefile
config.status: creating test/api/Makefile
config.status: creating test/fuzzing/Makefile
config.status: creating test/shape/Makefile
config.status: creating test/shape/data/Makefile
config.status: creating test/shape/data/aots/Makefile
config.status: creating test/shape/data/in-house/Makefile
config.status: creating test/shape/data/text-rendering-tests/Makefile
config.status: creating test/subset/Makefile
config.status: creating test/subset/data/Makefile
config.status: creating test/subset/data/repack_tests/Makefile
config.status: creating test/threads/Makefile
config.status: creating perf/Makefile
config.status: creating docs/Makefile
config.status: creating docs/version.xml
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands

C++ compiler version:
g++ (GCC) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


configure:

Autotools is no longer our supported build system for building the library
for *nix distributions, please migrate to meson.


configure:

Build configuration:

Unicode callbacks (you want at least one):
	Builtin			true
	Glib:			false
	ICU:			false

Font callbacks (the more the merrier):
	FreeType:		false

Tools used for command-line utilities:
	Cairo:			false
	Chafa:			false

Additional shapers:
	Graphite2:		false

Platform shapers (not normally needed):
	CoreText:		false
	DirectWrite:		false
	GDI:			false
	Uniscribe:		false
	WebAssembly:		false

Other features:
	Documentation:		no
	GObject bindings:	false
	Introspection:		false

Stderr
/bb.download/source/harfbuzz-8.3.0/configure: line 8819: /usr/bin/file: No such file or directory
/BuggyBox/grep/3.11/bootstrap/bin/grep: warning: stray \ before -
configure: WARNING:
  You will not be able to create source packages with 'make dist'
  because gtk-doc >= 1.15 is not found.
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 src
make[2]: Entering directory '/bb.build/src'
  GEN      hb-features.h
/BuggyBox/make/4.4/bootstrap/bin/make  all-recursive
make[3]: Entering directory '/bb.build/src'
make[4]: Entering directory '/bb.build/src'
  CXX      libharfbuzz_la-hb-blob.lo
  CXX      libharfbuzz_la-hb-aat-map.lo
  CXX      main-main.o
  CXX      libharfbuzz_la-hb-buffer-serialize.lo
  CXX      libharfbuzz_la-hb-aat-layout.lo
  CXX      libharfbuzz_la-hb-buffer-verify.lo
  CXX      libharfbuzz_la-hb-number.lo
  CXX      libharfbuzz_la-hb-font.lo
  CXX      libharfbuzz_la-hb-map.lo
  CXX      libharfbuzz_la-hb-ot-cff1-table.lo
  CXX      libharfbuzz_la-hb-draw.lo
  CXX      libharfbuzz_la-hb-face-builder.lo
  CXX      libharfbuzz_la-hb-common.lo
  CXX      libharfbuzz_la-hb-fallback-shape.lo
  CXX      libharfbuzz_la-hb-face.lo
  CXX      libharfbuzz_la-hb-buffer.lo
  CXX      libharfbuzz_la-hb-ot-cff2-table.lo
  CXX      libharfbuzz_la-hb-ot-color.lo
  CXX      libharfbuzz_la-hb-ot-face.lo
  CXX      libharfbuzz_la-hb-ot-font.lo
  CXX      libharfbuzz_la-hb-paint.lo
  CXX      libharfbuzz_la-hb-outline.lo
  CXX      libharfbuzz_la-hb-paint-extents.lo
  CXX      libharfbuzz_la-hb-ot-layout.lo
  CXX      libharfbuzz_la-hb-ot-map.lo
  CXX      libharfbuzz_la-hb-ot-math.lo
  CXX      libharfbuzz_la-hb-ot-metrics.lo
  CXX      libharfbuzz_la-hb-ot-meta.lo
  CXX      libharfbuzz_la-hb-ot-name.lo
  CXX      libharfbuzz_la-hb-ot-shaper-arabic.lo
  CXX      libharfbuzz_la-hb-ot-shaper-default.lo
  CXX      libharfbuzz_la-hb-ot-shaper-hangul.lo
  CXX      libharfbuzz_la-hb-ot-shaper-hebrew.lo
  CXX      libharfbuzz_la-hb-ot-shaper-indic-table.lo
  CXX      libharfbuzz_la-hb-ot-shaper-indic.lo
  CXX      libharfbuzz_la-hb-ot-shaper-khmer.lo
  CXX      libharfbuzz_la-hb-ot-shaper-myanmar.lo
  CXX      libharfbuzz_la-hb-ot-shaper-syllabic.lo
  CXX      libharfbuzz_la-hb-ot-shaper-thai.lo
  CXX      libharfbuzz_la-hb-ot-shaper-use.lo
  CXX      libharfbuzz_la-hb-ot-shaper-vowel-constraints.lo
  CXX      libharfbuzz_la-hb-ot-shape-fallback.lo
  CXX      libharfbuzz_la-hb-ot-shape-normalize.lo
  CXX      libharfbuzz_la-hb-ot-shape.lo
  CXX      libharfbuzz_la-hb-ot-tag.lo
  CXX      libharfbuzz_la-hb-ot-var.lo
  CXX      libharfbuzz_la-hb-set.lo
  CXX      libharfbuzz_la-hb-shape-plan.lo
  CXX      libharfbuzz_la-hb-shape.lo
  CXX      libharfbuzz_la-hb-shaper.lo
  CXX      libharfbuzz_la-hb-static.lo
  CXX      libharfbuzz_la-hb-style.lo
  CXX      libharfbuzz_la-hb-ucd.lo
  CXX      libharfbuzz_la-hb-unicode.lo
  CXX      test-test.o
  CXX      test_buffer_serialize-test-buffer-serialize.o
  CXX      test_ot_name-test-ot-name.o
  CXX      test_ot_meta-test-ot-meta.o
  CXX      test_ot_glyphname-test-ot-glyphname.o
  CXX      test_gpos_size_params-test-gpos-size-params.o
  CXX      test_gsub_get_alternates-test-gsub-get-alternates.o
  CXX      test_gsub_would_substitute-test-gsub-would-substitute.o
  CXX      test_use_table-test-use-table.o
  CXX      libharfbuzz_subset_la-hb-number.lo
  CXX      libharfbuzz_subset_la-hb-ot-cff1-table.lo
  CXX      libharfbuzz_subset_la-hb-ot-cff2-table.lo
  CXX      libharfbuzz_subset_la-hb-static.lo
  CXX      libharfbuzz_subset_la-hb-subset-cff-common.lo
  CXX      libharfbuzz_subset_la-hb-subset-cff1.lo
  CXX      libharfbuzz_subset_la-hb-subset-cff2.lo
  CXX      libharfbuzz_subset_la-hb-subset-input.lo
  CXX      libharfbuzz_subset_la-hb-subset-instancer-solver.lo
  CXX      libharfbuzz_subset_la-hb-subset-plan.lo
  CXX      libharfbuzz_subset_la-hb-subset-repacker.lo
  CXX      libharfbuzz_subset_la-hb-subset.lo
  CXX      libharfbuzz_subset_la-gsubgpos-context.lo
  CXX      libharfbuzz_cairo_la-hb-cairo.lo
  CXX      libharfbuzz_cairo_la-hb-cairo-utils.lo
  CXX      libharfbuzz_cairo_la-hb-static.lo
  GEN      harfbuzz.pc
  GEN      harfbuzz-subset.pc
  GEN      harfbuzz-cairo.pc
  GEN      libharfbuzz.la
  CXXLD    main
  CXXLD    test
  CXXLD    test-ot-meta
  GEN      libharfbuzz-cairo.la
  CXXLD    test-buffer-serialize
  CXXLD    test-gpos-size-params
  CXXLD    test-ot-name
  CXXLD    test-ot-glyphname
  CXXLD    test-gsub-get-alternates
  CXXLD    test-use-table
  CXXLD    test-gsub-would-substitute
  GEN      libharfbuzz-subset.la
make[4]: Leaving directory '/bb.build/src'
make[3]: Leaving directory '/bb.build/src'
make[2]: Leaving directory '/bb.build/src'
Making all in util
make[2]: Entering directory '/bb.build/util'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/bb.build/util'
Making all in test
make[2]: Entering directory '/bb.build/test'
Making all in api
make[3]: Entering directory '/bb.build/test/api'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/bb.build/test/api'
Making all in shape
make[3]: Entering directory '/bb.build/test/shape'
Making all in data
make[4]: Entering directory '/bb.build/test/shape/data'
Making all in in-house
make[5]: Entering directory '/bb.build/test/shape/data/in-house'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/bb.build/test/shape/data/in-house'
Making all in text-rendering-tests
make[5]: Entering directory '/bb.build/test/shape/data/text-rendering-tests'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/bb.build/test/shape/data/text-rendering-tests'
Making all in aots
make[5]: Entering directory '/bb.build/test/shape/data/aots'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/bb.build/test/shape/data/aots'
make[5]: Entering directory '/bb.build/test/shape/data'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/bb.build/test/shape/data'
make[4]: Leaving directory '/bb.build/test/shape/data'
make[4]: Entering directory '/bb.build/test/shape'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/bb.build/test/shape'
make[3]: Leaving directory '/bb.build/test/shape'
Making all in subset
make[3]: Entering directory '/bb.build/test/subset'
Making all in data
make[4]: Entering directory '/bb.build/test/subset/data'
Making all in repack_tests
make[5]: Entering directory '/bb.build/test/subset/data/repack_tests'
make[6]: Entering directory '/bb.build/test/subset/data/repack_tests'
make[6]: Nothing to be done for 'all-am'.
make[6]: Leaving directory '/bb.build/test/subset/data/repack_tests'
make[5]: Leaving directory '/bb.build/test/subset/data/repack_tests'
make[5]: Entering directory '/bb.build/test/subset/data'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/bb.build/test/subset/data'
make[4]: Leaving directory '/bb.build/test/subset/data'
make[4]: Entering directory '/bb.build/test/subset'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/bb.build/test/subset'
make[3]: Leaving directory '/bb.build/test/subset'
Making all in fuzzing
make[3]: Entering directory '/bb.build/test/fuzzing'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/bb.build/test/fuzzing'
Making all in threads
make[3]: Entering directory '/bb.build/test/threads'
make[4]: Entering directory '/bb.build/test/threads'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/bb.build/test/threads'
make[3]: Leaving directory '/bb.build/test/threads'
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'
Making all in perf
make[2]: Entering directory '/bb.build/perf'
make[3]: Entering directory '/bb.build/perf'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/bb.build/perf'
make[2]: Leaving directory '/bb.build/perf'
Making all in docs
make[2]: Entering directory '/bb.build/docs'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/bb.build/docs'
make[2]: Entering directory '/bb.build'
make[2]: Leaving directory '/bb.build'
make[1]: Leaving directory '/bb.build'
Stderr
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
/bb.download/source/harfbuzz-8.3.0/src/hb-buffer-verify.cc: In member function 'bool hb_buffer_t::verify(hb_buffer_t*, hb_font_t*, const hb_feature_t*, unsigned int, const char* const*)':
/bb.download/source/harfbuzz-8.3.0/src/hb-buffer-verify.cc:34:29: warning: '%s' directive argument is null [-Wformat-overflow=]
   34 | #define BUFFER_VERIFY_ERROR "buffer verify error: "
      |                             ^
/bb.download/source/harfbuzz-8.3.0/src/hb-buffer-verify.cc:415:40: note: in expansion of macro 'BUFFER_VERIFY_ERROR'
  415 |       buffer_verify_error (this, font, BUFFER_VERIFY_ERROR "text was: %s.", bytes.arrayZ);
      |                                        ^~~~~~~~~~~~~~~~~~~
/bb.download/source/harfbuzz-8.3.0/src/hb-buffer-verify.cc:415:71: note: format string is defined here
  415 |       buffer_verify_error (this, font, BUFFER_VERIFY_ERROR "text was: %s.", bytes.arrayZ);
      |                                                                       ^~
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
../libtool: line 1761: warning: setlocale: LC_CTYPE: cannot change locale (C.UTF-8)
make install
Result = 0
Working Dir = /bb.build
Stdout
Making install in src
make[1]: Entering directory '/bb.build/src'
/BuggyBox/make/4.4/bootstrap/bin/make  install-recursive
make[2]: Entering directory '/bb.build/src'
make[3]: Entering directory '/bb.build/src'
make[4]: Entering directory '/bb.build/src'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/harfbuzz/8.3.0/any/lib'
 /bin/sh ../libtool   --mode=install /BuggyBox/coreutils/9.4/bootstrap/bin/install -c   libharfbuzz.la libharfbuzz-subset.la libharfbuzz-cairo.la '/BuggyBox/harfbuzz/8.3.0/any/lib'
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libharfbuzz.so.0.60830.0 /BuggyBox/harfbuzz/8.3.0/any/lib/libharfbuzz.so.0.60830.0
libtool: install: (cd /BuggyBox/harfbuzz/8.3.0/any/lib && { ln -s -f libharfbuzz.so.0.60830.0 libharfbuzz.so.0 || { rm -f libharfbuzz.so.0 && ln -s libharfbuzz.so.0.60830.0 libharfbuzz.so.0; }; })
libtool: install: (cd /BuggyBox/harfbuzz/8.3.0/any/lib && { ln -s -f libharfbuzz.so.0.60830.0 libharfbuzz.so || { rm -f libharfbuzz.so && ln -s libharfbuzz.so.0.60830.0 libharfbuzz.so; }; })
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libharfbuzz.lai /BuggyBox/harfbuzz/8.3.0/any/lib/libharfbuzz.la
libtool: install: (cd /bb.build/src; /bin/sh "/bb.build/libtool"  --silent --tag CC --mode=relink gcc -g -O2 -Bsymbolic-functions -o libharfbuzz-subset.la -lm -version-info 60830:0:60830 -no-undefined -rpath /BuggyBox/harfbuzz/8.3.0/any/lib libharfbuzz_subset_la-hb-number.lo libharfbuzz_subset_la-hb-ot-cff1-table.lo libharfbuzz_subset_la-hb-ot-cff2-table.lo libharfbuzz_subset_la-hb-static.lo libharfbuzz_subset_la-hb-subset-cff-common.lo libharfbuzz_subset_la-hb-subset-cff1.lo libharfbuzz_subset_la-hb-subset-cff2.lo libharfbuzz_subset_la-hb-subset-input.lo libharfbuzz_subset_la-hb-subset-instancer-solver.lo libharfbuzz_subset_la-hb-subset-plan.lo libharfbuzz_subset_la-hb-subset-repacker.lo libharfbuzz_subset_la-hb-subset.lo libharfbuzz_subset_la-gsubgpos-context.lo libharfbuzz.la )
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libharfbuzz-subset.so.0.60830.0T /BuggyBox/harfbuzz/8.3.0/any/lib/libharfbuzz-subset.so.0.60830.0
libtool: install: (cd /BuggyBox/harfbuzz/8.3.0/any/lib && { ln -s -f libharfbuzz-subset.so.0.60830.0 libharfbuzz-subset.so.0 || { rm -f libharfbuzz-subset.so.0 && ln -s libharfbuzz-subset.so.0.60830.0 libharfbuzz-subset.so.0; }; })
libtool: install: (cd /BuggyBox/harfbuzz/8.3.0/any/lib && { ln -s -f libharfbuzz-subset.so.0.60830.0 libharfbuzz-subset.so || { rm -f libharfbuzz-subset.so && ln -s libharfbuzz-subset.so.0.60830.0 libharfbuzz-subset.so; }; })
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libharfbuzz-subset.lai /BuggyBox/harfbuzz/8.3.0/any/lib/libharfbuzz-subset.la
libtool: install: (cd /bb.build/src; /bin/sh "/bb.build/libtool"  --silent --tag CC --mode=relink gcc -g -O2 -Bsymbolic-functions -o libharfbuzz-cairo.la -lm -version-info 60830:0:60830 -no-undefined -rpath /BuggyBox/harfbuzz/8.3.0/any/lib libharfbuzz_cairo_la-hb-cairo.lo libharfbuzz_cairo_la-hb-cairo-utils.lo libharfbuzz_cairo_la-hb-static.lo libharfbuzz.la )
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libharfbuzz-cairo.so.0.60830.0T /BuggyBox/harfbuzz/8.3.0/any/lib/libharfbuzz-cairo.so.0.60830.0
libtool: install: (cd /BuggyBox/harfbuzz/8.3.0/any/lib && { ln -s -f libharfbuzz-cairo.so.0.60830.0 libharfbuzz-cairo.so.0 || { rm -f libharfbuzz-cairo.so.0 && ln -s libharfbuzz-cairo.so.0.60830.0 libharfbuzz-cairo.so.0; }; })
libtool: install: (cd /BuggyBox/harfbuzz/8.3.0/any/lib && { ln -s -f libharfbuzz-cairo.so.0.60830.0 libharfbuzz-cairo.so || { rm -f libharfbuzz-cairo.so && ln -s libharfbuzz-cairo.so.0.60830.0 libharfbuzz-cairo.so; }; })
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libharfbuzz-cairo.lai /BuggyBox/harfbuzz/8.3.0/any/lib/libharfbuzz-cairo.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/harfbuzz/8.3.0/any/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /BuggyBox/harfbuzz/8.3.0/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/harfbuzz/8.3.0/any/lib/cmake/harfbuzz'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 harfbuzz-config.cmake '/BuggyBox/harfbuzz/8.3.0/any/lib/cmake/harfbuzz'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/harfbuzz/8.3.0/any/lib/pkgconfig'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 harfbuzz.pc harfbuzz-subset.pc harfbuzz-cairo.pc '/BuggyBox/harfbuzz/8.3.0/any/lib/pkgconfig'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/harfbuzz/8.3.0/any/include/harfbuzz'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/harfbuzz-8.3.0/src/hb-aat-layout.h /bb.download/source/harfbuzz-8.3.0/src/hb-aat.h /bb.download/source/harfbuzz-8.3.0/src/hb-blob.h /bb.download/source/harfbuzz-8.3.0/src/hb-buffer.h /bb.download/source/harfbuzz-8.3.0/src/hb-common.h /bb.download/source/harfbuzz-8.3.0/src/hb-cplusplus.hh /bb.download/source/harfbuzz-8.3.0/src/hb-deprecated.h /bb.download/source/harfbuzz-8.3.0/src/hb-draw.h /bb.download/source/harfbuzz-8.3.0/src/hb-face.h /bb.download/source/harfbuzz-8.3.0/src/hb-font.h /bb.download/source/harfbuzz-8.3.0/src/hb-map.h /bb.download/source/harfbuzz-8.3.0/src/hb-ot-color.h /bb.download/source/harfbuzz-8.3.0/src/hb-ot-deprecated.h /bb.download/source/harfbuzz-8.3.0/src/hb-ot-font.h /bb.download/source/harfbuzz-8.3.0/src/hb-ot-layout.h /bb.download/source/harfbuzz-8.3.0/src/hb-ot-math.h /bb.download/source/harfbuzz-8.3.0/src/hb-ot-meta.h /bb.download/source/harfbuzz-8.3.0/src/hb-ot-metrics.h /bb.download/source/harfbuzz-8.3.0/src/hb-ot-name.h /bb.download/source/harfbuzz-8.3.0/src/hb-ot-shape.h /bb.download/source/harfbuzz-8.3.0/src/hb-ot-var.h /bb.download/source/harfbuzz-8.3.0/src/hb-ot.h /bb.download/source/harfbuzz-8.3.0/src/hb-paint.h /bb.download/source/harfbuzz-8.3.0/src/hb-set.h /bb.download/source/harfbuzz-8.3.0/src/hb-shape-plan.h /bb.download/source/harfbuzz-8.3.0/src/hb-shape.h /bb.download/source/harfbuzz-8.3.0/src/hb-style.h /bb.download/source/harfbuzz-8.3.0/src/hb-unicode.h /bb.download/source/harfbuzz-8.3.0/src/hb-version.h /bb.download/source/harfbuzz-8.3.0/src/hb.h /bb.download/source/harfbuzz-8.3.0/src/hb-subset.h /bb.download/source/harfbuzz-8.3.0/src/hb-subset-repacker.h /bb.download/source/harfbuzz-8.3.0/src/hb-cairo.h '/BuggyBox/harfbuzz/8.3.0/any/include/harfbuzz'
make[4]: Leaving directory '/bb.build/src'
make[3]: Leaving directory '/bb.build/src'
make[2]: Leaving directory '/bb.build/src'
make[1]: Leaving directory '/bb.build/src'
Making install in util
make[1]: Entering directory '/bb.build/util'
make[2]: Entering directory '/bb.build/util'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/harfbuzz/8.3.0/any/bin'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/bb.build/util'
make[1]: Leaving directory '/bb.build/util'
Making install in test
make[1]: Entering directory '/bb.build/test'
Making install in api
make[2]: Entering directory '/bb.build/test/api'
make[3]: Entering directory '/bb.build/test/api'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/bb.build/test/api'
make[2]: Leaving directory '/bb.build/test/api'
Making install in shape
make[2]: Entering directory '/bb.build/test/shape'
Making install in data
make[3]: Entering directory '/bb.build/test/shape/data'
Making install in in-house
make[4]: Entering directory '/bb.build/test/shape/data/in-house'
make[5]: Entering directory '/bb.build/test/shape/data/in-house'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/bb.build/test/shape/data/in-house'
make[4]: Leaving directory '/bb.build/test/shape/data/in-house'
Making install in text-rendering-tests
make[4]: Entering directory '/bb.build/test/shape/data/text-rendering-tests'
make[5]: Entering directory '/bb.build/test/shape/data/text-rendering-tests'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/bb.build/test/shape/data/text-rendering-tests'
make[4]: Leaving directory '/bb.build/test/shape/data/text-rendering-tests'
Making install in aots
make[4]: Entering directory '/bb.build/test/shape/data/aots'
make[5]: Entering directory '/bb.build/test/shape/data/aots'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/bb.build/test/shape/data/aots'
make[4]: Leaving directory '/bb.build/test/shape/data/aots'
make[4]: Entering directory '/bb.build/test/shape/data'
make[5]: Entering directory '/bb.build/test/shape/data'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/bb.build/test/shape/data'
make[4]: Leaving directory '/bb.build/test/shape/data'
make[3]: Leaving directory '/bb.build/test/shape/data'
make[3]: Entering directory '/bb.build/test/shape'
make[4]: Entering directory '/bb.build/test/shape'
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/shape'
make[3]: Leaving directory '/bb.build/test/shape'
make[2]: Leaving directory '/bb.build/test/shape'
Making install in subset
make[2]: Entering directory '/bb.build/test/subset'
Making install in data
make[3]: Entering directory '/bb.build/test/subset/data'
Making install in repack_tests
make[4]: Entering directory '/bb.build/test/subset/data/repack_tests'
make[5]: Entering directory '/bb.build/test/subset/data/repack_tests'
make[6]: Entering directory '/bb.build/test/subset/data/repack_tests'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/bb.build/test/subset/data/repack_tests'
make[5]: Leaving directory '/bb.build/test/subset/data/repack_tests'
make[4]: Leaving directory '/bb.build/test/subset/data/repack_tests'
make[4]: Entering directory '/bb.build/test/subset/data'
make[5]: Entering directory '/bb.build/test/subset/data'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/bb.build/test/subset/data'
make[4]: Leaving directory '/bb.build/test/subset/data'
make[3]: Leaving directory '/bb.build/test/subset/data'
make[3]: Entering directory '/bb.build/test/subset'
make[4]: Entering directory '/bb.build/test/subset'
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/subset'
make[3]: Leaving directory '/bb.build/test/subset'
make[2]: Leaving directory '/bb.build/test/subset'
Making install in fuzzing
make[2]: Entering directory '/bb.build/test/fuzzing'
make[3]: Entering directory '/bb.build/test/fuzzing'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/bb.build/test/fuzzing'
make[2]: Leaving directory '/bb.build/test/fuzzing'
Making install in threads
make[2]: Entering directory '/bb.build/test/threads'
make[3]: Entering directory '/bb.build/test/threads'
make[4]: Entering directory '/bb.build/test/threads'
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/threads'
make[3]: Leaving directory '/bb.build/test/threads'
make[2]: Leaving directory '/bb.build/test/threads'
make[2]: Entering directory '/bb.build/test'
make[3]: Entering directory '/bb.build/test'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/bb.build/test'
make[2]: Leaving directory '/bb.build/test'
make[1]: Leaving directory '/bb.build/test'
Making install in perf
make[1]: Entering directory '/bb.build/perf'
make[2]: Entering directory '/bb.build/perf'
make[3]: Entering directory '/bb.build/perf'
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/perf'
make[2]: Leaving directory '/bb.build/perf'
make[1]: Leaving directory '/bb.build/perf'
Making install in docs
make[1]: Entering directory '/bb.build/docs'
make[2]: Entering directory '/bb.build/docs'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Leaving directory '/bb.build/docs'
make[1]: Leaving directory '/bb.build/docs'
make[1]: Entering directory '/bb.build'
make[2]: Entering directory '/bb.build'
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'
make[1]: Leaving directory '/bb.build'
Stderr
libtool: warning: relinking 'libharfbuzz-subset.la'
libtool: warning: relinking 'libharfbuzz-cairo.la'
/bb.build/libtool: line 1733: ldconfig: command not found
Nothing to install