Created
January 18, 2017 20:43
-
-
Save tjb0607/1f92a2e5aae63af8c86fa4a8dc4df32c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by ICU configure 57.1, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = tjbdesktop | |
uname -m = x86_64 | |
uname -r = 4.8.13-1-ARCH | |
uname -s = Linux | |
uname -v = #1 SMP PREEMPT Fri Dec 9 07:24:34 CET 2016 | |
/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: /usr/lib/hardening-wrapper/bin | |
PATH: /usr/local/sbin | |
PATH: /usr/local/bin | |
PATH: /usr/bin | |
PATH: /opt/android-sdk/platform-tools | |
PATH: /usr/lib/jvm/default/bin | |
PATH: /usr/bin/site_perl | |
PATH: /usr/bin/vendor_perl | |
PATH: /usr/bin/core_perl | |
PATH: /home/tyler/bin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2629: checking for ICU version numbers | |
configure:2662: result: release 57.1, library 57.1, unicode version 8.0 | |
configure:2701: checking build system type | |
configure:2715: result: x86_64-unknown-linux-gnu | |
configure:2735: checking host system type | |
configure:2748: result: x86_64-unknown-linux-gnu | |
configure:2791: checking whether to build debug libraries | |
configure:2803: result: no | |
configure:2808: checking whether to build release libraries | |
configure:2820: result: yes | |
configure:2883: checking for clang | |
configure:2899: found /usr/lib/hardening-wrapper/bin/clang | |
configure:2910: result: clang | |
configure:2941: checking for C compiler version | |
configure:2950: clang --version >&5 | |
configure:2961: $? = 1 | |
configure:2950: clang -v >&5 | |
configure:2961: $? = 1 | |
configure:2950: clang -V >&5 | |
configure:2961: $? = 1 | |
configure:2950: clang -qversion >&5 | |
configure:2961: $? = 1 | |
configure:2981: checking whether the C compiler works | |
configure:3003: clang -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5 | |
configure:3007: $? = 1 | |
configure:3045: result: no | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "ICU" | |
| #define PACKAGE_TARNAME "International Components for Unicode" | |
| #define PACKAGE_VERSION "57.1" | |
| #define PACKAGE_STRING "ICU 57.1" | |
| #define PACKAGE_BUGREPORT "http://icu-project.org/bugs" | |
| #define PACKAGE_URL "http://icu-project.org" | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:3050: error: in `/tmp/yaourt-tmp-tyler/aur-icu57/src/icu/source': | |
configure:3052: 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_set= | |
ac_cv_env_CC_value= | |
ac_cv_env_CFLAGS_set=set | |
ac_cv_env_CFLAGS_value='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4' | |
ac_cv_env_CPPFLAGS_set=set | |
ac_cv_env_CPPFLAGS_value=-D_FORTIFY_SOURCE=2 | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_CXXFLAGS_set=set | |
ac_cv_env_CXXFLAGS_value='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4' | |
ac_cv_env_CXX_set= | |
ac_cv_env_CXX_value= | |
ac_cv_env_ICULEHB_CFLAGS_set= | |
ac_cv_env_ICULEHB_CFLAGS_value= | |
ac_cv_env_ICULEHB_LIBS_set= | |
ac_cv_env_ICULEHB_LIBS_value= | |
ac_cv_env_LDFLAGS_set=set | |
ac_cv_env_LDFLAGS_value=-Wl,-O1,--sort-common,--as-needed,-z,relro | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_PKG_CONFIG_LIBDIR_set= | |
ac_cv_env_PKG_CONFIG_LIBDIR_value= | |
ac_cv_env_PKG_CONFIG_PATH_set= | |
ac_cv_env_PKG_CONFIG_PATH_value= | |
ac_cv_env_PKG_CONFIG_set= | |
ac_cv_env_PKG_CONFIG_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_host=x86_64-unknown-linux-gnu | |
ac_cv_prog_ac_ct_CC=clang | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
AR='' | |
ARFLAGS='' | |
CC='clang' | |
CFLAGS='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4' | |
COMPILE_LINK_ENVVAR='' | |
CPP='' | |
CPPFLAGS='-D_FORTIFY_SOURCE=2' | |
CXX='' | |
CXXFLAGS='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4' | |
DATA_PACKAGING_MODE='' | |
DEFS='' | |
DOXYGEN='' | |
ECHO_C='' | |
ECHO_N='-n' | |
ECHO_T='' | |
EGREP='' | |
ENABLE_DEBUG='0' | |
ENABLE_RELEASE='1' | |
ENABLE_RPATH='' | |
ENABLE_SHARED='' | |
ENABLE_STATIC='' | |
EXEEXT='' | |
EXTRAS_TRUE='' | |
GENCCODE_ASSEMBLY='' | |
GREP='' | |
HAVE_MMAP='' | |
ICUDATA_CHAR='' | |
ICUIO_TRUE='' | |
ICULEHB_CFLAGS='' | |
ICULEHB_LIBS='' | |
ICULIBSUFFIX='' | |
ICULIBSUFFIXCNAME='' | |
ICU_ECHO_C='' | |
ICU_ECHO_N='-n' | |
ICU_ECHO_T='' | |
INSTALL_DATA='' | |
INSTALL_PROGRAM='' | |
INSTALL_SCRIPT='' | |
LAYOUTEX_TRUE='' | |
LAYOUT_TRUE='' | |
LDFLAGS='-Wl,-O1,--sort-common,--as-needed,-z,relro' | |
LIBCFLAGS='' | |
LIBCXXFLAGS='' | |
LIBOBJS='' | |
LIBS='' | |
LIB_M='' | |
LIB_THREAD='' | |
LIB_VERSION='57.1' | |
LIB_VERSION_MAJOR='57' | |
LTLIBOBJS='' | |
OBJEXT='' | |
PACKAGE='icu' | |
PACKAGE_BUGREPORT='http://icu-project.org/bugs' | |
PACKAGE_NAME='ICU' | |
PACKAGE_STRING='ICU 57.1' | |
PACKAGE_TARNAME='International Components for Unicode' | |
PACKAGE_URL='http://icu-project.org' | |
PACKAGE_VERSION='57.1' | |
PATH_SEPARATOR=':' | |
PKG_CONFIG='' | |
PKG_CONFIG_LIBDIR='' | |
PKG_CONFIG_PATH='' | |
PLUGINS_TRUE='' | |
RANLIB='' | |
SAMPLES_TRUE='' | |
SHELL='/bin/sh' | |
TESTS_TRUE='' | |
TOOLS_TRUE='' | |
UCLN_NO_AUTO_CLEANUP='' | |
UCONFIG_CFLAGS='' | |
UCONFIG_CPPFLAGS='' | |
UCONFIG_CXXFLAGS='' | |
UNICODE_VERSION='8.0' | |
U_DEFAULT_SHOW_DRAFT='' | |
U_DISABLE_RENAMING='' | |
U_ENABLE_DYLOAD='' | |
U_ENABLE_TRACING='' | |
U_HAVE_ATOMIC='' | |
U_HAVE_DIRENT_H='' | |
U_HAVE_EXTRAS='' | |
U_HAVE_ICUIO='' | |
U_HAVE_INTTYPES_H='' | |
U_HAVE_LAYOUT='' | |
U_HAVE_LAYOUTEX='' | |
U_HAVE_LIB_SUFFIX='' | |
U_HAVE_NL_LANGINFO_CODESET='' | |
U_HAVE_PLACEMENT_NEW='' | |
U_HAVE_PLUGINS='' | |
U_HAVE_POPEN='' | |
U_HAVE_SAMPLES='' | |
U_HAVE_STD_STRING='' | |
U_HAVE_TESTS='' | |
U_HAVE_TIMEZONE='' | |
U_HAVE_TOOLS='' | |
U_HAVE_TZNAME='' | |
U_HAVE_TZSET='' | |
U_HAVE_WCHAR_H='' | |
U_HAVE_WCSCPY='' | |
U_IS_BIG_ENDIAN='' | |
U_MAKE='' | |
U_NL_LANGINFO_CODESET='' | |
U_OVERRIDE_CXX_ALLOCATION='' | |
U_TIMEZONE='' | |
U_TZNAME='' | |
U_TZSET='' | |
VERSION='57.1' | |
ac_ct_CC='clang' | |
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' | |
cross_buildroot='' | |
cross_compiling='no' | |
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='/usr/share/man' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
pkgicudatadir='' | |
platform='' | |
platform_make_fragment='' | |
platform_make_fragment_name='' | |
prefix='/usr' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='/etc' | |
target_alias='' | |
thepkgicudatadir='' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "ICU" | |
#define PACKAGE_TARNAME "International Components for Unicode" | |
#define PACKAGE_VERSION "57.1" | |
#define PACKAGE_STRING "ICU 57.1" | |
#define PACKAGE_BUGREPORT "http://icu-project.org/bugs" | |
#define PACKAGE_URL "http://icu-project.org" | |
configure: exit 77 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment