libxcrypt (4.4.36)
mkdir /bb.buildResult = 0
Working Dir = /
Stdout
Stderr
/bb.download/source/libxcrypt-4.4.36/configure --helpResult = 0
Working Dir = /bb.build
Stdout
`configure' configures xcrypt 4.4.36 to adapt to many kinds of systems.
Usage: /bb.download/source/libxcrypt-4.4.36/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/libxcrypt]
--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
--disable-largefile omit support for large files
--disable-werror do not treat all warnings as errors
--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-symvers disable library symbol versioning [default=auto]
--enable-valgrind Whether to enable Valgrind on the unit tests
--disable-valgrind-memcheck
Whether to skip memcheck during the Valgrind tests
--enable-valgrind-helgrind
Whether to use helgrind during the Valgrind tests
--enable-valgrind-drd Whether to use drd during the Valgrind tests
--enable-valgrind-sgcheck
Whether to use sgcheck during the Valgrind tests
--disable-failure-tokens
Make crypt and crypt_r return NULL on failure,
instead of a special "failure token" string that
isn't the hash of any passphrase. This matches the
behavior of several other crypt implementations, but
will break programs that assume these functions
never return NULL. crypt_rn and crypt_ra are not
affected by this option, and will always return NULL
on failure.
--disable-xcrypt-compat-files
Disable the installation of the <xcrypt.h> header
file and the libxcrypt.{a,so} compatibility
symlinks.
--enable-obsolete-api=ARG
When set to "yes", include all compatibility
interfaces. When set to "alt", include interfaces
for compatibility with ALT. When set to "glibc",
include interfaces for compatibility with glibc.
When set to "owl", include interfaces for
compatibility with Owl. When set to "suse", include
interfaces for compatibility with SUSE. When set to
"no", do not include any compatibility definitions
at all, and change the soname of the installed
library to libcrypt.so.2. This setting only affects
existing binaries; new programs cannot be linked
against the obsolete APIs (bigcrypt, fcrypt,
encrypt, setkey) in any case. [default=yes]
--enable-obsolete-api-enosys=ARG
If set to "yes", this option replaces the obsolete
APIs (fcrypt, encrypt{,_r}, and setkey{,_r}) with
stubs that set errno to ENOSYS and return without
performing any real operations. This allows one to
disable descrypt support while preserving POSIX
compliance. For security reasons, the encrypt{,r}
functions will also overwrite their data-block
argument with random bits. The fcrypt function will
always produce a failure token (*0 or *1), unless
the library was also configured with
--disable-failure-tokens, in which case it will
always return NULL. [default=no]
--enable-hashes=HASHES Select hash methods to support. Acceptable values
are 'all' or a comma-separated list of names from
the file 'hashes.conf' and/or the keywords 'strong',
'alt', 'fedora', 'freebsd', 'glibc', 'netbsd',
'openbsd', 'osx', 'owl', 'solaris', and 'suse' which
select groups of methods as described in that file.
The default is 'all'. Note: if binary compatibility
with any historic libcrypt is desired (i.e. any
--enable-obsolete-api setting other than 'no'), the
'descrypt' hash must be enabled.
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--with-pkgconfigdir pkg-config installation directory
['${libdir}/pkgconfig']
--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>
PKG_CONFIG path to pkg-config utility
PKG_CONFIG_PATH
directories to add to pkg-config's search path
PKG_CONFIG_LIBDIR
path overriding pkg-config's built-in search path
CPP C preprocessor
LT_SYS_LIBRARY_PATH
User-defined run-time library search path.
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/besser82/libxcrypt/issues>.
xcrypt home page: <https://github.com/besser82/libxcrypt>.
Stderr
/bb.download/source/libxcrypt-4.4.36/configure --disable-werror --prefix=/BuggyBox/libxcrypt/4.4.36/bootstrapResult = 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 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 for pkg-config... no checking how to run the C preprocessor... gcc -E checking whether make sets $(MAKE)... (cached) yes checking whether ln -s works... yes checking for perl... /BuggyBox/perl/5.38.0/bootstrap/bin/perl checking whether /BuggyBox/perl/5.38.0/bootstrap/bin/perl is version 5.14.0 or later... yes checking for gpg2... false checking for sha256sum... /BuggyBox/coreutils/9.4/bootstrap/bin/sha256sum 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 for fcntl.h... yes checking for stdbool.h... yes checking for ucontext.h... yes checking for sys/cdefs.h... yes checking for sys/random.h... yes checking for sys/syscall.h... yes checking for valgrind/valgrind.h... no checking for endian.h... yes checking for sys/endian.h... no checking for sys/param.h... yes checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking whether C compiler accepts -Werror=unknown-warning-option... no checking whether C compiler accepts -Wall... yes checking whether C compiler accepts -Wextra... yes checking whether C compiler accepts -Walloc-zero... yes checking whether C compiler accepts -Walloca... yes checking whether C compiler accepts -Wbad-function-cast... yes checking whether C compiler accepts -Wcast-align... yes checking whether C compiler accepts -Wcast-qual... yes checking whether C compiler accepts -Wconversion... yes checking whether C compiler accepts -Wformat=2... yes checking whether C compiler accepts -Wformat-overflow=2... yes checking whether C compiler accepts -Wformat-signedness... yes checking whether C compiler accepts -Wformat-truncation=1... yes checking whether C compiler accepts -Wlogical-op... yes checking whether C compiler accepts -Wmissing-declarations... yes checking whether C compiler accepts -Wmissing-prototypes... yes checking whether C compiler accepts -Wnested-externs... yes checking whether C compiler accepts -Wnull-dereference... yes checking whether C compiler accepts -Wold-style-definition... yes checking whether C compiler accepts -Wpointer-arith... yes checking whether C compiler accepts -Wrestrict... yes checking whether C compiler accepts -Wshadow... yes checking whether C compiler accepts -Wstrict-overflow=2... yes checking whether C compiler accepts -Wstrict-prototypes... yes checking whether C compiler accepts -Wundef... yes checking whether C compiler accepts -Wvla... yes checking whether C compiler accepts -Wwrite-strings... yes checking whether C compiler accepts -Wpedantic... yes 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... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... no checking for dumpbin... no checking for link... link -dump checking the name lister (nm) interface... BSD nm checking the maximum length of command line arguments... 32768 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for 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... no checking command to parse nm output from gcc object... failed checking for sysroot... no checking for a working dd... /BuggyBox/coreutils/9.4/bootstrap/bin/dd checking how to truncate binary pipes... /BuggyBox/coreutils/9.4/bootstrap/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for _ prefix in compiled symbols... no checking whether the preprocessor (gcc -E) supports -dD... yes checking whether we are compiling with ASan... no checking whether sys/cdefs.h defines __BEGIN_DECLS and __END_DECLS... yes checking whether sys/cdefs.h defines __THROW... yes checking how to control data alignment... _Alignas checking how to query data alignment... _Alignof checking for max_align_t in stddef.h... yes checking for byte order macros... BYTE_ORDER and xxx_ENDIAN checking for static_assert in assert.h... yes checking for ld --wrap... yes checking linker version script flag... --version-script checking if version scripts can use complex wildcards... yes checking for __attribute__((symver))... yes checking how to make linking fail when undefined symbols remain... -Wl,-z,defs checking how to make linking fail when there are text relocations... -Wl,-z,text checking how to link with read-only relocations... -Wl,-z,relro checking how to link with immediate binding... -Wl,-z,now checking whether C compiler accepts -fno-plt... yes checking for arc4random_buf... yes checking for explicit_bzero... yes checking for explicit_memset... no checking for getentropy... yes checking for getrandom... yes checking for memset_s... no checking for open64... yes checking for syscall... yes checking for valgrind... no checking for Python 3.>=6 with Passlib... not found configure: Disabling the "regen-ka-table" target, missing Python requirements. checking whether all ucontext.h functions are available... yes checking minimum symbol version to use for compatibility symbols... GLIBC_2.2.5 checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libxcrypt.pc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands
Stderr
/bb.download/source/libxcrypt-4.4.36/configure: line 4840: --atleast-pkgconfig-version: command not found /bb.download/source/libxcrypt-4.4.36/configure: line 14053: nm: command not found
make -j16Result = 0
Working Dir = /bb.build
Stdout
/BuggyBox/make/4.4/bootstrap/bin/make all-am make[1]: Entering directory '/bb.build' LC_ALL=C /BuggyBox/perl/5.38.0/bootstrap/bin/perl /bb.download/source/libxcrypt-4.4.36/build-aux/scripts/gen-libcrypt-map \ SYMVER_MIN=GLIBC_2.0 \ SYMVER_FLOOR=GLIBC_2.2.5 \ COMPAT_ABI=yes \ /bb.download/source/libxcrypt-4.4.36/lib/libcrypt.map.in > libcrypt.map.T LC_ALL=C /BuggyBox/perl/5.38.0/bootstrap/bin/perl \ /bb.download/source/libxcrypt-4.4.36/build-aux/scripts/gen-crypt-h \ /bb.download/source/libxcrypt-4.4.36/lib/xcrypt.h.in config.h \ > xcrypt.h.T depbase=`echo lib/gen-des-tables.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/gen-des-tables.o -MD -MP -MF $depbase.Tpo -c -o lib/gen-des-tables.o /bb.download/source/libxcrypt-4.4.36/lib/gen-des-tables.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-alg-des-tables.lo -MD -MP -MF lib/.deps/libcrypt_la-alg-des-tables.Tpo -c -o lib/libcrypt_la-alg-des-tables.lo `test -f 'lib/alg-des-tables.c' || echo '/bb.download/source/libxcrypt-4.4.36/'`lib/alg-des-tables.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-alg-des.lo -MD -MP -MF lib/.deps/libcrypt_la-alg-des.Tpo -c -o lib/libcrypt_la-alg-des.lo `test -f 'lib/alg-des.c' || echo '/bb.download/source/libxcrypt-4.4.36/'`lib/alg-des.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-alg-gost3411-2012-core.lo -MD -MP -MF lib/.deps/libcrypt_la-alg-gost3411-2012-core.Tpo -c -o lib/libcrypt_la-alg-gost3411-2012-core.lo `test -f 'lib/alg-gost3411-2012-core.c' || echo '/bb.download/source/libxcrypt-4.4.36/'`lib/alg-gost3411-2012-core.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-alg-gost3411-2012-hmac.lo -MD -MP -MF lib/.deps/libcrypt_la-alg-gost3411-2012-hmac.Tpo -c -o lib/libcrypt_la-alg-gost3411-2012-hmac.lo `test -f 'lib/alg-gost3411-2012-hmac.c' || echo '/bb.download/source/libxcrypt-4.4.36/'`lib/alg-gost3411-2012-hmac.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-alg-hmac-sha1.lo -MD -MP -MF lib/.deps/libcrypt_la-alg-hmac-sha1.Tpo -c -o lib/libcrypt_la-alg-hmac-sha1.lo `test -f 'lib/alg-hmac-sha1.c' || echo '/bb.download/source/libxcrypt-4.4.36/'`lib/alg-hmac-sha1.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-alg-md4.lo -MD -MP -MF lib/.deps/libcrypt_la-alg-md4.Tpo -c -o lib/libcrypt_la-alg-md4.lo `test -f 'lib/alg-md4.c' || echo '/bb.download/source/libxcrypt-4.4.36/'`lib/alg-md4.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-alg-md5.lo -MD -MP -MF lib/.deps/libcrypt_la-alg-md5.Tpo -c -o lib/libcrypt_la-alg-md5.lo `test -f 'lib/alg-md5.c' || echo '/bb.download/source/libxcrypt-4.4.36/'`lib/alg-md5.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-alg-sha1.lo -MD -MP -MF lib/.deps/libcrypt_la-alg-sha1.Tpo -c -o lib/libcrypt_la-alg-sha1.lo `test -f 'lib/alg-sha1.c' || echo '/bb.download/source/libxcrypt-4.4.36/'`lib/alg-sha1.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-alg-sha256.lo -MD -MP -MF lib/.deps/libcrypt_la-alg-sha256.Tpo -c -o lib/libcrypt_la-alg-sha256.lo `test -f 'lib/alg-sha256.c' || echo '/bb.download/source/libxcrypt-4.4.36/'`lib/alg-sha256.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-alg-sha512.lo -MD -MP -MF lib/.deps/libcrypt_la-alg-sha512.Tpo -c -o lib/libcrypt_la-alg-sha512.lo `test -f 'lib/alg-sha512.c' || echo '/bb.download/source/libxcrypt-4.4.36/'`lib/alg-sha512.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-alg-yescrypt-common.lo -MD -MP -MF lib/.deps/libcrypt_la-alg-yescrypt-common.Tpo -c -o lib/libcrypt_la-alg-yescrypt-common.lo `test -f 'lib/alg-yescrypt-common.c' || echo '/bb.download/source/libxcrypt-4.4.36/'`lib/alg-yescrypt-common.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-alg-yescrypt-opt.lo -MD -MP -MF lib/.deps/libcrypt_la-alg-yescrypt-opt.Tpo -c -o lib/libcrypt_la-alg-yescrypt-opt.lo `test -f 'lib/alg-yescrypt-opt.c' || echo '/bb.download/source/libxcrypt-4.4.36/'`lib/alg-yescrypt-opt.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt-bcrypt.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt-bcrypt.Tpo -c -o lib/libcrypt_la-crypt-bcrypt.lo `test -f 'lib/crypt-bcrypt.c' || echo '/bb.download/source/libxcrypt-4.4.36/'`lib/crypt-bcrypt.c /bb.download/source/libxcrypt-4.4.36/build-aux/scripts/move-if-change libcrypt.map.T libcrypt.map /bb.download/source/libxcrypt-4.4.36/build-aux/scripts/move-if-change xcrypt.h.T xcrypt.h echo timestamp > xcrypt.h.stamp echo timestamp > libcrypt.map.stamp /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt-des.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt-des.Tpo -c -o lib/libcrypt_la-crypt-des.lo `test -f 'lib/crypt-des.c' || echo '/bb.download/source/libxcrypt-4.4.36/'`lib/crypt-des.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt-gensalt-static.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt-gensalt-static.Tpo -c -o lib/libcrypt_la-crypt-gensalt-static.lo `test -f 'lib/crypt-gensalt-static.c' || echo '/bb.download/source/libxcrypt-4.4.36/'`lib/crypt-gensalt-static.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-alg-md5.lo -MD -MP -MF lib/.deps/libcrypt_la-alg-md5.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/alg-md5.c -fPIC -DPIC -o lib/.libs/libcrypt_la-alg-md5.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-alg-hmac-sha1.lo -MD -MP -MF lib/.deps/libcrypt_la-alg-hmac-sha1.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/alg-hmac-sha1.c -fPIC -DPIC -o lib/.libs/libcrypt_la-alg-hmac-sha1.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-alg-gost3411-2012-hmac.lo -MD -MP -MF lib/.deps/libcrypt_la-alg-gost3411-2012-hmac.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/alg-gost3411-2012-hmac.c -fPIC -DPIC -o lib/.libs/libcrypt_la-alg-gost3411-2012-hmac.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-alg-yescrypt-opt.lo -MD -MP -MF lib/.deps/libcrypt_la-alg-yescrypt-opt.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/alg-yescrypt-opt.c -fPIC -DPIC -o lib/.libs/libcrypt_la-alg-yescrypt-opt.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-alg-gost3411-2012-core.lo -MD -MP -MF lib/.deps/libcrypt_la-alg-gost3411-2012-core.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/alg-gost3411-2012-core.c -fPIC -DPIC -o lib/.libs/libcrypt_la-alg-gost3411-2012-core.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-alg-des-tables.lo -MD -MP -MF lib/.deps/libcrypt_la-alg-des-tables.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/alg-des-tables.c -fPIC -DPIC -o lib/.libs/libcrypt_la-alg-des-tables.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-alg-sha1.lo -MD -MP -MF lib/.deps/libcrypt_la-alg-sha1.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/alg-sha1.c -fPIC -DPIC -o lib/.libs/libcrypt_la-alg-sha1.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-alg-des.lo -MD -MP -MF lib/.deps/libcrypt_la-alg-des.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/alg-des.c -fPIC -DPIC -o lib/.libs/libcrypt_la-alg-des.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-alg-sha256.lo -MD -MP -MF lib/.deps/libcrypt_la-alg-sha256.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/alg-sha256.c -fPIC -DPIC -o lib/.libs/libcrypt_la-alg-sha256.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-alg-sha512.lo -MD -MP -MF lib/.deps/libcrypt_la-alg-sha512.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/alg-sha512.c -fPIC -DPIC -o lib/.libs/libcrypt_la-alg-sha512.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-alg-md4.lo -MD -MP -MF lib/.deps/libcrypt_la-alg-md4.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/alg-md4.c -fPIC -DPIC -o lib/.libs/libcrypt_la-alg-md4.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-alg-yescrypt-common.lo -MD -MP -MF lib/.deps/libcrypt_la-alg-yescrypt-common.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/alg-yescrypt-common.c -fPIC -DPIC -o lib/.libs/libcrypt_la-alg-yescrypt-common.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt-bcrypt.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt-bcrypt.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/crypt-bcrypt.c -fPIC -DPIC -o lib/.libs/libcrypt_la-crypt-bcrypt.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt-gost-yescrypt.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt-gost-yescrypt.Tpo -c -o lib/libcrypt_la-crypt-gost-yescrypt.lo `test -f 'lib/crypt-gost-yescrypt.c' || echo '/bb.download/source/libxcrypt-4.4.36/'`lib/crypt-gost-yescrypt.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-alg-gost3411-2012-hmac.lo -MD -MP -MF lib/.deps/libcrypt_la-alg-gost3411-2012-hmac.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/alg-gost3411-2012-hmac.c -o lib/libcrypt_la-alg-gost3411-2012-hmac.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-alg-hmac-sha1.lo -MD -MP -MF lib/.deps/libcrypt_la-alg-hmac-sha1.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/alg-hmac-sha1.c -o lib/libcrypt_la-alg-hmac-sha1.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt-des.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt-des.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/crypt-des.c -fPIC -DPIC -o lib/.libs/libcrypt_la-crypt-des.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt-gensalt-static.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt-gensalt-static.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/crypt-gensalt-static.c -fPIC -DPIC -o lib/.libs/libcrypt_la-crypt-gensalt-static.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-alg-des-tables.lo -MD -MP -MF lib/.deps/libcrypt_la-alg-des-tables.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/alg-des-tables.c -o lib/libcrypt_la-alg-des-tables.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-alg-des.lo -MD -MP -MF lib/.deps/libcrypt_la-alg-des.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/alg-des.c -o lib/libcrypt_la-alg-des.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-alg-md5.lo -MD -MP -MF lib/.deps/libcrypt_la-alg-md5.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/alg-md5.c -o lib/libcrypt_la-alg-md5.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt-gensalt-static.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt-gensalt-static.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/crypt-gensalt-static.c -o lib/libcrypt_la-crypt-gensalt-static.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-alg-gost3411-2012-core.lo -MD -MP -MF lib/.deps/libcrypt_la-alg-gost3411-2012-core.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/alg-gost3411-2012-core.c -o lib/libcrypt_la-alg-gost3411-2012-core.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-alg-md4.lo -MD -MP -MF lib/.deps/libcrypt_la-alg-md4.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/alg-md4.c -o lib/libcrypt_la-alg-md4.o >/dev/null 2>&1 mv -f lib/.deps/libcrypt_la-alg-gost3411-2012-hmac.Tpo lib/.deps/libcrypt_la-alg-gost3411-2012-hmac.Plo mv -f lib/.deps/libcrypt_la-alg-hmac-sha1.Tpo lib/.deps/libcrypt_la-alg-hmac-sha1.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt-gost-yescrypt.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt-gost-yescrypt.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/crypt-gost-yescrypt.c -fPIC -DPIC -o lib/.libs/libcrypt_la-crypt-gost-yescrypt.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt-md5.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt-md5.Tpo -c -o lib/libcrypt_la-crypt-md5.lo `test -f 'lib/crypt-md5.c' || echo '/bb.download/source/libxcrypt-4.4.36/'`lib/crypt-md5.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt-nthash.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt-nthash.Tpo -c -o lib/libcrypt_la-crypt-nthash.lo `test -f 'lib/crypt-nthash.c' || echo '/bb.download/source/libxcrypt-4.4.36/'`lib/crypt-nthash.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-alg-sha1.lo -MD -MP -MF lib/.deps/libcrypt_la-alg-sha1.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/alg-sha1.c -o lib/libcrypt_la-alg-sha1.o >/dev/null 2>&1 mv -f lib/.deps/libcrypt_la-alg-des-tables.Tpo lib/.deps/libcrypt_la-alg-des-tables.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt-pbkdf1-sha1.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt-pbkdf1-sha1.Tpo -c -o lib/libcrypt_la-crypt-pbkdf1-sha1.lo `test -f 'lib/crypt-pbkdf1-sha1.c' || echo '/bb.download/source/libxcrypt-4.4.36/'`lib/crypt-pbkdf1-sha1.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-alg-sha512.lo -MD -MP -MF lib/.deps/libcrypt_la-alg-sha512.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/alg-sha512.c -o lib/libcrypt_la-alg-sha512.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt-des.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt-des.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/crypt-des.c -o lib/libcrypt_la-crypt-des.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-alg-yescrypt-common.lo -MD -MP -MF lib/.deps/libcrypt_la-alg-yescrypt-common.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/alg-yescrypt-common.c -o lib/libcrypt_la-alg-yescrypt-common.o >/dev/null 2>&1 mv -f lib/.deps/libcrypt_la-crypt-gensalt-static.Tpo lib/.deps/libcrypt_la-crypt-gensalt-static.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt-scrypt.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt-scrypt.Tpo -c -o lib/libcrypt_la-crypt-scrypt.lo `test -f 'lib/crypt-scrypt.c' || echo '/bb.download/source/libxcrypt-4.4.36/'`lib/crypt-scrypt.c mv -f lib/.deps/libcrypt_la-alg-des.Tpo lib/.deps/libcrypt_la-alg-des.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt-sha256.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt-sha256.Tpo -c -o lib/libcrypt_la-crypt-sha256.lo `test -f 'lib/crypt-sha256.c' || echo '/bb.download/source/libxcrypt-4.4.36/'`lib/crypt-sha256.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt-gost-yescrypt.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt-gost-yescrypt.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/crypt-gost-yescrypt.c -o lib/libcrypt_la-crypt-gost-yescrypt.o >/dev/null 2>&1 mv -f lib/.deps/libcrypt_la-alg-md4.Tpo lib/.deps/libcrypt_la-alg-md4.Plo mv -f lib/.deps/libcrypt_la-alg-md5.Tpo lib/.deps/libcrypt_la-alg-md5.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt-sha512.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt-sha512.Tpo -c -o lib/libcrypt_la-crypt-sha512.lo `test -f 'lib/crypt-sha512.c' || echo '/bb.download/source/libxcrypt-4.4.36/'`lib/crypt-sha512.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt-static.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt-static.Tpo -c -o lib/libcrypt_la-crypt-static.lo `test -f 'lib/crypt-static.c' || echo '/bb.download/source/libxcrypt-4.4.36/'`lib/crypt-static.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-alg-sha256.lo -MD -MP -MF lib/.deps/libcrypt_la-alg-sha256.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/alg-sha256.c -o lib/libcrypt_la-alg-sha256.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt-nthash.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt-nthash.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/crypt-nthash.c -fPIC -DPIC -o lib/.libs/libcrypt_la-crypt-nthash.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt-md5.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt-md5.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/crypt-md5.c -fPIC -DPIC -o lib/.libs/libcrypt_la-crypt-md5.o mv -f lib/.deps/libcrypt_la-alg-gost3411-2012-core.Tpo lib/.deps/libcrypt_la-alg-gost3411-2012-core.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt-sunmd5.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt-sunmd5.Tpo -c -o lib/libcrypt_la-crypt-sunmd5.lo `test -f 'lib/crypt-sunmd5.c' || echo '/bb.download/source/libxcrypt-4.4.36/'`lib/crypt-sunmd5.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt-pbkdf1-sha1.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt-pbkdf1-sha1.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/crypt-pbkdf1-sha1.c -fPIC -DPIC -o lib/.libs/libcrypt_la-crypt-pbkdf1-sha1.o mv -f lib/.deps/libcrypt_la-crypt-des.Tpo lib/.deps/libcrypt_la-crypt-des.Plo mv -f lib/.deps/libcrypt_la-crypt-gost-yescrypt.Tpo lib/.deps/libcrypt_la-crypt-gost-yescrypt.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt-scrypt.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt-scrypt.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/crypt-scrypt.c -fPIC -DPIC -o lib/.libs/libcrypt_la-crypt-scrypt.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt-yescrypt.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt-yescrypt.Tpo -c -o lib/libcrypt_la-crypt-yescrypt.lo `test -f 'lib/crypt-yescrypt.c' || echo '/bb.download/source/libxcrypt-4.4.36/'`lib/crypt-yescrypt.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt.Tpo -c -o lib/libcrypt_la-crypt.lo `test -f 'lib/crypt.c' || echo '/bb.download/source/libxcrypt-4.4.36/'`lib/crypt.c mv -f lib/.deps/libcrypt_la-alg-sha1.Tpo lib/.deps/libcrypt_la-alg-sha1.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-util-base64.lo -MD -MP -MF lib/.deps/libcrypt_la-util-base64.Tpo -c -o lib/libcrypt_la-util-base64.lo `test -f 'lib/util-base64.c' || echo '/bb.download/source/libxcrypt-4.4.36/'`lib/util-base64.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt-sha256.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt-sha256.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/crypt-sha256.c -fPIC -DPIC -o lib/.libs/libcrypt_la-crypt-sha256.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt-nthash.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt-nthash.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/crypt-nthash.c -o lib/libcrypt_la-crypt-nthash.o >/dev/null 2>&1 mv -f lib/.deps/libcrypt_la-alg-sha512.Tpo lib/.deps/libcrypt_la-alg-sha512.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-util-gensalt-sha.lo -MD -MP -MF lib/.deps/libcrypt_la-util-gensalt-sha.Tpo -c -o lib/libcrypt_la-util-gensalt-sha.lo `test -f 'lib/util-gensalt-sha.c' || echo '/bb.download/source/libxcrypt-4.4.36/'`lib/util-gensalt-sha.c mv -f lib/.deps/libcrypt_la-alg-yescrypt-common.Tpo lib/.deps/libcrypt_la-alg-yescrypt-common.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt-md5.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt-md5.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/crypt-md5.c -o lib/libcrypt_la-crypt-md5.o >/dev/null 2>&1 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-util-get-random-bytes.lo -MD -MP -MF lib/.deps/libcrypt_la-util-get-random-bytes.Tpo -c -o lib/libcrypt_la-util-get-random-bytes.lo `test -f 'lib/util-get-random-bytes.c' || echo '/bb.download/source/libxcrypt-4.4.36/'`lib/util-get-random-bytes.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt-static.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt-static.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/crypt-static.c -fPIC -DPIC -o lib/.libs/libcrypt_la-crypt-static.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt-sha512.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt-sha512.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/crypt-sha512.c -fPIC -DPIC -o lib/.libs/libcrypt_la-crypt-sha512.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt-pbkdf1-sha1.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt-pbkdf1-sha1.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/crypt-pbkdf1-sha1.c -o lib/libcrypt_la-crypt-pbkdf1-sha1.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt-bcrypt.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt-bcrypt.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/crypt-bcrypt.c -o lib/libcrypt_la-crypt-bcrypt.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt-scrypt.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt-scrypt.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/crypt-scrypt.c -o lib/libcrypt_la-crypt-scrypt.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt-sunmd5.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt-sunmd5.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/crypt-sunmd5.c -fPIC -DPIC -o lib/.libs/libcrypt_la-crypt-sunmd5.o mv -f lib/.deps/libcrypt_la-crypt-nthash.Tpo lib/.deps/libcrypt_la-crypt-nthash.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt-yescrypt.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt-yescrypt.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/crypt-yescrypt.c -fPIC -DPIC -o lib/.libs/libcrypt_la-crypt-yescrypt.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt-static.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt-static.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/crypt-static.c -o lib/libcrypt_la-crypt-static.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/crypt.c -fPIC -DPIC -o lib/.libs/libcrypt_la-crypt.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-util-make-failure-token.lo -MD -MP -MF lib/.deps/libcrypt_la-util-make-failure-token.Tpo -c -o lib/libcrypt_la-util-make-failure-token.lo `test -f 'lib/util-make-failure-token.c' || echo '/bb.download/source/libxcrypt-4.4.36/'`lib/util-make-failure-token.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt-sha256.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt-sha256.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/crypt-sha256.c -o lib/libcrypt_la-crypt-sha256.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-util-base64.lo -MD -MP -MF lib/.deps/libcrypt_la-util-base64.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/util-base64.c -fPIC -DPIC -o lib/.libs/libcrypt_la-util-base64.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-alg-yescrypt-opt.lo -MD -MP -MF lib/.deps/libcrypt_la-alg-yescrypt-opt.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/alg-yescrypt-opt.c -o lib/libcrypt_la-alg-yescrypt-opt.o >/dev/null 2>&1 mv -f lib/.deps/libcrypt_la-crypt-md5.Tpo lib/.deps/libcrypt_la-crypt-md5.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-util-xbzero.lo -MD -MP -MF lib/.deps/libcrypt_la-util-xbzero.Tpo -c -o lib/libcrypt_la-util-xbzero.lo `test -f 'lib/util-xbzero.c' || echo '/bb.download/source/libxcrypt-4.4.36/'`lib/util-xbzero.c mv -f lib/.deps/libcrypt_la-crypt-pbkdf1-sha1.Tpo lib/.deps/libcrypt_la-crypt-pbkdf1-sha1.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-util-gensalt-sha.lo -MD -MP -MF lib/.deps/libcrypt_la-util-gensalt-sha.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/util-gensalt-sha.c -fPIC -DPIC -o lib/.libs/libcrypt_la-util-gensalt-sha.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-util-xstrcpy.lo -MD -MP -MF lib/.deps/libcrypt_la-util-xstrcpy.Tpo -c -o lib/libcrypt_la-util-xstrcpy.lo `test -f 'lib/util-xstrcpy.c' || echo '/bb.download/source/libxcrypt-4.4.36/'`lib/util-xstrcpy.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-util-get-random-bytes.lo -MD -MP -MF lib/.deps/libcrypt_la-util-get-random-bytes.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/util-get-random-bytes.c -fPIC -DPIC -o lib/.libs/libcrypt_la-util-get-random-bytes.o mv -f lib/.deps/libcrypt_la-crypt-static.Tpo lib/.deps/libcrypt_la-crypt-static.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt-yescrypt.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt-yescrypt.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/crypt-yescrypt.c -o lib/libcrypt_la-crypt-yescrypt.o >/dev/null 2>&1 mv -f lib/.deps/libcrypt_la-crypt-scrypt.Tpo lib/.deps/libcrypt_la-crypt-scrypt.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt-des-obsolete.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt-des-obsolete.Tpo -c -o lib/libcrypt_la-crypt-des-obsolete.lo `test -f 'lib/crypt-des-obsolete.c' || echo '/bb.download/source/libxcrypt-4.4.36/'`lib/crypt-des-obsolete.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt-sha512.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt-sha512.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/crypt-sha512.c -o lib/libcrypt_la-crypt-sha512.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-util-base64.lo -MD -MP -MF lib/.deps/libcrypt_la-util-base64.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/util-base64.c -o lib/libcrypt_la-util-base64.o >/dev/null 2>&1 mv -f lib/.deps/libcrypt_la-alg-sha256.Tpo lib/.deps/libcrypt_la-alg-sha256.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/crypt.c -o lib/libcrypt_la-crypt.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt-sunmd5.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt-sunmd5.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/crypt-sunmd5.c -o lib/libcrypt_la-crypt-sunmd5.o >/dev/null 2>&1 /bin/sh ./libtool --tag=CC --mode=link gcc -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -Wl,-z,relro -Wl,-z,now -o lib/gen-des-tables lib/gen-des-tables.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-util-gensalt-sha.lo -MD -MP -MF lib/.deps/libcrypt_la-util-gensalt-sha.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/util-gensalt-sha.c -o lib/libcrypt_la-util-gensalt-sha.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-util-get-random-bytes.lo -MD -MP -MF lib/.deps/libcrypt_la-util-get-random-bytes.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/util-get-random-bytes.c -o lib/libcrypt_la-util-get-random-bytes.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-util-make-failure-token.lo -MD -MP -MF lib/.deps/libcrypt_la-util-make-failure-token.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/util-make-failure-token.c -fPIC -DPIC -o lib/.libs/libcrypt_la-util-make-failure-token.o mv -f lib/.deps/libcrypt_la-crypt-sha256.Tpo lib/.deps/libcrypt_la-crypt-sha256.Plo mv -f lib/.deps/libcrypt_la-util-base64.Tpo lib/.deps/libcrypt_la-util-base64.Plo mv -f lib/.deps/libcrypt_la-crypt-yescrypt.Tpo lib/.deps/libcrypt_la-crypt-yescrypt.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-util-xbzero.lo -MD -MP -MF lib/.deps/libcrypt_la-util-xbzero.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/util-xbzero.c -fPIC -DPIC -o lib/.libs/libcrypt_la-util-xbzero.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-util-xstrcpy.lo -MD -MP -MF lib/.deps/libcrypt_la-util-xstrcpy.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/util-xstrcpy.c -fPIC -DPIC -o lib/.libs/libcrypt_la-util-xstrcpy.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt-des-obsolete.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt-des-obsolete.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/crypt-des-obsolete.c -fPIC -DPIC -o lib/.libs/libcrypt_la-crypt-des-obsolete.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-util-make-failure-token.lo -MD -MP -MF lib/.deps/libcrypt_la-util-make-failure-token.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/util-make-failure-token.c -o lib/libcrypt_la-util-make-failure-token.o >/dev/null 2>&1 mv -f lib/.deps/libcrypt_la-util-gensalt-sha.Tpo lib/.deps/libcrypt_la-util-gensalt-sha.Plo mv -f lib/.deps/libcrypt_la-crypt.Tpo lib/.deps/libcrypt_la-crypt.Plo mv -f lib/.deps/libcrypt_la-util-get-random-bytes.Tpo lib/.deps/libcrypt_la-util-get-random-bytes.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-util-xbzero.lo -MD -MP -MF lib/.deps/libcrypt_la-util-xbzero.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/util-xbzero.c -o lib/libcrypt_la-util-xbzero.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-util-xstrcpy.lo -MD -MP -MF lib/.deps/libcrypt_la-util-xstrcpy.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/util-xstrcpy.c -o lib/libcrypt_la-util-xstrcpy.o >/dev/null 2>&1 mv -f lib/.deps/libcrypt_la-crypt-sha512.Tpo lib/.deps/libcrypt_la-crypt-sha512.Plo mv -f lib/.deps/libcrypt_la-crypt-sunmd5.Tpo lib/.deps/libcrypt_la-crypt-sunmd5.Plo libtool: link: gcc -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -Wl,-z -Wl,relro -Wl,-z -Wl,now -o lib/gen-des-tables lib/gen-des-tables.o mv -f lib/.deps/libcrypt_la-util-make-failure-token.Tpo lib/.deps/libcrypt_la-util-make-failure-token.Plo mv -f lib/.deps/libcrypt_la-util-xbzero.Tpo lib/.deps/libcrypt_la-util-xbzero.Plo mv -f lib/.deps/libcrypt_la-util-xstrcpy.Tpo lib/.deps/libcrypt_la-util-xstrcpy.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/bb.download/source/libxcrypt-4.4.36 -I/bb.download/source/libxcrypt-4.4.36/lib -DIN_LIBCRYPT -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -MT lib/libcrypt_la-crypt-des-obsolete.lo -MD -MP -MF lib/.deps/libcrypt_la-crypt-des-obsolete.Tpo -c /bb.download/source/libxcrypt-4.4.36/lib/crypt-des-obsolete.c -o lib/libcrypt_la-crypt-des-obsolete.o >/dev/null 2>&1 mv -f lib/.deps/libcrypt_la-crypt-des-obsolete.Tpo lib/.deps/libcrypt_la-crypt-des-obsolete.Plo mv -f lib/.deps/libcrypt_la-crypt-bcrypt.Tpo lib/.deps/libcrypt_la-crypt-bcrypt.Plo mv -f lib/.deps/libcrypt_la-alg-yescrypt-opt.Tpo lib/.deps/libcrypt_la-alg-yescrypt-opt.Plo /bin/sh ./libtool --tag=CC --mode=link gcc -Wall -Wextra -Walloc-zero -Walloca -Wbad-function-cast -Wcast-align -Wcast-qual -Wconversion -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation=1 -Wlogical-op -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wpointer-arith -Wrestrict -Wshadow -Wstrict-overflow=2 -Wstrict-prototypes -Wundef -Wvla -Wwrite-strings -Wpedantic -fno-plt -g -O2 -version-info 2:0:1 -Wl,--version-script,./libcrypt.map -Wl,-z,defs -Wl,-z,text -Wl,-z,relro -Wl,-z,now -o libcrypt.la -rpath /BuggyBox/libxcrypt/4.4.36/bootstrap/lib lib/libcrypt_la-alg-des-tables.lo lib/libcrypt_la-alg-des.lo lib/libcrypt_la-alg-gost3411-2012-core.lo lib/libcrypt_la-alg-gost3411-2012-hmac.lo lib/libcrypt_la-alg-hmac-sha1.lo lib/libcrypt_la-alg-md4.lo lib/libcrypt_la-alg-md5.lo lib/libcrypt_la-alg-sha1.lo lib/libcrypt_la-alg-sha256.lo lib/libcrypt_la-alg-sha512.lo lib/libcrypt_la-alg-yescrypt-common.lo lib/libcrypt_la-alg-yescrypt-opt.lo lib/libcrypt_la-crypt-bcrypt.lo lib/libcrypt_la-crypt-des.lo lib/libcrypt_la-crypt-gensalt-static.lo lib/libcrypt_la-crypt-gost-yescrypt.lo lib/libcrypt_la-crypt-md5.lo lib/libcrypt_la-crypt-nthash.lo lib/libcrypt_la-crypt-pbkdf1-sha1.lo lib/libcrypt_la-crypt-scrypt.lo lib/libcrypt_la-crypt-sha256.lo lib/libcrypt_la-crypt-sha512.lo lib/libcrypt_la-crypt-static.lo lib/libcrypt_la-crypt-sunmd5.lo lib/libcrypt_la-crypt-yescrypt.lo lib/libcrypt_la-crypt.lo lib/libcrypt_la-util-base64.lo lib/libcrypt_la-util-gensalt-sha.lo lib/libcrypt_la-util-get-random-bytes.lo lib/libcrypt_la-util-make-failure-token.lo lib/libcrypt_la-util-xbzero.lo lib/libcrypt_la-util-xstrcpy.lo lib/libcrypt_la-crypt-des-obsolete.lo libtool: link: gcc -shared -fPIC -DPIC lib/.libs/libcrypt_la-alg-des-tables.o lib/.libs/libcrypt_la-alg-des.o lib/.libs/libcrypt_la-alg-gost3411-2012-core.o lib/.libs/libcrypt_la-alg-gost3411-2012-hmac.o lib/.libs/libcrypt_la-alg-hmac-sha1.o lib/.libs/libcrypt_la-alg-md4.o lib/.libs/libcrypt_la-alg-md5.o lib/.libs/libcrypt_la-alg-sha1.o lib/.libs/libcrypt_la-alg-sha256.o lib/.libs/libcrypt_la-alg-sha512.o lib/.libs/libcrypt_la-alg-yescrypt-common.o lib/.libs/libcrypt_la-alg-yescrypt-opt.o lib/.libs/libcrypt_la-crypt-bcrypt.o lib/.libs/libcrypt_la-crypt-des.o lib/.libs/libcrypt_la-crypt-gensalt-static.o lib/.libs/libcrypt_la-crypt-gost-yescrypt.o lib/.libs/libcrypt_la-crypt-md5.o lib/.libs/libcrypt_la-crypt-nthash.o lib/.libs/libcrypt_la-crypt-pbkdf1-sha1.o lib/.libs/libcrypt_la-crypt-scrypt.o lib/.libs/libcrypt_la-crypt-sha256.o lib/.libs/libcrypt_la-crypt-sha512.o lib/.libs/libcrypt_la-crypt-static.o lib/.libs/libcrypt_la-crypt-sunmd5.o lib/.libs/libcrypt_la-crypt-yescrypt.o lib/.libs/libcrypt_la-crypt.o lib/.libs/libcrypt_la-util-base64.o lib/.libs/libcrypt_la-util-gensalt-sha.o lib/.libs/libcrypt_la-util-get-random-bytes.o lib/.libs/libcrypt_la-util-make-failure-token.o lib/.libs/libcrypt_la-util-xbzero.o lib/.libs/libcrypt_la-util-xstrcpy.o lib/.libs/libcrypt_la-crypt-des-obsolete.o -g -O2 -Wl,--version-script -Wl,./libcrypt.map -Wl,-z -Wl,defs -Wl,-z -Wl,text -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-soname -Wl,libcrypt.so.1 -o .libs/libcrypt.so.1.1.0 libtool: link: (cd ".libs" && rm -f "libcrypt.so.1" && ln -s "libcrypt.so.1.1.0" "libcrypt.so.1") libtool: link: (cd ".libs" && rm -f "libcrypt.so" && ln -s "libcrypt.so.1.1.0" "libcrypt.so") libtool: link: ar cr .libs/libcrypt.a lib/libcrypt_la-alg-des-tables.o lib/libcrypt_la-alg-des.o lib/libcrypt_la-alg-gost3411-2012-core.o lib/libcrypt_la-alg-gost3411-2012-hmac.o lib/libcrypt_la-alg-hmac-sha1.o lib/libcrypt_la-alg-md4.o lib/libcrypt_la-alg-md5.o lib/libcrypt_la-alg-sha1.o lib/libcrypt_la-alg-sha256.o lib/libcrypt_la-alg-sha512.o lib/libcrypt_la-alg-yescrypt-common.o lib/libcrypt_la-alg-yescrypt-opt.o lib/libcrypt_la-crypt-bcrypt.o lib/libcrypt_la-crypt-des.o lib/libcrypt_la-crypt-gensalt-static.o lib/libcrypt_la-crypt-gost-yescrypt.o lib/libcrypt_la-crypt-md5.o lib/libcrypt_la-crypt-nthash.o lib/libcrypt_la-crypt-pbkdf1-sha1.o lib/libcrypt_la-crypt-scrypt.o lib/libcrypt_la-crypt-sha256.o lib/libcrypt_la-crypt-sha512.o lib/libcrypt_la-crypt-static.o lib/libcrypt_la-crypt-sunmd5.o lib/libcrypt_la-crypt-yescrypt.o lib/libcrypt_la-crypt.o lib/libcrypt_la-util-base64.o lib/libcrypt_la-util-gensalt-sha.o lib/libcrypt_la-util-get-random-bytes.o lib/libcrypt_la-util-make-failure-token.o lib/libcrypt_la-util-xbzero.o lib/libcrypt_la-util-xstrcpy.o lib/libcrypt_la-crypt-des-obsolete.o libtool: link: : .libs/libcrypt.a libtool: link: ( cd ".libs" && rm -f "libcrypt.la" && ln -s "../libcrypt.la" "libcrypt.la" ) make[1]: Leaving directory '/bb.build'
Stderr
In file included from /bb.download/source/libxcrypt-4.4.36/lib/crypt-port.h:36,
from /bb.download/source/libxcrypt-4.4.36/lib/gen-des-tables.c:49:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
124 | # include_next <limits.h>
| ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/stdio.h:43,
from /bb.download/source/libxcrypt-4.4.36/lib/gen-des-tables.c:52:
/BuggyBox/glibc/2.38/bootstrap/include/bits/stdio.h: In function 'fputc_unlocked':
/BuggyBox/glibc/2.38/bootstrap/include/bits/types/struct_FILE.h:109:49: warning: conversion from 'int' to 'char' may change value [-Wconversion]
109 | : (unsigned char) (*(_fp)->_IO_write_ptr++ = (_ch)))
| ^
/BuggyBox/glibc/2.38/bootstrap/include/bits/stdio.h:93:10: note: in expansion of macro '__putc_unlocked_body'
93 | return __putc_unlocked_body (__c, __stream);
| ^~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/stdio.h: In function 'putc_unlocked':
/BuggyBox/glibc/2.38/bootstrap/include/bits/types/struct_FILE.h:109:49: warning: conversion from 'int' to 'char' may change value [-Wconversion]
109 | : (unsigned char) (*(_fp)->_IO_write_ptr++ = (_ch)))
| ^
/BuggyBox/glibc/2.38/bootstrap/include/bits/stdio.h:103:10: note: in expansion of macro '__putc_unlocked_body'
103 | return __putc_unlocked_body (__c, __stream);
| ^~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/stdio.h: In function 'putchar_unlocked':
/BuggyBox/glibc/2.38/bootstrap/include/bits/types/struct_FILE.h:109:49: warning: conversion from 'int' to 'char' may change value [-Wconversion]
109 | : (unsigned char) (*(_fp)->_IO_write_ptr++ = (_ch)))
| ^
/BuggyBox/glibc/2.38/bootstrap/include/bits/stdio.h:110:10: note: in expansion of macro '__putc_unlocked_body'
110 | return __putc_unlocked_body (__c, stdout);
| ^~~~~~~~~~~~~~~~~~~~
In file included from /bb.download/source/libxcrypt-4.4.36/lib/crypt-port.h:36,
from /bb.download/source/libxcrypt-4.4.36/lib/alg-gost3411-2012-hmac.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
124 | # include_next <limits.h>
| ^~~~~~~~~~~~
In file included from /bb.download/source/libxcrypt-4.4.36/lib/crypt-port.h:36,
from /bb.download/source/libxcrypt-4.4.36/lib/alg-md5.c:38:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
124 | # include_next <limits.h>
| ^~~~~~~~~~~~
In file included from /bb.download/source/libxcrypt-4.4.36/lib/crypt-port.h:36,
from /bb.download/source/libxcrypt-4.4.36/lib/alg-hmac-sha1.c:34:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
124 | # include_next <limits.h>
| ^~~~~~~~~~~~
In file included from /bb.download/source/libxcrypt-4.4.36/lib/crypt-port.h:36,
from /bb.download/source/libxcrypt-4.4.36/lib/alg-des-tables.c:49:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
124 | # include_next <limits.h>
| ^~~~~~~~~~~~
In file included from /bb.download/source/libxcrypt-4.4.36/lib/crypt-port.h:36,
from /bb.download/source/libxcrypt-4.4.36/lib/alg-sha1.c:72:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
124 | # include_next <limits.h>
| ^~~~~~~~~~~~
In file included from /bb.download/source/libxcrypt-4.4.36/lib/crypt-port.h:36,
from /bb.download/source/libxcrypt-4.4.36/lib/alg-gost3411-2012-core.c:10:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
124 | # include_next <limits.h>
| ^~~~~~~~~~~~
In file included from /bb.download/source/libxcrypt-4.4.36/lib/alg-hmac-sha1.c:38:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
141 | extern _Float32 strtof32 (const char *__restrict __nptr,
| ^~~~~~~~
In file included from /bb.download/source/libxcrypt-4.4.36/lib/crypt-port.h:36,
from /bb.download/source/libxcrypt-4.4.36/lib/alg-yescrypt-opt.c:31:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
124 | # include_next <limits.h>
| ^~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
147 | extern _Float64 strtof64 (const char *__restrict __nptr,
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
153 | extern _Float128 strtof128 (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
159 | extern _Float32x strtof32x (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
165 | extern _Float64x strtof64x (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
299 | _Float32 __f)
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
305 | _Float64 __f)
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
311 | _Float128 __f)
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
317 | _Float32x __f)
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
323 | _Float64x __f)
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
| ^~~~~~~~~
In file included from /bb.download/source/libxcrypt-4.4.36/lib/crypt-port.h:36,
from /bb.download/source/libxcrypt-4.4.36/lib/alg-sha256.c:28:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
124 | # include_next <limits.h>
| ^~~~~~~~~~~~
In file included from /bb.download/source/libxcrypt-4.4.36/lib/crypt-port.h:36,
from /bb.download/source/libxcrypt-4.4.36/lib/alg-des.c:61:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
124 | # include_next <limits.h>
| ^~~~~~~~~~~~
In file included from /bb.download/source/libxcrypt-4.4.36/lib/crypt-port.h:36,
from /bb.download/source/libxcrypt-4.4.36/lib/alg-sha512.c:29:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
124 | # include_next <limits.h>
| ^~~~~~~~~~~~
In file included from /bb.download/source/libxcrypt-4.4.36/lib/crypt-port.h:36,
from /bb.download/source/libxcrypt-4.4.36/lib/alg-md4.c:38:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
124 | # include_next <limits.h>
| ^~~~~~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/asm-generic/mman.h:5,
from /BuggyBox/linux-headers/unknown/bootstrap/include/asm/mman.h:15,
from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/mman.h:5,
from /bb.download/source/libxcrypt-4.4.36/lib/alg-yescrypt-platform.c:25,
from /bb.download/source/libxcrypt-4.4.36/lib/alg-yescrypt-opt.c:101:
/BuggyBox/linux-headers/unknown/bootstrap/include/asm-generic/mman-common.h:26: warning: "MAP_POPULATE" redefined
26 | #define MAP_POPULATE 0x008000 /* populate (prefault) pagetables */
|
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/mman.h:29,
from /BuggyBox/glibc/2.38/bootstrap/include/sys/mman.h:41,
from /bb.download/source/libxcrypt-4.4.36/lib/alg-yescrypt-platform.c:22:
/BuggyBox/glibc/2.38/bootstrap/include/bits/mman-map-flags-generic.h:33: note: this is the location of the previous definition
33 | #define MAP_POPULATE 0x08000 /* Populate (prefault) pagetables. */
|
/BuggyBox/linux-headers/unknown/bootstrap/include/asm-generic/mman-common.h:27: warning: "MAP_NONBLOCK" redefined
27 | #define MAP_NONBLOCK 0x010000 /* do not block on IO */
|
/BuggyBox/glibc/2.38/bootstrap/include/bits/mman-map-flags-generic.h:34: note: this is the location of the previous definition
34 | #define MAP_NONBLOCK 0x10000 /* Do not block on IO. */
|
/BuggyBox/linux-headers/unknown/bootstrap/include/asm-generic/mman-common.h:28: warning: "MAP_STACK" redefined
28 | #define MAP_STACK 0x020000 /* give out an address that is best suited for process/thread stacks */
|
/BuggyBox/glibc/2.38/bootstrap/include/bits/mman-map-flags-generic.h:35: note: this is the location of the previous definition
35 | #define MAP_STACK 0x20000 /* Allocation is for a stack. */
|
/BuggyBox/linux-headers/unknown/bootstrap/include/asm-generic/mman-common.h:29: warning: "MAP_HUGETLB" redefined
29 | #define MAP_HUGETLB 0x040000 /* create a huge page mapping */
|
/BuggyBox/glibc/2.38/bootstrap/include/bits/mman-map-flags-generic.h:36: note: this is the location of the previous definition
36 | #define MAP_HUGETLB 0x40000 /* Create huge page mapping. */
|
/BuggyBox/linux-headers/unknown/bootstrap/include/asm-generic/mman-common.h:30: warning: "MAP_SYNC" redefined
30 | #define MAP_SYNC 0x080000 /* perform synchronous page faults for the mapping */
|
/BuggyBox/glibc/2.38/bootstrap/include/bits/mman-map-flags-generic.h:37: note: this is the location of the previous definition
37 | #define MAP_SYNC 0x80000 /* Perform synchronous page
|
/BuggyBox/linux-headers/unknown/bootstrap/include/asm-generic/mman-common.h:39: warning: "MLOCK_ONFAULT" redefined
39 | #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */
|
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/mman-linux.h:116,
from /BuggyBox/glibc/2.38/bootstrap/include/bits/mman.h:32:
/BuggyBox/glibc/2.38/bootstrap/include/bits/mman-shared.h:42: note: this is the location of the previous definition
42 | # define MLOCK_ONFAULT 1U
|
/BuggyBox/linux-headers/unknown/bootstrap/include/asm-generic/mman.h:7: warning: "MAP_GROWSDOWN" redefined
7 | #define MAP_GROWSDOWN 0x0100 /* stack-like segment */
|
/BuggyBox/glibc/2.38/bootstrap/include/bits/mman-map-flags-generic.h:28: note: this is the location of the previous definition
28 | #define MAP_GROWSDOWN 0x00100 /* Stack-like segment. */
|
/BuggyBox/linux-headers/unknown/bootstrap/include/asm-generic/mman.h:8: warning: "MAP_DENYWRITE" redefined
8 | #define MAP_DENYWRITE 0x0800 /* ETXTBSY */
|
/BuggyBox/glibc/2.38/bootstrap/include/bits/mman-map-flags-generic.h:29: note: this is the location of the previous definition
29 | #define MAP_DENYWRITE 0x00800 /* ETXTBSY. */
|
/BuggyBox/linux-headers/unknown/bootstrap/include/asm-generic/mman.h:9: warning: "MAP_EXECUTABLE" redefined
9 | #define MAP_EXECUTABLE 0x1000 /* mark it as an executable */
|
/BuggyBox/glibc/2.38/bootstrap/include/bits/mman-map-flags-generic.h:30: note: this is the location of the previous definition
30 | #define MAP_EXECUTABLE 0x01000 /* Mark it as an executable. */
|
/BuggyBox/linux-headers/unknown/bootstrap/include/asm-generic/mman.h:10: warning: "MAP_LOCKED" redefined
10 | #define MAP_LOCKED 0x2000 /* pages are locked */
|
/BuggyBox/glibc/2.38/bootstrap/include/bits/mman-map-flags-generic.h:31: note: this is the location of the previous definition
31 | #define MAP_LOCKED 0x02000 /* Lock the mapping. */
|
/BuggyBox/linux-headers/unknown/bootstrap/include/asm-generic/mman.h:11: warning: "MAP_NORESERVE" redefined
11 | #define MAP_NORESERVE 0x4000 /* don't check for reservations */
|
/BuggyBox/glibc/2.38/bootstrap/include/bits/mman-map-flags-generic.h:32: note: this is the location of the previous definition
32 | #define MAP_NORESERVE 0x04000 /* Don't check for reservations. */
|
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/mman.h:27: warning: "MAP_HUGE_SHIFT" redefined
27 | #define MAP_HUGE_SHIFT HUGETLB_FLAG_ENCODE_SHIFT
|
/BuggyBox/glibc/2.38/bootstrap/include/bits/mman-linux.h:58: note: this is the location of the previous definition
58 | #define MAP_HUGE_SHIFT 26
|
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/mman.h:28: warning: "MAP_HUGE_MASK" redefined
28 | #define MAP_HUGE_MASK HUGETLB_FLAG_ENCODE_MASK
|
/BuggyBox/glibc/2.38/bootstrap/include/bits/mman-linux.h:59: note: this is the location of the previous definition
59 | #define MAP_HUGE_MASK 0x3f
|
In file included from /bb.download/source/libxcrypt-4.4.36/lib/crypt-port.h:36,
from /bb.download/source/libxcrypt-4.4.36/lib/alg-yescrypt-common.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
124 | # include_next <limits.h>
| ^~~~~~~~~~~~
In file included from /bb.download/source/libxcrypt-4.4.36/lib/crypt-port.h:36,
from /bb.download/source/libxcrypt-4.4.36/lib/crypt-bcrypt.c:46:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
124 | # include_next <limits.h>
| ^~~~~~~~~~~~
In file included from /bb.download/source/libxcrypt-4.4.36/lib/alg-yescrypt.h:36,
from /bb.download/source/libxcrypt-4.4.36/lib/alg-yescrypt-common.c:31:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
141 | extern _Float32 strtof32 (const char *__restrict __nptr,
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
147 | extern _Float64 strtof64 (const char *__restrict __nptr,
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
153 | extern _Float128 strtof128 (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
159 | extern _Float32x strtof32x (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
165 | extern _Float64x strtof64x (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
299 | _Float32 __f)
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
305 | _Float64 __f)
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
311 | _Float128 __f)
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
317 | _Float32x __f)
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
323 | _Float64x __f)
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
| ^~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/stdio.h:43,
from /bb.download/source/libxcrypt-4.4.36/lib/crypt-bcrypt.c:50:
/BuggyBox/glibc/2.38/bootstrap/include/bits/stdio.h: In function 'fputc_unlocked':
/BuggyBox/glibc/2.38/bootstrap/include/bits/types/struct_FILE.h:109:49: warning: conversion from 'int' to 'char' may change value [-Wconversion]
109 | : (unsigned char) (*(_fp)->_IO_write_ptr++ = (_ch)))
| ^
/BuggyBox/glibc/2.38/bootstrap/include/bits/stdio.h:93:10: note: in expansion of macro '__putc_unlocked_body'
93 | return __putc_unlocked_body (__c, __stream);
| ^~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/stdio.h: In function 'putc_unlocked':
/BuggyBox/glibc/2.38/bootstrap/include/bits/types/struct_FILE.h:109:49: warning: conversion from 'int' to 'char' may change value [-Wconversion]
109 | : (unsigned char) (*(_fp)->_IO_write_ptr++ = (_ch)))
| ^
/BuggyBox/glibc/2.38/bootstrap/include/bits/stdio.h:103:10: note: in expansion of macro '__putc_unlocked_body'
103 | return __putc_unlocked_body (__c, __stream);
| ^~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/stdio.h: In function 'putchar_unlocked':
/BuggyBox/glibc/2.38/bootstrap/include/bits/types/struct_FILE.h:109:49: warning: conversion from 'int' to 'char' may change value [-Wconversion]
109 | : (unsigned char) (*(_fp)->_IO_write_ptr++ = (_ch)))
| ^
/BuggyBox/glibc/2.38/bootstrap/include/bits/stdio.h:110:10: note: in expansion of macro '__putc_unlocked_body'
110 | return __putc_unlocked_body (__c, stdout);
| ^~~~~~~~~~~~~~~~~~~~
In file included from /bb.download/source/libxcrypt-4.4.36/lib/crypt-port.h:36,
from /bb.download/source/libxcrypt-4.4.36/lib/crypt-des.c:46:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
124 | # include_next <limits.h>
| ^~~~~~~~~~~~
In file included from /bb.download/source/libxcrypt-4.4.36/lib/crypt-port.h:36,
from /bb.download/source/libxcrypt-4.4.36/lib/crypt-gensalt-static.c:17:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
124 | # include_next <limits.h>
| ^~~~~~~~~~~~
In file included from /bb.download/source/libxcrypt-4.4.36/lib/crypt-port.h:36,
from /bb.download/source/libxcrypt-4.4.36/lib/crypt-gost-yescrypt.c:20:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
124 | # include_next <limits.h>
| ^~~~~~~~~~~~
In file included from /bb.download/source/libxcrypt-4.4.36/lib/alg-yescrypt.h:36,
from /bb.download/source/libxcrypt-4.4.36/lib/crypt-gost-yescrypt.c:25:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
141 | extern _Float32 strtof32 (const char *__restrict __nptr,
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
147 | extern _Float64 strtof64 (const char *__restrict __nptr,
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
153 | extern _Float128 strtof128 (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
159 | extern _Float32x strtof32x (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
165 | extern _Float64x strtof64x (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
299 | _Float32 __f)
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
305 | _Float64 __f)
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
311 | _Float128 __f)
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
317 | _Float32x __f)
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
323 | _Float64x __f)
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
| ^~~~~~~~~
In file included from /bb.download/source/libxcrypt-4.4.36/lib/crypt-port.h:36,
from /bb.download/source/libxcrypt-4.4.36/lib/crypt-nthash.c:31:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
124 | # include_next <limits.h>
| ^~~~~~~~~~~~
In file included from /bb.download/source/libxcrypt-4.4.36/lib/crypt-port.h:36,
from /bb.download/source/libxcrypt-4.4.36/lib/crypt-md5.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
124 | # include_next <limits.h>
| ^~~~~~~~~~~~
In file included from /bb.download/source/libxcrypt-4.4.36/lib/crypt-nthash.c:38:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
141 | extern _Float32 strtof32 (const char *__restrict __nptr,
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
147 | extern _Float64 strtof64 (const char *__restrict __nptr,
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
153 | extern _Float128 strtof128 (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
159 | extern _Float32x strtof32x (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
165 | extern _Float64x strtof64x (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
299 | _Float32 __f)
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
305 | _Float64 __f)
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
311 | _Float128 __f)
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
317 | _Float32x __f)
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
323 | _Float64x __f)
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
| ^~~~~~~~~
In file included from /bb.download/source/libxcrypt-4.4.36/lib/crypt-port.h:36,
from /bb.download/source/libxcrypt-4.4.36/lib/crypt-pbkdf1-sha1.c:30:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
124 | # include_next <limits.h>
| ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/stdio.h:43,
from /bb.download/source/libxcrypt-4.4.36/lib/crypt-pbkdf1-sha1.c:35:
/BuggyBox/glibc/2.38/bootstrap/include/bits/stdio.h: In function 'fputc_unlocked':
/BuggyBox/glibc/2.38/bootstrap/include/bits/types/struct_FILE.h:109:49: warning: conversion from 'int' to 'char' may change value [-Wconversion]
109 | : (unsigned char) (*(_fp)->_IO_write_ptr++ = (_ch)))
| ^
/BuggyBox/glibc/2.38/bootstrap/include/bits/stdio.h:93:10: note: in expansion of macro '__putc_unlocked_body'
93 | return __putc_unlocked_body (__c, __stream);
| ^~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/stdio.h: In function 'putc_unlocked':
/BuggyBox/glibc/2.38/bootstrap/include/bits/types/struct_FILE.h:109:49: warning: conversion from 'int' to 'char' may change value [-Wconversion]
109 | : (unsigned char) (*(_fp)->_IO_write_ptr++ = (_ch)))
| ^
/BuggyBox/glibc/2.38/bootstrap/include/bits/stdio.h:103:10: note: in expansion of macro '__putc_unlocked_body'
103 | return __putc_unlocked_body (__c, __stream);
| ^~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/stdio.h: In function 'putchar_unlocked':
/BuggyBox/glibc/2.38/bootstrap/include/bits/types/struct_FILE.h:109:49: warning: conversion from 'int' to 'char' may change value [-Wconversion]
109 | : (unsigned char) (*(_fp)->_IO_write_ptr++ = (_ch)))
| ^
/BuggyBox/glibc/2.38/bootstrap/include/bits/stdio.h:110:10: note: in expansion of macro '__putc_unlocked_body'
110 | return __putc_unlocked_body (__c, stdout);
| ^~~~~~~~~~~~~~~~~~~~
In file included from /bb.download/source/libxcrypt-4.4.36/lib/crypt-pbkdf1-sha1.c:36:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h: At top level:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
141 | extern _Float32 strtof32 (const char *__restrict __nptr,
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
147 | extern _Float64 strtof64 (const char *__restrict __nptr,
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
153 | extern _Float128 strtof128 (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
159 | extern _Float32x strtof32x (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
165 | extern _Float64x strtof64x (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
299 | _Float32 __f)
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
305 | _Float64 __f)
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
311 | _Float128 __f)
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
317 | _Float32x __f)
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
323 | _Float64x __f)
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
| ^~~~~~~~~
In file included from /bb.download/source/libxcrypt-4.4.36/lib/crypt-port.h:36,
from /bb.download/source/libxcrypt-4.4.36/lib/crypt-scrypt.c:20:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
124 | # include_next <limits.h>
| ^~~~~~~~~~~~
In file included from /bb.download/source/libxcrypt-4.4.36/lib/crypt-port.h:36,
from /bb.download/source/libxcrypt-4.4.36/lib/crypt-sha256.c:19:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
124 | # include_next <limits.h>
| ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/stdio.h:43,
from /bb.download/source/libxcrypt-4.4.36/lib/crypt-sha256.c:23:
/BuggyBox/glibc/2.38/bootstrap/include/bits/stdio.h: In function 'fputc_unlocked':
/BuggyBox/glibc/2.38/bootstrap/include/bits/types/struct_FILE.h:109:49: warning: conversion from 'int' to 'char' may change value [-Wconversion]
109 | : (unsigned char) (*(_fp)->_IO_write_ptr++ = (_ch)))
| ^
/BuggyBox/glibc/2.38/bootstrap/include/bits/stdio.h:93:10: note: in expansion of macro '__putc_unlocked_body'
93 | return __putc_unlocked_body (__c, __stream);
| ^~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/stdio.h: In function 'putc_unlocked':
/BuggyBox/glibc/2.38/bootstrap/include/bits/types/struct_FILE.h:109:49: warning: conversion from 'int' to 'char' may change value [-Wconversion]
109 | : (unsigned char) (*(_fp)->_IO_write_ptr++ = (_ch)))
| ^
/BuggyBox/glibc/2.38/bootstrap/include/bits/stdio.h:103:10: note: in expansion of macro '__putc_unlocked_body'
103 | return __putc_unlocked_body (__c, __stream);
| ^~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/stdio.h: In function 'putchar_unlocked':
/BuggyBox/glibc/2.38/bootstrap/include/bits/types/struct_FILE.h:109:49: warning: conversion from 'int' to 'char' may change value [-Wconversion]
109 | : (unsigned char) (*(_fp)->_IO_write_ptr++ = (_ch)))
| ^
/BuggyBox/glibc/2.38/bootstrap/include/bits/stdio.h:110:10: note: in expansion of macro '__putc_unlocked_body'
110 | return __putc_unlocked_body (__c, stdout);
| ^~~~~~~~~~~~~~~~~~~~
In file included from /bb.download/source/libxcrypt-4.4.36/lib/crypt-sha256.c:24:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h: At top level:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
141 | extern _Float32 strtof32 (const char *__restrict __nptr,
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
147 | extern _Float64 strtof64 (const char *__restrict __nptr,
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
153 | extern _Float128 strtof128 (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
159 | extern _Float32x strtof32x (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
165 | extern _Float64x strtof64x (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
299 | _Float32 __f)
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
305 | _Float64 __f)
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
311 | _Float128 __f)
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
317 | _Float32x __f)
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
323 | _Float64x __f)
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
| ^~~~~~~~~
In file included from /bb.download/source/libxcrypt-4.4.36/lib/crypt-port.h:36,
from /bb.download/source/libxcrypt-4.4.36/lib/crypt-static.c:18:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
124 | # include_next <limits.h>
| ^~~~~~~~~~~~
In file included from /bb.download/source/libxcrypt-4.4.36/lib/crypt-port.h:36,
from /bb.download/source/libxcrypt-4.4.36/lib/crypt-sha512.c:19:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
124 | # include_next <limits.h>
| ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/stdio.h:43,
from /bb.download/source/libxcrypt-4.4.36/lib/crypt-sha512.c:23:
/BuggyBox/glibc/2.38/bootstrap/include/bits/stdio.h: In function 'fputc_unlocked':
/BuggyBox/glibc/2.38/bootstrap/include/bits/types/struct_FILE.h:109:49: warning: conversion from 'int' to 'char' may change value [-Wconversion]
109 | : (unsigned char) (*(_fp)->_IO_write_ptr++ = (_ch)))
| ^
/BuggyBox/glibc/2.38/bootstrap/include/bits/stdio.h:93:10: note: in expansion of macro '__putc_unlocked_body'
93 | return __putc_unlocked_body (__c, __stream);
| ^~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/stdio.h: In function 'putc_unlocked':
/BuggyBox/glibc/2.38/bootstrap/include/bits/types/struct_FILE.h:109:49: warning: conversion from 'int' to 'char' may change value [-Wconversion]
109 | : (unsigned char) (*(_fp)->_IO_write_ptr++ = (_ch)))
| ^
/BuggyBox/glibc/2.38/bootstrap/include/bits/stdio.h:103:10: note: in expansion of macro '__putc_unlocked_body'
103 | return __putc_unlocked_body (__c, __stream);
| ^~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/stdio.h: In function 'putchar_unlocked':
/BuggyBox/glibc/2.38/bootstrap/include/bits/types/struct_FILE.h:109:49: warning: conversion from 'int' to 'char' may change value [-Wconversion]
109 | : (unsigned char) (*(_fp)->_IO_write_ptr++ = (_ch)))
| ^
/BuggyBox/glibc/2.38/bootstrap/include/bits/stdio.h:110:10: note: in expansion of macro '__putc_unlocked_body'
110 | return __putc_unlocked_body (__c, stdout);
| ^~~~~~~~~~~~~~~~~~~~
In file included from /bb.download/source/libxcrypt-4.4.36/lib/crypt-sha512.c:24:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h: At top level:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
141 | extern _Float32 strtof32 (const char *__restrict __nptr,
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
147 | extern _Float64 strtof64 (const char *__restrict __nptr,
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
153 | extern _Float128 strtof128 (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
159 | extern _Float32x strtof32x (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
165 | extern _Float64x strtof64x (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
299 | _Float32 __f)
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
305 | _Float64 __f)
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
311 | _Float128 __f)
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
317 | _Float32x __f)
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
323 | _Float64x __f)
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
| ^~~~~~~~~
In file included from /bb.download/source/libxcrypt-4.4.36/lib/crypt-port.h:36,
from /bb.download/source/libxcrypt-4.4.36/lib/crypt-sunmd5.c:31:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
124 | # include_next <limits.h>
| ^~~~~~~~~~~~
In file included from /bb.download/source/libxcrypt-4.4.36/lib/crypt-port.h:36,
from /bb.download/source/libxcrypt-4.4.36/lib/crypt-yescrypt.c:19:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
124 | # include_next <limits.h>
| ^~~~~~~~~~~~
In file included from /bb.download/source/libxcrypt-4.4.36/lib/crypt-sunmd5.c:35:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
141 | extern _Float32 strtof32 (const char *__restrict __nptr,
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
147 | extern _Float64 strtof64 (const char *__restrict __nptr,
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
153 | extern _Float128 strtof128 (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
159 | extern _Float32x strtof32x (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
165 | extern _Float64x strtof64x (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
299 | _Float32 __f)
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
305 | _Float64 __f)
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
311 | _Float128 __f)
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
317 | _Float32x __f)
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
323 | _Float64x __f)
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
| ^~~~~~~~~
In file included from /bb.download/source/libxcrypt-4.4.36/lib/crypt-port.h:36,
from /bb.download/source/libxcrypt-4.4.36/lib/crypt.c:20:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
124 | # include_next <limits.h>
| ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/stdio.h:43,
from /bb.download/source/libxcrypt-4.4.36/lib/crypt-sunmd5.c:36:
/BuggyBox/glibc/2.38/bootstrap/include/bits/stdio.h: In function 'fputc_unlocked':
/BuggyBox/glibc/2.38/bootstrap/include/bits/types/struct_FILE.h:109:49: warning: conversion from 'int' to 'char' may change value [-Wconversion]
109 | : (unsigned char) (*(_fp)->_IO_write_ptr++ = (_ch)))
| ^
/BuggyBox/glibc/2.38/bootstrap/include/bits/stdio.h:93:10: note: in expansion of macro '__putc_unlocked_body'
93 | return __putc_unlocked_body (__c, __stream);
| ^~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/stdio.h: In function 'putc_unlocked':
/BuggyBox/glibc/2.38/bootstrap/include/bits/types/struct_FILE.h:109:49: warning: conversion from 'int' to 'char' may change value [-Wconversion]
109 | : (unsigned char) (*(_fp)->_IO_write_ptr++ = (_ch)))
| ^
/BuggyBox/glibc/2.38/bootstrap/include/bits/stdio.h:103:10: note: in expansion of macro '__putc_unlocked_body'
103 | return __putc_unlocked_body (__c, __stream);
| ^~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/stdio.h: In function 'putchar_unlocked':
/BuggyBox/glibc/2.38/bootstrap/include/bits/types/struct_FILE.h:109:49: warning: conversion from 'int' to 'char' may change value [-Wconversion]
109 | : (unsigned char) (*(_fp)->_IO_write_ptr++ = (_ch)))
| ^
/BuggyBox/glibc/2.38/bootstrap/include/bits/stdio.h:110:10: note: in expansion of macro '__putc_unlocked_body'
110 | return __putc_unlocked_body (__c, stdout);
| ^~~~~~~~~~~~~~~~~~~~
In file included from /bb.download/source/libxcrypt-4.4.36/lib/alg-yescrypt.h:36,
from /bb.download/source/libxcrypt-4.4.36/lib/crypt-yescrypt.c:20:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
141 | extern _Float32 strtof32 (const char *__restrict __nptr,
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
147 | extern _Float64 strtof64 (const char *__restrict __nptr,
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
153 | extern _Float128 strtof128 (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
159 | extern _Float32x strtof32x (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
165 | extern _Float64x strtof64x (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
299 | _Float32 __f)
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
305 | _Float64 __f)
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
311 | _Float128 __f)
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
317 | _Float32x __f)
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
323 | _Float64x __f)
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
| ^~~~~~~~~
In file included from /bb.download/source/libxcrypt-4.4.36/lib/crypt.c:23:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
141 | extern _Float32 strtof32 (const char *__restrict __nptr,
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
147 | extern _Float64 strtof64 (const char *__restrict __nptr,
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
153 | extern _Float128 strtof128 (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
159 | extern _Float32x strtof32x (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
165 | extern _Float64x strtof64x (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
299 | _Float32 __f)
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
305 | _Float64 __f)
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
311 | _Float128 __f)
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
317 | _Float32x __f)
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
323 | _Float64x __f)
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
| ^~~~~~~~~
In file included from /bb.download/source/libxcrypt-4.4.36/lib/crypt-port.h:36,
from /bb.download/source/libxcrypt-4.4.36/lib/util-base64.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
124 | # include_next <limits.h>
| ^~~~~~~~~~~~
In file included from /bb.download/source/libxcrypt-4.4.36/lib/crypt-port.h:36,
from /bb.download/source/libxcrypt-4.4.36/lib/util-gensalt-sha.c:11:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
124 | # include_next <limits.h>
| ^~~~~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/stdio.h:43,
from /bb.download/source/libxcrypt-4.4.36/lib/util-gensalt-sha.c:14:
/BuggyBox/glibc/2.38/bootstrap/include/bits/stdio.h: In function 'fputc_unlocked':
/BuggyBox/glibc/2.38/bootstrap/include/bits/types/struct_FILE.h:109:49: warning: conversion from 'int' to 'char' may change value [-Wconversion]
109 | : (unsigned char) (*(_fp)->_IO_write_ptr++ = (_ch)))
| ^
/BuggyBox/glibc/2.38/bootstrap/include/bits/stdio.h:93:10: note: in expansion of macro '__putc_unlocked_body'
93 | return __putc_unlocked_body (__c, __stream);
| ^~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/stdio.h: In function 'putc_unlocked':
/BuggyBox/glibc/2.38/bootstrap/include/bits/types/struct_FILE.h:109:49: warning: conversion from 'int' to 'char' may change value [-Wconversion]
109 | : (unsigned char) (*(_fp)->_IO_write_ptr++ = (_ch)))
| ^
/BuggyBox/glibc/2.38/bootstrap/include/bits/stdio.h:103:10: note: in expansion of macro '__putc_unlocked_body'
103 | return __putc_unlocked_body (__c, __stream);
| ^~~~~~~~~~~~~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/bits/stdio.h: In function 'putchar_unlocked':
/BuggyBox/glibc/2.38/bootstrap/include/bits/types/struct_FILE.h:109:49: warning: conversion from 'int' to 'char' may change value [-Wconversion]
109 | : (unsigned char) (*(_fp)->_IO_write_ptr++ = (_ch)))
| ^
/BuggyBox/glibc/2.38/bootstrap/include/bits/stdio.h:110:10: note: in expansion of macro '__putc_unlocked_body'
110 | return __putc_unlocked_body (__c, stdout);
| ^~~~~~~~~~~~~~~~~~~~
In file included from /bb.download/source/libxcrypt-4.4.36/lib/crypt-port.h:36,
from /bb.download/source/libxcrypt-4.4.36/lib/util-get-random-bytes.c:17:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
124 | # include_next <limits.h>
| ^~~~~~~~~~~~
In file included from /bb.download/source/libxcrypt-4.4.36/lib/util-get-random-bytes.c:20:
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:141:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
141 | extern _Float32 strtof32 (const char *__restrict __nptr,
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:147:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
147 | extern _Float64 strtof64 (const char *__restrict __nptr,
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:153:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
153 | extern _Float128 strtof128 (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:159:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
159 | extern _Float32x strtof32x (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:165:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
165 | extern _Float64x strtof64x (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:299:24: warning: ISO C does not support the '_Float32' type [-Wpedantic]
299 | _Float32 __f)
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:305:24: warning: ISO C does not support the '_Float64' type [-Wpedantic]
305 | _Float64 __f)
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:311:25: warning: ISO C does not support the '_Float128' type [-Wpedantic]
311 | _Float128 __f)
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:317:25: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
317 | _Float32x __f)
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:323:25: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
323 | _Float64x __f)
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:436:8: warning: ISO C does not support the '_Float32' type [-Wpedantic]
436 | extern _Float32 strtof32_l (const char *__restrict __nptr,
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:443:8: warning: ISO C does not support the '_Float64' type [-Wpedantic]
443 | extern _Float64 strtof64_l (const char *__restrict __nptr,
| ^~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:450:8: warning: ISO C does not support the '_Float128' type [-Wpedantic]
450 | extern _Float128 strtof128_l (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:457:8: warning: ISO C does not support the '_Float32x' type [-Wpedantic]
457 | extern _Float32x strtof32x_l (const char *__restrict __nptr,
| ^~~~~~~~~
/BuggyBox/glibc/2.38/bootstrap/include/stdlib.h:464:8: warning: ISO C does not support the '_Float64x' type [-Wpedantic]
464 | extern _Float64x strtof64x_l (const char *__restrict __nptr,
| ^~~~~~~~~
In file included from /BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl.h:61,
from /BuggyBox/glibc/2.38/bootstrap/include/fcntl.h:35,
from /bb.download/source/libxcrypt-4.4.36/lib/util-get-random-bytes.c:23:
/BuggyBox/glibc/2.38/bootstrap/include/bits/fcntl-linux.h:363:17: warning: ISO C forbids zero-size array 'f_handle' [-Wpedantic]
363 | unsigned char f_handle[0];
| ^~~~~~~~
In file included from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/posix_types.h:5,
from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/types.h:9,
from /BuggyBox/linux-headers/unknown/bootstrap/include/linux/stat.h:5,
from /BuggyBox/glibc/2.38/bootstrap/include/bits/statx.h:31,
from /BuggyBox/glibc/2.38/bootstrap/include/sys/stat.h:465,
from /bb.download/source/libxcrypt-4.4.36/lib/util-get-random-bytes.c:32:
/BuggyBox/linux-headers/unknown/bootstrap/include/linux/stddef.h:26:49: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
26 | #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \
| ^~~
In file included from /bb.download/source/libxcrypt-4.4.36/lib/crypt-port.h:36,
from /bb.download/source/libxcrypt-4.4.36/lib/util-make-failure-token.c:19:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
124 | # include_next <limits.h>
| ^~~~~~~~~~~~
In file included from /bb.download/source/libxcrypt-4.4.36/lib/crypt-port.h:36,
from /bb.download/source/libxcrypt-4.4.36/lib/util-xbzero.c:19:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
124 | # include_next <limits.h>
| ^~~~~~~~~~~~
In file included from /bb.download/source/libxcrypt-4.4.36/lib/crypt-port.h:36,
from /bb.download/source/libxcrypt-4.4.36/lib/util-xstrcpy.c:21:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
124 | # include_next <limits.h>
| ^~~~~~~~~~~~
In file included from /bb.download/source/libxcrypt-4.4.36/lib/crypt-port.h:36,
from /bb.download/source/libxcrypt-4.4.36/lib/crypt-des-obsolete.c:51:
/BuggyBox/glibc/2.38/bootstrap/include/limits.h:124:3: warning: #include_next is a GCC extension
124 | # include_next <limits.h>
| ^~~~~~~~~~~~
make installResult = 0
Working Dir = /bb.build
Stdout
make[1]: Entering directory '/bb.build'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/libxcrypt/4.4.36/bootstrap/lib'
/bin/sh ./libtool --mode=install /BuggyBox/coreutils/9.4/bootstrap/bin/install -c libcrypt.la '/BuggyBox/libxcrypt/4.4.36/bootstrap/lib'
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libcrypt.so.1.1.0 /BuggyBox/libxcrypt/4.4.36/bootstrap/lib/libcrypt.so.1.1.0
libtool: install: (cd /BuggyBox/libxcrypt/4.4.36/bootstrap/lib && { ln -s -f libcrypt.so.1.1.0 libcrypt.so.1 || { rm -f libcrypt.so.1 && ln -s libcrypt.so.1.1.0 libcrypt.so.1; }; })
libtool: install: (cd /BuggyBox/libxcrypt/4.4.36/bootstrap/lib && { ln -s -f libcrypt.so.1.1.0 libcrypt.so || { rm -f libcrypt.so && ln -s libcrypt.so.1.1.0 libcrypt.so; }; })
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libcrypt.lai /BuggyBox/libxcrypt/4.4.36/bootstrap/lib/libcrypt.la
libtool: install: /BuggyBox/coreutils/9.4/bootstrap/bin/install -c .libs/libcrypt.a /BuggyBox/libxcrypt/4.4.36/bootstrap/lib/libcrypt.a
libtool: install: chmod 644 /BuggyBox/libxcrypt/4.4.36/bootstrap/lib/libcrypt.a
libtool: install: : /BuggyBox/libxcrypt/4.4.36/bootstrap/lib/libcrypt.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:/sbin" ldconfig -n /BuggyBox/libxcrypt/4.4.36/bootstrap/lib
----------------------------------------------------------------------
Libraries have been installed in:
/BuggyBox/libxcrypt/4.4.36/bootstrap/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the 'LD_RUN_PATH' environment variable
during linking
- use the '-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator run these commands:
- have your system administrator add LIBDIR to '/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/BuggyBox/make/4.4/bootstrap/bin/make install-exec-hook
make[2]: Entering directory '/bb.build'
cd /BuggyBox/libxcrypt/4.4.36/bootstrap/lib && \
ln -s -f libcrypt.a libxcrypt.a
cd /BuggyBox/libxcrypt/4.4.36/bootstrap/lib && \
ln -s -f libcrypt.so libxcrypt.so
cd /BuggyBox/libxcrypt/4.4.36/bootstrap/lib && \
ln -s -f libcrypt.a libowcrypt.a
cd /BuggyBox/libxcrypt/4.4.36/bootstrap/lib && \
ln -s -f libcrypt.so libowcrypt.so && \
ln -s -f libcrypt.so.1 libowcrypt.so.1
make[2]: Leaving directory '/bb.build'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/libxcrypt/4.4.36/bootstrap/share/man/man3'
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/libxcrypt-4.4.36/doc/crypt.3 /bb.download/source/libxcrypt-4.4.36/doc/crypt_checksalt.3 /bb.download/source/libxcrypt-4.4.36/doc/crypt_gensalt.3 /bb.download/source/libxcrypt-4.4.36/doc/crypt_gensalt_ra.3 /bb.download/source/libxcrypt-4.4.36/doc/crypt_gensalt_rn.3 /bb.download/source/libxcrypt-4.4.36/doc/crypt_preferred_method.3 /bb.download/source/libxcrypt-4.4.36/doc/crypt_r.3 /bb.download/source/libxcrypt-4.4.36/doc/crypt_ra.3 /bb.download/source/libxcrypt-4.4.36/doc/crypt_rn.3 '/BuggyBox/libxcrypt/4.4.36/bootstrap/share/man/man3'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/libxcrypt/4.4.36/bootstrap/share/man/man5'
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 /bb.download/source/libxcrypt-4.4.36/doc/crypt.5 '/BuggyBox/libxcrypt/4.4.36/bootstrap/share/man/man5'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/libxcrypt/4.4.36/bootstrap/include'
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 crypt.h xcrypt.h '/BuggyBox/libxcrypt/4.4.36/bootstrap/include'
/BuggyBox/coreutils/9.4/bootstrap/bin/mkdir -p '/BuggyBox/libxcrypt/4.4.36/bootstrap/lib/pkgconfig'
/BuggyBox/coreutils/9.4/bootstrap/bin/install -c -m 644 libxcrypt.pc '/BuggyBox/libxcrypt/4.4.36/bootstrap/lib/pkgconfig'
/BuggyBox/make/4.4/bootstrap/bin/make install-data-hook
make[2]: Entering directory '/bb.build'
cd /BuggyBox/libxcrypt/4.4.36/bootstrap/lib/pkgconfig && \
ln -s -f libxcrypt.pc libcrypt.pc
make[2]: Leaving directory '/bb.build'
make[1]: Leaving directory '/bb.build'
Stderr
/bb.build/libtool: line 1887: ldconfig: command not found