Skip to content

Instantly share code, notes, and snippets.

@samuelcolvin
Created June 4, 2015 20:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samuelcolvin/91ca748699ce6dc81660 to your computer and use it in GitHub Desktop.
Save samuelcolvin/91ca748699ce6dc81660 to your computer and use it in GitHub Desktop.
GnuTLS build error
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by nettle configure 2.7, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ /home/samuel/.julia/v0.3/GnuTLS/deps/src/nettle-2.7/configure --prefix=/home/samuel/.julia/v0.3/GnuTLS/deps/usr
## --------- ##
## Platform. ##
## --------- ##
hostname = samuel-XPS-8500
uname -m = x86_64
uname -r = 3.19.0-18-generic
uname -s = Linux
uname -v = #18-Ubuntu SMP Tue May 19 18:31:35 UTC 2015
/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/samuel/.julia/v0.3/GnuTLS/deps/usr/bin
PATH: /usr/local/heroku/bin
PATH: /home/samuel/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:2525: checking build system type
configure:2539: result: x86_64-unknown-linux-gnu
configure:2559: checking host system type
configure:2572: result: x86_64-unknown-linux-gnu
configure:2692: checking for -R flag
configure:2714: result: using -Wl,-rpath,
configure:2721: result: Searching for libraries
configure:2728: checking /home/samuel/.julia/v0.3/GnuTLS/deps/usr/lib
configure:2755: result: not found
configure:2728: checking /usr/local/lib
configure:2746: result: added
configure:2728: checking /sw/local/lib
configure:2755: result: not found
configure:2728: checking /sw/lib
configure:2755: result: not found
configure:2728: checking /usr/gnu/lib
configure:2755: result: not found
configure:2728: checking /opt/gnu/lib
configure:2755: result: not found
configure:2728: checking /sw/gnu/lib
configure:2755: result: not found
configure:2728: checking /usr/freeware/lib
configure:2755: result: not found
configure:2728: checking /usr/pkg/lib
configure:2755: result: not found
configure:2811: checking for gcc
configure:2827: found /usr/bin/gcc
configure:2838: result: gcc
configure:3067: checking for C compiler version
configure:3076: 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:3087: $? = 0
configure:3076: 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:3087: $? = 0
configure:3076: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3087: $? = 4
configure:3076: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3087: $? = 4
configure:3107: checking whether the C compiler works
configure:3129: gcc -I/home/samuel/.julia/v0.3/GnuTLS/deps/usr/include -I/usr//include -L/home/samuel/.julia/v0.3/GnuTLS/deps/usr/lib -L/usr//lib -Wl,-rpath -Wl,/home/samuel/.julia/v0.3/GnuTLS/deps/usr/lib conftest.c -lgmp >&5
/usr/bin/ld: cannot find -lgmp
collect2: error: ld returned 1 exit status
configure:3133: $? = 1
configure:3171: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nettle"
| #define PACKAGE_TARNAME "nettle"
| #define PACKAGE_VERSION "2.7"
| #define PACKAGE_STRING "nettle 2.7"
| #define PACKAGE_BUGREPORT "nettle-bugs@lists.lysator.liu.se"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3176: error: in `/home/samuel/.julia/v0.3/GnuTLS/deps/builds/nettle':
configure:3178: error: C compiler cannot create executables
See `config.log' for more details
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_FOR_BUILD_set=
ac_cv_env_CC_FOR_BUILD_value=
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=set
ac_cv_env_CPPFLAGS_value=' -I/home/samuel/.julia/v0.3/GnuTLS/deps/usr/include -I/usr//include'
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=' -L/home/samuel/.julia/v0.3/GnuTLS/deps/usr/lib -L/usr//lib -Wl,-rpath -Wl,/home/samuel/.julia/v0.3/GnuTLS/deps/usr/lib'
ac_cv_env_LIBS_set=set
ac_cv_env_LIBS_value='-lgmp '
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_host=x86_64-unknown-linux-gnu
ac_cv_prog_ac_ct_CC=gcc
## ----------------- ##
## Output variables. ##
## ----------------- ##
ALIGNOF_UINT64_T=''
ALLOCA=''
AR=''
ASM_ALIGN_LOG=''
ASM_ELF_STYLE=''
ASM_MARK_NOEXEC_STACK=''
ASM_SYMBOL_PREFIX=''
ASM_TYPE_FUNCTION=''
ASM_TYPE_PROGBITS=''
BENCH_LIBS=''
CC='gcc'
CCPIC=''
CCPIC_MAYBE=''
CC_FOR_BUILD=''
CFLAGS=''
CPP=''
CPPFLAGS=' -I/home/samuel/.julia/v0.3/GnuTLS/deps/usr/include -I/usr//include'
CXX=''
CXXFLAGS=''
DEFS=''
DEP_FLAGS=''
DEP_INCLUDE=''
DEP_PROCESS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EMULATOR=''
EXEEXT=''
EXEEXT_FOR_BUILD=''
GMP_NUMB_BITS=''
GREP=''
IF_CXX=''
IF_DLL=''
IF_DOCUMENTATION=''
IF_HOGWEED=''
IF_SHARED=''
IF_STATIC=''
INSTALL_DATA=''
INSTALL_PROGRAM=''
INSTALL_SCRIPT=''
LDFLAGS=' -L/home/samuel/.julia/v0.3/GnuTLS/deps/usr/lib -L/usr//lib -Wl,-rpath -Wl,/home/samuel/.julia/v0.3/GnuTLS/deps/usr/lib'
LIBHOGWEED_FILE=''
LIBHOGWEED_FILE_SRC=''
LIBHOGWEED_FORLINK=''
LIBHOGWEED_LIBS=''
LIBHOGWEED_LINK=''
LIBHOGWEED_MAJOR='2'
LIBHOGWEED_MINOR='4'
LIBHOGWEED_SONAME=''
LIBNETTLE_FILE=''
LIBNETTLE_FILE_SRC=''
LIBNETTLE_FORLINK=''
LIBNETTLE_LIBS=''
LIBNETTLE_LINK=''
LIBNETTLE_MAJOR='4'
LIBNETTLE_MINOR='6'
LIBNETTLE_SONAME=''
LIBOBJS=''
LIBS='-lgmp '
LN_S=''
LTLIBOBJS=''
M4=''
MAKEINFO=''
MKDIR_P=''
NM=''
OBJDUMP=''
OBJEXT=''
OPENSSL_LIBFLAGS=''
OPT_ASM_SOURCES=''
PACKAGE_BUGREPORT='nettle-bugs@lists.lysator.liu.se'
PACKAGE_NAME='nettle'
PACKAGE_STRING='nettle 2.7'
PACKAGE_TARNAME='nettle'
PACKAGE_URL=''
PACKAGE_VERSION='2.7'
PATH_SEPARATOR=':'
RANLIB=''
SET_MAKE=''
SHELL='/bin/bash'
SHLIBCFLAGS=''
W64_ABI=''
ac_ct_CC='gcc'
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/home/samuel/.julia/v0.3/GnuTLS/deps/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 "nettle"
#define PACKAGE_TARNAME "nettle"
#define PACKAGE_VERSION "2.7"
#define PACKAGE_STRING "nettle 2.7"
#define PACKAGE_BUGREPORT "nettle-bugs@lists.lysator.liu.se"
#define PACKAGE_URL ""
configure: exit 77
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment