pixman (0.42.2)

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

Usage: /bb.download/source/pixman-0.42.2/configure [OPTION]... [VAR=VALUE]...

To assign environment variables (e.g., CC, CFLAGS...), specify them as
VAR=VALUE.  See below for descriptions of some of the useful variables.

Defaults for the options are specified in brackets.

Configuration:
  -h, --help              display this help and exit
      --help=short        display options specific to this package
      --help=recursive    display the short help of all the included packages
  -V, --version           display version information and exit
  -q, --quiet, --silent   do not print `checking ...' messages
      --cache-file=FILE   cache test results in FILE [disabled]
  -C, --config-cache      alias for `--cache-file=config.cache'
  -n, --no-create         do not create output files
      --srcdir=DIR        find the sources in DIR [configure dir or `..']

Installation directories:
  --prefix=PREFIX         install architecture-independent files in PREFIX
                          [/usr/local]
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
                          [PREFIX]

By default, `make install' will install all the files in
`/usr/local/bin', `/usr/local/lib' etc.  You can specify
an installation prefix other than `/usr/local' using `--prefix',
for instance `--prefix=$HOME'.

For better control, use the options below.

Fine tuning of the installation directories:
  --bindir=DIR            user executables [EPREFIX/bin]
  --sbindir=DIR           system admin executables [EPREFIX/sbin]
  --libexecdir=DIR        program executables [EPREFIX/libexec]
  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
  --runstatedir=DIR       modifiable per-process data [LOCALSTATEDIR/run]
  --libdir=DIR            object code libraries [EPREFIX/lib]
  --includedir=DIR        C header files [PREFIX/include]
  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
  --infodir=DIR           info documentation [DATAROOTDIR/info]
  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
  --mandir=DIR            man documentation [DATAROOTDIR/man]
  --docdir=DIR            documentation root [DATAROOTDIR/doc/pixman]
  --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-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)
  --disable-openmp        do not use OpenMP
  --disable-loongson-mmi  disable Loongson MMI fast paths
  --disable-mmx           disable x86 MMX fast paths
  --disable-sse2          disable SSE2 fast paths
  --disable-ssse3         disable SSSE3 fast paths
  --disable-vmx           disable VMX fast paths
  --disable-arm-simd      disable ARM SIMD fast paths
  --disable-arm-neon      disable ARM NEON fast paths
  --disable-arm-a64-neon  disable ARM A64 NEON fast paths
  --disable-arm-iwmmxt    disable ARM IWMMXT fast paths
  --disable-arm-iwmmxt2   build ARM IWMMXT fast paths with -march=iwmmxt
                          instead of -march=iwmmxt2
  --disable-mips-dspr2    disable MIPS DSPr2 fast paths
  --disable-gcc-inline-asm
                          disable GNU-style inline assembler
  --enable-static-testprogs
                          build test programs as static binaries [default=no]
  --enable-timers         enable TIMER_BEGIN and TIMER_END macros [default=no]
  --enable-gnuplot        enable output of filters that can be piped to
                          gnuplot [default=no]
  --enable-gtk            enable tests using GTK+ [default=auto]
  --enable-libpng         Build support for libpng (default: auto)

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>
  CCAS        assembler compiler command (defaults to CC)
  CCASFLAGS   assembler compiler flags (defaults to CFLAGS)
  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
  GTK_CFLAGS  C compiler flags for GTK, overriding pkg-config
  GTK_LIBS    linker flags for GTK, overriding pkg-config
  PNG_CFLAGS  C compiler flags for PNG, overriding pkg-config
  PNG_LIBS    linker flags for PNG, 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 <pixman@lists.freedesktop.org>.
Stderr
/bb.download/source/pixman-0.42.2/configure --prefix=/BuggyBox/pixman/0.42.2/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 build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking dependency style of gcc... gcc3
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 ar... ar
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... yes
checking for getisax... no
checking whether byte ordering is bigendian... no
checking for inline... inline
checking whether the compiler supports -Werror... yes
checking size of long... 8
checking for gcc options needed to detect all undeclared functions... none needed
checking whether __SUNPRO_C is declared... no
checking whether __amd64 is declared... yes
checking whether the compiler supports -Wall... yes
checking whether the compiler supports -Wdeclaration-after-statement... yes
checking whether the compiler supports -Wno-unused-local-typedefs... yes
checking whether the compiler supports -fno-strict-aliasing... yes
checking for gcc option to support OpenMP... -fopenmp
checking whether the compiler supports -fvisibility=hidden... yes
checking whether the compiler supports -xldscope=hidden... no
checking whether to use Loongson MMI assembler... no
checking whether to use MMX intrinsics... yes
checking whether to use SSE2 intrinsics... yes
checking whether to use SSSE3 intrinsics... yes
checking whether to use VMX/Altivec intrinsics... no
checking whether to use ARM SIMD assembler... no
checking whether to use ARM NEON assembler... no
checking whether to use ARM A64 NEON assembler... no
checking whether to use ARM IWMMXT intrinsics... no
checking whether to use MIPS DSPr2 assembler... no
checking whether to use GNU-style inline assembler... yes
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 pixman_version_string in -lpixman-1... no
checking for posix_memalign... yes
checking for sigaction... yes
checking for alarm... yes
checking for sys/mman.h... yes
checking for mmap... yes
checking for mprotect... yes
checking for getpagesize... yes
checking for fenv.h... yes
checking for feenableexcept in -lm... yes
checking whether FE_DIVBYZERO is declared... yes
checking for gettimeofday... yes
checking for sys/time.h... yes
checking for library containing sqrtf... -lm
checking for thread local storage (TLS) support... __thread
checking for pthreads... yes
checking for __attribute__((constructor))... yes
checking for __float128... yes
checking for __builtin_clz... yes
checking for GCC vector extensions... yes
checking for PNG... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating pixman-1.pc
config.status: creating pixman-1-uninstalled.pc
config.status: creating Makefile
config.status: creating pixman/Makefile
config.status: creating pixman/pixman-version.h
config.status: creating demos/Makefile
config.status: creating test/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 pixman
make[2]: Entering directory '/bb.build/pixman'
  CC       pixman.lo
  CC       pixman-combine32.lo
  CC       pixman-bits-image.lo
  CC       pixman-access-accessors.lo
  CC       pixman-access.lo
  CC       pixman-conical-gradient.lo
  CC       pixman-filter.lo
  CC       pixman-combine-float.lo
  CC       pixman-x86.lo
  CC       pixman-arm.lo
  CC       pixman-mips.lo
  CC       pixman-fast-path.lo
  CC       pixman-ppc.lo
  CC       pixman-edge.lo
  CC       pixman-glyph.lo
  CC       pixman-edge-accessors.lo
  CC       pixman-general.lo
  CC       pixman-image.lo
  CC       pixman-gradient-walker.lo
  CC       pixman-implementation.lo
  CC       pixman-linear-gradient.lo
  CC       pixman-matrix.lo
  CC       pixman-noop.lo
  CC       pixman-radial-gradient.lo
  CC       pixman-region16.lo
  CC       pixman-region32.lo
  CC       pixman-solid-fill.lo
  CC       pixman-timer.lo
  CC       pixman-trap.lo
  CC       pixman-utils.lo
  CC       libpixman_mmx_la-pixman-mmx.lo
  CC       libpixman_sse2_la-pixman-sse2.lo
  CC       libpixman_ssse3_la-pixman-ssse3.lo
  CCLD     libpixman-ssse3.la
  CCLD     libpixman-mmx.la
  CCLD     libpixman-sse2.la
  CCLD     libpixman-1.la
make[2]: Leaving directory '/bb.build/pixman'
Making all in demos
make[2]: Entering directory '/bb.build/demos'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/bb.build/demos'
Making all in test
make[2]: Entering directory '/bb.build/test'
  CC       infinite-loop.o
  CC       trap-crasher.o
  CC       utils-prng.lo
  CC       oob-test.o
  CC       utils.lo
  CC       radial-invalid.o
  CC       region-translate-test.o
  CC       a1-trap-test.o
  CC       fetch-test.o
  CC       prng-test.o
  CC       fence-image-self-test.o
  CC       pdf-op-test.o
  CC       alpha-loop.o
  CC       scaling-crash-test.o
  CC       region-test.o
  CC       combiner-test.o
  CC       scaling-helpers-test.o
  CC       thread-test.o
  CC       rotate-test.o
  CC       pixel-test.o
  CC       gradient-crash-test.o
  CC       alphamap.o
  CC       matrix-test.o
  CC       filter-reduction-test.o
  CC       composite-traps-test.o
  CC       region-contains-test.o
  CC       glyph-test.o
  CC       solid-test.o
  CC       stress-test.o
  CC       cover-test.o
  CC       affine-test.o
  CC       blitters-test.o
  CC       scaling-test.o
  CC       composite.o
  CC       tolerance-test.o
  CC       lowlevel-blt-bench.o
  CC       scaling-bench.o
  CC       radial-perf-test.o
  CC       check-formats.o
  CC       affine-bench.o
  CCLD     libutils.la
  CCLD     oob-test
  CCLD     infinite-loop
  CCLD     fence-image-self-test
  CCLD     trap-crasher
  CCLD     region-translate-test
  CCLD     a1-trap-test
  CCLD     fetch-test
  CCLD     radial-invalid
  CCLD     region-test
  CCLD     pdf-op-test
  CCLD     prng-test
  CCLD     combiner-test
  CCLD     alpha-loop
  CCLD     scaling-crash-test
  CCLD     scaling-helpers-test
  CCLD     thread-test
  CCLD     gradient-crash-test
  CCLD     matrix-test
  CCLD     rotate-test
  CCLD     pixel-test
  CCLD     filter-reduction-test
  CCLD     composite-traps-test
  CCLD     alphamap
  CCLD     region-contains-test
  CCLD     stress-test
  CCLD     solid-test
  CCLD     glyph-test
  CCLD     scaling-test
  CCLD     blitters-test
  CCLD     cover-test
  CCLD     affine-test
  CCLD     composite
  CCLD     check-formats
  CCLD     tolerance-test
  CCLD     lowlevel-blt-bench
  CCLD     radial-perf-test
  CCLD     scaling-bench
  CCLD     affine-bench
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
Makefile:1311: warning: ignoring prerequisites on suffix rule definition
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:468:30: warning: '__dummy__g1' defined but not used [-Wunused-const-variable=]
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:507:1: note: in expansion of macro 'MAKE_ACCESSORS'
  507 | MAKE_ACCESSORS(g1);
      | ^~~~~~~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:468:30: warning: '__dummy__a1' defined but not used [-Wunused-const-variable=]
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:506:1: note: in expansion of macro 'MAKE_ACCESSORS'
  506 | MAKE_ACCESSORS(a1);
      | ^~~~~~~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:468:30: warning: '__dummy__a1b1g1r1' defined but not used [-Wunused-const-variable=]
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:505:1: note: in expansion of macro 'MAKE_ACCESSORS'
  505 | MAKE_ACCESSORS(a1b1g1r1);
      | ^~~~~~~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:468:30: warning: '__dummy__a1r1g1b1' defined but not used [-Wunused-const-variable=]
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:504:1: note: in expansion of macro 'MAKE_ACCESSORS'
  504 | MAKE_ACCESSORS(a1r1g1b1);
      | ^~~~~~~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:468:30: warning: '__dummy__b1g2r1' defined but not used [-Wunused-const-variable=]
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:503:1: note: in expansion of macro 'MAKE_ACCESSORS'
  503 | MAKE_ACCESSORS(b1g2r1);
      | ^~~~~~~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:468:30: warning: '__dummy__r1g2b1' defined but not used [-Wunused-const-variable=]
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:502:1: note: in expansion of macro 'MAKE_ACCESSORS'
  502 | MAKE_ACCESSORS(r1g2b1);
      | ^~~~~~~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:468:30: warning: '__dummy__c4' defined but not used [-Wunused-const-variable=]
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:501:1: note: in expansion of macro 'MAKE_ACCESSORS'
  501 | MAKE_ACCESSORS(c4);
      | ^~~~~~~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:468:30: warning: '__dummy__g4' defined but not used [-Wunused-const-variable=]
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:500:1: note: in expansion of macro 'MAKE_ACCESSORS'
  500 | MAKE_ACCESSORS(g4);
      | ^~~~~~~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:468:30: warning: '__dummy__a4' defined but not used [-Wunused-const-variable=]
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:499:1: note: in expansion of macro 'MAKE_ACCESSORS'
  499 | MAKE_ACCESSORS(a4);
      | ^~~~~~~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:468:30: warning: '__dummy__x4a4' defined but not used [-Wunused-const-variable=]
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:498:1: note: in expansion of macro 'MAKE_ACCESSORS'
  498 | MAKE_ACCESSORS(x4a4);
      | ^~~~~~~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:468:30: warning: '__dummy__a2b2g2r2' defined but not used [-Wunused-const-variable=]
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:497:1: note: in expansion of macro 'MAKE_ACCESSORS'
  497 | MAKE_ACCESSORS(a2b2g2r2);
      | ^~~~~~~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:468:30: warning: '__dummy__a2r2g2b2' defined but not used [-Wunused-const-variable=]
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:496:1: note: in expansion of macro 'MAKE_ACCESSORS'
  496 | MAKE_ACCESSORS(a2r2g2b2);
      | ^~~~~~~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:468:30: warning: '__dummy__b2g3r3' defined but not used [-Wunused-const-variable=]
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:495:1: note: in expansion of macro 'MAKE_ACCESSORS'
  495 | MAKE_ACCESSORS(b2g3r3);
      | ^~~~~~~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:468:30: warning: '__dummy__r3g3b2' defined but not used [-Wunused-const-variable=]
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:494:1: note: in expansion of macro 'MAKE_ACCESSORS'
  494 | MAKE_ACCESSORS(r3g3b2);
      | ^~~~~~~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:468:30: warning: '__dummy__g8' defined but not used [-Wunused-const-variable=]
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:493:1: note: in expansion of macro 'MAKE_ACCESSORS'
  493 | MAKE_ACCESSORS(g8);
      | ^~~~~~~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:468:30: warning: '__dummy__c8' defined but not used [-Wunused-const-variable=]
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:492:1: note: in expansion of macro 'MAKE_ACCESSORS'
  492 | MAKE_ACCESSORS(c8);
      | ^~~~~~~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:468:30: warning: '__dummy__a8' defined but not used [-Wunused-const-variable=]
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:491:1: note: in expansion of macro 'MAKE_ACCESSORS'
  491 | MAKE_ACCESSORS(a8);
      | ^~~~~~~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:468:30: warning: '__dummy__x4b4g4r4' defined but not used [-Wunused-const-variable=]
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:490:1: note: in expansion of macro 'MAKE_ACCESSORS'
  490 | MAKE_ACCESSORS(x4b4g4r4);
      | ^~~~~~~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:468:30: warning: '__dummy__a4b4g4r4' defined but not used [-Wunused-const-variable=]
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:489:1: note: in expansion of macro 'MAKE_ACCESSORS'
  489 | MAKE_ACCESSORS(a4b4g4r4);
      | ^~~~~~~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:468:30: warning: '__dummy__x4r4g4b4' defined but not used [-Wunused-const-variable=]
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:488:1: note: in expansion of macro 'MAKE_ACCESSORS'
  488 | MAKE_ACCESSORS(x4r4g4b4);
      | ^~~~~~~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:468:30: warning: '__dummy__a4r4g4b4' defined but not used [-Wunused-const-variable=]
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:487:1: note: in expansion of macro 'MAKE_ACCESSORS'
  487 | MAKE_ACCESSORS(a4r4g4b4);
      | ^~~~~~~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:468:30: warning: '__dummy__x1b5g5r5' defined but not used [-Wunused-const-variable=]
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:486:1: note: in expansion of macro 'MAKE_ACCESSORS'
  486 | MAKE_ACCESSORS(x1b5g5r5);
      | ^~~~~~~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:468:30: warning: '__dummy__a1b5g5r5' defined but not used [-Wunused-const-variable=]
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:485:1: note: in expansion of macro 'MAKE_ACCESSORS'
  485 | MAKE_ACCESSORS(a1b5g5r5);
      | ^~~~~~~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:468:30: warning: '__dummy__x1r5g5b5' defined but not used [-Wunused-const-variable=]
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:484:1: note: in expansion of macro 'MAKE_ACCESSORS'
  484 | MAKE_ACCESSORS(x1r5g5b5);
      | ^~~~~~~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:468:30: warning: '__dummy__a1r5g5b5' defined but not used [-Wunused-const-variable=]
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:483:1: note: in expansion of macro 'MAKE_ACCESSORS'
  483 | MAKE_ACCESSORS(a1r5g5b5);
      | ^~~~~~~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:468:30: warning: '__dummy__b5g6r5' defined but not used [-Wunused-const-variable=]
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:482:1: note: in expansion of macro 'MAKE_ACCESSORS'
  482 | MAKE_ACCESSORS(b5g6r5);
      | ^~~~~~~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:468:30: warning: '__dummy__r5g6b5' defined but not used [-Wunused-const-variable=]
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:481:1: note: in expansion of macro 'MAKE_ACCESSORS'
  481 | MAKE_ACCESSORS(r5g6b5);
      | ^~~~~~~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:468:30: warning: '__dummy__b8g8r8' defined but not used [-Wunused-const-variable=]
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:480:1: note: in expansion of macro 'MAKE_ACCESSORS'
  480 | MAKE_ACCESSORS(b8g8r8);
      | ^~~~~~~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:468:30: warning: '__dummy__r8g8b8' defined but not used [-Wunused-const-variable=]
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:479:1: note: in expansion of macro 'MAKE_ACCESSORS'
  479 | MAKE_ACCESSORS(r8g8b8);
      | ^~~~~~~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:468:30: warning: '__dummy__r8g8b8a8' defined but not used [-Wunused-const-variable=]
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:478:1: note: in expansion of macro 'MAKE_ACCESSORS'
  478 | MAKE_ACCESSORS(r8g8b8a8);
      | ^~~~~~~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:468:30: warning: '__dummy__r8g8b8x8' defined but not used [-Wunused-const-variable=]
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:477:1: note: in expansion of macro 'MAKE_ACCESSORS'
  477 | MAKE_ACCESSORS(r8g8b8x8);
      | ^~~~~~~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:468:30: warning: '__dummy__b8g8r8x8' defined but not used [-Wunused-const-variable=]
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:476:1: note: in expansion of macro 'MAKE_ACCESSORS'
  476 | MAKE_ACCESSORS(b8g8r8x8);
      | ^~~~~~~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:468:30: warning: '__dummy__b8g8r8a8' defined but not used [-Wunused-const-variable=]
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:475:1: note: in expansion of macro 'MAKE_ACCESSORS'
  475 | MAKE_ACCESSORS(b8g8r8a8);
      | ^~~~~~~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:468:30: warning: '__dummy__x14r6g6b6' defined but not used [-Wunused-const-variable=]
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:474:1: note: in expansion of macro 'MAKE_ACCESSORS'
  474 | MAKE_ACCESSORS(x14r6g6b6);
      | ^~~~~~~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:468:30: warning: '__dummy__x8b8g8r8' defined but not used [-Wunused-const-variable=]
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:473:1: note: in expansion of macro 'MAKE_ACCESSORS'
  473 | MAKE_ACCESSORS(x8b8g8r8);
      | ^~~~~~~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:468:30: warning: '__dummy__a8b8g8r8' defined but not used [-Wunused-const-variable=]
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:472:1: note: in expansion of macro 'MAKE_ACCESSORS'
  472 | MAKE_ACCESSORS(a8b8g8r8);
      | ^~~~~~~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:468:30: warning: '__dummy__x8r8g8b8' defined but not used [-Wunused-const-variable=]
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:471:1: note: in expansion of macro 'MAKE_ACCESSORS'
  471 | MAKE_ACCESSORS(x8r8g8b8);
      | ^~~~~~~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:468:30: warning: '__dummy__a8r8g8b8' defined but not used [-Wunused-const-variable=]
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman-access.c:470:1: note: in expansion of macro 'MAKE_ACCESSORS'
  470 | MAKE_ACCESSORS(a8r8g8b8);
      | ^~~~~~~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman.c: In function 'pixman_image_fill_rectangles':
/bb.download/source/pixman-0.42.2/pixman/pixman.c:866:14: warning: 'stack_boxes' may be used uninitialized [-Wmaybe-uninitialized]
  866 |     result = pixman_image_fill_boxes (op, dest, color, n_rects, boxes);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman.c:875:1: note: by argument 5 of type 'const pixman_box32_t *' {aka 'const struct pixman_box32 *'} to 'pixman_image_fill_boxes' declared here
  875 | pixman_image_fill_boxes (pixman_op_t           op,
      | ^~~~~~~~~~~~~~~~~~~~~~~
/bb.download/source/pixman-0.42.2/pixman/pixman.c:842:20: note: 'stack_boxes' declared here
  842 |     pixman_box32_t stack_boxes[6];
      |                    ^~~~~~~~~~~
make install
Result = 0
Working Dir = /bb.build
Stdout
Making install in pixman
make[1]: Entering directory '/bb.build/pixman'
make[2]: Entering directory '/bb.build/pixman'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/pixman/0.42.2/any/lib'
 /bin/sh ../libtool   --mode=install /BuggyBox/coreutils/9.4/bootstrap/bin/install -c   libpixman-1.la '/BuggyBox/pixman/0.42.2/any/lib'
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libpixman-1.so.0.42.2 /BuggyBox/pixman/0.42.2/any/lib/libpixman-1.so.0.42.2
libtool: install: (cd /BuggyBox/pixman/0.42.2/any/lib && { ln -s -f libpixman-1.so.0.42.2 libpixman-1.so.0 || { rm -f libpixman-1.so.0 && ln -s libpixman-1.so.0.42.2 libpixman-1.so.0; }; })
libtool: install: (cd /BuggyBox/pixman/0.42.2/any/lib && { ln -s -f libpixman-1.so.0.42.2 libpixman-1.so || { rm -f libpixman-1.so && ln -s libpixman-1.so.0.42.2 libpixman-1.so; }; })
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libpixman-1.lai /BuggyBox/pixman/0.42.2/any/lib/libpixman-1.la
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libpixman-1.a /BuggyBox/pixman/0.42.2/any/lib/libpixman-1.a
libtool: install: chmod 644 /BuggyBox/pixman/0.42.2/any/lib/libpixman-1.a
libtool: install: ranlib /BuggyBox/pixman/0.42.2/any/lib/libpixman-1.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:/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/pixman/0.42.2/any/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /BuggyBox/pixman/0.42.2/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/pixman/0.42.2/any/include/pixman-1'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/pixman-0.42.2/pixman/pixman.h pixman-version.h '/BuggyBox/pixman/0.42.2/any/include/pixman-1'
make[2]: Leaving directory '/bb.build/pixman'
make[1]: Leaving directory '/bb.build/pixman'
Making install in demos
make[1]: Entering directory '/bb.build/demos'
make[2]: Entering directory '/bb.build/demos'
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/demos'
make[1]: Leaving directory '/bb.build/demos'
Making install in test
make[1]: Entering directory '/bb.build/test'
make[2]: Entering directory '/bb.build/test'
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/test'
make[1]: Leaving directory '/bb.build/test'
make[1]: Entering directory '/bb.build'
make[2]: Entering directory '/bb.build'
make[2]: Nothing to be done for 'install-exec-am'.
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/pixman/0.42.2/any/lib/pkgconfig'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 pixman-1.pc '/BuggyBox/pixman/0.42.2/any/lib/pkgconfig'
make[2]: Leaving directory '/bb.build'
make[1]: Leaving directory '/bb.build'
Stderr
Makefile:1311: warning: ignoring prerequisites on suffix rule definition
Makefile:1311: warning: ignoring prerequisites on suffix rule definition
/bb.build/libtool: line 1887: ldconfig: command not found