Build of scrypt with musl toolchain

The build took 00h 00m 49s and was NOT successful.

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

SLOCLanguage
2,698 ansic
1,264 sh
1,060 makefile
5,022 total

The process tree of the build process is here.

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

List of Errors

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...

There were existing files in /sysroot, using those
# /sysroot/lib
# /sysroot/share
# /sysroot/bin
# /sysroot/include
# /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/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: scrypt 1.2.0-1 (Wed Apr 5 00:40:39 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... yes
# 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 clang option to accept ISO C89... none needed
# checking whether clang understands -c and -o together... yes
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# configure: WARNING: using cross tools not prefixed with host triplet
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking for clock_gettime in -lrt... yes
# checking for clock_gettime... yes
# checking how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for ANSI C header files... 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 sys/sysinfo.h usability... yes
# checking sys/sysinfo.h presence... yes
# checking for sys/sysinfo.h... yes
# checking for sysinfo... yes
# checking for struct sysinfo... yes
# checking for struct sysinfo.totalram... yes
# checking for struct sysinfo.mem_unit... yes
# checking sys/param.h usability... yes
# checking sys/param.h presence... yes
# checking for sys/param.h... yes
# checking sys/sysctl.h usability... no
# checking sys/sysctl.h presence... no
# checking for sys/sysctl.h... no
# checking for posix_memalign... yes
# checking for mmap... yes
# checking for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... no
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# ( export CC="clang"; export CFLAGS=""; command -p sh ./libcperciva/cpusupport/Build/cpusupport.sh ) > cpusupport-config.h.tmp && command -p mv cpusupport-config.h.tmp cpusupport-config.h
# Checking if compiler supports X86 CPUID feature... yes
# Checking if compiler supports X86 SSE2 feature... yes
# Checking if compiler supports X86 AESNI feature... yes, via -maes
# make all-am
# make[1]: Entering directory '/tmp/scrypt/src/scrypt-1.2.0'
# clang -DHAVE_CONFIG_H -I. -I ./libcperciva/alg -I ./libcperciva/cpusupport -I ./libcperciva/crypto -I ./libcperciva/util -I ./lib/crypto -I ./lib/scryptenc -I ./lib/util -I . -D CPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -MT scrypt-main.o -MD -MP -MF .deps/scrypt-main.Tpo -c -o scrypt-main.o `test -f 'main.c' || echo './'`main.c
# clang -DHAVE_CONFIG_H -I. -I ./libcperciva/alg -I ./libcperciva/cpusupport -I ./libcperciva/crypto -I ./libcperciva/util -I ./lib/crypto -I ./lib/scryptenc -I ./lib/util -I . -D CPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -MT libcperciva/crypto/scrypt-crypto_aes.o -MD -MP -MF libcperciva/crypto/.deps/scrypt-crypto_aes.Tpo -c -o libcperciva/crypto/scrypt-crypto_aes.o `test -f 'libcperciva/crypto/crypto_aes.c' || echo './'`libcperciva/crypto/crypto_aes.c
# clang -DHAVE_CONFIG_H -I. -I ./libcperciva/alg -I ./libcperciva/cpusupport -I ./libcperciva/crypto -I ./libcperciva/util -I ./lib/crypto -I ./lib/scryptenc -I ./lib/util -I . -D CPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -MT libcperciva/crypto/scrypt-crypto_aesctr.o -MD -MP -MF libcperciva/crypto/.deps/scrypt-crypto_aesctr.Tpo -c -o libcperciva/crypto/scrypt-crypto_aesctr.o `test -f 'libcperciva/crypto/crypto_aesctr.c' || echo './'`libcperciva/crypto/crypto_aesctr.c
# clang -DHAVE_CONFIG_H -I. -I ./libcperciva/alg -I ./libcperciva/cpusupport -I ./libcperciva/crypto -I ./libcperciva/util -I ./lib/crypto -I ./lib/scryptenc -I ./lib/util -I . -D CPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -MT libcperciva/crypto/scrypt-crypto_entropy.o -MD -MP -MF libcperciva/crypto/.deps/scrypt-crypto_entropy.Tpo -c -o libcperciva/crypto/scrypt-crypto_entropy.o `test -f 'libcperciva/crypto/crypto_entropy.c' || echo './'`libcperciva/crypto/crypto_entropy.c
# mv -f libcperciva/crypto/.deps/scrypt-crypto_aesctr.Tpo libcperciva/crypto/.deps/scrypt-crypto_aesctr.Po
# libcperciva/crypto/crypto_aes.c:6:10: fatal error: 'openssl/aes.h' file not found
# #include
# ^
# clang -DHAVE_CONFIG_H -I. -I ./libcperciva/alg -I ./libcperciva/cpusupport -I ./libcperciva/crypto -I ./libcperciva/util -I ./lib/crypto -I ./lib/scryptenc -I ./lib/util -I . -D CPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -MT lib/crypto/scrypt-crypto_scrypt.o -MD -MP -MF lib/crypto/.deps/scrypt-crypto_scrypt.Tpo -c -o lib/crypto/scrypt-crypto_scrypt.o `test -f 'lib/crypto/crypto_scrypt.c' || echo './'`lib/crypto/crypto_scrypt.c
# 1 error generated.
# mv -f libcperciva/crypto/.deps/scrypt-crypto_entropy.Tpo libcperciva/crypto/.deps/scrypt-crypto_entropy.Po
# make[1]: *** [Makefile:728: libcperciva/crypto/scrypt-crypto_aes.o] Error 1
# make[1]: *** Waiting for unfinished jobs....
# mv -f .deps/scrypt-main.Tpo .deps/scrypt-main.Po
# mv -f lib/crypto/.deps/scrypt-crypto_scrypt.Tpo lib/crypto/.deps/scrypt-crypto_scrypt.Po
# make[1]: Leaving directory '/tmp/scrypt/src/scrypt-1.2.0'
# make: *** [Makefile:392: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/scrypt/src/scrypt-1.2.0/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 scrypt configure 1.2.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = ff40dcad1aa7
# 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
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /sysroot/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2301: checking for a BSD-compatible install
# configure:2369: result: /usr/bin/install -c
# configure:2380: checking whether build environment is sane
# configure:2435: result: yes
# configure:2494: checking for x86_64-unknown-linux-strip
# configure:2524: result: no
# configure:2534: checking for strip
# configure:2550: found /sysroot/bin/strip
# configure:2561: result: strip
# configure:2586: checking for a thread-safe mkdir -p
# configure:2625: result: /usr/sbin/mkdir -p
# configure:2632: checking for gawk
# configure:2648: found /usr/sbin/gawk
# configure:2659: result: gawk
# configure:2670: checking whether make sets $(MAKE)
# configure:2692: result: yes
# configure:2721: checking whether make supports nested variables
# configure:2738: result: yes
# configure:2872: checking for x86_64-unknown-linux-gcc
# configure:2899: result: clang
# configure:3168: checking for C compiler version
# configure:3177: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:3188: $? = 0
# configure:3177: clang -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:3188: $? = 0
# configure:3177: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3188: $? = 1
# configure:3177: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3188: $? = 1
# configure:3208: checking whether the C compiler works
# configure:3230: clang conftest.c >&5
# configure:3234: $? = 0
# configure:3282: result: yes
# configure:3285: checking for C compiler default output file name
# configure:3287: result: a.out
# configure:3293: checking for suffix of executables
# configure:3300: clang -o conftest conftest.c >&5
# configure:3304: $? = 0
# configure:3326: result:
# configure:3348: checking whether we are cross compiling
# configure:3356: clang -o conftest conftest.c >&5
# configure:3360: $? = 0
# configure:3367: ./conftest
# ./conftest: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
# configure:3371: $? = 127
# configure:3386: result: yes
# configure:3391: checking for suffix of object files
# configure:3413: clang -c conftest.c >&5
# configure:3417: $? = 0
# configure:3438: result: o
# configure:3442: checking whether we are using the GNU C compiler
# configure:3461: clang -c conftest.c >&5
# configure:3461: $? = 0
# configure:3470: result: yes
# configure:3479: checking whether clang accepts -g
# configure:3499: clang -c -g conftest.c >&5
# configure:3499: $? = 0
# configure:3540: result: yes
# configure:3557: checking for clang option to accept ISO C89
# configure:3620: clang -c conftest.c >&5
# configure:3620: $? = 0
# configure:3633: result: none needed
# configure:3658: checking whether clang understands -c and -o together
# configure:3680: clang -c conftest.c -o conftest2.o
# configure:3683: $? = 0
# configure:3680: clang -c conftest.c -o conftest2.o
# configure:3683: $? = 0
# configure:3695: result: yes
# configure:3723: checking for style of include used by make
# configure:3751: result: GNU
# configure:3777: checking dependency style of clang
# configure:3888: result: gcc3
# configure:3906: checking for x86_64-unknown-linux-ranlib
# configure:3936: result: no
# configure:3946: checking for ranlib
# configure:3962: found /sysroot/bin/ranlib
# configure:3973: result: ranlib
# configure:3985: WARNING: using cross tools not prefixed with host triplet
# configure:3998: checking whether to enable maintainer-specific portions of Makefiles
# configure:4007: result: no
# configure:4023: checking for clock_gettime in -lrt
# configure:4048: clang -o conftest conftest.c -lrt >&5
# configure:4048: $? = 0
# configure:4057: result: yes
# configure:4070: checking for clock_gettime
# configure:4070: clang -o conftest conftest.c -lrt >&5
# configure:4070: $? = 0
# configure:4070: result: yes
# configure:4088: checking how to run the C preprocessor
# configure:4119: clang -E conftest.c
# configure:4119: $? = 0
# configure:4133: clang -E conftest.c
# conftest.c:13:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4133: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "scrypt"
# | #define PACKAGE_TARNAME "scrypt"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "scrypt 1.2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "scrypt"
# | #define VERSION "1.2.0"
# | #define HAVE_LIBRT 1
# | #define HAVE_CLOCK_GETTIME 1
# | /* end confdefs.h. */
# | #include
# configure:4158: result: clang -E
# configure:4178: clang -E conftest.c
# configure:4178: $? = 0
# configure:4192: clang -E conftest.c
# conftest.c:13:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4192: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "scrypt"
# | #define PACKAGE_TARNAME "scrypt"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "scrypt 1.2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "scrypt"
# | #define VERSION "1.2.0"
# | #define HAVE_LIBRT 1
# | #define HAVE_CLOCK_GETTIME 1
# | /* end confdefs.h. */
# | #include
# configure:4221: checking for grep that handles long lines and -e
# configure:4279: result: /usr/sbin/grep
# configure:4284: checking for egrep
# configure:4346: result: /usr/sbin/grep -E
# configure:4351: checking for ANSI C header files
# configure:4371: clang -c conftest.c >&5
# configure:4371: $? = 0
# configure:4455: result: yes
# configure:4468: checking for sys/types.h
# configure:4468: clang -c conftest.c >&5
# configure:4468: $? = 0
# configure:4468: result: yes
# configure:4468: checking for sys/stat.h
# configure:4468: clang -c conftest.c >&5
# configure:4468: $? = 0
# configure:4468: result: yes
# configure:4468: checking for stdlib.h
# configure:4468: clang -c conftest.c >&5
# configure:4468: $? = 0
# configure:4468: result: yes
# configure:4468: checking for string.h
# configure:4468: clang -c conftest.c >&5
# configure:4468: $? = 0
# configure:4468: result: yes
# configure:4468: checking for memory.h
# configure:4468: clang -c conftest.c >&5
# configure:4468: $? = 0
# configure:4468: result: yes
# configure:4468: checking for strings.h
# configure:4468: clang -c conftest.c >&5
# configure:4468: $? = 0
# configure:4468: result: yes
# configure:4468: checking for inttypes.h
# configure:4468: clang -c conftest.c >&5
# configure:4468: $? = 0
# configure:4468: result: yes
# configure:4468: checking for stdint.h
# configure:4468: clang -c conftest.c >&5
# configure:4468: $? = 0
# configure:4468: result: yes
# configure:4468: checking for unistd.h
# configure:4468: clang -c conftest.c >&5
# configure:4468: $? = 0
# configure:4468: result: yes
# configure:4482: checking sys/sysinfo.h usability
# configure:4482: clang -c conftest.c >&5
# configure:4482: $? = 0
# configure:4482: result: yes
# configure:4482: checking sys/sysinfo.h presence
# configure:4482: clang -E conftest.c
# configure:4482: $? = 0
# configure:4482: result: yes
# configure:4482: checking for sys/sysinfo.h
# configure:4482: result: yes
# configure:4494: checking for sysinfo
# configure:4494: clang -o conftest conftest.c -lrt >&5
# configure:4494: $? = 0
# configure:4494: result: yes
# configure:4503: checking for struct sysinfo
# configure:4503: clang -c conftest.c >&5
# configure:4503: $? = 0
# configure:4503: clang -c conftest.c >&5
# conftest.c:30:29: error: expected expression
# if (sizeof ((struct sysinfo)))
# ^
# 1 error generated.
# configure:4503: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "scrypt"
# | #define PACKAGE_TARNAME "scrypt"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "scrypt 1.2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "scrypt"
# | #define VERSION "1.2.0"
# | #define HAVE_LIBRT 1
# | #define HAVE_CLOCK_GETTIME 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_SYS_SYSINFO_H 1
# | #define HAVE_SYSINFO 1
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | if (sizeof ((struct sysinfo)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:4503: result: yes
# configure:4514: checking for struct sysinfo.totalram
# configure:4514: clang -c conftest.c >&5
# configure:4514: $? = 0
# configure:4514: result: yes
# configure:4524: checking for struct sysinfo.mem_unit
# configure:4524: clang -c conftest.c >&5
# configure:4524: $? = 0
# configure:4524: result: yes
# configure:4540: checking sys/param.h usability
# configure:4540: clang -c conftest.c >&5
# configure:4540: $? = 0
# configure:4540: result: yes
# configure:4540: checking sys/param.h presence
# configure:4540: clang -E conftest.c
# configure:4540: $? = 0
# configure:4540: result: yes
# configure:4540: checking for sys/param.h
# configure:4540: result: yes
# configure:4555: checking sys/sysctl.h usability
# configure:4555: clang -c conftest.c >&5
# conftest.c:62:10: fatal error: 'sys/sysctl.h' file not found
# #include
# ^
# 1 error generated.
# configure:4555: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "scrypt"
# | #define PACKAGE_TARNAME "scrypt"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "scrypt 1.2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "scrypt"
# | #define VERSION "1.2.0"
# | #define HAVE_LIBRT 1
# | #define HAVE_CLOCK_GETTIME 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_SYS_SYSINFO_H 1
# | #define HAVE_SYSINFO 1
# | #define HAVE_STRUCT_SYSINFO 1
# | #define HAVE_STRUCT_SYSINFO_TOTALRAM 1
# | #define HAVE_STRUCT_SYSINFO_MEM_UNIT 1
# | #define HAVE_SYS_PARAM_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:4555: result: no
# configure:4555: checking sys/sysctl.h presence
# configure:4555: clang -E conftest.c
# conftest.c:29:10: fatal error: 'sys/sysctl.h' file not found
# #include
# ^
# 1 error generated.
# configure:4555: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "scrypt"
# | #define PACKAGE_TARNAME "scrypt"
# | #define PACKAGE_VERSION "1.2.0"
# | #define PACKAGE_STRING "scrypt 1.2.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "scrypt"
# | #define VERSION "1.2.0"
# | #define HAVE_LIBRT 1
# | #define HAVE_CLOCK_GETTIME 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_SYS_SYSINFO_H 1
# | #define HAVE_SYSINFO 1
# | #define HAVE_STRUCT_SYSINFO 1
# | #define HAVE_STRUCT_SYSINFO_TOTALRAM 1
# | #define HAVE_STRUCT_SYSINFO_MEM_UNIT 1
# | #define HAVE_SYS_PARAM_H 1
# | /* end confdefs.h. */
# | #include
# configure:4555: result: no
# configure:4555: checking for sys/sysctl.h
# configure:4555: result: no
# configure:4569: checking for posix_memalign
# configure:4569: clang -o conftest conftest.c -lrt >&5
# configure:4569: $? = 0
# configure:4569: result: yes
# configure:4582: checking for mmap
# configure:4582: clang -o conftest conftest.c -lrt >&5
# configure:4582: $? = 0
# configure:4582: result: yes
# configure:4599: checking for special C compiler options needed for large files
# configure:4644: result: no
# configure:4650: checking for _FILE_OFFSET_BITS value needed for large files
# configure:4675: clang -c conftest.c >&5
# configure:4675: $? = 0
# configure:4707: result: no
# configure:4906: checking that generated files are newer than configure
# configure:4912: result: done
# configure:4939: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by scrypt config.status 1.2.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on ff40dcad1aa7
#
# config.status:866: creating Makefile
# config.status:866: creating config.h
# config.status:1095: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_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_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_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_func_clock_gettime=yes
# ac_cv_func_mmap=yes
# ac_cv_func_posix_memalign=yes
# ac_cv_func_sysinfo=yes
# ac_cv_header_inttypes_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_param_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_sysctl_h=no
# ac_cv_header_sys_sysinfo_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_lib_rt_clock_gettime=yes
# ac_cv_member_struct_sysinfo_mem_unit=yes
# ac_cv_member_struct_sysinfo_totalram=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_sys_file_offset_bits=no
# ac_cv_sys_largefile_CC=no
# ac_cv_type_struct_sysinfo=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/scrypt/src/scrypt-1.2.0/config.aux/missing aclocal-1.15'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AUTOCONF='${SHELL} /tmp/scrypt/src/scrypt-1.2.0/config.aux/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/scrypt/src/scrypt-1.2.0/config.aux/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/scrypt/src/scrypt-1.2.0/config.aux/missing automake-1.15'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=''
# LIBS='-lrt '
# LTLIBOBJS=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/scrypt/src/scrypt-1.2.0/config.aux/missing makeinfo'
# MKDIR_P='/usr/sbin/mkdir -p'
# OBJEXT='o'
# PACKAGE='scrypt'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='scrypt'
# PACKAGE_STRING='scrypt 1.2.0'
# PACKAGE_TARNAME='scrypt'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.2.0'
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='1.2.0'
# ac_ct_CC=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build_alias=''
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host_alias='x86_64-unknown-linux'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/scrypt/src/scrypt-1.2.0/config.aux/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "scrypt"
# #define PACKAGE_TARNAME "scrypt"
# #define PACKAGE_VERSION "1.2.0"
# #define PACKAGE_STRING "scrypt 1.2.0"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "scrypt"
# #define VERSION "1.2.0"
# #define HAVE_LIBRT 1
# #define HAVE_CLOCK_GETTIME 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_SYS_SYSINFO_H 1
# #define HAVE_SYSINFO 1
# #define HAVE_STRUCT_SYSINFO 1
# #define HAVE_STRUCT_SYSINFO_TOTALRAM 1
# #define HAVE_STRUCT_SYSINFO_MEM_UNIT 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_POSIX_MEMALIGN 1
# #define HAVE_MMAP 1
#
# configure: exit 0