scrypt
Version:
The scrypt crypto library for NodeJS
563 lines (539 loc) • 18.3 kB
Plain Text
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
## --------- ##
## Platform. ##
## --------- ##
hostname = katomba
uname -m = x86_64
uname -r = 3.16.1-031601-generic
uname -s = Linux
uname -v = #201408140014 SMP Thu Aug 14 04:15:26 UTC 2014
/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: /home/baz/.nvm/versions/node/v4.0.0/lib/node_modules/npm/bin/node-gyp-bin
PATH: /home/baz/Personal/Git/GitHub/Barry/node-scrypt/node_modules/.bin
PATH: /home/baz/.nvm/versions/node/v4.0.0/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
## ----------- ##
## 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:2586: checking for a thread-safe mkdir -p
configure:2625: result: /bin/mkdir -p
configure:2632: checking for gawk
configure:2648: found /usr/bin/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:2912: checking for gcc
configure:2928: found /usr/bin/gcc
configure:2939: result: gcc
configure:3168: checking for C compiler version
configure:3177: gcc --version >&5
gcc (Ubuntu 4.9.2-10ubuntu13) 4.9.2
Copyright (C) 2014 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:3188: $? = 0
configure:3177: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.9.2-10ubuntu13' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.9.2 (Ubuntu 4.9.2-10ubuntu13)
configure:3188: $? = 0
configure:3177: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3188: $? = 4
configure:3177: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3188: $? = 4
configure:3208: checking whether the C compiler works
configure:3230: gcc 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: gcc -o conftest conftest.c >&5
configure:3304: $? = 0
configure:3326: result:
configure:3348: checking whether we are cross compiling
configure:3356: gcc -o conftest conftest.c >&5
configure:3360: $? = 0
configure:3367: ./conftest
configure:3371: $? = 0
configure:3386: result: no
configure:3391: checking for suffix of object files
configure:3413: gcc -c conftest.c >&5
configure:3417: $? = 0
configure:3438: result: o
configure:3442: checking whether we are using the GNU C compiler
configure:3461: gcc -c conftest.c >&5
configure:3461: $? = 0
configure:3470: result: yes
configure:3479: checking whether gcc accepts -g
configure:3499: gcc -c -g conftest.c >&5
configure:3499: $? = 0
configure:3540: result: yes
configure:3557: checking for gcc option to accept ISO C89
configure:3620: gcc -c -g -O2 conftest.c >&5
configure:3620: $? = 0
configure:3633: result: none needed
configure:3658: checking whether gcc understands -c and -o together
configure:3680: gcc -c conftest.c -o conftest2.o
configure:3683: $? = 0
configure:3680: gcc -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 gcc
configure:3888: result: gcc3
configure:3946: checking for ranlib
configure:3962: found /usr/bin/ranlib
configure:3973: result: ranlib
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: gcc -o conftest -g -O2 conftest.c -lrt >&5
configure:4048: $? = 0
configure:4057: result: yes
configure:4070: checking for clock_gettime
configure:4070: gcc -o conftest -g -O2 conftest.c -lrt >&5
configure:4070: $? = 0
configure:4070: result: yes
configure:4088: checking how to run the C preprocessor
configure:4119: gcc -E conftest.c
configure:4119: $? = 0
configure:4133: gcc -E conftest.c
conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
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 <ac_nonexistent.h>
configure:4158: result: gcc -E
configure:4178: gcc -E conftest.c
configure:4178: $? = 0
configure:4192: gcc -E conftest.c
conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
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 <ac_nonexistent.h>
configure:4221: checking for grep that handles long lines and -e
configure:4279: result: /bin/grep
configure:4284: checking for egrep
configure:4346: result: /bin/grep -E
configure:4351: checking for ANSI C header files
configure:4371: gcc -c -g -O2 conftest.c >&5
configure:4371: $? = 0
configure:4444: gcc -o conftest -g -O2 conftest.c -lrt >&5
configure:4444: $? = 0
configure:4444: ./conftest
configure:4444: $? = 0
configure:4455: result: yes
configure:4468: checking for sys/types.h
configure:4468: gcc -c -g -O2 conftest.c >&5
configure:4468: $? = 0
configure:4468: result: yes
configure:4468: checking for sys/stat.h
configure:4468: gcc -c -g -O2 conftest.c >&5
configure:4468: $? = 0
configure:4468: result: yes
configure:4468: checking for stdlib.h
configure:4468: gcc -c -g -O2 conftest.c >&5
configure:4468: $? = 0
configure:4468: result: yes
configure:4468: checking for string.h
configure:4468: gcc -c -g -O2 conftest.c >&5
configure:4468: $? = 0
configure:4468: result: yes
configure:4468: checking for memory.h
configure:4468: gcc -c -g -O2 conftest.c >&5
configure:4468: $? = 0
configure:4468: result: yes
configure:4468: checking for strings.h
configure:4468: gcc -c -g -O2 conftest.c >&5
configure:4468: $? = 0
configure:4468: result: yes
configure:4468: checking for inttypes.h
configure:4468: gcc -c -g -O2 conftest.c >&5
configure:4468: $? = 0
configure:4468: result: yes
configure:4468: checking for stdint.h
configure:4468: gcc -c -g -O2 conftest.c >&5
configure:4468: $? = 0
configure:4468: result: yes
configure:4468: checking for unistd.h
configure:4468: gcc -c -g -O2 conftest.c >&5
configure:4468: $? = 0
configure:4468: result: yes
configure:4482: checking sys/sysinfo.h usability
configure:4482: gcc -c -g -O2 conftest.c >&5
configure:4482: $? = 0
configure:4482: result: yes
configure:4482: checking sys/sysinfo.h presence
configure:4482: gcc -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: gcc -o conftest -g -O2 conftest.c -lrt >&5
configure:4494: $? = 0
configure:4494: result: yes
configure:4503: checking for struct sysinfo
configure:4503: gcc -c -g -O2 conftest.c >&5
configure:4503: $? = 0
configure:4503: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:30:29: error: expected expression before ')' token
if (sizeof ((struct sysinfo)))
^
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 <sys/sysinfo.h>
|
| int
| main ()
| {
| if (sizeof ((struct sysinfo)))
| return 0;
| ;
| return 0;
| }
configure:4503: result: yes
configure:4514: checking for struct sysinfo.totalram
configure:4514: gcc -c -g -O2 conftest.c >&5
configure:4514: $? = 0
configure:4514: result: yes
configure:4524: checking for struct sysinfo.mem_unit
configure:4524: gcc -c -g -O2 conftest.c >&5
configure:4524: $? = 0
configure:4524: result: yes
configure:4540: checking sys/param.h usability
configure:4540: gcc -c -g -O2 conftest.c >&5
configure:4540: $? = 0
configure:4540: result: yes
configure:4540: checking sys/param.h presence
configure:4540: gcc -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: gcc -c -g -O2 conftest.c >&5
configure:4555: $? = 0
configure:4555: result: yes
configure:4555: checking sys/sysctl.h presence
configure:4555: gcc -E conftest.c
configure:4555: $? = 0
configure:4555: result: yes
configure:4555: checking for sys/sysctl.h
configure:4555: result: yes
configure:4569: checking for posix_memalign
configure:4569: gcc -o conftest -g -O2 conftest.c -lrt >&5
conftest.c:53:6: warning: conflicting types for built-in function 'posix_memalign'
char posix_memalign ();
^
configure:4569: $? = 0
configure:4569: result: yes
configure:4582: checking for mmap
configure:4582: gcc -o conftest -g -O2 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: gcc -c -g -O2 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 katomba
config.status:867: creating Makefile
config.status:867: creating config.h
config.status:1048: config.h is unchanged
config.status:1096: executing depfiles commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_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=
ac_cv_env_host_alias_value=
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=yes
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='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
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} /home/baz/Personal/Git/GitHub/Barry/node-scrypt/scrypt/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} /home/baz/Personal/Git/GitHub/Barry/node-scrypt/scrypt/scrypt-1.2.0/config.aux/missing autoconf'
AUTOHEADER='${SHELL} /home/baz/Personal/Git/GitHub/Barry/node-scrypt/scrypt/scrypt-1.2.0/config.aux/missing autoheader'
AUTOMAKE='${SHELL} /home/baz/Personal/Git/GitHub/Barry/node-scrypt/scrypt/scrypt-1.2.0/config.aux/missing automake-1.15'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
GREP='/bin/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} /home/baz/Personal/Git/GitHub/Barry/node-scrypt/scrypt/scrypt-1.2.0/config.aux/missing makeinfo'
MKDIR_P='/bin/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/bash'
STRIP=''
VERSION='1.2.0'
ac_ct_CC='gcc'
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=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/baz/Personal/Git/GitHub/Barry/node-scrypt/scrypt/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/local'
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_SYS_SYSCTL_H 1
#define HAVE_POSIX_MEMALIGN 1
#define HAVE_MMAP 1
configure: exit 0