libsodium (1.0.19)

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

Usage: /bb.download/source/libsodium-stable/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/libsodium]
  --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]
  --target=TARGET   configure for building compilers for TARGET [HOST]

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-maintainer-mode
                          enable make rules and dependencies not useful (and
                          sometimes confusing) to the casual installer
  --enable-dependency-tracking
                          do not reject slow dependency extractors
  --disable-dependency-tracking
                          speeds up one-time build
  --disable-ssp           Do not compile with -fstack-protector
  --disable-asm           Do not compile assembly code -- As a side effect,
                          this disables CPU-specific implementations on
                          non-Windows platforms. Only for use with targets
                          such as WebAssembly.
  --disable-pie           Do not produce position independent executables
  --enable-blocking-random
                          Enable this switch only if /dev/urandom is totally
                          broken on the target platform
  --enable-minimal        Only compile the minimum set of functions required
                          for the high-level API
  --enable-retpoline      Use return trampolines for indirect calls
  --enable-debug          For maintainers only - please do not use
  --enable-opt            Optimize for the native CPU - The resulting library
                          will be faster but not portable
  --enable-valgrind       Whether to enable Valgrind on the unit tests
                          (requires GNU make)
  --disable-valgrind-memcheck
                          Whether to skip memcheck during the Valgrind tests
  --disable-valgrind-helgrind
                          Whether to skip helgrind during the Valgrind tests
  --disable-valgrind-drd  Whether to skip drd during the Valgrind tests
  --disable-valgrind-sgcheck
                          Whether to skip sgcheck during the Valgrind tests
  --enable-soname-versions
                          enable soname versions (must be disabled for
                          Android) (default: enabled)
  --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)

Optional Packages:
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  --with-pthreads         use pthreads library, or --without-pthreads to
                          disable threading support
  --with-safecode         For maintainers only - please do not use
  --with-ctgrind          For maintainers only - please do not use
  --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)
  CPP         C preprocessor
  SAFECODE_HOME
              set to the safecode base directory
  CWFLAGS     compilation flags for generating extra warnings
  LT_SYS_LIBRARY_PATH
              User-defined run-time library search path.
  AR          path to the ar utility

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/jedisct1/libsodium/issues>.
libsodium home page: <https://libsodium.org>.
Stderr
/bb.download/source/libsodium-stable/configure --prefix=/BuggyBox/libsodium/1.0.19/any
Result = 0
Working Dir = /bb.build
Stdout
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
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 whether to enable maintainer-specific portions of Makefiles... no
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 for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking whether C compiler accepts -Ofast... yes
checking for a sed that does not truncate output... /BuggyBox/sed/4.9/bootstrap/bin/sed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /BuggyBox/grep/3.11/bootstrap/bin/grep
checking for egrep... /BuggyBox/grep/3.11/bootstrap/bin/grep -E
checking whether gcc is Clang... no
checking whether pthreads work with "-pthread" and "-lpthread"... 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 variable-length arrays... yes
checking for __wasi__ defined... no
checking whether C compiler accepts -Werror... yes
checking whether to add -D_FORTIFY_SOURCE=3 to CPPFLAGS... yes
checking whether C compiler accepts -fvisibility=hidden... yes
checking whether C compiler accepts -fPIC... yes
checking whether C compiler accepts -fPIE... yes
checking whether the linker accepts -pie... yes
checking whether C compiler accepts -fno-strict-aliasing... yes
checking whether C compiler accepts -fno-strict-overflow... yes
checking whether C compiler accepts -fstack-protector... yes
checking whether the linker accepts -fstack-protector... yes
checking whether C compiler accepts  -Ofast -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wall... yes
checking whether C compiler accepts  -Ofast -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wno-deprecated-declarations... yes
checking whether C compiler accepts  -Ofast -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wno-deprecated-declarations -Wno-unknown-pragmas... yes
checking for clang... no
checking whether C compiler accepts  -Ofast -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wall -Wextra... yes
checking whether C compiler accepts  -Wextra -Warray-bounds... yes
checking whether C compiler accepts  -Wextra -Warray-bounds -Wbad-function-cast... yes
checking whether C compiler accepts  -Wextra -Warray-bounds -Wbad-function-cast -Wcast-qual... yes
checking whether C compiler accepts  -Wextra -Warray-bounds -Wbad-function-cast -Wcast-qual -Wdiv-by-zero... yes
checking whether C compiler accepts  -Wextra -Warray-bounds -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches... yes
checking whether C compiler accepts  -Wextra -Warray-bounds -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond... yes
checking whether C compiler accepts  -Wextra -Warray-bounds -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal... yes
checking whether C compiler accepts  -Wextra -Warray-bounds -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2... yes
checking whether C compiler accepts  -Wextra -Warray-bounds -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op... yes
checking whether C compiler accepts  -Wextra -Warray-bounds -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized... yes
checking whether C compiler accepts  -Wextra -Warray-bounds -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation... yes
checking whether C compiler accepts  -Wextra -Warray-bounds -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations... yes
checking whether C compiler accepts  -Wextra -Warray-bounds -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes... yes
checking whether C compiler accepts  -Wextra -Warray-bounds -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs... yes
checking whether C compiler accepts  -Wextra -Warray-bounds -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits... yes
checking whether C compiler accepts  -Wextra -Warray-bounds -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas... yes
checking whether C compiler accepts  -Wextra -Warray-bounds -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id... yes
checking whether C compiler accepts  -Wextra -Warray-bounds -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference... yes
checking whether C compiler accepts  -Wextra -Warray-bounds -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration... yes
checking whether C compiler accepts  -Wextra -Warray-bounds -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith... yes
checking whether C compiler accepts  -Wextra -Warray-bounds -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls... yes
checking whether C compiler accepts  -Wextra -Warray-bounds -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wrestrict... yes
checking whether C compiler accepts  -Wextra -Warray-bounds -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wrestrict -Wshorten-64-to-32... no
checking whether C compiler accepts  -Wextra -Warray-bounds -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wrestrict -Wsometimes-uninitialized... no
checking whether C compiler accepts  -Wextra -Warray-bounds -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wrestrict -Wstrict-prototypes... yes
checking whether C compiler accepts  -Wextra -Warray-bounds -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wrestrict -Wstrict-prototypes -Wswitch-enum... yes
checking whether C compiler accepts  -Wextra -Warray-bounds -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wrestrict -Wstrict-prototypes -Wswitch-enum -Wvariable-decl... no
checking whether C compiler accepts  -Wextra -Warray-bounds -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wrestrict -Wstrict-prototypes -Wswitch-enum -Wwrite-strings... yes
checking whether the linker accepts -Wl,-z,relro... yes
checking whether the linker accepts -Wl,-z,now... yes
checking whether the linker accepts -Wl,-z,noexecstack... yes
checking whether segmentation violations can be caught... yes
checking whether SIGABRT can be caught... yes
checking for thread local storage (TLS) class... _Thread_local
thread local storage is supported
checking whether C compiler accepts -ftls-model=local-dynamic... yes
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 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 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 ar... (cached) ar
checking for ARM64 target... no
checking whether C compiler accepts -mmmx... yes
checking for MMX instructions set... yes
checking whether C compiler accepts -mmmx... (cached) yes
checking whether C compiler accepts -msse2... yes
checking for SSE2 instructions set... yes
checking whether C compiler accepts -msse2... (cached) yes
checking whether C compiler accepts -msse3... yes
checking for SSE3 instructions set... yes
checking whether C compiler accepts -msse3... (cached) yes
checking whether C compiler accepts -mssse3... yes
checking for SSSE3 instructions set... yes
checking whether C compiler accepts -mssse3... (cached) yes
checking whether C compiler accepts -msse4.1... yes
checking for SSE4.1 instructions set... yes
checking whether C compiler accepts -msse4.1... (cached) yes
checking whether C compiler accepts -mavx... yes
checking for AVX instructions set... yes
checking whether C compiler accepts -mavx... (cached) yes
checking whether C compiler accepts -mavx2... yes
checking for AVX2 instructions set... yes
checking whether C compiler accepts -mavx2... (cached) yes
checking if _mm256_broadcastsi128_si256 is correctly defined... yes
checking whether C compiler accepts -mavx512f... yes
checking for AVX512F instructions set... yes
checking whether C compiler accepts -mavx512f... (cached) yes
checking whether C compiler accepts -maes... yes
checking whether C compiler accepts -mpclmul... yes
checking for AESNI instructions set and PCLMULQDQ... yes
checking whether C compiler accepts -maes... (cached) yes
checking whether C compiler accepts -mpclmul... (cached) yes
checking whether C compiler accepts -mrdrnd... yes
checking for RDRAND... yes
checking whether C compiler accepts -mrdrnd... (cached) yes
checking for sys/mman.h... yes
checking for sys/param.h... yes
checking for sys/random.h... yes
checking for intrin.h... no
checking for sys/auxv.h... yes
checking for CommonCrypto/CommonRandom.h... no
checking for cet.h... yes
checking if _xgetbv() is available... no
checking for inline... inline
checking whether byte ordering is bigendian... (cached) no
checking whether __STDC_LIMIT_MACROS is required... no
checking whether we can use inline asm code... yes
no
checking whether we can use x86_64 asm code... yes
checking whether we can assemble AVX opcodes... yes
checking for 128-bit arithmetic... yes
checking for cpuid instruction... yes
checking if the .private_extern asm directive is supported... no
checking if the .hidden asm directive is supported... yes
checking if weak symbols are supported... yes
checking if atomic operations are supported... yes
checking if C11 memory fences are supported... yes
checking if gcc memory fences are supported... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for arc4random... yes
checking for arc4random_buf... yes
checking for mmap... yes
checking for mlock... yes
checking for madvise... yes
checking for mprotect... yes
checking for raise... yes
checking for sysconf... yes
checking for getrandom with a standard API... yes
checking for getrandom... yes
checking for getentropy with a standard API... yes
checking for getentropy... yes
checking for getpid... yes
checking for getauxval... yes
checking for elf_aux_info... no
checking for posix_memalign... yes
checking for nanosleep... yes
checking for clock_gettime... yes
checking for memset_s... no
checking for explicit_bzero... yes
checking for memset_explicit... no
checking for explicit_memset... no
checking if gcc/ld supports -Wl,--output-def... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating builds/Makefile
config.status: creating contrib/Makefile
config.status: creating dist-build/Makefile
config.status: creating libsodium.pc
config.status: creating libsodium-uninstalled.pc
config.status: creating src/Makefile
config.status: creating src/libsodium/Makefile
config.status: creating src/libsodium/include/Makefile
config.status: creating src/libsodium/include/sodium/version.h
config.status: creating test/default/Makefile
config.status: creating test/Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
Stderr
make -j16
Result = 0
Working Dir = /bb.build
Stdout
Making all in builds
make[1]: Entering directory '/bb.build/builds'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/bb.build/builds'
Making all in contrib
make[1]: Entering directory '/bb.build/contrib'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/bb.build/contrib'
Making all in dist-build
make[1]: Entering directory '/bb.build/dist-build'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/bb.build/dist-build'
Making all in src
make[1]: Entering directory '/bb.build/src'
Making all in libsodium
make[2]: Entering directory '/bb.build/src/libsodium'
Making all in include
make[3]: Entering directory '/bb.build/src/libsodium/include'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/bb.build/src/libsodium/include'
make[3]: Entering directory '/bb.build/src/libsodium'
  CC       crypto_shorthash/siphash24/libsodium_la-shorthash_siphashx24.lo
  CC       crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphashx24_ref.lo
  CC       crypto_sign/ed25519/ref10/libsodium_la-obsolete.lo
  CC       crypto_aead/aegis128l/libaesni_la-aegis128l_aesni.lo
  CC       crypto_aead/aegis256/libaesni_la-aegis256_aesni.lo
  CC       crypto_aead/aegis256/libarmcrypto_la-aegis256_armcrypto.lo
  CC       crypto_aead/aegis128l/libarmcrypto_la-aegis128l_armcrypto.lo
  CC       crypto_generichash/blake2b/ref/libssse3_la-blake2b-compress-ssse3.lo
  CC       crypto_pwhash/argon2/libssse3_la-argon2-fill-block-ssse3.lo
  CC       crypto_generichash/blake2b/ref/libsse41_la-blake2b-compress-sse41.lo
  CC       crypto_generichash/blake2b/ref/libavx2_la-blake2b-compress-avx2.lo
  CC       crypto_pwhash/argon2/libavx2_la-argon2-fill-block-avx2.lo
  CC       crypto_pwhash/argon2/libavx512f_la-argon2-fill-block-avx512f.lo
  CC       crypto_aead/aegis128l/libsodium_la-aegis128l_soft.lo
  CC       crypto_aead/aegis128l/libsodium_la-aead_aegis128l.lo
  CC       crypto_aead/aegis256/libsodium_la-aead_aegis256.lo
  CC       crypto_aead/aegis256/libsodium_la-aegis256_soft.lo
  CC       crypto_aead/aes256gcm/libsodium_la-aead_aes256gcm.lo
  CC       crypto_aead/chacha20poly1305/libsodium_la-aead_chacha20poly1305.lo
  CC       crypto_aead/xchacha20poly1305/libsodium_la-aead_xchacha20poly1305.lo
  CC       crypto_auth/libsodium_la-crypto_auth.lo
  CC       crypto_auth/hmacsha256/libsodium_la-auth_hmacsha256.lo
  CC       crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512.lo
  CC       crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256.lo
  CC       crypto_box/libsodium_la-crypto_box_easy.lo
  CC       crypto_box/libsodium_la-crypto_box.lo
  CC       crypto_box/libsodium_la-crypto_box_seal.lo
  CC       crypto_box/curve25519xsalsa20poly1305/libsodium_la-box_curve25519xsalsa20poly1305.lo
  CC       crypto_core/ed25519/ref10/libsodium_la-ed25519_ref10.lo
  CC       crypto_core/hchacha20/libsodium_la-core_hchacha20.lo
  CC       crypto_core/hsalsa20/ref2/libsodium_la-core_hsalsa20_ref2.lo
  CC       crypto_core/hsalsa20/libsodium_la-core_hsalsa20.lo
  CC       crypto_core/salsa/ref/libsodium_la-core_salsa_ref.lo
  CC       crypto_core/softaes/libsodium_la-softaes.lo
  CC       crypto_generichash/blake2b/libsodium_la-generichash_blake2.lo
  CC       crypto_generichash/libsodium_la-crypto_generichash.lo
  CC       crypto_generichash/blake2b/ref/libsodium_la-blake2b-compress-ref.lo
  CC       crypto_generichash/blake2b/ref/libsodium_la-blake2b-ref.lo
  CC       crypto_generichash/blake2b/ref/libsodium_la-generichash_blake2b.lo
  CC       crypto_hash/libsodium_la-crypto_hash.lo
  CC       crypto_hash/sha256/libsodium_la-hash_sha256.lo
  CC       crypto_hash/sha256/cp/libsodium_la-hash_sha256_cp.lo
  CC       crypto_hash/sha512/cp/libsodium_la-hash_sha512_cp.lo
  CC       crypto_hash/sha512/libsodium_la-hash_sha512.lo
  CC       crypto_kdf/blake2b/libsodium_la-kdf_blake2b.lo
  CC       crypto_kdf/libsodium_la-crypto_kdf.lo
  CC       crypto_kdf/hkdf/libsodium_la-kdf_hkdf_sha256.lo
  CC       crypto_kdf/hkdf/libsodium_la-kdf_hkdf_sha512.lo
  CC       crypto_kx/libsodium_la-crypto_kx.lo
  CC       crypto_onetimeauth/libsodium_la-crypto_onetimeauth.lo
  CC       crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305.lo
  CC       crypto_onetimeauth/poly1305/donna/libsodium_la-poly1305_donna.lo
  CC       crypto_pwhash/argon2/libsodium_la-argon2-core.lo
  CC       crypto_pwhash/argon2/libsodium_la-argon2-fill-block-ref.lo
  CC       crypto_pwhash/argon2/libsodium_la-argon2-encoding.lo
  CC       crypto_pwhash/argon2/libsodium_la-blake2b-long.lo
  CC       crypto_pwhash/argon2/libsodium_la-argon2.lo
  CC       crypto_pwhash/argon2/libsodium_la-pwhash_argon2i.lo
  CC       crypto_pwhash/argon2/libsodium_la-pwhash_argon2id.lo
  CC       crypto_pwhash/libsodium_la-crypto_pwhash.lo
  CC       crypto_scalarmult/libsodium_la-crypto_scalarmult.lo
  CC       crypto_scalarmult/curve25519/ref10/libsodium_la-x25519_ref10.lo
  CC       crypto_scalarmult/curve25519/libsodium_la-scalarmult_curve25519.lo
  CC       crypto_secretbox/libsodium_la-crypto_secretbox.lo
  CC       crypto_secretbox/libsodium_la-crypto_secretbox_easy.lo
  CC       crypto_secretbox/xsalsa20poly1305/libsodium_la-secretbox_xsalsa20poly1305.lo
  CC       crypto_secretstream/xchacha20poly1305/libsodium_la-secretstream_xchacha20poly1305.lo
  CC       crypto_shorthash/libsodium_la-crypto_shorthash.lo
  CC       crypto_shorthash/siphash24/libsodium_la-shorthash_siphash24.lo
  CC       crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphash24_ref.lo
  CC       crypto_sign/libsodium_la-crypto_sign.lo
  CC       crypto_sign/ed25519/libsodium_la-sign_ed25519.lo
  CC       crypto_sign/ed25519/ref10/libsodium_la-keypair.lo
  CC       crypto_sign/ed25519/ref10/libsodium_la-open.lo
  CC       crypto_sign/ed25519/ref10/libsodium_la-sign.lo
  CC       crypto_stream/chacha20/libsodium_la-stream_chacha20.lo
  CC       crypto_stream/chacha20/ref/libsodium_la-chacha20_ref.lo
  CC       crypto_stream/libsodium_la-crypto_stream.lo
  CC       crypto_stream/salsa20/libsodium_la-stream_salsa20.lo
  CC       crypto_stream/xsalsa20/libsodium_la-stream_xsalsa20.lo
  CC       crypto_verify/libsodium_la-verify.lo
  CC       randombytes/libsodium_la-randombytes.lo
  CC       sodium/libsodium_la-codecs.lo
  CC       sodium/libsodium_la-core.lo
  CC       sodium/libsodium_la-runtime.lo
  CPPAS    crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6-asm.lo
  CC       sodium/libsodium_la-version.lo
  CC       crypto_scalarmult/curve25519/sandy2x/libsodium_la-curve25519_sandy2x.lo
  CC       crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6.lo
  CC       sodium/libsodium_la-utils.lo
  CC       crypto_scalarmult/curve25519/sandy2x/libsodium_la-fe51_invert.lo
  CC       crypto_scalarmult/curve25519/sandy2x/libsodium_la-fe_frombytes_sandy2x.lo
  CPPAS    crypto_scalarmult/curve25519/sandy2x/libsodium_la-sandy2x.lo
  CC       crypto_box/curve25519xchacha20poly1305/libsodium_la-box_curve25519xchacha20poly1305.lo
  CC       crypto_core/ed25519/libsodium_la-core_ed25519.lo
  CC       crypto_box/curve25519xchacha20poly1305/libsodium_la-box_seal_curve25519xchacha20poly1305.lo
  CC       crypto_core/ed25519/libsodium_la-core_ristretto255.lo
  CC       crypto_pwhash/scryptsalsa208sha256/libsodium_la-crypto_scrypt-common.lo
  CC       crypto_pwhash/scryptsalsa208sha256/libsodium_la-pbkdf2-sha256.lo
  CC       crypto_pwhash/scryptsalsa208sha256/libsodium_la-scrypt_platform.lo
  CC       crypto_pwhash/scryptsalsa208sha256/libsodium_la-pwhash_scryptsalsa208sha256.lo
  CC       crypto_pwhash/scryptsalsa208sha256/nosse/libsodium_la-pwhash_scryptsalsa208sha256_nosse.lo
  CC       crypto_scalarmult/ed25519/ref10/libsodium_la-scalarmult_ed25519_ref10.lo
  CC       crypto_scalarmult/ristretto255/ref10/libsodium_la-scalarmult_ristretto255_ref10.lo
  CC       crypto_secretbox/xchacha20poly1305/libsodium_la-secretbox_xchacha20poly1305.lo
  CC       crypto_stream/salsa2012/ref/libsodium_la-stream_salsa2012_ref.lo
  CC       crypto_stream/salsa2012/libsodium_la-stream_salsa2012.lo
  CC       crypto_stream/salsa208/ref/libsodium_la-stream_salsa208_ref.lo
  CC       crypto_stream/salsa208/libsodium_la-stream_salsa208.lo
  CC       crypto_stream/xchacha20/libsodium_la-stream_xchacha20.lo
  CC       randombytes/sysrandom/libsodium_la-randombytes_sysrandom.lo
  CC       crypto_aead/aes256gcm/aesni/libaesni_la-aead_aes256gcm_aesni.lo
  CC       crypto_aead/aes256gcm/armcrypto/libarmcrypto_la-aead_aes256gcm_armcrypto.lo
  CC       crypto_onetimeauth/poly1305/sse2/libsse2_la-poly1305_sse2.lo
  CC       crypto_pwhash/scryptsalsa208sha256/sse/libsse2_la-pwhash_scryptsalsa208sha256_sse.lo
  CC       crypto_stream/chacha20/dolbeau/libssse3_la-chacha20_dolbeau-ssse3.lo
  CCLD     libsse41.la
  CC       crypto_stream/chacha20/dolbeau/libavx2_la-chacha20_dolbeau-avx2.lo
  CC       crypto_stream/salsa20/xmm6int/libavx2_la-salsa20_xmm6int-avx2.lo
  CCLD     libavx512f.la
  CC       randombytes/internal/librdrand_la-randombytes_internal_random.lo
  CCLD     libarmcrypto.la
  CCLD     libssse3.la
  CCLD     libsse2.la
  CCLD     librdrand.la
  CCLD     libavx2.la
  CCLD     libaesni.la
  CCLD     libsodium.la
make[3]: Leaving directory '/bb.build/src/libsodium'
make[2]: Leaving directory '/bb.build/src/libsodium'
make[2]: Entering directory '/bb.build/src'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/bb.build/src'
make[1]: Leaving directory '/bb.build/src'
Making all in test
make[1]: Entering directory '/bb.build/test'
Making all in default
make[2]: Entering directory '/bb.build/test/default'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/bb.build/test/default'
make[2]: Entering directory '/bb.build/test'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/bb.build/test'
make[1]: Leaving directory '/bb.build/test'
make[1]: Entering directory '/bb.build'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/bb.build'
Stderr
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
make install
Result = 0
Working Dir = /bb.build
Stdout
Making install in builds
make[1]: Entering directory '/bb.build/builds'
make[2]: Entering directory '/bb.build/builds'
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/builds'
make[1]: Leaving directory '/bb.build/builds'
Making install in contrib
make[1]: Entering directory '/bb.build/contrib'
make[2]: Entering directory '/bb.build/contrib'
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/contrib'
make[1]: Leaving directory '/bb.build/contrib'
Making install in dist-build
make[1]: Entering directory '/bb.build/dist-build'
make[2]: Entering directory '/bb.build/dist-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/dist-build'
make[1]: Leaving directory '/bb.build/dist-build'
Making install in src
make[1]: Entering directory '/bb.build/src'
Making install in libsodium
make[2]: Entering directory '/bb.build/src/libsodium'
Making install in include
make[3]: Entering directory '/bb.build/src/libsodium/include'
make[4]: Entering directory '/bb.build/src/libsodium/include'
make[4]: Nothing to be done for 'install-exec-am'.
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/libsodium/1.0.19/any/include'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/libsodium/1.0.19/any/include/sodium'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644  /bb.download/source/libsodium-stable/src/libsodium/include/sodium/core.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_aead_aes256gcm.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_aead_aegis128l.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_aead_aegis256.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_aead_chacha20poly1305.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_aead_xchacha20poly1305.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_auth.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_auth_hmacsha256.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_auth_hmacsha512.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_auth_hmacsha512256.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_box.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_box_curve25519xchacha20poly1305.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_box_curve25519xsalsa20poly1305.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_core_ed25519.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_core_ristretto255.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_core_hchacha20.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_core_hsalsa20.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_core_salsa20.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_core_salsa2012.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_core_salsa208.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_generichash.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_generichash_blake2b.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_hash.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_hash_sha256.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_hash_sha512.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_kdf.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_kdf_hkdf_sha256.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_kdf_hkdf_sha512.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_kdf_blake2b.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_kx.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_onetimeauth.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_onetimeauth_poly1305.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_pwhash.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_pwhash_argon2i.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_pwhash_argon2id.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_pwhash_scryptsalsa208sha256.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_scalarmult.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_scalarmult_curve25519.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_scalarmult_ed25519.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_scalarmult_ristretto255.h '/BuggyBox/libsodium/1.0.19/any/include/sodium'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/libsodium/1.0.19/any/include/sodium'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644  /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_secretbox.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_secretbox_xchacha20poly1305.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_secretbox_xsalsa20poly1305.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_secretstream_xchacha20poly1305.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_shorthash.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_shorthash_siphash24.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_sign.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_sign_ed25519.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_sign_edwards25519sha512batch.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_stream.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_stream_chacha20.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_stream_salsa20.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_stream_salsa2012.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_stream_salsa208.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_stream_xchacha20.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_stream_xsalsa20.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_verify_16.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_verify_32.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/crypto_verify_64.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/export.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/randombytes.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/randombytes_internal_random.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/randombytes_sysrandom.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/runtime.h /bb.download/source/libsodium-stable/src/libsodium/include/sodium/utils.h '/BuggyBox/libsodium/1.0.19/any/include/sodium'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644  /bb.download/source/libsodium-stable/src/libsodium/include/sodium.h '/BuggyBox/libsodium/1.0.19/any/include/.'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/libsodium/1.0.19/any/include'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/libsodium/1.0.19/any/include/sodium'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644  sodium/version.h '/BuggyBox/libsodium/1.0.19/any/include/sodium'
make[4]: Leaving directory '/bb.build/src/libsodium/include'
make[3]: Leaving directory '/bb.build/src/libsodium/include'
make[3]: Entering directory '/bb.build/src/libsodium'
make[4]: Entering directory '/bb.build/src/libsodium'
 /BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/libsodium/1.0.19/any/lib'
 /bin/sh ../../libtool   --mode=install /BuggyBox/coreutils/9.4/bootstrap/bin/install -c   libsodium.la '/BuggyBox/libsodium/1.0.19/any/lib'
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libsodium.so.26.1.0 /BuggyBox/libsodium/1.0.19/any/lib/libsodium.so.26.1.0
libtool: install: (cd /BuggyBox/libsodium/1.0.19/any/lib && { ln -s -f libsodium.so.26.1.0 libsodium.so.26 || { rm -f libsodium.so.26 && ln -s libsodium.so.26.1.0 libsodium.so.26; }; })
libtool: install: (cd /BuggyBox/libsodium/1.0.19/any/lib && { ln -s -f libsodium.so.26.1.0 libsodium.so || { rm -f libsodium.so && ln -s libsodium.so.26.1.0 libsodium.so; }; })
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libsodium.lai /BuggyBox/libsodium/1.0.19/any/lib/libsodium.la
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libsodium.a /BuggyBox/libsodium/1.0.19/any/lib/libsodium.a
libtool: install: chmod 644 /BuggyBox/libsodium/1.0.19/any/lib/libsodium.a
libtool: install: ranlib /BuggyBox/libsodium/1.0.19/any/lib/libsodium.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/libsodium/1.0.19/any/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /BuggyBox/libsodium/1.0.19/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.
----------------------------------------------------------------------
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/bb.build/src/libsodium'
make[3]: Leaving directory '/bb.build/src/libsodium'
make[2]: Leaving directory '/bb.build/src/libsodium'
make[2]: Entering directory '/bb.build/src'
make[3]: Entering directory '/bb.build/src'
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/src'
make[2]: Leaving directory '/bb.build/src'
make[1]: Leaving directory '/bb.build/src'
Making install in test
make[1]: Entering directory '/bb.build/test'
Making install in default
make[2]: Entering directory '/bb.build/test/default'
make[3]: Entering directory '/bb.build/test/default'
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/default'
make[2]: Leaving directory '/bb.build/test/default'
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'
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/libsodium/1.0.19/any/lib/pkgconfig'
 /BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 libsodium.pc '/BuggyBox/libsodium/1.0.19/any/lib/pkgconfig'
make[2]: Leaving directory '/bb.build'
make[1]: Leaving directory '/bb.build'
Stderr
/bb.build/libtool: line 1887: ldconfig: command not found