Build of libmcrypt with clang_glibc toolchain

The build took 00h 02m 12s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
16,641 ansic
8,658 sh
3,827 makefile
29,126 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: libmcrypt 2.5.8-4 (Thu Apr 13 17:30:40 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking target system type... x86_64-unknown-linux-gnu
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking whether make sets $(MAKE)... (cached) yes
# checking for x86_64-unknown-linux-g++... clang++
# checking for C++ compiler default output file name... a.out
# checking whether the C++ compiler works... yes
# checking whether we are cross compiling... no
# checking for suffix of executables...
# checking for suffix of object files... o
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking for style of include used by make... GNU
# checking dependency style of clang++... gcc3
# checking for x86_64-unknown-linux-gcc... clang
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ANSI C... none needed
# checking dependency style of clang... gcc3
# checking how to run the C preprocessor... clang -E
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether ln -s works... yes
# checking whether make sets $(MAKE)... (cached) yes
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether ln -s works... yes
# checking whether in maintanance mode... no
# checking whether in dmalloc mode... no
# checking whether to enable dynamic module loading... no
# ***
# *** Dynamic loading has been disabled
# checking which algorithms to include into library... cbc cfb ctr ecb ncfb nofb ofb stream threeway cast-128 gost rijndael-128 safer-sk64 twofish arcfour cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 safer-sk128 tripledes
# checking for dirent.h that defines DIR... yes
# checking for library containing opendir... none required
# checking for egrep... grep -E
# checking for ANSI C header files... yes
# checking for inline... inline
# checking for an ANSI C-conforming const... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking argz.h usability... yes
# checking argz.h presence... yes
# checking for argz.h... yes
# checking byteswap.h usability... yes
# checking byteswap.h presence... yes
# checking for byteswap.h... yes
# checking dirent.h usability... yes
# checking dirent.h presence... yes
# checking for dirent.h... yes
# checking dlfcn.h usability... yes
# checking dlfcn.h presence... yes
# checking for dlfcn.h... yes
# checking endian.h usability... yes
# checking endian.h presence... yes
# checking for endian.h... yes
# checking malloc.h usability... yes
# checking malloc.h presence... yes
# checking for malloc.h... yes
# checking for memory.h... (cached) yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking for strings.h... (cached) yes
# checking sys/endian.h usability... no
# checking sys/endian.h presence... no
# checking for sys/endian.h... no
# checking for sys/types.h... (cached) yes
# checking sys/mman.h usability... yes
# checking sys/mman.h presence... yes
# checking for sys/mman.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking for unistd.h... (cached) yes
# checking whether closedir returns void... no
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible malloc... yes
# checking for working memcmp... yes
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible realloc... yes
# checking for bzero... yes
# checking for memmove... yes
# checking for memset... yes
# checking for mlock... yes
# checking for readdir_r... yes
# checking for strchr... yes
# checking for strdup... yes
# checking for strrchr... yes
# checking for readdir,,... no
# checking for bcopy,,... no
# checking whether byte ordering is bigendian... no
# checking for unsigned long int... yes
# checking size of unsigned long int... 8
# checking for unsigned int... yes
# checking size of unsigned int... 4
# checking for unsigned short int... yes
# checking size of unsigned short int... 2
# checking for unsigned char... yes
# checking size of unsigned char... 1
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for /usr/bin/ld option to reload object files... -r
# checking for BSD-compatible nm... /usr/bin/nm -B
# checking how to recognise dependent libraries... pass_all
# checking for dlfcn.h... (cached) yes
# checking how to run the C++ preprocessor... clang++ -E
# checking for x86_64-unknown-linux-g77... no
# checking for x86_64-unknown-linux-f77... no
# checking for x86_64-unknown-linux-xlf... no
# checking for x86_64-unknown-linux-frt... no
# checking for x86_64-unknown-linux-pgf77... no
# checking for x86_64-unknown-linux-fort77... no
# checking for x86_64-unknown-linux-fl32... no
# checking for x86_64-unknown-linux-af77... no
# checking for x86_64-unknown-linux-f90... no
# checking for x86_64-unknown-linux-xlf90... no
# checking for x86_64-unknown-linux-pgf90... no
# checking for x86_64-unknown-linux-epcf90... no
# checking for x86_64-unknown-linux-f95... no
# checking for x86_64-unknown-linux-fort... no
# checking for x86_64-unknown-linux-xlf95... no
# checking for x86_64-unknown-linux-ifc... no
# checking for x86_64-unknown-linux-efc... no
# checking for x86_64-unknown-linux-pgf95... no
# checking for x86_64-unknown-linux-lf95... no
# checking for x86_64-unknown-linux-gfortran... no
# checking for g77... no
# checking for f77... no
# checking for xlf... no
# checking for frt... no
# checking for pgf77... no
# checking for fort77... no
# checking for fl32... no
# checking for af77... no
# checking for f90... no
# checking for xlf90... no
# checking for pgf90... no
# checking for epcf90... no
# checking for f95... f95
# checking whether we are using the GNU Fortran 77 compiler... yes
# checking whether f95 accepts -g... yes
# checking the maximum length of command line arguments... 32768
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for objdir... .libs
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for x86_64-unknown-linux-strip... strip
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC
# checking if clang PIC flag -fPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) 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 for shl_load... no
# checking for shl_load in -ldld... no
# checking for dlopen... no
# checking for dlopen in -ldl... yes
# checking whether a program can dlopen itself... yes
# checking whether a statically linked program can dlopen itself... no
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries...
# configure: creating libtool
# appending configuration tag "CXX" to libtool
# checking for ld used by clang++... /usr/bin/ld -m elf_x86_64
# checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking for clang++ option to produce PIC... -fPIC
# checking if clang++ PIC flag -fPIC works... yes
# checking if clang++ static flag -static works... yes
# checking if clang++ supports -c -o file.o... yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# appending configuration tag "F77" to libtool
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries...
# checking for f95 option to produce PIC... -fPIC
# checking if f95 PIC flag -fPIC works... yes
# checking if f95 static flag -static works... no
# checking if f95 supports -c -o file.o... yes
# checking whether the f95 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating libmcrypt.spec
# config.status: creating lib/Makefile
# config.status: creating doc/Makefile
# config.status: creating src/Makefile
# config.status: creating include/mutils/mcrypt.h
# config.status: creating include/Makefile
# config.status: creating modules/Makefile
# config.status: creating modules/modes/Makefile
# config.status: creating modules/algorithms/Makefile
# config.status: creating lib/libmcrypt-config
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing default-1 commands
# make all-recursive
# make[1]: Entering directory '/tmp/libmcrypt/src/libmcrypt-2.5.8'
# Making all in modules
# make[2]: Entering directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/modules'
# Making all in algorithms
# make[3]: Entering directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/modules/algorithms'
# if /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT 3-way.lo -MD -MP -MF ".deps/3-way.Tpo" -c -o 3-way.lo 3-way.c; \
# then mv -f ".deps/3-way.Tpo" ".deps/3-way.Plo"; else rm -f ".deps/3-way.Tpo"; exit 1; fi
# mkdir .libs
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT 3-way.lo -MD -MP -MF .deps/3-way.Tpo -c 3-way.c -fPIC -DPIC -o .libs/3-way.o
# 3-way.c:331:13: warning: passing 'unsigned char [16]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strcmp(ciphertext, plaintext) != 0) {
# ^~~~~~~~~~
# /usr/include/string.h:140:32: note: passing argument to parameter '__s1' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# 3-way.c:331:25: warning: passing 'unsigned char [16]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strcmp(ciphertext, plaintext) != 0) {
# ^~~~~~~~~
# /usr/include/string.h:140:50: note: passing argument to parameter '__s2' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# 2 warnings generated.
# /bin/sh ../../libtool --tag=CC --mode=link clang -o threeway.la -module -avoid-version -rpath /usr/lib/libmcrypt 3-way.lo
# clang -shared .libs/3-way.o -Wl,-soname -Wl,threeway.so -o .libs/threeway.so
# creating threeway.la
# (cd .libs && rm -f threeway.la && ln -s ../threeway.la threeway.la)
# if /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT cast-128.lo -MD -MP -MF ".deps/cast-128.Tpo" -c -o cast-128.lo cast-128.c; \
# then mv -f ".deps/cast-128.Tpo" ".deps/cast-128.Plo"; else rm -f ".deps/cast-128.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT cast-128.lo -MD -MP -MF .deps/cast-128.Tpo -c cast-128.c -fPIC -DPIC -o .libs/cast-128.o
# cast-128.c:380:13: warning: passing 'unsigned char [16]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strcmp(ciphertext, plaintext) != 0) {
# ^~~~~~~~~~
# /usr/include/string.h:140:32: note: passing argument to parameter '__s1' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# cast-128.c:380:25: warning: passing 'unsigned char [16]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strcmp(ciphertext, plaintext) != 0) {
# ^~~~~~~~~
# /usr/include/string.h:140:50: note: passing argument to parameter '__s2' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# 2 warnings generated.
# /bin/sh ../../libtool --tag=CC --mode=link clang -o cast-128.la -module -avoid-version -rpath /usr/lib/libmcrypt cast-128.lo
# clang -shared .libs/cast-128.o -Wl,-soname -Wl,cast-128.so -o .libs/cast-128.so
# creating cast-128.la
# (cd .libs && rm -f cast-128.la && ln -s ../cast-128.la cast-128.la)
# if /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT gost.lo -MD -MP -MF ".deps/gost.Tpo" -c -o gost.lo gost.c; \
# then mv -f ".deps/gost.Tpo" ".deps/gost.Plo"; else rm -f ".deps/gost.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT gost.lo -MD -MP -MF .deps/gost.Tpo -c gost.c -fPIC -DPIC -o .libs/gost.o
# gost.c:403:13: warning: passing 'unsigned char [16]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strcmp(ciphertext, plaintext) != 0) {
# ^~~~~~~~~~
# /usr/include/string.h:140:32: note: passing argument to parameter '__s1' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# gost.c:403:25: warning: passing 'unsigned char [16]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strcmp(ciphertext, plaintext) != 0) {
# ^~~~~~~~~
# /usr/include/string.h:140:50: note: passing argument to parameter '__s2' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# 2 warnings generated.
# /bin/sh ../../libtool --tag=CC --mode=link clang -o gost.la -module -avoid-version -rpath /usr/lib/libmcrypt gost.lo
# clang -shared .libs/gost.o -Wl,-soname -Wl,gost.so -o .libs/gost.so
# creating gost.la
# (cd .libs && rm -f gost.la && ln -s ../gost.la gost.la)
# if /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT rijndael-128.lo -MD -MP -MF ".deps/rijndael-128.Tpo" -c -o rijndael-128.lo rijndael-128.c; \
# then mv -f ".deps/rijndael-128.Tpo" ".deps/rijndael-128.Plo"; else rm -f ".deps/rijndael-128.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT rijndael-128.lo -MD -MP -MF .deps/rijndael-128.Tpo -c rijndael-128.c -fPIC -DPIC -o .libs/rijndael-128.o
# rijndael-128.c:487:13: warning: passing 'unsigned char [32]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strcmp(ciphertext, plaintext) != 0) {
# ^~~~~~~~~~
# /usr/include/string.h:140:32: note: passing argument to parameter '__s1' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# rijndael-128.c:487:25: warning: passing 'unsigned char [32]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strcmp(ciphertext, plaintext) != 0) {
# ^~~~~~~~~
# /usr/include/string.h:140:50: note: passing argument to parameter '__s2' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# 2 warnings generated.
# /bin/sh ../../libtool --tag=CC --mode=link clang -o rijndael-128.la -module -avoid-version -rpath /usr/lib/libmcrypt rijndael-128.lo
# clang -shared .libs/rijndael-128.o -Wl,-soname -Wl,rijndael-128.so -o .libs/rijndael-128.so
# creating rijndael-128.la
# (cd .libs && rm -f rijndael-128.la && ln -s ../rijndael-128.la rijndael-128.la)
# if /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT safer64.lo -MD -MP -MF ".deps/safer64.Tpo" -c -o safer64.lo safer64.c; \
# then mv -f ".deps/safer64.Tpo" ".deps/safer64.Plo"; else rm -f ".deps/safer64.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT safer64.lo -MD -MP -MF .deps/safer64.Tpo -c safer64.c -fPIC -DPIC -o .libs/safer64.o
# safer64.c:374:13: warning: passing 'unsigned char [16]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strcmp(ciphertext, plaintext) != 0) {
# ^~~~~~~~~~
# /usr/include/string.h:140:32: note: passing argument to parameter '__s1' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# safer64.c:374:25: warning: passing 'unsigned char [16]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strcmp(ciphertext, plaintext) != 0) {
# ^~~~~~~~~
# /usr/include/string.h:140:50: note: passing argument to parameter '__s2' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# 2 warnings generated.
# /bin/sh ../../libtool --tag=CC --mode=link clang -o safer-sk64.la -module -avoid-version -rpath /usr/lib/libmcrypt safer64.lo
# clang -shared .libs/safer64.o -Wl,-soname -Wl,safer-sk64.so -o .libs/safer-sk64.so
# creating safer-sk64.la
# (cd .libs && rm -f safer-sk64.la && ln -s ../safer-sk64.la safer-sk64.la)
# if /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT twofish.lo -MD -MP -MF ".deps/twofish.Tpo" -c -o twofish.lo twofish.c; \
# then mv -f ".deps/twofish.Tpo" ".deps/twofish.Plo"; else rm -f ".deps/twofish.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT twofish.lo -MD -MP -MF .deps/twofish.Tpo -c twofish.c -fPIC -DPIC -o .libs/twofish.o
# /bin/sh ../../libtool --tag=CC --mode=link clang -o twofish.la -module -avoid-version -rpath /usr/lib/libmcrypt twofish.lo
# clang -shared .libs/twofish.o -Wl,-soname -Wl,twofish.so -o .libs/twofish.so
# creating twofish.la
# (cd .libs && rm -f twofish.la && ln -s ../twofish.la twofish.la)
# if /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT arcfour.lo -MD -MP -MF ".deps/arcfour.Tpo" -c -o arcfour.lo arcfour.c; \
# then mv -f ".deps/arcfour.Tpo" ".deps/arcfour.Plo"; else rm -f ".deps/arcfour.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT arcfour.lo -MD -MP -MF .deps/arcfour.Tpo -c arcfour.c -fPIC -DPIC -o .libs/arcfour.o
# arcfour.c:199:13: warning: passing 'unsigned char [20]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strcmp(ciphertext, plaintext) != 0) {
# ^~~~~~~~~~
# /usr/include/string.h:140:32: note: passing argument to parameter '__s1' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# arcfour.c:199:25: warning: passing 'unsigned char [20]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strcmp(ciphertext, plaintext) != 0) {
# ^~~~~~~~~
# /usr/include/string.h:140:50: note: passing argument to parameter '__s2' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# 2 warnings generated.
# /bin/sh ../../libtool --tag=CC --mode=link clang -o arcfour.la -module -avoid-version -rpath /usr/lib/libmcrypt arcfour.lo
# clang -shared .libs/arcfour.o -Wl,-soname -Wl,arcfour.so -o .libs/arcfour.so
# creating arcfour.la
# (cd .libs && rm -f arcfour.la && ln -s ../arcfour.la arcfour.la)
# if /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT cast-256.lo -MD -MP -MF ".deps/cast-256.Tpo" -c -o cast-256.lo cast-256.c; \
# then mv -f ".deps/cast-256.Tpo" ".deps/cast-256.Plo"; else rm -f ".deps/cast-256.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT cast-256.lo -MD -MP -MF .deps/cast-256.Tpo -c cast-256.c -fPIC -DPIC -o .libs/cast-256.o
# cast-256.c:561:13: warning: passing 'unsigned char [16]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strcmp(ciphertext, plaintext) != 0) {
# ^~~~~~~~~~
# /usr/include/string.h:140:32: note: passing argument to parameter '__s1' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# cast-256.c:561:25: warning: passing 'unsigned char [16]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strcmp(ciphertext, plaintext) != 0) {
# ^~~~~~~~~
# /usr/include/string.h:140:50: note: passing argument to parameter '__s2' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# 2 warnings generated.
# /bin/sh ../../libtool --tag=CC --mode=link clang -o cast-256.la -module -avoid-version -rpath /usr/lib/libmcrypt cast-256.lo
# clang -shared .libs/cast-256.o -Wl,-soname -Wl,cast-256.so -o .libs/cast-256.so
# creating cast-256.la
# (cd .libs && rm -f cast-256.la && ln -s ../cast-256.la cast-256.la)
# if /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT loki97.lo -MD -MP -MF ".deps/loki97.Tpo" -c -o loki97.lo loki97.c; \
# then mv -f ".deps/loki97.Tpo" ".deps/loki97.Plo"; else rm -f ".deps/loki97.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT loki97.lo -MD -MP -MF .deps/loki97.Tpo -c loki97.c -fPIC -DPIC -o .libs/loki97.o
# loki97.c:464:13: warning: passing 'unsigned char [16]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strcmp(ciphertext, plaintext) != 0) {
# ^~~~~~~~~~
# /usr/include/string.h:140:32: note: passing argument to parameter '__s1' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# loki97.c:464:25: warning: passing 'unsigned char [16]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strcmp(ciphertext, plaintext) != 0) {
# ^~~~~~~~~
# /usr/include/string.h:140:50: note: passing argument to parameter '__s2' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# 2 warnings generated.
# /bin/sh ../../libtool --tag=CC --mode=link clang -o loki97.la -module -avoid-version -rpath /usr/lib/libmcrypt loki97.lo
# clang -shared .libs/loki97.o -Wl,-soname -Wl,loki97.so -o .libs/loki97.so
# creating loki97.la
# (cd .libs && rm -f loki97.la && ln -s ../loki97.la loki97.la)
# if /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT rijndael-192.lo -MD -MP -MF ".deps/rijndael-192.Tpo" -c -o rijndael-192.lo rijndael-192.c; \
# then mv -f ".deps/rijndael-192.Tpo" ".deps/rijndael-192.Plo"; else rm -f ".deps/rijndael-192.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT rijndael-192.lo -MD -MP -MF .deps/rijndael-192.Tpo -c rijndael-192.c -fPIC -DPIC -o .libs/rijndael-192.o
# rijndael-192.c:485:13: warning: passing 'unsigned char [32]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strcmp(ciphertext, plaintext) != 0) {
# ^~~~~~~~~~
# /usr/include/string.h:140:32: note: passing argument to parameter '__s1' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# rijndael-192.c:485:25: warning: passing 'unsigned char [32]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strcmp(ciphertext, plaintext) != 0) {
# ^~~~~~~~~
# /usr/include/string.h:140:50: note: passing argument to parameter '__s2' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# 2 warnings generated.
# /bin/sh ../../libtool --tag=CC --mode=link clang -o rijndael-192.la -module -avoid-version -rpath /usr/lib/libmcrypt rijndael-192.lo
# clang -shared .libs/rijndael-192.o -Wl,-soname -Wl,rijndael-192.so -o .libs/rijndael-192.so
# creating rijndael-192.la
# (cd .libs && rm -f rijndael-192.la && ln -s ../rijndael-192.la rijndael-192.la)
# if /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT saferplus.lo -MD -MP -MF ".deps/saferplus.Tpo" -c -o saferplus.lo saferplus.c; \
# then mv -f ".deps/saferplus.Tpo" ".deps/saferplus.Plo"; else rm -f ".deps/saferplus.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT saferplus.lo -MD -MP -MF .deps/saferplus.Tpo -c saferplus.c -fPIC -DPIC -o .libs/saferplus.o
# saferplus.c:667:13: warning: passing 'unsigned char [16]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strcmp(ciphertext, plaintext) != 0) {
# ^~~~~~~~~~
# /usr/include/string.h:140:32: note: passing argument to parameter '__s1' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# saferplus.c:667:25: warning: passing 'unsigned char [16]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strcmp(ciphertext, plaintext) != 0) {
# ^~~~~~~~~
# /usr/include/string.h:140:50: note: passing argument to parameter '__s2' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# 2 warnings generated.
# /bin/sh ../../libtool --tag=CC --mode=link clang -o saferplus.la -module -avoid-version -rpath /usr/lib/libmcrypt saferplus.lo
# clang -shared .libs/saferplus.o -Wl,-soname -Wl,saferplus.so -o .libs/saferplus.so
# creating saferplus.la
# (cd .libs && rm -f saferplus.la && ln -s ../saferplus.la saferplus.la)
# if /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT wake.lo -MD -MP -MF ".deps/wake.Tpo" -c -o wake.lo wake.c; \
# then mv -f ".deps/wake.Tpo" ".deps/wake.Plo"; else rm -f ".deps/wake.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT wake.lo -MD -MP -MF .deps/wake.Tpo -c wake.c -fPIC -DPIC -o .libs/wake.o
# /bin/sh ../../libtool --tag=CC --mode=link clang -o wake.la -module -avoid-version -rpath /usr/lib/libmcrypt wake.lo
# clang -shared .libs/wake.o -Wl,-soname -Wl,wake.so -o .libs/wake.so
# creating wake.la
# (cd .libs && rm -f wake.la && ln -s ../wake.la wake.la)
# if /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT blowfish-compat.lo -MD -MP -MF ".deps/blowfish-compat.Tpo" -c -o blowfish-compat.lo blowfish-compat.c; \
# then mv -f ".deps/blowfish-compat.Tpo" ".deps/blowfish-compat.Plo"; else rm -f ".deps/blowfish-compat.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT blowfish-compat.lo -MD -MP -MF .deps/blowfish-compat.Tpo -c blowfish-compat.c -fPIC -DPIC -o .libs/blowfish-compat.o
# blowfish-compat.c:569:25: warning: passing 'char *' to parameter of type 'byte *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# initialize_blowfish(c, k, len);
# ^
# blowfish-compat.c:152:52: note: passing argument to parameter 'key' here
# static short initialize_blowfish(blf_ctx * c, byte key[], short keybytes)
# ^
# blowfish-compat.c:646:13: warning: passing 'unsigned char [16]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strcmp(ciphertext, plaintext) != 0) {
# ^~~~~~~~~~
# /usr/include/string.h:140:32: note: passing argument to parameter '__s1' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# blowfish-compat.c:646:25: warning: passing 'unsigned char [16]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strcmp(ciphertext, plaintext) != 0) {
# ^~~~~~~~~
# /usr/include/string.h:140:50: note: passing argument to parameter '__s2' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# 3 warnings generated.
# /bin/sh ../../libtool --tag=CC --mode=link clang -o blowfish-compat.la -module -avoid-version -rpath /usr/lib/libmcrypt blowfish-compat.lo
# clang -shared .libs/blowfish-compat.o -Wl,-soname -Wl,blowfish-compat.so -o .libs/blowfish-compat.so
# creating blowfish-compat.la
# (cd .libs && rm -f blowfish-compat.la && ln -s ../blowfish-compat.la blowfish-compat.la)
# if /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT des.lo -MD -MP -MF ".deps/des.Tpo" -c -o des.lo des.c; \
# then mv -f ".deps/des.Tpo" ".deps/des.Plo"; else rm -f ".deps/des.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT des.lo -MD -MP -MF .deps/des.Tpo -c des.c -fPIC -DPIC -o .libs/des.o
# des.c:653:13: warning: passing 'unsigned char [16]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strcmp(ciphertext, plaintext) != 0) {
# ^~~~~~~~~~
# /usr/include/string.h:140:32: note: passing argument to parameter '__s1' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# des.c:653:25: warning: passing 'unsigned char [16]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strcmp(ciphertext, plaintext) != 0) {
# ^~~~~~~~~
# /usr/include/string.h:140:50: note: passing argument to parameter '__s2' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# 2 warnings generated.
# /bin/sh ../../libtool --tag=CC --mode=link clang -o des.la -module -avoid-version -rpath /usr/lib/libmcrypt des.lo
# clang -shared .libs/des.o -Wl,-soname -Wl,des.so -o .libs/des.so
# creating des.la
# (cd .libs && rm -f des.la && ln -s ../des.la des.la)
# if /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT rijndael-256.lo -MD -MP -MF ".deps/rijndael-256.Tpo" -c -o rijndael-256.lo rijndael-256.c; \
# then mv -f ".deps/rijndael-256.Tpo" ".deps/rijndael-256.Plo"; else rm -f ".deps/rijndael-256.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT rijndael-256.lo -MD -MP -MF .deps/rijndael-256.Tpo -c rijndael-256.c -fPIC -DPIC -o .libs/rijndael-256.o
# rijndael-256.c:486:13: warning: passing 'unsigned char [32]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strcmp(ciphertext, plaintext) != 0) {
# ^~~~~~~~~~
# /usr/include/string.h:140:32: note: passing argument to parameter '__s1' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# rijndael-256.c:486:25: warning: passing 'unsigned char [32]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strcmp(ciphertext, plaintext) != 0) {
# ^~~~~~~~~
# /usr/include/string.h:140:50: note: passing argument to parameter '__s2' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# 2 warnings generated.
# /bin/sh ../../libtool --tag=CC --mode=link clang -o rijndael-256.la -module -avoid-version -rpath /usr/lib/libmcrypt rijndael-256.lo
# clang -shared .libs/rijndael-256.o -Wl,-soname -Wl,rijndael-256.so -o .libs/rijndael-256.so
# creating rijndael-256.la
# (cd .libs && rm -f rijndael-256.la && ln -s ../rijndael-256.la rijndael-256.la)
# if /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT serpent.lo -MD -MP -MF ".deps/serpent.Tpo" -c -o serpent.lo serpent.c; \
# then mv -f ".deps/serpent.Tpo" ".deps/serpent.Plo"; else rm -f ".deps/serpent.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT serpent.lo -MD -MP -MF .deps/serpent.Tpo -c serpent.c -fPIC -DPIC -o .libs/serpent.o
# serpent.c:947:13: warning: passing 'unsigned char [16]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strcmp(ciphertext, plaintext) != 0) {
# ^~~~~~~~~~
# /usr/include/string.h:140:32: note: passing argument to parameter '__s1' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# serpent.c:947:25: warning: passing 'unsigned char [16]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strcmp(ciphertext, plaintext) != 0) {
# ^~~~~~~~~
# /usr/include/string.h:140:50: note: passing argument to parameter '__s2' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# 2 warnings generated.
# /bin/sh ../../libtool --tag=CC --mode=link clang -o serpent.la -module -avoid-version -rpath /usr/lib/libmcrypt serpent.lo
# clang -shared .libs/serpent.o -Wl,-soname -Wl,serpent.so -o .libs/serpent.so
# creating serpent.la
# (cd .libs && rm -f serpent.la && ln -s ../serpent.la serpent.la)
# if /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT xtea.lo -MD -MP -MF ".deps/xtea.Tpo" -c -o xtea.lo xtea.c; \
# then mv -f ".deps/xtea.Tpo" ".deps/xtea.Plo"; else rm -f ".deps/xtea.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT xtea.lo -MD -MP -MF .deps/xtea.Tpo -c xtea.c -fPIC -DPIC -o .libs/xtea.o
# xtea.c:220:13: warning: passing 'unsigned char [16]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strcmp(ciphertext, plaintext) != 0) {
# ^~~~~~~~~~
# /usr/include/string.h:140:32: note: passing argument to parameter '__s1' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# xtea.c:220:25: warning: passing 'unsigned char [16]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strcmp(ciphertext, plaintext) != 0) {
# ^~~~~~~~~
# /usr/include/string.h:140:50: note: passing argument to parameter '__s2' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# 2 warnings generated.
# /bin/sh ../../libtool --tag=CC --mode=link clang -o xtea.la -module -avoid-version -rpath /usr/lib/libmcrypt xtea.lo
# clang -shared .libs/xtea.o -Wl,-soname -Wl,xtea.so -o .libs/xtea.so
# creating xtea.la
# (cd .libs && rm -f xtea.la && ln -s ../xtea.la xtea.la)
# if /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT blowfish.lo -MD -MP -MF ".deps/blowfish.Tpo" -c -o blowfish.lo blowfish.c; \
# then mv -f ".deps/blowfish.Tpo" ".deps/blowfish.Plo"; else rm -f ".deps/blowfish.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT blowfish.lo -MD -MP -MF .deps/blowfish.Tpo -c blowfish.c -fPIC -DPIC -o .libs/blowfish.o
# blowfish.c:477:25: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# initialize_blowfish(c, k, len);
# ^
# blowfish.c:422:61: note: passing argument to parameter 'key' here
# static short initialize_blowfish(blf_ctx * c, unsigned char key[],
# ^
# blowfish.c:555:13: warning: passing 'unsigned char [16]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strcmp(ciphertext, plaintext) != 0) {
# ^~~~~~~~~~
# /usr/include/string.h:140:32: note: passing argument to parameter '__s1' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# blowfish.c:555:25: warning: passing 'unsigned char [16]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strcmp(ciphertext, plaintext) != 0) {
# ^~~~~~~~~
# /usr/include/string.h:140:50: note: passing argument to parameter '__s2' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# 3 warnings generated.
# /bin/sh ../../libtool --tag=CC --mode=link clang -o blowfish.la -module -avoid-version -rpath /usr/lib/libmcrypt blowfish.lo
# clang -shared .libs/blowfish.o -Wl,-soname -Wl,blowfish.so -o .libs/blowfish.so
# creating blowfish.la
# (cd .libs && rm -f blowfish.la && ln -s ../blowfish.la blowfish.la)
# if /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT enigma.lo -MD -MP -MF ".deps/enigma.Tpo" -c -o enigma.lo enigma.c; \
# then mv -f ".deps/enigma.Tpo" ".deps/enigma.Plo"; else rm -f ".deps/enigma.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT enigma.lo -MD -MP -MF .deps/enigma.Tpo -c enigma.c -fPIC -DPIC -o .libs/enigma.o
# enigma.c:273:13: warning: passing 'unsigned char [20]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strcmp(ciphertext, plaintext) != 0) {
# ^~~~~~~~~~
# /usr/include/string.h:140:32: note: passing argument to parameter '__s1' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# enigma.c:273:25: warning: passing 'unsigned char [20]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strcmp(ciphertext, plaintext) != 0) {
# ^~~~~~~~~
# /usr/include/string.h:140:50: note: passing argument to parameter '__s2' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# 2 warnings generated.
# /bin/sh ../../libtool --tag=CC --mode=link clang -o enigma.la -module -avoid-version -rpath /usr/lib/libmcrypt enigma.lo
# clang -shared .libs/enigma.o -Wl,-soname -Wl,enigma.so -o .libs/enigma.so
# creating enigma.la
# (cd .libs && rm -f enigma.la && ln -s ../enigma.la enigma.la)
# if /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT rc2.lo -MD -MP -MF ".deps/rc2.Tpo" -c -o rc2.lo rc2.c; \
# then mv -f ".deps/rc2.Tpo" ".deps/rc2.Plo"; else rm -f ".deps/rc2.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT rc2.lo -MD -MP -MF .deps/rc2.Tpo -c rc2.c -fPIC -DPIC -o .libs/rc2.o
# rc2.c:303:13: warning: passing 'unsigned char [16]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strcmp(ciphertext, plaintext) != 0) {
# ^~~~~~~~~~
# /usr/include/string.h:140:32: note: passing argument to parameter '__s1' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# rc2.c:303:25: warning: passing 'unsigned char [16]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strcmp(ciphertext, plaintext) != 0) {
# ^~~~~~~~~
# /usr/include/string.h:140:50: note: passing argument to parameter '__s2' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# 2 warnings generated.
# /bin/sh ../../libtool --tag=CC --mode=link clang -o rc2.la -module -avoid-version -rpath /usr/lib/libmcrypt rc2.lo
# clang -shared .libs/rc2.o -Wl,-soname -Wl,rc2.so -o .libs/rc2.so
# creating rc2.la
# (cd .libs && rm -f rc2.la && ln -s ../rc2.la rc2.la)
# if /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT safer128.lo -MD -MP -MF ".deps/safer128.Tpo" -c -o safer128.lo safer128.c; \
# then mv -f ".deps/safer128.Tpo" ".deps/safer128.Plo"; else rm -f ".deps/safer128.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT safer128.lo -MD -MP -MF .deps/safer128.Tpo -c safer128.c -fPIC -DPIC -o .libs/safer128.o
# safer128.c:377:13: warning: passing 'unsigned char [16]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strcmp(ciphertext, plaintext) != 0) {
# ^~~~~~~~~~
# /usr/include/string.h:140:32: note: passing argument to parameter '__s1' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# safer128.c:377:25: warning: passing 'unsigned char [16]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strcmp(ciphertext, plaintext) != 0) {
# ^~~~~~~~~
# /usr/include/string.h:140:50: note: passing argument to parameter '__s2' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# 2 warnings generated.
# /bin/sh ../../libtool --tag=CC --mode=link clang -o safer-sk128.la -module -avoid-version -rpath /usr/lib/libmcrypt safer128.lo
# clang -shared .libs/safer128.o -Wl,-soname -Wl,safer-sk128.so -o .libs/safer-sk128.so
# creating safer-sk128.la
# (cd .libs && rm -f safer-sk128.la && ln -s ../safer-sk128.la safer-sk128.la)
# if /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT tripledes.lo -MD -MP -MF ".deps/tripledes.Tpo" -c -o tripledes.lo tripledes.c; \
# then mv -f ".deps/tripledes.Tpo" ".deps/tripledes.Plo"; else rm -f ".deps/tripledes.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT tripledes.lo -MD -MP -MF .deps/tripledes.Tpo -c tripledes.c -fPIC -DPIC -o .libs/tripledes.o
# tripledes.c:839:13: warning: passing 'unsigned char [16]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strcmp(ciphertext, plaintext) != 0) {
# ^~~~~~~~~~
# /usr/include/string.h:140:32: note: passing argument to parameter '__s1' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# tripledes.c:839:25: warning: passing 'unsigned char [16]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strcmp(ciphertext, plaintext) != 0) {
# ^~~~~~~~~
# /usr/include/string.h:140:50: note: passing argument to parameter '__s2' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# 2 warnings generated.
# /bin/sh ../../libtool --tag=CC --mode=link clang -o tripledes.la -module -avoid-version -rpath /usr/lib/libmcrypt tripledes.lo
# clang -shared .libs/tripledes.o -Wl,-soname -Wl,tripledes.so -o .libs/tripledes.so
# creating tripledes.la
# (cd .libs && rm -f tripledes.la && ln -s ../tripledes.la tripledes.la)
# make[3]: Leaving directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/modules/algorithms'
# Making all in modes
# make[3]: Entering directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/modules/modes'
# if /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT cbc.lo -MD -MP -MF ".deps/cbc.Tpo" -c -o cbc.lo cbc.c; \
# then mv -f ".deps/cbc.Tpo" ".deps/cbc.Plo"; else rm -f ".deps/cbc.Tpo"; exit 1; fi
# mkdir .libs
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT cbc.lo -MD -MP -MF .deps/cbc.Tpo -c cbc.c -fPIC -DPIC -o .libs/cbc.o
# /bin/sh ../../libtool --tag=CC --mode=link clang -o cbc.la -module -avoid-version -rpath /usr/lib/libmcrypt cbc.lo
# clang -shared .libs/cbc.o -Wl,-soname -Wl,cbc.so -o .libs/cbc.so
# creating cbc.la
# (cd .libs && rm -f cbc.la && ln -s ../cbc.la cbc.la)
# if /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT cfb.lo -MD -MP -MF ".deps/cfb.Tpo" -c -o cfb.lo cfb.c; \
# then mv -f ".deps/cfb.Tpo" ".deps/cfb.Plo"; else rm -f ".deps/cfb.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT cfb.lo -MD -MP -MF .deps/cfb.Tpo -c cfb.c -fPIC -DPIC -o .libs/cfb.o
# /bin/sh ../../libtool --tag=CC --mode=link clang -o cfb.la -module -avoid-version -rpath /usr/lib/libmcrypt cfb.lo
# clang -shared .libs/cfb.o -Wl,-soname -Wl,cfb.so -o .libs/cfb.so
# creating cfb.la
# (cd .libs && rm -f cfb.la && ln -s ../cfb.la cfb.la)
# if /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT ctr.lo -MD -MP -MF ".deps/ctr.Tpo" -c -o ctr.lo ctr.c; \
# then mv -f ".deps/ctr.Tpo" ".deps/ctr.Plo"; else rm -f ".deps/ctr.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT ctr.lo -MD -MP -MF .deps/ctr.Tpo -c ctr.c -fPIC -DPIC -o .libs/ctr.o
# /bin/sh ../../libtool --tag=CC --mode=link clang -o ctr.la -module -avoid-version -rpath /usr/lib/libmcrypt ctr.lo
# clang -shared .libs/ctr.o -Wl,-soname -Wl,ctr.so -o .libs/ctr.so
# creating ctr.la
# (cd .libs && rm -f ctr.la && ln -s ../ctr.la ctr.la)
# if /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT ecb.lo -MD -MP -MF ".deps/ecb.Tpo" -c -o ecb.lo ecb.c; \
# then mv -f ".deps/ecb.Tpo" ".deps/ecb.Plo"; else rm -f ".deps/ecb.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT ecb.lo -MD -MP -MF .deps/ecb.Tpo -c ecb.c -fPIC -DPIC -o .libs/ecb.o
# /bin/sh ../../libtool --tag=CC --mode=link clang -o ecb.la -module -avoid-version -rpath /usr/lib/libmcrypt ecb.lo
# clang -shared .libs/ecb.o -Wl,-soname -Wl,ecb.so -o .libs/ecb.so
# creating ecb.la
# (cd .libs && rm -f ecb.la && ln -s ../ecb.la ecb.la)
# if /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT ncfb.lo -MD -MP -MF ".deps/ncfb.Tpo" -c -o ncfb.lo ncfb.c; \
# then mv -f ".deps/ncfb.Tpo" ".deps/ncfb.Plo"; else rm -f ".deps/ncfb.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT ncfb.lo -MD -MP -MF .deps/ncfb.Tpo -c ncfb.c -fPIC -DPIC -o .libs/ncfb.o
# /bin/sh ../../libtool --tag=CC --mode=link clang -o ncfb.la -module -avoid-version -rpath /usr/lib/libmcrypt ncfb.lo
# clang -shared .libs/ncfb.o -Wl,-soname -Wl,ncfb.so -o .libs/ncfb.so
# creating ncfb.la
# (cd .libs && rm -f ncfb.la && ln -s ../ncfb.la ncfb.la)
# if /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT nofb.lo -MD -MP -MF ".deps/nofb.Tpo" -c -o nofb.lo nofb.c; \
# then mv -f ".deps/nofb.Tpo" ".deps/nofb.Plo"; else rm -f ".deps/nofb.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT nofb.lo -MD -MP -MF .deps/nofb.Tpo -c nofb.c -fPIC -DPIC -o .libs/nofb.o
# /bin/sh ../../libtool --tag=CC --mode=link clang -o nofb.la -module -avoid-version -rpath /usr/lib/libmcrypt nofb.lo
# clang -shared .libs/nofb.o -Wl,-soname -Wl,nofb.so -o .libs/nofb.so
# creating nofb.la
# (cd .libs && rm -f nofb.la && ln -s ../nofb.la nofb.la)
# if /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT ofb.lo -MD -MP -MF ".deps/ofb.Tpo" -c -o ofb.lo ofb.c; \
# then mv -f ".deps/ofb.Tpo" ".deps/ofb.Plo"; else rm -f ".deps/ofb.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT ofb.lo -MD -MP -MF .deps/ofb.Tpo -c ofb.c -fPIC -DPIC -o .libs/ofb.o
# /bin/sh ../../libtool --tag=CC --mode=link clang -o ofb.la -module -avoid-version -rpath /usr/lib/libmcrypt ofb.lo
# clang -shared .libs/ofb.o -Wl,-soname -Wl,ofb.so -o .libs/ofb.so
# creating ofb.la
# (cd .libs && rm -f ofb.la && ln -s ../ofb.la ofb.la)
# if /bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT stream.lo -MD -MP -MF ".deps/stream.Tpo" -c -o stream.lo stream.c; \
# then mv -f ".deps/stream.Tpo" ".deps/stream.Plo"; else rm -f ".deps/stream.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I../../lib -MT stream.lo -MD -MP -MF .deps/stream.Tpo -c stream.c -fPIC -DPIC -o .libs/stream.o
# /bin/sh ../../libtool --tag=CC --mode=link clang -o stream.la -module -avoid-version -rpath /usr/lib/libmcrypt stream.lo
# clang -shared .libs/stream.o -Wl,-soname -Wl,stream.so -o .libs/stream.so
# creating stream.la
# (cd .libs && rm -f stream.la && ln -s ../stream.la stream.la)
# make[3]: Leaving directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/modules/modes'
# make[3]: Entering directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/modules'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/modules'
# make[2]: Leaving directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/modules'
# Making all in include
# make[2]: Entering directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/include'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/include'
# Making all in lib
# make[2]: Entering directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/lib'
# if /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DLIBDIR=\"/usr/lib/libmcrypt/\" -I. -I. -I.. -I. -I.. -I../modules/algorithms -I../modules/modes -MT mcrypt_extra.lo -MD -MP -MF ".deps/mcrypt_extra.Tpo" -c -o mcrypt_extra.lo mcrypt_extra.c; \
# then mv -f ".deps/mcrypt_extra.Tpo" ".deps/mcrypt_extra.Plo"; else rm -f ".deps/mcrypt_extra.Tpo"; exit 1; fi
# mkdir .libs
# clang -DHAVE_CONFIG_H -DLIBDIR=\"/usr/lib/libmcrypt/\" -I. -I. -I.. -I. -I.. -I../modules/algorithms -I../modules/modes -MT mcrypt_extra.lo -MD -MP -MF .deps/mcrypt_extra.Tpo -c mcrypt_extra.c -fPIC -DPIC -o .libs/mcrypt_extra.o
# if /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DLIBDIR=\"/usr/lib/libmcrypt/\" -I. -I. -I.. -I. -I.. -I../modules/algorithms -I../modules/modes -MT mcrypt.lo -MD -MP -MF ".deps/mcrypt.Tpo" -c -o mcrypt.lo mcrypt.c; \
# then mv -f ".deps/mcrypt.Tpo" ".deps/mcrypt.Plo"; else rm -f ".deps/mcrypt.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -DLIBDIR=\"/usr/lib/libmcrypt/\" -I. -I. -I.. -I. -I.. -I../modules/algorithms -I../modules/modes -MT mcrypt.lo -MD -MP -MF .deps/mcrypt.Tpo -c mcrypt.c -fPIC -DPIC -o .libs/mcrypt.o
# if /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DLIBDIR=\"/usr/lib/libmcrypt/\" -I. -I. -I.. -I. -I.. -I../modules/algorithms -I../modules/modes -MT bzero.lo -MD -MP -MF ".deps/bzero.Tpo" -c -o bzero.lo bzero.c; \
# then mv -f ".deps/bzero.Tpo" ".deps/bzero.Plo"; else rm -f ".deps/bzero.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -DLIBDIR=\"/usr/lib/libmcrypt/\" -I. -I. -I.. -I. -I.. -I../modules/algorithms -I../modules/modes -MT bzero.lo -MD -MP -MF .deps/bzero.Tpo -c bzero.c -fPIC -DPIC -o .libs/bzero.o
# if /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DLIBDIR=\"/usr/lib/libmcrypt/\" -I. -I. -I.. -I. -I.. -I../modules/algorithms -I../modules/modes -MT xmemory.lo -MD -MP -MF ".deps/xmemory.Tpo" -c -o xmemory.lo xmemory.c; \
# then mv -f ".deps/xmemory.Tpo" ".deps/xmemory.Plo"; else rm -f ".deps/xmemory.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -DLIBDIR=\"/usr/lib/libmcrypt/\" -I. -I. -I.. -I. -I.. -I../modules/algorithms -I../modules/modes -MT xmemory.lo -MD -MP -MF .deps/xmemory.Tpo -c xmemory.c -fPIC -DPIC -o .libs/xmemory.o
# if /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DLIBDIR=\"/usr/lib/libmcrypt/\" -I. -I. -I.. -I. -I.. -I../modules/algorithms -I../modules/modes -MT mcrypt_modules.lo -MD -MP -MF ".deps/mcrypt_modules.Tpo" -c -o mcrypt_modules.lo mcrypt_modules.c; \
# then mv -f ".deps/mcrypt_modules.Tpo" ".deps/mcrypt_modules.Plo"; else rm -f ".deps/mcrypt_modules.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -DLIBDIR=\"/usr/lib/libmcrypt/\" -I. -I. -I.. -I. -I.. -I../modules/algorithms -I../modules/modes -MT mcrypt_modules.lo -MD -MP -MF .deps/mcrypt_modules.Tpo -c mcrypt_modules.c -fPIC -DPIC -o .libs/mcrypt_modules.o
# if /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DLIBDIR=\"/usr/lib/libmcrypt/\" -I. -I. -I.. -I. -I.. -I../modules/algorithms -I../modules/modes -MT win32_comp.lo -MD -MP -MF ".deps/win32_comp.Tpo" -c -o win32_comp.lo win32_comp.c; \
# then mv -f ".deps/win32_comp.Tpo" ".deps/win32_comp.Plo"; else rm -f ".deps/win32_comp.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -DLIBDIR=\"/usr/lib/libmcrypt/\" -I. -I. -I.. -I. -I.. -I../modules/algorithms -I../modules/modes -MT win32_comp.lo -MD -MP -MF .deps/win32_comp.Tpo -c win32_comp.c -fPIC -DPIC -o .libs/win32_comp.o
# if /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DLIBDIR=\"/usr/lib/libmcrypt/\" -I. -I. -I.. -I. -I.. -I../modules/algorithms -I../modules/modes -MT mcrypt_threads.lo -MD -MP -MF ".deps/mcrypt_threads.Tpo" -c -o mcrypt_threads.lo mcrypt_threads.c; \
# then mv -f ".deps/mcrypt_threads.Tpo" ".deps/mcrypt_threads.Plo"; else rm -f ".deps/mcrypt_threads.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -DLIBDIR=\"/usr/lib/libmcrypt/\" -I. -I. -I.. -I. -I.. -I../modules/algorithms -I../modules/modes -MT mcrypt_threads.lo -MD -MP -MF .deps/mcrypt_threads.Tpo -c mcrypt_threads.c -fPIC -DPIC -o .libs/mcrypt_threads.o
# if /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -DLIBDIR=\"/usr/lib/libmcrypt/\" -I. -I. -I.. -I. -I.. -I../modules/algorithms -I../modules/modes -MT mcrypt_symb.lo -MD -MP -MF ".deps/mcrypt_symb.Tpo" -c -o mcrypt_symb.lo mcrypt_symb.c; \
# then mv -f ".deps/mcrypt_symb.Tpo" ".deps/mcrypt_symb.Plo"; else rm -f ".deps/mcrypt_symb.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -DLIBDIR=\"/usr/lib/libmcrypt/\" -I. -I. -I.. -I. -I.. -I../modules/algorithms -I../modules/modes -MT mcrypt_symb.lo -MD -MP -MF .deps/mcrypt_symb.Tpo -c mcrypt_symb.c -fPIC -DPIC -o .libs/mcrypt_symb.o
# mcrypt_symb.c:5:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cbc_LTX__init_mcrypt();
# ~~~~~~ ^
# mcrypt_symb.c:6:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cbc_LTX__mcrypt_set_state();
# ~~~~~~ ^
# mcrypt_symb.c:7:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cbc_LTX__mcrypt_get_state();
# ~~~~~~ ^
# mcrypt_symb.c:8:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cbc_LTX__end_mcrypt();
# ~~~~~~ ^
# mcrypt_symb.c:9:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cbc_LTX__mcrypt();
# ~~~~~~ ^
# mcrypt_symb.c:10:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cbc_LTX__mdecrypt();
# ~~~~~~ ^
# mcrypt_symb.c:11:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cbc_LTX__has_iv();
# ~~~~~~ ^
# mcrypt_symb.c:12:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cbc_LTX__is_block_mode();
# ~~~~~~ ^
# mcrypt_symb.c:13:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cbc_LTX__is_block_algorithm_mode();
# ~~~~~~ ^
# mcrypt_symb.c:14:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cbc_LTX__mcrypt_get_modes_name();
# ~~~~~~ ^
# mcrypt_symb.c:15:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cbc_LTX__mcrypt_mode_get_size();
# ~~~~~~ ^
# mcrypt_symb.c:16:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cbc_LTX__mcrypt_mode_version();
# ~~~~~~ ^
# mcrypt_symb.c:17:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cfb_LTX__init_mcrypt();
# ~~~~~~ ^
# mcrypt_symb.c:18:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cfb_LTX__mcrypt_set_state();
# ~~~~~~ ^
# mcrypt_symb.c:19:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cfb_LTX__mcrypt_get_state();
# ~~~~~~ ^
# mcrypt_symb.c:20:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cfb_LTX__end_mcrypt();
# ~~~~~~ ^
# mcrypt_symb.c:21:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cfb_LTX__mcrypt();
# ~~~~~~ ^
# mcrypt_symb.c:22:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cfb_LTX__mdecrypt();
# ~~~~~~ ^
# mcrypt_symb.c:23:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cfb_LTX__has_iv();
# ~~~~~~ ^
# mcrypt_symb.c:24:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cfb_LTX__is_block_mode();
# ~~~~~~ ^
# mcrypt_symb.c:25:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cfb_LTX__is_block_algorithm_mode();
# ~~~~~~ ^
# mcrypt_symb.c:26:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cfb_LTX__mcrypt_get_modes_name();
# ~~~~~~ ^
# mcrypt_symb.c:27:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cfb_LTX__mcrypt_mode_get_size();
# ~~~~~~ ^
# mcrypt_symb.c:28:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cfb_LTX__mcrypt_mode_version();
# ~~~~~~ ^
# mcrypt_symb.c:29:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ctr_LTX__init_mcrypt();
# ~~~~~~ ^
# mcrypt_symb.c:30:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ctr_LTX__mcrypt_set_state();
# ~~~~~~ ^
# mcrypt_symb.c:31:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ctr_LTX__mcrypt_get_state();
# ~~~~~~ ^
# mcrypt_symb.c:32:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ctr_LTX__end_mcrypt();
# ~~~~~~ ^
# mcrypt_symb.c:33:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ctr_LTX__mcrypt();
# ~~~~~~ ^
# mcrypt_symb.c:34:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ctr_LTX__mdecrypt();
# ~~~~~~ ^
# mcrypt_symb.c:35:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ctr_LTX__has_iv();
# ~~~~~~ ^
# mcrypt_symb.c:36:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ctr_LTX__is_block_mode();
# ~~~~~~ ^
# mcrypt_symb.c:37:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ctr_LTX__is_block_algorithm_mode();
# ~~~~~~ ^
# mcrypt_symb.c:38:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ctr_LTX__mcrypt_get_modes_name();
# ~~~~~~ ^
# mcrypt_symb.c:39:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ctr_LTX__mcrypt_mode_get_size();
# ~~~~~~ ^
# mcrypt_symb.c:40:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ctr_LTX__mcrypt_mode_version();
# ~~~~~~ ^
# mcrypt_symb.c:41:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ecb_LTX__mcrypt_set_state();
# ~~~~~~ ^
# mcrypt_symb.c:42:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ecb_LTX__mcrypt_get_state();
# ~~~~~~ ^
# mcrypt_symb.c:43:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ecb_LTX__init_mcrypt();
# ~~~~~~ ^
# mcrypt_symb.c:44:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ecb_LTX__end_mcrypt();
# ~~~~~~ ^
# mcrypt_symb.c:45:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ecb_LTX__mcrypt();
# ~~~~~~ ^
# mcrypt_symb.c:46:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ecb_LTX__mdecrypt();
# ~~~~~~ ^
# mcrypt_symb.c:47:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ecb_LTX__has_iv();
# ~~~~~~ ^
# mcrypt_symb.c:48:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ecb_LTX__is_block_mode();
# ~~~~~~ ^
# mcrypt_symb.c:49:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ecb_LTX__is_block_algorithm_mode();
# ~~~~~~ ^
# mcrypt_symb.c:50:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ecb_LTX__mcrypt_get_modes_name();
# ~~~~~~ ^
# mcrypt_symb.c:51:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ecb_LTX__mcrypt_mode_get_size();
# ~~~~~~ ^
# mcrypt_symb.c:52:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ecb_LTX__mcrypt_mode_version();
# ~~~~~~ ^
# mcrypt_symb.c:53:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ncfb_LTX__init_mcrypt();
# ~~~~~~ ^
# mcrypt_symb.c:54:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ncfb_LTX__mcrypt_set_state();
# ~~~~~~ ^
# mcrypt_symb.c:55:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ncfb_LTX__mcrypt_get_state();
# ~~~~~~ ^
# mcrypt_symb.c:56:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ncfb_LTX__end_mcrypt();
# ~~~~~~ ^
# mcrypt_symb.c:57:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ncfb_LTX__mcrypt();
# ~~~~~~ ^
# mcrypt_symb.c:58:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ncfb_LTX__mdecrypt();
# ~~~~~~ ^
# mcrypt_symb.c:59:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ncfb_LTX__has_iv();
# ~~~~~~ ^
# mcrypt_symb.c:60:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ncfb_LTX__is_block_mode();
# ~~~~~~ ^
# mcrypt_symb.c:61:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ncfb_LTX__is_block_algorithm_mode();
# ~~~~~~ ^
# mcrypt_symb.c:62:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ncfb_LTX__mcrypt_get_modes_name();
# ~~~~~~ ^
# mcrypt_symb.c:63:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ncfb_LTX__mcrypt_mode_get_size();
# ~~~~~~ ^
# mcrypt_symb.c:64:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ncfb_LTX__mcrypt_mode_version();
# ~~~~~~ ^
# mcrypt_symb.c:65:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern nofb_LTX__init_mcrypt();
# ~~~~~~ ^
# mcrypt_symb.c:66:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern nofb_LTX__mcrypt_set_state();
# ~~~~~~ ^
# mcrypt_symb.c:67:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern nofb_LTX__mcrypt_get_state();
# ~~~~~~ ^
# mcrypt_symb.c:68:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern nofb_LTX__end_mcrypt();
# ~~~~~~ ^
# mcrypt_symb.c:69:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern nofb_LTX__mcrypt();
# ~~~~~~ ^
# mcrypt_symb.c:70:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern nofb_LTX__mdecrypt();
# ~~~~~~ ^
# mcrypt_symb.c:71:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern nofb_LTX__has_iv();
# ~~~~~~ ^
# mcrypt_symb.c:72:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern nofb_LTX__is_block_mode();
# ~~~~~~ ^
# mcrypt_symb.c:73:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern nofb_LTX__is_block_algorithm_mode();
# ~~~~~~ ^
# mcrypt_symb.c:74:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern nofb_LTX__mcrypt_get_modes_name();
# ~~~~~~ ^
# mcrypt_symb.c:75:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern nofb_LTX__mcrypt_mode_get_size();
# ~~~~~~ ^
# mcrypt_symb.c:76:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern nofb_LTX__mcrypt_mode_version();
# ~~~~~~ ^
# mcrypt_symb.c:77:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ofb_LTX__init_mcrypt();
# ~~~~~~ ^
# mcrypt_symb.c:78:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ofb_LTX__mcrypt_set_state();
# ~~~~~~ ^
# mcrypt_symb.c:79:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ofb_LTX__mcrypt_get_state();
# ~~~~~~ ^
# mcrypt_symb.c:80:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ofb_LTX__end_mcrypt();
# ~~~~~~ ^
# mcrypt_symb.c:81:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ofb_LTX__mcrypt();
# ~~~~~~ ^
# mcrypt_symb.c:82:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ofb_LTX__mdecrypt();
# ~~~~~~ ^
# mcrypt_symb.c:83:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ofb_LTX__has_iv();
# ~~~~~~ ^
# mcrypt_symb.c:84:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ofb_LTX__is_block_mode();
# ~~~~~~ ^
# mcrypt_symb.c:85:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ofb_LTX__is_block_algorithm_mode();
# ~~~~~~ ^
# mcrypt_symb.c:86:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ofb_LTX__mcrypt_get_modes_name();
# ~~~~~~ ^
# mcrypt_symb.c:87:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ofb_LTX__mcrypt_mode_get_size();
# ~~~~~~ ^
# mcrypt_symb.c:88:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern ofb_LTX__mcrypt_mode_version();
# ~~~~~~ ^
# mcrypt_symb.c:89:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern stream_LTX__init_mcrypt();
# ~~~~~~ ^
# mcrypt_symb.c:90:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern stream_LTX__mcrypt_set_state();
# ~~~~~~ ^
# mcrypt_symb.c:91:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern stream_LTX__mcrypt_get_state();
# ~~~~~~ ^
# mcrypt_symb.c:92:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern stream_LTX__end_mcrypt();
# ~~~~~~ ^
# mcrypt_symb.c:93:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern stream_LTX__mcrypt();
# ~~~~~~ ^
# mcrypt_symb.c:94:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern stream_LTX__mdecrypt();
# ~~~~~~ ^
# mcrypt_symb.c:95:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern stream_LTX__has_iv();
# ~~~~~~ ^
# mcrypt_symb.c:96:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern stream_LTX__is_block_mode();
# ~~~~~~ ^
# mcrypt_symb.c:97:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern stream_LTX__is_block_algorithm_mode();
# ~~~~~~ ^
# mcrypt_symb.c:98:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern stream_LTX__mcrypt_get_modes_name();
# ~~~~~~ ^
# mcrypt_symb.c:99:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern stream_LTX__mcrypt_mode_get_size();
# ~~~~~~ ^
# mcrypt_symb.c:100:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern stream_LTX__mcrypt_mode_version();
# ~~~~~~ ^
# mcrypt_symb.c:101:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cast_128_LTX__mcrypt_set_key();
# ~~~~~~ ^
# mcrypt_symb.c:102:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cast_128_LTX__mcrypt_encrypt();
# ~~~~~~ ^
# mcrypt_symb.c:103:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cast_128_LTX__mcrypt_decrypt();
# ~~~~~~ ^
# mcrypt_symb.c:104:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cast_128_LTX__mcrypt_get_size();
# ~~~~~~ ^
# mcrypt_symb.c:105:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cast_128_LTX__mcrypt_get_block_size();
# ~~~~~~ ^
# mcrypt_symb.c:106:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cast_128_LTX__is_block_algorithm();
# ~~~~~~ ^
# mcrypt_symb.c:107:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cast_128_LTX__mcrypt_get_key_size();
# ~~~~~~ ^
# mcrypt_symb.c:108:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cast_128_LTX__mcrypt_get_supported_key_sizes();
# ~~~~~~ ^
# mcrypt_symb.c:109:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cast_128_LTX__mcrypt_get_algorithms_name();
# ~~~~~~ ^
# mcrypt_symb.c:110:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cast_128_LTX__mcrypt_self_test();
# ~~~~~~ ^
# mcrypt_symb.c:111:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cast_128_LTX__mcrypt_algorithm_version();
# ~~~~~~ ^
# mcrypt_symb.c:112:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern gost_LTX__mcrypt_set_key();
# ~~~~~~ ^
# mcrypt_symb.c:113:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern gost_LTX__mcrypt_encrypt();
# ~~~~~~ ^
# mcrypt_symb.c:114:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern gost_LTX__mcrypt_decrypt();
# ~~~~~~ ^
# mcrypt_symb.c:115:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern gost_LTX__mcrypt_get_size();
# ~~~~~~ ^
# mcrypt_symb.c:116:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern gost_LTX__mcrypt_get_block_size();
# ~~~~~~ ^
# mcrypt_symb.c:117:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern gost_LTX__is_block_algorithm();
# ~~~~~~ ^
# mcrypt_symb.c:118:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern gost_LTX__mcrypt_get_key_size();
# ~~~~~~ ^
# mcrypt_symb.c:119:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern gost_LTX__mcrypt_get_supported_key_sizes();
# ~~~~~~ ^
# mcrypt_symb.c:120:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern gost_LTX__mcrypt_get_algorithms_name();
# ~~~~~~ ^
# mcrypt_symb.c:121:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern gost_LTX__mcrypt_self_test();
# ~~~~~~ ^
# mcrypt_symb.c:122:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern gost_LTX__mcrypt_algorithm_version();
# ~~~~~~ ^
# mcrypt_symb.c:123:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rijndael_128_LTX__mcrypt_set_key();
# ~~~~~~ ^
# mcrypt_symb.c:124:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rijndael_128_LTX__mcrypt_encrypt();
# ~~~~~~ ^
# mcrypt_symb.c:125:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rijndael_128_LTX__mcrypt_decrypt();
# ~~~~~~ ^
# mcrypt_symb.c:126:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rijndael_128_LTX__mcrypt_get_size();
# ~~~~~~ ^
# mcrypt_symb.c:127:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rijndael_128_LTX__mcrypt_get_block_size();
# ~~~~~~ ^
# mcrypt_symb.c:128:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rijndael_128_LTX__is_block_algorithm();
# ~~~~~~ ^
# mcrypt_symb.c:129:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rijndael_128_LTX__mcrypt_get_key_size();
# ~~~~~~ ^
# mcrypt_symb.c:130:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rijndael_128_LTX__mcrypt_get_supported_key_sizes();
# ~~~~~~ ^
# mcrypt_symb.c:131:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rijndael_128_LTX__mcrypt_get_algorithms_name();
# ~~~~~~ ^
# mcrypt_symb.c:132:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rijndael_128_LTX__mcrypt_self_test();
# ~~~~~~ ^
# mcrypt_symb.c:133:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rijndael_128_LTX__mcrypt_algorithm_version();
# ~~~~~~ ^
# mcrypt_symb.c:134:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern twofish_LTX__mcrypt_set_key();
# ~~~~~~ ^
# mcrypt_symb.c:135:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern twofish_LTX__mcrypt_encrypt();
# ~~~~~~ ^
# mcrypt_symb.c:136:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern twofish_LTX__mcrypt_decrypt();
# ~~~~~~ ^
# mcrypt_symb.c:137:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern twofish_LTX__mcrypt_get_size();
# ~~~~~~ ^
# mcrypt_symb.c:138:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern twofish_LTX__mcrypt_get_block_size();
# ~~~~~~ ^
# mcrypt_symb.c:139:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern twofish_LTX__is_block_algorithm();
# ~~~~~~ ^
# mcrypt_symb.c:140:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern twofish_LTX__mcrypt_get_key_size();
# ~~~~~~ ^
# mcrypt_symb.c:141:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern twofish_LTX__mcrypt_get_supported_key_sizes();
# ~~~~~~ ^
# mcrypt_symb.c:142:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern twofish_LTX__mcrypt_get_algorithms_name();
# ~~~~~~ ^
# mcrypt_symb.c:143:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern twofish_LTX__mcrypt_self_test();
# ~~~~~~ ^
# mcrypt_symb.c:144:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern twofish_LTX__mcrypt_algorithm_version();
# ~~~~~~ ^
# mcrypt_symb.c:145:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern arcfour_LTX__mcrypt_set_key();
# ~~~~~~ ^
# mcrypt_symb.c:146:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern arcfour_LTX__mcrypt_encrypt();
# ~~~~~~ ^
# mcrypt_symb.c:147:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern arcfour_LTX__mcrypt_decrypt();
# ~~~~~~ ^
# mcrypt_symb.c:148:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern arcfour_LTX__mcrypt_get_size();
# ~~~~~~ ^
# mcrypt_symb.c:149:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern arcfour_LTX__mcrypt_get_block_size();
# ~~~~~~ ^
# mcrypt_symb.c:150:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern arcfour_LTX__is_block_algorithm();
# ~~~~~~ ^
# mcrypt_symb.c:151:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern arcfour_LTX__mcrypt_get_key_size();
# ~~~~~~ ^
# mcrypt_symb.c:152:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern arcfour_LTX__mcrypt_get_algo_iv_size();
# ~~~~~~ ^
# mcrypt_symb.c:153:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern arcfour_LTX__mcrypt_get_supported_key_sizes();
# ~~~~~~ ^
# mcrypt_symb.c:154:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern arcfour_LTX__mcrypt_get_algorithms_name();
# ~~~~~~ ^
# mcrypt_symb.c:155:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern arcfour_LTX__mcrypt_self_test();
# ~~~~~~ ^
# mcrypt_symb.c:156:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern arcfour_LTX__mcrypt_algorithm_version();
# ~~~~~~ ^
# mcrypt_symb.c:157:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cast_256_LTX__mcrypt_set_key();
# ~~~~~~ ^
# mcrypt_symb.c:158:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cast_256_LTX__mcrypt_encrypt();
# ~~~~~~ ^
# mcrypt_symb.c:159:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cast_256_LTX__mcrypt_decrypt();
# ~~~~~~ ^
# mcrypt_symb.c:160:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cast_256_LTX__mcrypt_get_size();
# ~~~~~~ ^
# mcrypt_symb.c:161:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cast_256_LTX__mcrypt_get_block_size();
# ~~~~~~ ^
# mcrypt_symb.c:162:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cast_256_LTX__is_block_algorithm();
# ~~~~~~ ^
# mcrypt_symb.c:163:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cast_256_LTX__mcrypt_get_key_size();
# ~~~~~~ ^
# mcrypt_symb.c:164:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cast_256_LTX__mcrypt_get_supported_key_sizes();
# ~~~~~~ ^
# mcrypt_symb.c:165:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cast_256_LTX__mcrypt_get_algorithms_name();
# ~~~~~~ ^
# mcrypt_symb.c:166:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cast_256_LTX__mcrypt_self_test();
# ~~~~~~ ^
# mcrypt_symb.c:167:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern cast_256_LTX__mcrypt_algorithm_version();
# ~~~~~~ ^
# mcrypt_symb.c:168:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern loki97_LTX__mcrypt_set_key();
# ~~~~~~ ^
# mcrypt_symb.c:169:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern loki97_LTX__mcrypt_encrypt();
# ~~~~~~ ^
# mcrypt_symb.c:170:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern loki97_LTX__mcrypt_decrypt();
# ~~~~~~ ^
# mcrypt_symb.c:171:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern loki97_LTX__mcrypt_get_size();
# ~~~~~~ ^
# mcrypt_symb.c:172:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern loki97_LTX__mcrypt_get_block_size();
# ~~~~~~ ^
# mcrypt_symb.c:173:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern loki97_LTX__is_block_algorithm();
# ~~~~~~ ^
# mcrypt_symb.c:174:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern loki97_LTX__mcrypt_get_key_size();
# ~~~~~~ ^
# mcrypt_symb.c:175:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern loki97_LTX__mcrypt_get_supported_key_sizes();
# ~~~~~~ ^
# mcrypt_symb.c:176:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern loki97_LTX__mcrypt_get_algorithms_name();
# ~~~~~~ ^
# mcrypt_symb.c:177:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern loki97_LTX__mcrypt_self_test();
# ~~~~~~ ^
# mcrypt_symb.c:178:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern loki97_LTX__mcrypt_algorithm_version();
# ~~~~~~ ^
# mcrypt_symb.c:179:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rijndael_192_LTX__mcrypt_set_key();
# ~~~~~~ ^
# mcrypt_symb.c:180:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rijndael_192_LTX__mcrypt_encrypt();
# ~~~~~~ ^
# mcrypt_symb.c:181:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rijndael_192_LTX__mcrypt_decrypt();
# ~~~~~~ ^
# mcrypt_symb.c:182:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rijndael_192_LTX__mcrypt_get_size();
# ~~~~~~ ^
# mcrypt_symb.c:183:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rijndael_192_LTX__mcrypt_get_block_size();
# ~~~~~~ ^
# mcrypt_symb.c:184:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rijndael_192_LTX__is_block_algorithm();
# ~~~~~~ ^
# mcrypt_symb.c:185:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rijndael_192_LTX__mcrypt_get_key_size();
# ~~~~~~ ^
# mcrypt_symb.c:186:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rijndael_192_LTX__mcrypt_get_supported_key_sizes();
# ~~~~~~ ^
# mcrypt_symb.c:187:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rijndael_192_LTX__mcrypt_get_algorithms_name();
# ~~~~~~ ^
# mcrypt_symb.c:188:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rijndael_192_LTX__mcrypt_self_test();
# ~~~~~~ ^
# mcrypt_symb.c:189:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rijndael_192_LTX__mcrypt_algorithm_version();
# ~~~~~~ ^
# mcrypt_symb.c:190:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern saferplus_LTX__mcrypt_set_key();
# ~~~~~~ ^
# mcrypt_symb.c:191:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern saferplus_LTX__mcrypt_encrypt();
# ~~~~~~ ^
# mcrypt_symb.c:192:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern saferplus_LTX__mcrypt_decrypt();
# ~~~~~~ ^
# mcrypt_symb.c:193:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern saferplus_LTX__mcrypt_get_size();
# ~~~~~~ ^
# mcrypt_symb.c:194:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern saferplus_LTX__mcrypt_get_block_size();
# ~~~~~~ ^
# mcrypt_symb.c:195:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern saferplus_LTX__is_block_algorithm();
# ~~~~~~ ^
# mcrypt_symb.c:196:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern saferplus_LTX__mcrypt_get_key_size();
# ~~~~~~ ^
# mcrypt_symb.c:197:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern saferplus_LTX__mcrypt_get_supported_key_sizes();
# ~~~~~~ ^
# mcrypt_symb.c:198:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern saferplus_LTX__mcrypt_get_algorithms_name();
# ~~~~~~ ^
# mcrypt_symb.c:199:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern saferplus_LTX__mcrypt_self_test();
# ~~~~~~ ^
# mcrypt_symb.c:200:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern saferplus_LTX__mcrypt_algorithm_version();
# ~~~~~~ ^
# mcrypt_symb.c:201:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern wake_LTX__mcrypt_set_key();
# ~~~~~~ ^
# mcrypt_symb.c:202:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern wake_LTX__mcrypt_encrypt();
# ~~~~~~ ^
# mcrypt_symb.c:203:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern wake_LTX__mcrypt_decrypt();
# ~~~~~~ ^
# mcrypt_symb.c:204:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern wake_LTX__mcrypt_get_size();
# ~~~~~~ ^
# mcrypt_symb.c:205:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern wake_LTX__mcrypt_get_block_size();
# ~~~~~~ ^
# mcrypt_symb.c:206:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern wake_LTX__is_block_algorithm();
# ~~~~~~ ^
# mcrypt_symb.c:207:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern wake_LTX__mcrypt_get_key_size();
# ~~~~~~ ^
# mcrypt_symb.c:208:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern wake_LTX__mcrypt_get_algo_iv_size();
# ~~~~~~ ^
# mcrypt_symb.c:209:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern wake_LTX__mcrypt_get_supported_key_sizes();
# ~~~~~~ ^
# mcrypt_symb.c:210:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern wake_LTX__mcrypt_get_algorithms_name();
# ~~~~~~ ^
# mcrypt_symb.c:211:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern wake_LTX__mcrypt_self_test();
# ~~~~~~ ^
# mcrypt_symb.c:212:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern wake_LTX__mcrypt_algorithm_version();
# ~~~~~~ ^
# mcrypt_symb.c:213:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern blowfish_compat_LTX__mcrypt_set_key();
# ~~~~~~ ^
# mcrypt_symb.c:214:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern blowfish_compat_LTX__mcrypt_encrypt();
# ~~~~~~ ^
# mcrypt_symb.c:215:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern blowfish_compat_LTX__mcrypt_decrypt();
# ~~~~~~ ^
# mcrypt_symb.c:216:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern blowfish_compat_LTX__mcrypt_get_size();
# ~~~~~~ ^
# mcrypt_symb.c:217:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern blowfish_compat_LTX__mcrypt_get_block_size();
# ~~~~~~ ^
# mcrypt_symb.c:218:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern blowfish_compat_LTX__is_block_algorithm();
# ~~~~~~ ^
# mcrypt_symb.c:219:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern blowfish_compat_LTX__mcrypt_get_key_size();
# ~~~~~~ ^
# mcrypt_symb.c:220:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern blowfish_compat_LTX__mcrypt_get_supported_key_sizes();
# ~~~~~~ ^
# mcrypt_symb.c:221:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern blowfish_compat_LTX__mcrypt_get_algorithms_name();
# ~~~~~~ ^
# mcrypt_symb.c:222:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern blowfish_compat_LTX__mcrypt_self_test();
# ~~~~~~ ^
# mcrypt_symb.c:223:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern blowfish_compat_LTX__mcrypt_algorithm_version();
# ~~~~~~ ^
# mcrypt_symb.c:224:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern des_LTX__mcrypt_set_key();
# ~~~~~~ ^
# mcrypt_symb.c:225:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern des_LTX__mcrypt_encrypt();
# ~~~~~~ ^
# mcrypt_symb.c:226:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern des_LTX__mcrypt_decrypt();
# ~~~~~~ ^
# mcrypt_symb.c:227:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern des_LTX__mcrypt_get_size();
# ~~~~~~ ^
# mcrypt_symb.c:228:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern des_LTX__mcrypt_get_block_size();
# ~~~~~~ ^
# mcrypt_symb.c:229:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern des_LTX__is_block_algorithm();
# ~~~~~~ ^
# mcrypt_symb.c:230:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern des_LTX__mcrypt_get_key_size();
# ~~~~~~ ^
# mcrypt_symb.c:231:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern des_LTX__mcrypt_get_supported_key_sizes();
# ~~~~~~ ^
# mcrypt_symb.c:232:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern des_LTX__mcrypt_get_algorithms_name();
# ~~~~~~ ^
# mcrypt_symb.c:233:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern des_LTX__mcrypt_self_test();
# ~~~~~~ ^
# mcrypt_symb.c:234:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern des_LTX__mcrypt_algorithm_version();
# ~~~~~~ ^
# mcrypt_symb.c:235:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rijndael_256_LTX__mcrypt_set_key();
# ~~~~~~ ^
# mcrypt_symb.c:236:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rijndael_256_LTX__mcrypt_encrypt();
# ~~~~~~ ^
# mcrypt_symb.c:237:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rijndael_256_LTX__mcrypt_decrypt();
# ~~~~~~ ^
# mcrypt_symb.c:238:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rijndael_256_LTX__mcrypt_get_size();
# ~~~~~~ ^
# mcrypt_symb.c:239:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rijndael_256_LTX__mcrypt_get_block_size();
# ~~~~~~ ^
# mcrypt_symb.c:240:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rijndael_256_LTX__is_block_algorithm();
# ~~~~~~ ^
# mcrypt_symb.c:241:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rijndael_256_LTX__mcrypt_get_key_size();
# ~~~~~~ ^
# mcrypt_symb.c:242:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rijndael_256_LTX__mcrypt_get_supported_key_sizes();
# ~~~~~~ ^
# mcrypt_symb.c:243:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rijndael_256_LTX__mcrypt_get_algorithms_name();
# ~~~~~~ ^
# mcrypt_symb.c:244:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rijndael_256_LTX__mcrypt_self_test();
# ~~~~~~ ^
# mcrypt_symb.c:245:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rijndael_256_LTX__mcrypt_algorithm_version();
# ~~~~~~ ^
# mcrypt_symb.c:246:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern serpent_LTX__mcrypt_set_key();
# ~~~~~~ ^
# mcrypt_symb.c:247:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern serpent_LTX__mcrypt_encrypt();
# ~~~~~~ ^
# mcrypt_symb.c:248:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern serpent_LTX__mcrypt_decrypt();
# ~~~~~~ ^
# mcrypt_symb.c:249:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern serpent_LTX__mcrypt_get_size();
# ~~~~~~ ^
# mcrypt_symb.c:250:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern serpent_LTX__mcrypt_get_block_size();
# ~~~~~~ ^
# mcrypt_symb.c:251:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern serpent_LTX__is_block_algorithm();
# ~~~~~~ ^
# mcrypt_symb.c:252:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern serpent_LTX__mcrypt_get_key_size();
# ~~~~~~ ^
# mcrypt_symb.c:253:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern serpent_LTX__mcrypt_get_supported_key_sizes();
# ~~~~~~ ^
# mcrypt_symb.c:254:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern serpent_LTX__mcrypt_get_algorithms_name();
# ~~~~~~ ^
# mcrypt_symb.c:255:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern serpent_LTX__mcrypt_self_test();
# ~~~~~~ ^
# mcrypt_symb.c:256:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern serpent_LTX__mcrypt_algorithm_version();
# ~~~~~~ ^
# mcrypt_symb.c:257:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern xtea_LTX__mcrypt_set_key();
# ~~~~~~ ^
# mcrypt_symb.c:258:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern xtea_LTX__mcrypt_encrypt();
# ~~~~~~ ^
# mcrypt_symb.c:259:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern xtea_LTX__mcrypt_decrypt();
# ~~~~~~ ^
# mcrypt_symb.c:260:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern xtea_LTX__mcrypt_get_size();
# ~~~~~~ ^
# mcrypt_symb.c:261:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern xtea_LTX__mcrypt_get_block_size();
# ~~~~~~ ^
# mcrypt_symb.c:262:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern xtea_LTX__is_block_algorithm();
# ~~~~~~ ^
# mcrypt_symb.c:263:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern xtea_LTX__mcrypt_get_key_size();
# ~~~~~~ ^
# mcrypt_symb.c:264:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern xtea_LTX__mcrypt_get_supported_key_sizes();
# ~~~~~~ ^
# mcrypt_symb.c:265:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern xtea_LTX__mcrypt_get_algorithms_name();
# ~~~~~~ ^
# mcrypt_symb.c:266:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern xtea_LTX__mcrypt_self_test();
# ~~~~~~ ^
# mcrypt_symb.c:267:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern xtea_LTX__mcrypt_algorithm_version();
# ~~~~~~ ^
# mcrypt_symb.c:268:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern blowfish_LTX__mcrypt_set_key();
# ~~~~~~ ^
# mcrypt_symb.c:269:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern blowfish_LTX__mcrypt_encrypt();
# ~~~~~~ ^
# mcrypt_symb.c:270:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern blowfish_LTX__mcrypt_decrypt();
# ~~~~~~ ^
# mcrypt_symb.c:271:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern blowfish_LTX__mcrypt_get_size();
# ~~~~~~ ^
# mcrypt_symb.c:272:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern blowfish_LTX__mcrypt_get_block_size();
# ~~~~~~ ^
# mcrypt_symb.c:273:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern blowfish_LTX__is_block_algorithm();
# ~~~~~~ ^
# mcrypt_symb.c:274:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern blowfish_LTX__mcrypt_get_key_size();
# ~~~~~~ ^
# mcrypt_symb.c:275:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern blowfish_LTX__mcrypt_get_supported_key_sizes();
# ~~~~~~ ^
# mcrypt_symb.c:276:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern blowfish_LTX__mcrypt_get_algorithms_name();
# ~~~~~~ ^
# mcrypt_symb.c:277:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern blowfish_LTX__mcrypt_self_test();
# ~~~~~~ ^
# mcrypt_symb.c:278:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern blowfish_LTX__mcrypt_algorithm_version();
# ~~~~~~ ^
# mcrypt_symb.c:279:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern enigma_LTX__mcrypt_set_key();
# ~~~~~~ ^
# mcrypt_symb.c:280:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern enigma_LTX__mcrypt_encrypt();
# ~~~~~~ ^
# mcrypt_symb.c:281:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern enigma_LTX__mcrypt_decrypt();
# ~~~~~~ ^
# mcrypt_symb.c:282:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern enigma_LTX__mcrypt_get_size();
# ~~~~~~ ^
# mcrypt_symb.c:283:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern enigma_LTX__mcrypt_get_block_size();
# ~~~~~~ ^
# mcrypt_symb.c:284:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern enigma_LTX__is_block_algorithm();
# ~~~~~~ ^
# mcrypt_symb.c:285:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern enigma_LTX__mcrypt_get_key_size();
# ~~~~~~ ^
# mcrypt_symb.c:286:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern enigma_LTX__mcrypt_get_algo_iv_size();
# ~~~~~~ ^
# mcrypt_symb.c:287:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern enigma_LTX__mcrypt_get_supported_key_sizes();
# ~~~~~~ ^
# mcrypt_symb.c:288:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern enigma_LTX__mcrypt_get_algorithms_name();
# ~~~~~~ ^
# mcrypt_symb.c:289:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern enigma_LTX__mcrypt_self_test();
# ~~~~~~ ^
# mcrypt_symb.c:290:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern enigma_LTX__mcrypt_algorithm_version();
# ~~~~~~ ^
# mcrypt_symb.c:291:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rc2_LTX__mcrypt_set_key();
# ~~~~~~ ^
# mcrypt_symb.c:292:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rc2_LTX__mcrypt_encrypt();
# ~~~~~~ ^
# mcrypt_symb.c:293:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rc2_LTX__mcrypt_decrypt();
# ~~~~~~ ^
# mcrypt_symb.c:294:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rc2_LTX__mcrypt_get_size();
# ~~~~~~ ^
# mcrypt_symb.c:295:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rc2_LTX__mcrypt_get_block_size();
# ~~~~~~ ^
# mcrypt_symb.c:296:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rc2_LTX__is_block_algorithm();
# ~~~~~~ ^
# mcrypt_symb.c:297:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rc2_LTX__mcrypt_get_key_size();
# ~~~~~~ ^
# mcrypt_symb.c:298:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rc2_LTX__mcrypt_get_supported_key_sizes();
# ~~~~~~ ^
# mcrypt_symb.c:299:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rc2_LTX__mcrypt_get_algorithms_name();
# ~~~~~~ ^
# mcrypt_symb.c:300:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rc2_LTX__mcrypt_self_test();
# ~~~~~~ ^
# mcrypt_symb.c:301:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern rc2_LTX__mcrypt_algorithm_version();
# ~~~~~~ ^
# mcrypt_symb.c:302:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern tripledes_LTX__mcrypt_set_key();
# ~~~~~~ ^
# mcrypt_symb.c:303:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern tripledes_LTX__mcrypt_encrypt();
# ~~~~~~ ^
# mcrypt_symb.c:304:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern tripledes_LTX__mcrypt_decrypt();
# ~~~~~~ ^
# mcrypt_symb.c:305:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern tripledes_LTX__mcrypt_get_size();
# ~~~~~~ ^
# mcrypt_symb.c:306:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern tripledes_LTX__mcrypt_get_block_size();
# ~~~~~~ ^
# mcrypt_symb.c:307:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern tripledes_LTX__is_block_algorithm();
# ~~~~~~ ^
# mcrypt_symb.c:308:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern tripledes_LTX__mcrypt_get_key_size();
# ~~~~~~ ^
# mcrypt_symb.c:309:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern tripledes_LTX__mcrypt_get_supported_key_sizes();
# ~~~~~~ ^
# mcrypt_symb.c:310:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern tripledes_LTX__mcrypt_get_algorithms_name();
# ~~~~~~ ^
# mcrypt_symb.c:311:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern tripledes_LTX__mcrypt_self_test();
# ~~~~~~ ^
# mcrypt_symb.c:312:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# extern tripledes_LTX__mcrypt_algorithm_version();
# ~~~~~~ ^
# 308 warnings generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -o libmcrypt.la -rpath /usr/lib -version-info 8:8:4 -version-info 8:8:4 -export-symbols libmcrypt.sym mcrypt_extra.lo mcrypt.lo bzero.lo xmemory.lo mcrypt_modules.lo win32_comp.lo mcrypt_threads.lo mcrypt_symb.lo ../modules/modes/cbc.lo ../modules/modes/cfb.lo ../modules/modes/ctr.lo ../modules/modes/ecb.lo ../modules/modes/ncfb.lo ../modules/modes/nofb.lo ../modules/modes/ofb.lo ../modules/modes/stream.lo ../modules/algorithms/cast-128.lo ../modules/algorithms/gost.lo ../modules/algorithms/rijndael-128.lo ../modules/algorithms/twofish.lo ../modules/algorithms/arcfour.lo ../modules/algorithms/cast-256.lo ../modules/algorithms/loki97.lo ../modules/algorithms/rijndael-192.lo ../modules/algorithms/saferplus.lo ../modules/algorithms/wake.lo ../modules/algorithms/blowfish-compat.lo ../modules/algorithms/des.lo ../modules/algorithms/rijndael-256.lo ../modules/algorithms/serpent.lo ../modules/algorithms/xtea.lo ../modules/algorithms/blowfish.lo ../modules/algorithms/enigma.lo ../modules/algorithms/rc2.lo ../modules/algorithms/tripledes.lo
# echo "{ global:" > .libs/libmcrypt.ver
# cat libmcrypt.sym | sed -e "s/\(.*\)/\1;/" >> .libs/libmcrypt.ver
# echo "local: *; };" >> .libs/libmcrypt.ver
# clang -shared .libs/mcrypt_extra.o .libs/mcrypt.o .libs/bzero.o .libs/xmemory.o .libs/mcrypt_modules.o .libs/win32_comp.o .libs/mcrypt_threads.o .libs/mcrypt_symb.o ../modules/modes/.libs/cbc.o ../modules/modes/.libs/cfb.o ../modules/modes/.libs/ctr.o ../modules/modes/.libs/ecb.o ../modules/modes/.libs/ncfb.o ../modules/modes/.libs/nofb.o ../modules/modes/.libs/ofb.o ../modules/modes/.libs/stream.o ../modules/algorithms/.libs/cast-128.o ../modules/algorithms/.libs/gost.o ../modules/algorithms/.libs/rijndael-128.o ../modules/algorithms/.libs/twofish.o ../modules/algorithms/.libs/arcfour.o ../modules/algorithms/.libs/cast-256.o ../modules/algorithms/.libs/loki97.o ../modules/algorithms/.libs/rijndael-192.o ../modules/algorithms/.libs/saferplus.o ../modules/algorithms/.libs/wake.o ../modules/algorithms/.libs/blowfish-compat.o ../modules/algorithms/.libs/des.o ../modules/algorithms/.libs/rijndael-256.o ../modules/algorithms/.libs/serpent.o ../modules/algorithms/.libs/xtea.o ../modules/algorithms/.libs/blowfish.o ../modules/algorithms/.libs/enigma.o ../modules/algorithms/.libs/rc2.o ../modules/algorithms/.libs/tripledes.o -Wl,-soname -Wl,libmcrypt.so.4 -Wl,-version-script -Wl,.libs/libmcrypt.ver -o .libs/libmcrypt.so.4.4.8
# (cd .libs && rm -f libmcrypt.so.4 && ln -s libmcrypt.so.4.4.8 libmcrypt.so.4)
# (cd .libs && rm -f libmcrypt.so && ln -s libmcrypt.so.4.4.8 libmcrypt.so)
# creating libmcrypt.la
# (cd .libs && rm -f libmcrypt.la && ln -s ../libmcrypt.la libmcrypt.la)
# make[2]: Leaving directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/lib'
# Making all in src
# make[2]: Entering directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/src'
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -MT cipher_test.o -MD -MP -MF ".deps/cipher_test.Tpo" -c -o cipher_test.o cipher_test.c; \
# then mv -f ".deps/cipher_test.Tpo" ".deps/cipher_test.Po"; else rm -f ".deps/cipher_test.Tpo"; exit 1; fi
# /bin/sh ../libtool --tag=CC --mode=link clang -o ciphertest cipher_test.o ../lib/libmcrypt.la
# mkdir .libs
# clang -o .libs/ciphertest cipher_test.o ../lib/.libs/libmcrypt.so -Wl,--rpath -Wl,/usr/lib
# creating ciphertest
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -MT aes_test.o -MD -MP -MF ".deps/aes_test.Tpo" -c -o aes_test.o aes_test.c; \
# then mv -f ".deps/aes_test.Tpo" ".deps/aes_test.Po"; else rm -f ".deps/aes_test.Tpo"; exit 1; fi
# aes_test.c:78:7: warning: assigning to 'unsigned char *' from 'char [17]' converts between pointers to integer types with different sign [-Wpointer-sign]
# key = CFB8_AES_128_KEY;
# ^ ~~~~~~~~~~~~~~~~
# aes_test.c:79:6: warning: assigning to 'unsigned char *' from 'char [17]' converts between pointers to integer types with different sign [-Wpointer-sign]
# IV = CFB8_AES_128_IV;
# ^ ~~~~~~~~~~~~~~~
# aes_test.c:111:7: warning: assigning to 'unsigned char *' from 'char [17]' converts between pointers to integer types with different sign [-Wpointer-sign]
# key = CFB128_AES_128_KEY;
# ^ ~~~~~~~~~~~~~~~~~~
# aes_test.c:112:6: warning: assigning to 'unsigned char *' from 'char [17]' converts between pointers to integer types with different sign [-Wpointer-sign]
# IV = CFB128_AES_128_IV;
# ^ ~~~~~~~~~~~~~~~~~
# aes_test.c:158:7: warning: assigning to 'unsigned char *' from 'char [17]' converts between pointers to integer types with different sign [-Wpointer-sign]
# key = OFB128_AES_128_KEY;
# ^ ~~~~~~~~~~~~~~~~~~
# aes_test.c:159:6: warning: assigning to 'unsigned char *' from 'char [17]' converts between pointers to integer types with different sign [-Wpointer-sign]
# IV = OFB128_AES_128_IV;
# ^ ~~~~~~~~~~~~~~~~~
# aes_test.c:200:7: warning: assigning to 'unsigned char *' from 'char [17]' converts between pointers to integer types with different sign [-Wpointer-sign]
# key = CTR_AES_128_KEY;
# ^ ~~~~~~~~~~~~~~~
# aes_test.c:201:6: warning: assigning to 'unsigned char *' from 'char [17]' converts between pointers to integer types with different sign [-Wpointer-sign]
# IV = CTR_AES_128_IV;
# ^ ~~~~~~~~~~~~~~
# 8 warnings generated.
# /bin/sh ../libtool --tag=CC --mode=link clang -o aestest aes_test.o ../lib/libmcrypt.la
# clang -o .libs/aestest aes_test.o ../lib/.libs/libmcrypt.so -Wl,--rpath -Wl,/usr/lib
# creating aestest
# make[2]: Leaving directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/src'
# Making all in doc
# make[2]: Entering directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/doc'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/doc'
# make[2]: Entering directory '/tmp/libmcrypt/src/libmcrypt-2.5.8'
# make[2]: Leaving directory '/tmp/libmcrypt/src/libmcrypt-2.5.8'
# make[1]: Leaving directory '/tmp/libmcrypt/src/libmcrypt-2.5.8'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in modules
# make[1]: Entering directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/modules'
# Making install in algorithms
# make[2]: Entering directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/modules/algorithms'
# make[3]: Entering directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/modules/algorithms'
# test -z "/usr/lib/libmcrypt" || mkdir -p -- "/tmp/libmcrypt/pkg/libmcrypt/usr/lib/libmcrypt"
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/modules/algorithms'
# make[2]: Leaving directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/modules/algorithms'
# Making install in modes
# make[2]: Entering directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/modules/modes'
# make[3]: Entering directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/modules/modes'
# test -z "/usr/lib/libmcrypt" || mkdir -p -- "/tmp/libmcrypt/pkg/libmcrypt/usr/lib/libmcrypt"
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/modules/modes'
# make[2]: Leaving directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/modules/modes'
# make[2]: Entering directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/modules'
# make[3]: Entering directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/modules'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/modules'
# make[2]: Leaving directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/modules'
# make[1]: Leaving directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/modules'
# Making install in include
# make[1]: Entering directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/include'
# make[2]: Entering directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/include'
# make[2]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/include" || mkdir -p -- "/tmp/libmcrypt/pkg/libmcrypt/usr/include"
# /tmp/libmcrypt/src/libmcrypt-2.5.8/install-sh -c -m 644 'mcrypt.h' '/tmp/libmcrypt/pkg/libmcrypt/usr/include/mcrypt.h'
# /tmp/libmcrypt/src/libmcrypt-2.5.8/install-sh -c -m 644 'mutils/mcrypt.h' '/tmp/libmcrypt/pkg/libmcrypt/usr/include/mutils/mcrypt.h'
# make[2]: Leaving directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/include'
# make[1]: Leaving directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/include'
# Making install in lib
# make[1]: Entering directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/lib'
# make[2]: Entering directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/lib'
# test -z "/usr/bin" || mkdir -p -- "/tmp/libmcrypt/pkg/libmcrypt/usr/bin"
# /usr/bin/install -c 'libmcrypt-config' '/tmp/libmcrypt/pkg/libmcrypt/usr/bin/libmcrypt-config'
# test -z "/usr/lib" || mkdir -p -- "/tmp/libmcrypt/pkg/libmcrypt/usr/lib"
# /bin/sh ../libtool --mode=install /usr/bin/install -c 'libmcrypt.la' '/tmp/libmcrypt/pkg/libmcrypt/usr/lib/libmcrypt.la'
# /usr/bin/install -c .libs/libmcrypt.so.4.4.8 /tmp/libmcrypt/pkg/libmcrypt/usr/lib/libmcrypt.so.4.4.8
# (cd /tmp/libmcrypt/pkg/libmcrypt/usr/lib && { ln -s -f libmcrypt.so.4.4.8 libmcrypt.so.4 || { rm -f libmcrypt.so.4 && ln -s libmcrypt.so.4.4.8 libmcrypt.so.4; }; })
# (cd /tmp/libmcrypt/pkg/libmcrypt/usr/lib && { ln -s -f libmcrypt.so.4.4.8 libmcrypt.so || { rm -f libmcrypt.so && ln -s libmcrypt.so.4.4.8 libmcrypt.so; }; })
# /usr/bin/install -c .libs/libmcrypt.lai /tmp/libmcrypt/pkg/libmcrypt/usr/lib/libmcrypt.la
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# test -z "/usr/share/aclocal" || mkdir -p -- "/tmp/libmcrypt/pkg/libmcrypt/usr/share/aclocal"
# /usr/bin/install -c -m 644 'libmcrypt.m4' '/tmp/libmcrypt/pkg/libmcrypt/usr/share/aclocal/libmcrypt.m4'
# make[2]: Leaving directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/lib'
# make[1]: Leaving directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/lib'
# Making install in src
# make[1]: Entering directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/src'
# make[2]: Entering directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/src'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/src'
# make[1]: Leaving directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/src'
# Making install in doc
# make[1]: Entering directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/doc'
# make[2]: Entering directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/doc'
# make[2]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/share/man/man3" || mkdir -p -- "/tmp/libmcrypt/pkg/libmcrypt/usr/share/man/man3"
# /usr/bin/install -c -m 644 './mcrypt.3' '/tmp/libmcrypt/pkg/libmcrypt/usr/share/man/man3/mcrypt.3'
# make[2]: Leaving directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/doc'
# make[1]: Leaving directory '/tmp/libmcrypt/src/libmcrypt-2.5.8/doc'
# make[1]: Entering directory '/tmp/libmcrypt/src/libmcrypt-2.5.8'
# make[2]: Entering directory '/tmp/libmcrypt/src/libmcrypt-2.5.8'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/libmcrypt/src/libmcrypt-2.5.8'
# make[1]: Leaving directory '/tmp/libmcrypt/src/libmcrypt-2.5.8'
# ==> Tidying install...
# -> Removing doc files...
# -> Removing empty directories...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libmcrypt"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: libmcrypt 2.5.8-4 (Thu Apr 13 17:31:39 UTC 2017)

CMD: pacman --query --file libmcrypt-2.5.8-4-x86_64.pkg.tar.xz
# libmcrypt 2.5.8-4

Creating hybrid package for 'libmcrypt'

Trying to find vanilla package 'libmcrypt'...

CMD: pacman --query --file /mirror/libmcrypt-2.5.8-4.pkg.tar.xz
# libmcrypt 2.5.8-4

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/lib/libmcrypt.so.4
# /usr/lib/libmcrypt.so
# /usr/lib/libmcrypt.so.4.4.8
# /usr/include/mcrypt.h
# /usr/include/mutils/mcrypt.h
# /usr/bin/libmcrypt-config
# /usr/share/aclocal/libmcrypt.m4
# /usr/share/man/man3/mcrypt.3.gz
# /sysroot/usr/lib/libmcrypt.so.4.4.8
# /sysroot/usr/lib/libmcrypt.so.4
# /sysroot/usr/lib/libmcrypt.so
# /sysroot/usr/lib/libmcrypt.la
# /sysroot/usr/include/mcrypt.h
# /sysroot/usr/include/mutils/mcrypt.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf libmcrypt.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/libmcrypt.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libmcrypt.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libmcrypt.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/libmcrypt/src/libmcrypt-2.5.8/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by configure, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --mandir=/usr/share/man
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = ba2dc098304e
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1546: checking build system type
# configure:1564: result: x86_64-unknown-linux-gnu
# configure:1572: checking host system type
# configure:1586: result: x86_64-unknown-linux-gnu
# configure:1594: checking target system type
# configure:1608: result: x86_64-unknown-linux-gnu
# configure:1636: checking for a BSD-compatible install
# configure:1691: result: /usr/bin/install -c
# configure:1702: checking whether build environment is sane
# configure:1745: result: yes
# configure:1810: checking for gawk
# configure:1826: found /usr/bin/gawk
# configure:1836: result: gawk
# configure:1846: checking whether make sets $(MAKE)
# configure:1866: result: yes
# configure:1942: checking for x86_64-unknown-linux-strip
# configure:1971: result: no
# configure:1980: checking for strip
# configure:1996: found /usr/bin/strip
# configure:2007: result: strip
# configure:2037: checking whether to enable maintainer-specific portions of Makefiles
# configure:2046: result: no
# configure:2062: checking whether make sets $(MAKE)
# configure:2082: result: yes
# configure:2102: checking for x86_64-unknown-linux-g++
# configure:2128: result: clang++
# configure:2186: checking for C++ compiler version
# configure:2189: clang++ --version &5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:2192: $? = 0
# configure:2194: clang++ -v &5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:2197: $? = 0
# configure:2199: clang++ -V &5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2202: $? = 1
# configure:2225: checking for C++ compiler default output file name
# configure:2228: clang++ conftest.cc >&5
# configure:2231: $? = 0
# configure:2277: result: a.out
# configure:2282: checking whether the C++ compiler works
# configure:2288: ./a.out
# configure:2291: $? = 0
# configure:2308: result: yes
# configure:2315: checking whether we are cross compiling
# configure:2317: result: no
# configure:2320: checking for suffix of executables
# configure:2322: clang++ -o conftest conftest.cc >&5
# configure:2325: $? = 0
# configure:2350: result:
# configure:2356: checking for suffix of object files
# configure:2377: clang++ -c conftest.cc >&5
# configure:2380: $? = 0
# configure:2402: result: o
# configure:2406: checking whether we are using the GNU C++ compiler
# configure:2430: clang++ -c conftest.cc >&5
# configure:2436: $? = 0
# configure:2440: test -z
# || test ! -s conftest.err
# configure:2443: $? = 0
# configure:2446: test -s conftest.o
# configure:2449: $? = 0
# configure:2462: result: yes
# configure:2468: checking whether clang++ accepts -g
# configure:2489: clang++ -c -g conftest.cc >&5
# configure:2495: $? = 0
# configure:2499: test -z
# || test ! -s conftest.err
# configure:2502: $? = 0
# configure:2505: test -s conftest.o
# configure:2508: $? = 0
# configure:2519: result: yes
# configure:2561: clang++ -c conftest.cc >&5
# configure:2567: $? = 0
# configure:2571: test -z
# || test ! -s conftest.err
# configure:2574: $? = 0
# configure:2577: test -s conftest.o
# configure:2580: $? = 0
# configure:2606: clang++ -c conftest.cc >&5
# conftest.cc:15:1: error: use of undeclared identifier 'exit'
# exit (42);
# ^
# 1 error generated.
# configure:2612: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libmcrypt"
# | #define VERSION "2.5.8"
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:2561: clang++ -c conftest.cc >&5
# conftest.cc:11:17: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int) throw (); using std::exit;
# ^
# conftest.cc:11:49: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int) throw (); using std::exit;
# ^
# 2 errors generated.
# configure:2567: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libmcrypt"
# | #define VERSION "2.5.8"
# | /* end confdefs.h. */
# | extern "C" void std::exit (int) throw (); using std::exit;
# | #include
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:2561: clang++ -c conftest.cc >&5
# conftest.cc:11:17: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int); using std::exit;
# ^
# conftest.cc:11:40: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int); using std::exit;
# ^
# 2 errors generated.
# configure:2567: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libmcrypt"
# | #define VERSION "2.5.8"
# | /* end confdefs.h. */
# | extern "C" void std::exit (int); using std::exit;
# | #include
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:2561: clang++ -c conftest.cc >&5
# configure:2567: $? = 0
# configure:2571: test -z
# || test ! -s conftest.err
# configure:2574: $? = 0
# configure:2577: test -s conftest.o
# configure:2580: $? = 0
# configure:2606: clang++ -c conftest.cc >&5
# configure:2612: $? = 0
# configure:2616: test -z
# || test ! -s conftest.err
# configure:2619: $? = 0
# configure:2622: test -s conftest.o
# configure:2625: $? = 0
# configure:2659: checking for style of include used by make
# configure:2687: result: GNU
# configure:2715: checking dependency style of clang++
# configure:2805: result: gcc3
# configure:2830: checking for x86_64-unknown-linux-gcc
# configure:2856: result: clang
# configure:3138: checking for C compiler version
# configure:3141: clang --version &5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:3144: $? = 0
# configure:3146: clang -v &5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:3149: $? = 0
# configure:3151: clang -V &5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3154: $? = 1
# configure:3157: checking whether we are using the GNU C compiler
# configure:3181: clang -c conftest.c >&5
# configure:3187: $? = 0
# configure:3191: test -z
# || test ! -s conftest.err
# configure:3194: $? = 0
# configure:3197: test -s conftest.o
# configure:3200: $? = 0
# configure:3213: result: yes
# configure:3219: checking whether clang accepts -g
# configure:3240: clang -c -g conftest.c >&5
# configure:3246: $? = 0
# configure:3250: test -z
# || test ! -s conftest.err
# configure:3253: $? = 0
# configure:3256: test -s conftest.o
# configure:3259: $? = 0
# configure:3270: result: yes
# configure:3287: checking for clang option to accept ANSI C
# configure:3357: clang -c conftest.c >&5
# configure:3363: $? = 0
# configure:3367: test -z
# || test ! -s conftest.err
# configure:3370: $? = 0
# configure:3373: test -s conftest.o
# configure:3376: $? = 0
# configure:3394: result: none needed
# configure:3412: clang -c conftest.c >&5
# conftest.c:2:3: error: unknown type name 'choke'
# choke me
# ^
# conftest.c:2:11: error: expected ';' after top level declarator
# choke me
# ^
# ;
# 2 errors generated.
# configure:3418: $? = 1
# configure: failed program was:
# | #ifndef __cplusplus
# | choke me
# | #endif
# configure:3553: checking dependency style of clang
# configure:3643: result: gcc3
# configure:3665: checking how to run the C preprocessor
# configure:3700: clang -E conftest.c
# configure:3706: $? = 0
# configure:3738: clang -E conftest.c
# conftest.c:14:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3744: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libmcrypt"
# | #define VERSION "2.5.8"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | /* end confdefs.h. */
# | #include
# configure:3783: result: clang -E
# configure:3807: clang -E conftest.c
# configure:3813: $? = 0
# configure:3845: clang -E conftest.c
# conftest.c:14:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3851: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libmcrypt"
# | #define VERSION "2.5.8"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | /* end confdefs.h. */
# | #include
# configure:3907: checking for a BSD-compatible install
# configure:3962: result: /usr/bin/install -c
# configure:3973: checking whether ln -s works
# configure:3977: result: yes
# configure:3984: checking whether make sets $(MAKE)
# configure:4004: result: yes
# configure:4054: checking for a BSD-compatible install
# configure:4109: result: /usr/bin/install -c
# configure:4120: checking whether ln -s works
# configure:4124: result: yes
# configure:4134: checking whether in maintanance mode
# configure:4141: result: no
# configure:4145: checking whether in dmalloc mode
# configure:4152: result: no
# configure:4240: checking whether to enable dynamic module loading
# configure:4247: result: no
# configure:4502: checking which algorithms to include into library
# configure:4528: result: cbc cfb ctr ecb ncfb nofb ofb stream threeway cast-128 gost rijndael-128 safer-sk64 twofish arcfour cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 safer-sk128 tripledes
# configure:4560: checking for dirent.h that defines DIR
# configure:4584: clang -c conftest.c >&5
# configure:4590: $? = 0
# configure:4594: test -z
# || test ! -s conftest.err
# configure:4597: $? = 0
# configure:4600: test -s conftest.o
# configure:4603: $? = 0
# configure:4614: result: yes
# configure:4627: checking for library containing opendir
# configure:4657: clang -o conftest conftest.c >&5
# configure:4663: $? = 0
# configure:4667: test -z
# || test ! -s conftest.err
# configure:4670: $? = 0
# configure:4673: test -s conftest
# configure:4676: $? = 0
# configure:4746: result: none required
# configure:4883: checking for egrep
# configure:4893: result: grep -E
# configure:4898: checking for ANSI C header files
# configure:4923: clang -c conftest.c >&5
# configure:4929: $? = 0
# configure:4933: test -z
# || test ! -s conftest.err
# configure:4936: $? = 0
# configure:4939: test -s conftest.o
# configure:4942: $? = 0
# configure:5031: clang -o conftest conftest.c >&5
# conftest.c:32:7: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit(2);
# ^
# conftest.c:32:7: note: include the header or explicitly provide a declaration for 'exit'
# 1 warning generated.
# configure:5034: $? = 0
# configure:5036: ./conftest
# configure:5039: $? = 0
# configure:5054: result: yes
# configure:5064: checking for inline
# configure:5085: clang -c conftest.c >&5
# configure:5091: $? = 0
# configure:5095: test -z
# || test ! -s conftest.err
# configure:5098: $? = 0
# configure:5101: test -s conftest.o
# configure:5104: $? = 0
# configure:5116: result: inline
# configure:5135: checking for an ANSI C-conforming const
# configure:5202: clang -c conftest.c >&5
# configure:5208: $? = 0
# configure:5212: test -z
# || test ! -s conftest.err
# configure:5215: $? = 0
# configure:5218: test -s conftest.o
# configure:5221: $? = 0
# configure:5232: result: yes
# configure:5257: checking for sys/types.h
# configure:5273: clang -c conftest.c >&5
# configure:5279: $? = 0
# configure:5283: test -z
# || test ! -s conftest.err
# configure:5286: $? = 0
# configure:5289: test -s conftest.o
# configure:5292: $? = 0
# configure:5303: result: yes
# configure:5257: checking for sys/stat.h
# configure:5273: clang -c conftest.c >&5
# configure:5279: $? = 0
# configure:5283: test -z
# || test ! -s conftest.err
# configure:5286: $? = 0
# configure:5289: test -s conftest.o
# configure:5292: $? = 0
# configure:5303: result: yes
# configure:5257: checking for stdlib.h
# configure:5273: clang -c conftest.c >&5
# configure:5279: $? = 0
# configure:5283: test -z
# || test ! -s conftest.err
# configure:5286: $? = 0
# configure:5289: test -s conftest.o
# configure:5292: $? = 0
# configure:5303: result: yes
# configure:5257: checking for string.h
# configure:5273: clang -c conftest.c >&5
# configure:5279: $? = 0
# configure:5283: test -z
# || test ! -s conftest.err
# configure:5286: $? = 0
# configure:5289: test -s conftest.o
# configure:5292: $? = 0
# configure:5303: result: yes
# configure:5257: checking for memory.h
# configure:5273: clang -c conftest.c >&5
# configure:5279: $? = 0
# configure:5283: test -z
# || test ! -s conftest.err
# configure:5286: $? = 0
# configure:5289: test -s conftest.o
# configure:5292: $? = 0
# configure:5303: result: yes
# configure:5257: checking for strings.h
# configure:5273: clang -c conftest.c >&5
# configure:5279: $? = 0
# configure:5283: test -z
# || test ! -s conftest.err
# configure:5286: $? = 0
# configure:5289: test -s conftest.o
# configure:5292: $? = 0
# configure:5303: result: yes
# configure:5257: checking for inttypes.h
# configure:5273: clang -c conftest.c >&5
# configure:5279: $? = 0
# configure:5283: test -z
# || test ! -s conftest.err
# configure:5286: $? = 0
# configure:5289: test -s conftest.o
# configure:5292: $? = 0
# configure:5303: result: yes
# configure:5257: checking for stdint.h
# configure:5273: clang -c conftest.c >&5
# configure:5279: $? = 0
# configure:5283: test -z
# || test ! -s conftest.err
# configure:5286: $? = 0
# configure:5289: test -s conftest.o
# configure:5292: $? = 0
# configure:5303: result: yes
# configure:5257: checking for unistd.h
# configure:5273: clang -c conftest.c >&5
# configure:5279: $? = 0
# configure:5283: test -z
# || test ! -s conftest.err
# configure:5286: $? = 0
# configure:5289: test -s conftest.o
# configure:5292: $? = 0
# configure:5303: result: yes
# configure:5335: checking argz.h usability
# configure:5347: clang -c conftest.c >&5
# configure:5353: $? = 0
# configure:5357: test -z
# || test ! -s conftest.err
# configure:5360: $? = 0
# configure:5363: test -s conftest.o
# configure:5366: $? = 0
# configure:5376: result: yes
# configure:5380: checking argz.h presence
# configure:5390: clang -E conftest.c
# configure:5396: $? = 0
# configure:5416: result: yes
# configure:5451: checking for argz.h
# configure:5458: result: yes
# configure:5335: checking byteswap.h usability
# configure:5347: clang -c conftest.c >&5
# configure:5353: $? = 0
# configure:5357: test -z
# || test ! -s conftest.err
# configure:5360: $? = 0
# configure:5363: test -s conftest.o
# configure:5366: $? = 0
# configure:5376: result: yes
# configure:5380: checking byteswap.h presence
# configure:5390: clang -E conftest.c
# configure:5396: $? = 0
# configure:5416: result: yes
# configure:5451: checking for byteswap.h
# configure:5458: result: yes
# configure:5335: checking dirent.h usability
# configure:5347: clang -c conftest.c >&5
# configure:5353: $? = 0
# configure:5357: test -z
# || test ! -s conftest.err
# configure:5360: $? = 0
# configure:5363: test -s conftest.o
# configure:5366: $? = 0
# configure:5376: result: yes
# configure:5380: checking dirent.h presence
# configure:5390: clang -E conftest.c
# configure:5396: $? = 0
# configure:5416: result: yes
# configure:5451: checking for dirent.h
# configure:5458: result: yes
# configure:5335: checking dlfcn.h usability
# configure:5347: clang -c conftest.c >&5
# configure:5353: $? = 0
# configure:5357: test -z
# || test ! -s conftest.err
# configure:5360: $? = 0
# configure:5363: test -s conftest.o
# configure:5366: $? = 0
# configure:5376: result: yes
# configure:5380: checking dlfcn.h presence
# configure:5390: clang -E conftest.c
# configure:5396: $? = 0
# configure:5416: result: yes
# configure:5451: checking for dlfcn.h
# configure:5458: result: yes
# configure:5335: checking endian.h usability
# configure:5347: clang -c conftest.c >&5
# configure:5353: $? = 0
# configure:5357: test -z
# || test ! -s conftest.err
# configure:5360: $? = 0
# configure:5363: test -s conftest.o
# configure:5366: $? = 0
# configure:5376: result: yes
# configure:5380: checking endian.h presence
# configure:5390: clang -E conftest.c
# configure:5396: $? = 0
# configure:5416: result: yes
# configure:5451: checking for endian.h
# configure:5458: result: yes
# configure:5335: checking malloc.h usability
# configure:5347: clang -c conftest.c >&5
# configure:5353: $? = 0
# configure:5357: test -z
# || test ! -s conftest.err
# configure:5360: $? = 0
# configure:5363: test -s conftest.o
# configure:5366: $? = 0
# configure:5376: result: yes
# configure:5380: checking malloc.h presence
# configure:5390: clang -E conftest.c
# configure:5396: $? = 0
# configure:5416: result: yes
# configure:5451: checking for malloc.h
# configure:5458: result: yes
# configure:5326: checking for memory.h
# configure:5331: result: yes
# configure:5478: checking for stdlib.h
# configure:5483: result: yes
# configure:5478: checking for string.h
# configure:5483: result: yes
# configure:5478: checking for strings.h
# configure:5483: result: yes
# configure:5639: checking sys/endian.h usability
# configure:5651: clang -c conftest.c >&5
# conftest.c:69:10: fatal error: 'sys/endian.h' file not found
# #include
# ^
# 1 error generated.
# configure:5657: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libmcrypt"
# | #define VERSION "2.5.8"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | /* end confdefs.h. */
# | #include
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_STAT_H
# | # include
# | #endif
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_STRING_H
# | # if !STDC_HEADERS && HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #if HAVE_STRINGS_H
# | # include
# | #endif
# | #if HAVE_INTTYPES_H
# | # include
# | #else
# | # if HAVE_STDINT_H
# | # include
# | # endif
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:5680: result: no
# configure:5684: checking sys/endian.h presence
# configure:5694: clang -E conftest.c
# conftest.c:35:10: fatal error: 'sys/endian.h' file not found
# #include
# ^
# 1 error generated.
# configure:5700: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libmcrypt"
# | #define VERSION "2.5.8"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | /* end confdefs.h. */
# | #include
# configure:5720: result: no
# configure:5755: checking for sys/endian.h
# configure:5762: result: no
# configure:5630: checking for sys/types.h
# configure:5635: result: yes
# configure:5639: checking sys/mman.h usability
# configure:5651: clang -c conftest.c >&5
# configure:5657: $? = 0
# configure:5661: test -z
# || test ! -s conftest.err
# configure:5664: $? = 0
# configure:5667: test -s conftest.o
# configure:5670: $? = 0
# configure:5680: result: yes
# configure:5684: checking sys/mman.h presence
# configure:5694: clang -E conftest.c
# configure:5700: $? = 0
# configure:5720: result: yes
# configure:5755: checking for sys/mman.h
# configure:5762: result: yes
# configure:5790: checking limits.h usability
# configure:5802: clang -c conftest.c >&5
# configure:5808: $? = 0
# configure:5812: test -z
# || test ! -s conftest.err
# configure:5815: $? = 0
# configure:5818: test -s conftest.o
# configure:5821: $? = 0
# configure:5831: result: yes
# configure:5835: checking limits.h presence
# configure:5845: clang -E conftest.c
# configure:5851: $? = 0
# configure:5871: result: yes
# configure:5906: checking for limits.h
# configure:5913: result: yes
# configure:5781: checking for unistd.h
# configure:5786: result: yes
# configure:5927: checking whether closedir returns void
# configure:5956: clang -o conftest conftest.c >&5
# configure:5959: $? = 0
# configure:5961: ./conftest
# configure:5964: $? = 0
# configure:5978: result: no
# configure:5993: checking for stdlib.h
# configure:5998: result: yes
# configure:6138: checking for GNU libc compatible malloc
# configure:6167: clang -o conftest conftest.c >&5
# configure:6170: $? = 0
# configure:6172: ./conftest
# configure:6175: $? = 0
# configure:6189: result: yes
# configure:6219: checking for working memcmp
# configure:6267: clang -o conftest conftest.c >&5
# configure:6270: $? = 0
# configure:6272: ./conftest
# configure:6275: $? = 0
# configure:6289: result: yes
# configure:6305: checking for stdlib.h
# configure:6310: result: yes
# configure:6450: checking for GNU libc compatible realloc
# configure:6479: clang -o conftest conftest.c >&5
# configure:6482: $? = 0
# configure:6484: ./conftest
# configure:6487: $? = 0
# configure:6501: result: yes
# configure:6543: checking for bzero
# configure:6600: clang -o conftest conftest.c >&5
# conftest.c:67:6: warning: incompatible redeclaration of library function 'bzero' [-Wincompatible-library-redeclaration]
# char bzero ();
# ^
# conftest.c:67:6: note: 'bzero' is a builtin with type 'void (void *, unsigned long)'
# 1 warning generated.
# configure:6606: $? = 0
# configure:6610: test -z
# || test ! -s conftest.err
# configure:6613: $? = 0
# configure:6616: test -s conftest
# configure:6619: $? = 0
# configure:6631: result: yes
# configure:6543: checking for memmove
# configure:6600: clang -o conftest conftest.c >&5
# conftest.c:68:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
# char memmove ();
# ^
# conftest.c:68:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
# 1 warning generated.
# configure:6606: $? = 0
# configure:6610: test -z
# || test ! -s conftest.err
# configure:6613: $? = 0
# configure:6616: test -s conftest
# configure:6619: $? = 0
# configure:6631: result: yes
# configure:6543: checking for memset
# configure:6600: clang -o conftest conftest.c >&5
# conftest.c:69:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
# char memset ();
# ^
# conftest.c:69:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
# 1 warning generated.
# configure:6606: $? = 0
# configure:6610: test -z
# || test ! -s conftest.err
# configure:6613: $? = 0
# configure:6616: test -s conftest
# configure:6619: $? = 0
# configure:6631: result: yes
# configure:6543: checking for mlock
# configure:6600: clang -o conftest conftest.c >&5
# configure:6606: $? = 0
# configure:6610: test -z
# || test ! -s conftest.err
# configure:6613: $? = 0
# configure:6616: test -s conftest
# configure:6619: $? = 0
# configure:6631: result: yes
# configure:6543: checking for readdir_r
# configure:6600: clang -o conftest conftest.c >&5
# configure:6606: $? = 0
# configure:6610: test -z
# || test ! -s conftest.err
# configure:6613: $? = 0
# configure:6616: test -s conftest
# configure:6619: $? = 0
# configure:6631: result: yes
# configure:6543: checking for strchr
# configure:6600: clang -o conftest conftest.c >&5
# conftest.c:72:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
# char strchr ();
# ^
# conftest.c:72:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:6606: $? = 0
# configure:6610: test -z
# || test ! -s conftest.err
# configure:6613: $? = 0
# configure:6616: test -s conftest
# configure:6619: $? = 0
# configure:6631: result: yes
# configure:6543: checking for strdup
# configure:6600: clang -o conftest conftest.c >&5
# conftest.c:73:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
# char strdup ();
# ^
# conftest.c:73:6: note: 'strdup' is a builtin with type 'char *(const char *)'
# 1 warning generated.
# configure:6606: $? = 0
# configure:6610: test -z
# || test ! -s conftest.err
# configure:6613: $? = 0
# configure:6616: test -s conftest
# configure:6619: $? = 0
# configure:6631: result: yes
# configure:6543: checking for strrchr
# configure:6600: clang -o conftest conftest.c >&5
# conftest.c:74:6: warning: incompatible redeclaration of library function 'strrchr' [-Wincompatible-library-redeclaration]
# char strrchr ();
# ^
# conftest.c:74:6: note: 'strrchr' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:6606: $? = 0
# configure:6610: test -z
# || test ! -s conftest.err
# configure:6613: $? = 0
# configure:6616: test -s conftest
# configure:6619: $? = 0
# configure:6631: result: yes
# configure:6645: checking for readdir,,
# configure:6702: clang -o conftest conftest.c >&5
# conftest.c:53:16: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions]
# #define readdir,, innocuous_readdir,,
# ^
# conftest.c:66:15: warning: extra tokens at end of #undef directive [-Wextra-tokens]
# #undef readdir,,
# ^
# //
# conftest.c:75:14: error: expected identifier or '('
# char readdir,, ();
# ^
# conftest.c:75:17: error: expected identifier or '('
# char readdir,, ();
# ^
# conftest.c:79:28: error: missing ')' after 'defined'
# #if defined (__stub_readdir,,) || defined (__stub___readdir,,)
# ^
# conftest.c:79:13: note: to match this '('
# #if defined (__stub_readdir,,) || defined (__stub___readdir,,)
# ^
# conftest.c:82:8: warning: incompatible integer to pointer conversion initializing 'char (*)()' with an expression of type 'char' [-Wint-conversion]
# char (*f) () = readdir,,;
# ^ ~~~~~~~
# conftest.c:82:16: error: initializer element is not a compile-time constant
# char (*f) () = readdir,,;
# ^~~~~~~
# conftest.c:82:24: error: expected identifier or '('
# char (*f) () = readdir,,;
# ^
# conftest.c:82:25: error: expected identifier or '('
# char (*f) () = readdir,,;
# ^
# conftest.c:91:10: warning: comparison between pointer and integer ('char (*)()' and 'int')
# return f != readdir,,;
# ~ ^ ~~~~~~~
# conftest.c:91:21: error: expected expression
# return f != readdir,,;
# ^
# conftest.c:91:22: error: expected expression
# return f != readdir,,;
# ^
# 4 warnings and 8 errors generated.
# configure:6708: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libmcrypt"
# | #define VERSION "2.5.8"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 1
# | #define HAVE_BZERO 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MLOCK 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRRCHR 1
# | /* end confdefs.h. */
# | /* Define readdir,, to an innocuous variant, in case declares readdir,,.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define readdir,, innocuous_readdir,,
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char readdir,, (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef readdir,,
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | {
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char readdir,, ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined (__stub_readdir,,) || defined (__stub___readdir,,)
# | choke me
# | #else
# | char (*f) () = readdir,,;
# | #endif
# | #ifdef __cplusplus
# | }
# | #endif
# |
# | int
# | main ()
# | {
# | return f != readdir,,;
# | ;
# | return 0;
# | }
# configure:6733: result: no
# configure:6747: checking for bcopy,,
# configure:6804: clang -o conftest conftest.c >&5
# conftest.c:53:14: warning: ISO C99 requires whitespace after the macro name [-Wc99-extensions]
# #define bcopy,, innocuous_bcopy,,
# ^
# conftest.c:66:13: warning: extra tokens at end of #undef directive [-Wextra-tokens]
# #undef bcopy,,
# ^
# //
# conftest.c:75:12: error: expected identifier or '('
# char bcopy,, ();
# ^
# conftest.c:75:15: error: expected identifier or '('
# char bcopy,, ();
# ^
# conftest.c:79:26: error: missing ')' after 'defined'
# #if defined (__stub_bcopy,,) || defined (__stub___bcopy,,)
# ^
# conftest.c:79:13: note: to match this '('
# #if defined (__stub_bcopy,,) || defined (__stub___bcopy,,)
# ^
# conftest.c:82:8: warning: incompatible integer to pointer conversion initializing 'char (*)()' with an expression of type 'char' [-Wint-conversion]
# char (*f) () = bcopy,,;
# ^ ~~~~~
# conftest.c:82:16: error: initializer element is not a compile-time constant
# char (*f) () = bcopy,,;
# ^~~~~
# conftest.c:82:22: error: expected identifier or '('
# char (*f) () = bcopy,,;
# ^
# conftest.c:82:23: error: expected identifier or '('
# char (*f) () = bcopy,,;
# ^
# conftest.c:91:10: warning: comparison between pointer and integer ('char (*)()' and 'int')
# return f != bcopy,,;
# ~ ^ ~~~~~
# conftest.c:91:19: error: expected expression
# return f != bcopy,,;
# ^
# conftest.c:91:20: error: expected expression
# return f != bcopy,,;
# ^
# 4 warnings and 8 errors generated.
# configure:6810: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libmcrypt"
# | #define VERSION "2.5.8"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 1
# | #define HAVE_BZERO 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MLOCK 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRRCHR 1
# | /* end confdefs.h. */
# | /* Define bcopy,, to an innocuous variant, in case declares bcopy,,.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define bcopy,, innocuous_bcopy,,
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char bcopy,, (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef bcopy,,
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | {
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char bcopy,, ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined (__stub_bcopy,,) || defined (__stub___bcopy,,)
# | choke me
# | #else
# | char (*f) () = bcopy,,;
# | #endif
# | #ifdef __cplusplus
# | }
# | #endif
# |
# | int
# | main ()
# | {
# | return f != bcopy,,;
# | ;
# | return 0;
# | }
# configure:6835: result: no
# configure:6846: checking whether byte ordering is bigendian
# configure:6873: clang -c conftest.c >&5
# configure:6879: $? = 0
# configure:6883: test -z
# || test ! -s conftest.err
# configure:6886: $? = 0
# configure:6889: test -s conftest.o
# configure:6892: $? = 0
# configure:6916: clang -c conftest.c >&5
# conftest.c:58:2: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:6922: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libmcrypt"
# | #define VERSION "2.5.8"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 1
# | #define HAVE_BZERO 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MLOCK 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRRCHR 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:7057: result: no
# configure:7076: checking for unsigned long int
# configure:7100: clang -c conftest.c >&5
# configure:7106: $? = 0
# configure:7110: test -z
# || test ! -s conftest.err
# configure:7113: $? = 0
# configure:7116: test -s conftest.o
# configure:7119: $? = 0
# configure:7130: result: yes
# configure:7133: checking size of unsigned long int
# configure:7452: clang -o conftest conftest.c >&5
# configure:7455: $? = 0
# configure:7457: ./conftest
# configure:7460: $? = 0
# configure:7483: result: 8
# configure:7490: checking for unsigned int
# configure:7514: clang -c conftest.c >&5
# configure:7520: $? = 0
# configure:7524: test -z
# || test ! -s conftest.err
# configure:7527: $? = 0
# configure:7530: test -s conftest.o
# configure:7533: $? = 0
# configure:7544: result: yes
# configure:7547: checking size of unsigned int
# configure:7866: clang -o conftest conftest.c >&5
# configure:7869: $? = 0
# configure:7871: ./conftest
# configure:7874: $? = 0
# configure:7897: result: 4
# configure:7904: checking for unsigned short int
# configure:7928: clang -c conftest.c >&5
# configure:7934: $? = 0
# configure:7938: test -z
# || test ! -s conftest.err
# configure:7941: $? = 0
# configure:7944: test -s conftest.o
# configure:7947: $? = 0
# configure:7958: result: yes
# configure:7961: checking size of unsigned short int
# configure:8280: clang -o conftest conftest.c >&5
# configure:8283: $? = 0
# configure:8285: ./conftest
# configure:8288: $? = 0
# configure:8311: result: 2
# configure:8318: checking for unsigned char
# configure:8342: clang -c conftest.c >&5
# configure:8348: $? = 0
# configure:8352: test -z
# || test ! -s conftest.err
# configure:8355: $? = 0
# configure:8358: test -s conftest.o
# configure:8361: $? = 0
# configure:8372: result: yes
# configure:8375: checking size of unsigned char
# configure:8694: clang -o conftest conftest.c >&5
# configure:8697: $? = 0
# configure:8699: ./conftest
# configure:8702: $? = 0
# configure:8725: result: 1
# configure:8788: checking for a sed that does not truncate output
# configure:8844: result: /usr/bin/sed
# configure:8858: checking for ld used by clang
# configure:8925: result: /usr/bin/ld
# configure:8934: checking if the linker (/usr/bin/ld) is GNU ld
# configure:8949: result: yes
# configure:8954: checking for /usr/bin/ld option to reload object files
# configure:8961: result: -r
# configure:8979: checking for BSD-compatible nm
# configure:9028: result: /usr/bin/nm -B
# configure:9032: checking how to recognise dependent libraries
# configure:9208: result: pass_all
# configure:9295: clang -c conftest.c >&5
# configure:9298: $? = 0
# configure:9686: checking for dlfcn.h
# configure:9691: result: yes
# configure:9841: checking how to run the C++ preprocessor
# configure:9872: clang++ -E conftest.cc
# configure:9878: $? = 0
# configure:9910: clang++ -E conftest.cc
# conftest.cc:56:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:9916: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libmcrypt"
# | #define VERSION "2.5.8"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 1
# | #define HAVE_BZERO 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MLOCK 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRRCHR 1
# | #define SIZEOF_UNSIGNED_LONG_INT 8
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_UNSIGNED_SHORT_INT 2
# | #define SIZEOF_UNSIGNED_CHAR 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# | #include
# configure:9955: result: clang++ -E
# configure:9979: clang++ -E conftest.cc
# configure:9985: $? = 0
# configure:10017: clang++ -E conftest.cc
# conftest.cc:56:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:10023: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libmcrypt"
# | #define VERSION "2.5.8"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 1
# | #define HAVE_BZERO 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MLOCK 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRRCHR 1
# | #define SIZEOF_UNSIGNED_LONG_INT 8
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_UNSIGNED_SHORT_INT 2
# | #define SIZEOF_UNSIGNED_CHAR 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# | #include
# configure:10078: checking for x86_64-unknown-linux-g77
# configure:10107: result: no
# configure:10078: checking for x86_64-unknown-linux-f77
# configure:10107: result: no
# configure:10078: checking for x86_64-unknown-linux-xlf
# configure:10107: result: no
# configure:10078: checking for x86_64-unknown-linux-frt
# configure:10107: result: no
# configure:10078: checking for x86_64-unknown-linux-pgf77
# configure:10107: result: no
# configure:10078: checking for x86_64-unknown-linux-fort77
# configure:10107: result: no
# configure:10078: checking for x86_64-unknown-linux-fl32
# configure:10107: result: no
# configure:10078: checking for x86_64-unknown-linux-af77
# configure:10107: result: no
# configure:10078: checking for x86_64-unknown-linux-f90
# configure:10107: result: no
# configure:10078: checking for x86_64-unknown-linux-xlf90
# configure:10107: result: no
# configure:10078: checking for x86_64-unknown-linux-pgf90
# configure:10107: result: no
# configure:10078: checking for x86_64-unknown-linux-epcf90
# configure:10107: result: no
# configure:10078: checking for x86_64-unknown-linux-f95
# configure:10107: result: no
# configure:10078: checking for x86_64-unknown-linux-fort
# configure:10107: result: no
# configure:10078: checking for x86_64-unknown-linux-xlf95
# configure:10107: result: no
# configure:10078: checking for x86_64-unknown-linux-ifc
# configure:10107: result: no
# configure:10078: checking for x86_64-unknown-linux-efc
# configure:10107: result: no
# configure:10078: checking for x86_64-unknown-linux-pgf95
# configure:10107: result: no
# configure:10078: checking for x86_64-unknown-linux-lf95
# configure:10107: result: no
# configure:10078: checking for x86_64-unknown-linux-gfortran
# configure:10107: result: no
# configure:10120: checking for g77
# configure:10149: result: no
# configure:10120: checking for f77
# configure:10149: result: no
# configure:10120: checking for xlf
# configure:10149: result: no
# configure:10120: checking for frt
# configure:10149: result: no
# configure:10120: checking for pgf77
# configure:10149: result: no
# configure:10120: checking for fort77
# configure:10149: result: no
# configure:10120: checking for fl32
# configure:10149: result: no
# configure:10120: checking for af77
# configure:10149: result: no
# configure:10120: checking for f90
# configure:10149: result: no
# configure:10120: checking for xlf90
# configure:10149: result: no
# configure:10120: checking for pgf90
# configure:10149: result: no
# configure:10120: checking for epcf90
# configure:10149: result: no
# configure:10120: checking for f95
# configure:10136: found /usr/bin/f95
# configure:10146: result: f95
# configure:10161: checking for Fortran 77 compiler version
# configure:10164: f95 --version &5
# GNU Fortran (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:10167: $? = 0
# configure:10169: f95 -v &5
# Using built-in specs.
# COLLECT_GCC=f95
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:10172: $? = 0
# configure:10174: f95 -V &5
# f95: error: unrecognized command line option '-V'
# f95: fatal error: no input files
# compilation terminated.
# configure:10177: $? = 1
# configure:10185: checking whether we are using the GNU Fortran 77 compiler
# configure:10199: f95 -c conftest.F >&5
# configure:10205: $? = 0
# configure:10209: test -z
# || test ! -s conftest.err
# configure:10212: $? = 0
# configure:10215: test -s conftest.o
# configure:10218: $? = 0
# configure:10231: result: yes
# configure:10237: checking whether f95 accepts -g
# configure:10249: f95 -c -g conftest.f >&5
# configure:10255: $? = 0
# configure:10259: test -z
# || test ! -s conftest.err
# configure:10262: $? = 0
# configure:10265: test -s conftest.o
# configure:10268: $? = 0
# configure:10280: result: yes
# configure:10310: checking the maximum length of command line arguments
# configure:10419: result: 32768
# configure:10430: checking command to parse /usr/bin/nm -B output from clang object
# configure:10535: clang -c conftest.c >&5
# configure:10538: $? = 0
# configure:10542: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
# configure:10545: $? = 0
# configure:10597: clang -o conftest conftest.c conftstm.o >&5
# configure:10600: $? = 0
# configure:10638: result: ok
# configure:10642: checking for objdir
# configure:10657: result: .libs
# configure:10709: checking for x86_64-unknown-linux-ar
# configure:10738: result: no
# configure:10747: checking for ar
# configure:10763: found /usr/bin/ar
# configure:10774: result: ar
# configure:10789: checking for x86_64-unknown-linux-ranlib
# configure:10818: result: no
# configure:10827: checking for ranlib
# configure:10843: found /usr/bin/ranlib
# configure:10854: result: ranlib
# configure:10869: checking for x86_64-unknown-linux-strip
# configure:10895: result: strip
# configure:11206: checking if clang supports -fno-rtti -fno-exceptions
# configure:11224: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:11228: $? = 0
# configure:11241: result: yes
# configure:11256: checking for clang option to produce PIC
# configure:11466: result: -fPIC
# configure:11474: checking if clang PIC flag -fPIC works
# configure:11492: clang -c -fPIC -DPIC conftest.c >&5
# configure:11496: $? = 0
# configure:11509: result: yes
# configure:11537: checking if clang static flag -static works
# configure:11565: result: yes
# configure:11575: checking if clang supports -c -o file.o
# configure:11596: clang -c -o out/conftest2.o conftest.c >&5
# configure:11600: $? = 0
# configure:11622: result: yes
# configure:11648: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:12606: result: yes
# configure:12627: checking whether -lc should be explicitly linked in
# configure:12632: clang -c conftest.c >&5
# configure:12635: $? = 0
# configure:12650: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
# configure:12653: $? = 0
# configure:12665: result: no
# configure:12673: checking dynamic linker characteristics
# configure:13066: clang -c conftest.c >&5
# configure:13069: $? = 0
# configure:13282: result: GNU/Linux ld.so
# configure:13291: checking how to hardcode library paths into programs
# configure:13316: result: immediate
# configure:13330: checking whether stripping libraries is possible
# configure:13335: result: yes
# configure:13461: checking for shl_load
# configure:13518: clang -o conftest conftest.c >&5
# /tmp/conftest-a4edd9.o: In function `main':
# conftest.c:(.text+0x6): undefined reference to `shl_load'
# /tmp/conftest-a4edd9.o:(.data+0x0): undefined reference to `shl_load'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:13524: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libmcrypt"
# | #define VERSION "2.5.8"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 1
# | #define HAVE_BZERO 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MLOCK 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRRCHR 1
# | #define SIZEOF_UNSIGNED_LONG_INT 8
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_UNSIGNED_SHORT_INT 2
# | #define SIZEOF_UNSIGNED_CHAR 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# | /* Define shl_load to an innocuous variant, in case declares shl_load.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define shl_load innocuous_shl_load
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char shl_load (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef shl_load
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | {
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char shl_load ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined (__stub_shl_load) || defined (__stub___shl_load)
# | choke me
# | #else
# | char (*f) () = shl_load;
# | #endif
# | #ifdef __cplusplus
# | }
# | #endif
# |
# | int
# | main ()
# | {
# | return f != shl_load;
# | ;
# | return 0;
# | }
# configure:13549: result: no
# configure:13554: checking for shl_load in -ldld
# configure:13584: clang -o conftest conftest.c -ldld >&5
# /usr/bin/ld: cannot find -ldld
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:13590: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libmcrypt"
# | #define VERSION "2.5.8"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 1
# | #define HAVE_BZERO 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MLOCK 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRRCHR 1
# | #define SIZEOF_UNSIGNED_LONG_INT 8
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_UNSIGNED_SHORT_INT 2
# | #define SIZEOF_UNSIGNED_CHAR 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char shl_load ();
# | int
# | main ()
# | {
# | shl_load ();
# | ;
# | return 0;
# | }
# configure:13616: result: no
# configure:13621: checking for dlopen
# configure:13678: clang -o conftest conftest.c >&5
# /tmp/conftest-9d2a80.o: In function `main':
# conftest.c:(.text+0x6): undefined reference to `dlopen'
# /tmp/conftest-9d2a80.o:(.data+0x0): undefined reference to `dlopen'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:13684: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libmcrypt"
# | #define VERSION "2.5.8"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 1
# | #define HAVE_BZERO 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MLOCK 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRRCHR 1
# | #define SIZEOF_UNSIGNED_LONG_INT 8
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_UNSIGNED_SHORT_INT 2
# | #define SIZEOF_UNSIGNED_CHAR 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# | /* Define dlopen to an innocuous variant, in case declares dlopen.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define dlopen innocuous_dlopen
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char dlopen (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef dlopen
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | {
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char dlopen ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined (__stub_dlopen) || defined (__stub___dlopen)
# | choke me
# | #else
# | char (*f) () = dlopen;
# | #endif
# | #ifdef __cplusplus
# | }
# | #endif
# |
# | int
# | main ()
# | {
# | return f != dlopen;
# | ;
# | return 0;
# | }
# configure:13709: result: no
# configure:13714: checking for dlopen in -ldl
# configure:13744: clang -o conftest conftest.c -ldl >&5
# configure:13750: $? = 0
# configure:13754: test -z
# || test ! -s conftest.err
# configure:13757: $? = 0
# configure:13760: test -s conftest
# configure:13763: $? = 0
# configure:13776: result: yes
# configure:13951: checking whether a program can dlopen itself
# configure:14025: clang -o conftest -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
# configure:14021:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit (status);
# ^
# configure:14021:5: note: include the header or explicitly provide a declaration for 'exit'
# 1 warning generated.
# configure:14028: $? = 0
# configure:14046: result: yes
# configure:14051: checking whether a statically linked program can dlopen itself
# configure:14125: clang -o conftest -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5
# configure:14121:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit (status);
# ^
# configure:14121:5: note: include the header or explicitly provide a declaration for 'exit'
# 1 warning generated.
# /tmp/conftest-2ec54d.o: In function `main':
# conftest.c:(.text+0x29): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
# /usr/bin/ld: dynamic STT_GNU_IFUNC symbol `strcmp' with pointer equality in `/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/libc.a(strcmp.o)' can not be used when making an executable; recompile with -fPIE and relink with -pie
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:14128: $? = 1
# configure:14146: result: no
# configure:14169: checking if libtool supports shared libraries
# configure:14171: result: yes
# configure:14174: checking whether to build shared libraries
# configure:14195: result: yes
# configure:14198: checking whether to build static libraries
# configure:14202: result:
# configure:14294: creating libtool
# configure:14885: checking for ld used by clang++
# configure:14952: result: /usr/bin/ld -m elf_x86_64
# configure:14961: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:14976: result: yes
# configure:15027: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:15965: result: yes
# configure:15983: clang++ -c conftest.cpp >&5
# configure:15986: $? = 0
# configure:16105: checking for clang++ option to produce PIC
# configure:16379: result: -fPIC
# configure:16387: checking if clang++ PIC flag -fPIC works
# configure:16405: clang++ -c -fPIC -DPIC conftest.cpp >&5
# configure:16409: $? = 0
# configure:16422: result: yes
# configure:16450: checking if clang++ static flag -static works
# configure:16478: result: yes
# configure:16488: checking if clang++ supports -c -o file.o
# configure:16509: clang++ -c -o out/conftest2.o conftest.cpp >&5
# configure:16513: $? = 0
# configure:16535: result: yes
# configure:16561: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:16586: result: yes
# configure:16653: checking dynamic linker characteristics
# configure:17046: clang++ -c conftest.cpp >&5
# configure:17049: $? = 0
# configure:17262: result: GNU/Linux ld.so
# configure:17271: checking how to hardcode library paths into programs
# configure:17296: result: immediate
# configure:17825: checking if libtool supports shared libraries
# configure:17827: result: yes
# configure:17830: checking whether to build shared libraries
# configure:17850: result: yes
# configure:17853: checking whether to build static libraries
# configure:17857: result:
# configure:17867: checking for f95 option to produce PIC
# configure:18077: result: -fPIC
# configure:18085: checking if f95 PIC flag -fPIC works
# configure:18103: f95 -c -g -O2 -fPIC conftest.f >&5
# configure:18107: $? = 0
# configure:18120: result: yes
# configure:18148: checking if f95 static flag -static works
# configure:18176: result: no
# configure:18186: checking if f95 supports -c -o file.o
# configure:18207: f95 -c -g -O2 -o out/conftest2.o conftest.f >&5
# configure:18211: $? = 0
# configure:18233: result: yes
# configure:18259: checking whether the f95 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:19197: result: yes
# configure:19264: checking dynamic linker characteristics
# configure:19657: f95 -c -g -O2 conftest.f >&5
# conftest.f:1:2:
#
# #line 19656 "configure"
# 1
# Warning: Illegal preprocessor directive
# configure:19660: $? = 0
# configure:19873: result: GNU/Linux ld.so
# configure:19882: checking how to hardcode library paths into programs
# configure:19907: result: immediate
# configure:23636: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on ba2dc098304e
#
# config.status:763: creating Makefile
# config.status:763: creating libmcrypt.spec
# config.status:763: creating lib/Makefile
# config.status:763: creating doc/Makefile
# config.status:763: creating src/Makefile
# config.status:763: creating include/mutils/mcrypt.h
# config.status:763: creating include/Makefile
# config.status:763: creating modules/Makefile
# config.status:763: creating modules/modes/Makefile
# config.status:763: creating modules/algorithms/Makefile
# config.status:763: creating lib/libmcrypt-config
# config.status:867: creating config.h
# config.status:1235: executing depfiles commands
# config.status:1235: executing default-1 commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_build_alias=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_F77_set=
# ac_cv_env_F77_value=
# ac_cv_env_FFLAGS_set=
# ac_cv_env_FFLAGS_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_exeext=
# ac_cv_f77_compiler_gnu=yes
# ac_cv_func_bcopy__=no
# ac_cv_func_bzero=yes
# ac_cv_func_closedir_void=no
# ac_cv_func_dlopen=no
# ac_cv_func_malloc_0_nonnull=yes
# ac_cv_func_memcmp_working=yes
# ac_cv_func_memmove=yes
# ac_cv_func_memset=yes
# ac_cv_func_mlock=yes
# ac_cv_func_readdir__=no
# ac_cv_func_readdir_r=yes
# ac_cv_func_realloc_0_nonnull=yes
# ac_cv_func_shl_load=no
# ac_cv_func_strchr=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strrchr=yes
# ac_cv_header_argz_h=yes
# ac_cv_header_byteswap_h=yes
# ac_cv_header_dirent_dirent_h=yes
# ac_cv_header_dirent_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_endian_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_malloc_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_endian_h=no
# ac_cv_header_sys_mman_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_host_alias=x86_64-unknown-linux
# ac_cv_lib_dl_dlopen=yes
# ac_cv_lib_dld_shl_load=no
# ac_cv_objext=o
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_CXX=clang++
# ac_cv_prog_CXXCPP='clang++ -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_F77=f95
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_stdc=
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_egrep='grep -E'
# ac_cv_prog_f77_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_search_opendir='none required'
# ac_cv_sizeof_unsigned_char=1
# ac_cv_sizeof_unsigned_int=4
# ac_cv_sizeof_unsigned_long_int=8
# ac_cv_sizeof_unsigned_short_int=2
# ac_cv_target=x86_64-unknown-linux-gnu
# ac_cv_target_alias=x86_64-unknown-linux
# ac_cv_type_unsigned_char=yes
# ac_cv_type_unsigned_int=yes
# ac_cv_type_unsigned_long_int=yes
# ac_cv_type_unsigned_short_int=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# lt_cv_deplibs_check_method=pass_all
# lt_cv_dlopen=dlopen
# lt_cv_dlopen_libs=-ldl
# lt_cv_dlopen_self=yes
# lt_cv_dlopen_self_static=no
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_SED=/usr/bin/sed
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_c_o_F77=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
# lt_cv_sys_max_cmd_len=32768
# lt_lt_cv_prog_compiler_c_o='"yes"'
# lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
# lt_lt_cv_prog_compiler_c_o_F77='"yes"'
# lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
# lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
# lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/libmcrypt/src/libmcrypt-2.5.8/missing --run aclocal-1.9'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/libmcrypt/src/libmcrypt-2.5.8/missing --run tar'
# AR='ar'
# AS='as'
# AUTOCONF='${SHELL} /tmp/libmcrypt/src/libmcrypt-2.5.8/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/libmcrypt/src/libmcrypt-2.5.8/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/libmcrypt/src/libmcrypt-2.5.8/missing --run automake-1.9'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='dlltool'
# ECHO='echo'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='grep -E'
# EXEEXT=''
# EXTRA_ALGOS='cbc cfb ctr ecb ncfb nofb ofb stream threeway cast-128 gost rijndael-128 safer-sk64 twofish arcfour cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 safer-sk128 tripledes'
# EXTRA_OBJECTS=' ../modules/modes/cbc.lo ../modules/modes/cfb.lo ../modules/modes/ctr.lo ../modules/modes/ecb.lo ../modules/modes/ncfb.lo ../modules/modes/nofb.lo ../modules/modes/ofb.lo ../modules/modes/stream.lo ../modules/algorithms/cast-128.lo ../modules/algorithms/gost.lo ../modules/algorithms/rijndael-128.lo ../modules/algorithms/twofish.lo ../modules/algorithms/arcfour.lo ../modules/algorithms/cast-256.lo ../modules/algorithms/loki97.lo ../modules/algorithms/rijndael-192.lo ../modules/algorithms/saferplus.lo ../modules/algorithms/wake.lo ../modules/algorithms/blowfish-compat.lo ../modules/algorithms/des.lo ../modules/algorithms/rijndael-256.lo ../modules/algorithms/serpent.lo ../modules/algorithms/xtea.lo ../modules/algorithms/blowfish.lo ../modules/algorithms/enigma.lo ../modules/algorithms/rc2.lo ../modules/algorithms/tripledes.lo'
# F77='f95'
# FFLAGS='-g -O2'
# INCLTDL=''
# INSTALL_ALGORITHM_MODULES=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_MODE_MODULES=''
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
# LDFLAGS=''
# LIBLTDL=''
# LIBLTDL_DIR=''
# LIBMCRYPT_CFLAGS='-I${prefix}/include'
# LIBMCRYPT_CURRENT_INTERFACE_IMPLEMENTATION_NUMBER='8'
# LIBMCRYPT_LIBS=' -L${exec_prefix}/lib -lmcrypt '
# LIBMCRYPT_MAJOR_VERSION='2'
# LIBMCRYPT_MICRO_VERSION='8'
# LIBMCRYPT_MINOR_VERSION='5'
# LIBMCRYPT_MOST_RECENT_INTERFACE='8'
# LIBMCRYPT_OLDEST_INTERFACE='4'
# LIBMCRYPT_VERSION='2.5.8'
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIBTOOL_DEPS='./ltmain.sh'
# LN_S='ln -s'
# LTLIBOBJS=''
# LT_AGE='4'
# LT_CURRENT='8'
# LT_REVISION='8'
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/libmcrypt/src/libmcrypt-2.5.8/missing --run makeinfo'
# NOINSTALL_ALGORITHM_MODULES=' threeway.la cast-128.la gost.la rijndael-128.la safer-sk64.la twofish.la arcfour.la cast-256.la loki97.la rijndael-192.la saferplus.la wake.la blowfish-compat.la des.la rijndael-256.la serpent.la xtea.la blowfish.la enigma.la rc2.la safer-sk128.la tripledes.la'
# NOINSTALL_MODE_MODULES=' cbc.la cfb.la ctr.la ecb.la ncfb.la nofb.la ofb.la stream.la'
# OBJDUMP='objdump'
# OBJEXT='o'
# PACKAGE='libmcrypt'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='2.5.8'
# ac_ct_AR='ar'
# ac_ct_AS=''
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_ct_DLLTOOL=''
# ac_ct_F77='f95'
# ac_ct_OBJDUMP=''
# ac_ct_RANLIB='ranlib'
# ac_ct_STRIP='strip'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__fastdepCXX_FALSE='#'
# am__fastdepCXX_TRUE=''
# am__include='include'
# am__leading_dot='.'
# am__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${prefix}/share'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# includedir='${prefix}/include'
# infodir='${prefix}/info'
# install_sh='/tmp/libmcrypt/src/libmcrypt-2.5.8/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localstatedir='${prefix}/var'
# mandir='/usr/share/man'
# mkdir_p='mkdir -p --'
# oldincludedir='/usr/include'
# prefix='/usr'
# program_transform_name='s,x,x,'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# subdirs=''
# sysconfdir='${prefix}/etc'
# target='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define HAVE_ARGZ_H 1
# #define HAVE_BYTESWAP_H 1
# #define HAVE_BZERO 1
# #define HAVE_DIRENT_H 1
# #define HAVE_DIRENT_H 1
# #define HAVE_DLFCN_H 1
# #define HAVE_DLFCN_H 1
# #define HAVE_ENDIAN_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_MALLOC 1
# #define HAVE_MALLOC_H 1
# #define HAVE_MEMMOVE 1
# #define HAVE_MEMORY_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_MEMSET 1
# #define HAVE_MLOCK 1
# #define HAVE_READDIR_R 1
# #define HAVE_REALLOC 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRCHR 1
# #define HAVE_STRDUP 1
# #define HAVE_STRINGS_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRRCHR 1
# #define HAVE_SYS_MMAN_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_UNISTD_H 1
# #define PACKAGE "libmcrypt"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_NAME ""
# #define PACKAGE_STRING ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define SIZEOF_UNSIGNED_CHAR 1
# #define SIZEOF_UNSIGNED_INT 4
# #define SIZEOF_UNSIGNED_LONG_INT 8
# #define SIZEOF_UNSIGNED_SHORT_INT 2
# #define STDC_HEADERS 1
# #define VERSION "2.5.8"
# #endif
# #ifdef __cplusplus
# extern "C" void exit (int) throw ();
#
# configure: exit 0