The build took 00h 01m 15s and was NOT successful.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
117,737 |
asm |
108,636 |
ansic |
12,076 |
cpp |
5,049 |
sh |
2,930 |
perl |
226 |
yacc |
203 |
lisp |
95 |
lex |
25 |
makefile |
24 |
fortran |
247,001 |
total |
The process tree of the build process is here.
Several sub-process invocations were improper; see the process tree for details. Summary:
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:
There were existing files in /sysroot, using those
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: gmp 6.1.1-1 (Wed Apr 5 00:54:09 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
checking build system type... x86_64-unknown-linux-gnu
checking host 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 x86_64-unknown-linux-strip... no
checking for strip... strip
configure: WARNING: using cross tools not prefixed with host triplet
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 whether to enable maintainer-specific portions of Makefiles... no
checking ABI=64
checking whether clang is gcc... yes
checking compiler clang ... 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 clang option to accept ISO C99... none needed
checking for clang option to accept ISO Standard C... (cached) none needed
checking how to run the C preprocessor... clang -E
checking build system compiler clang... no
checking build system compiler clang ... no
checking build system compiler cc... no
checking build system compiler gcc... no
checking build system compiler c89... no
checking build system compiler c99... no
configure: error: Cannot find a build system compiler
==> ERROR: A failure occurred in build().
Aborting...
Printing config logfiles
CMD: config logfiles '/tmp/gmp/src/gmp-6.1.1/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 GNU MP configure 6.1.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --host=x86_64-unknown-linux --build=x86_64-unknown-linux-gnu --prefix=/usr --enable-cxx --enable-fat
## --------- ##
## Platform. ##
## --------- ##
hostname = b46d2dfa0072
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:3055: checking build system type
configure:3069: result: x86_64-unknown-linux-gnu
configure:3089: checking host system type
configure:3102: result: x86_64-unknown-linux-gnu
configure:3139: checking for a BSD-compatible install
configure:3207: result: /usr/bin/install -c
configure:3218: checking whether build environment is sane
configure:3273: result: yes
configure:3332: checking for x86_64-unknown-linux-strip
configure:3362: result: no
configure:3372: checking for strip
configure:3388: found /sysroot/bin/strip
configure:3399: result: strip
configure:3411: WARNING: using cross tools not prefixed with host triplet
configure:3424: checking for a thread-safe mkdir -p
configure:3463: result: /usr/sbin/mkdir -p
configure:3470: checking for gawk
configure:3486: found /usr/sbin/gawk
configure:3497: result: gawk
configure:3508: checking whether make sets $(MAKE)
configure:3530: result: yes
configure:3559: checking whether make supports nested variables
configure:3576: result: yes
configure:3705: checking whether to enable maintainer-specific portions of Makefiles
configure:3714: result: no
User:
ABI=
CC=clang
CFLAGS=
CPPFLAGS=
MPN_PATH=
GMP:
abilist=64 x32 32
cclist=gcc icc cc
configure:5713: clang -c conftest.c >&5
configure:5716: $? = 0
configure:5719: checking whether clang is gcc
configure:5721: result: yes
configure:5735: clang 2>&1 | grep xlc >/dev/null
configure:5738: $? = 1
configure:5792: checking compiler clang
Test compile:
configure:5806: clang conftest.c >&5
configure:5809: $? = 0
Test compile: function pointer return
configure:5860: clang conftest.c >&5
configure:5863: $? = 0
Test compile: cmov instruction
configure:5916: clang conftest.c >&5
configure:5919: $? = 0
Test compile: double -> ulong conversion
configure:5973: clang conftest.c >&5
configure:5976: $? = 0
Test compile: double negation
configure:6028: clang conftest.c >&5
configure:6031: $? = 0
Test compile: double -> float conversion
configure:6084: clang conftest.c >&5
configure:6087: $? = 0
Test compile: gnupro alpha ev6 char spilling
configure:6169: clang conftest.c >&5
configure:6172: $? = 0
Test compile: __builtin_alloca availability
configure:6220: clang conftest.c >&5
conftest.c:1:43: warning: control reaches end of non-void function [-Wreturn-type]
int k; int foo () { __builtin_alloca (k); }
^
1 warning generated.
/sysroot/bin/../lib/crt1.o:/srcdir/musl/crt/crt1.c:function _start_c: error: undefined reference to 'main'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:6223: $? = 1
failed program was:
int k; int foo () { __builtin_alloca (k); }
Test compile: abs int -> double conversion
configure:6344: clang conftest.c >&5
configure:6347: $? = 0
Test compile: long long reliability test 1
configure:6409: clang conftest.c >&5
conftest.c:12:83: warning: too many arguments in call to 'g'
for(i=0;i<1;i++){if(e(got,got,9,d[i].n)==0)h();g(i,d[i].src,d[i].n,got,d[i].want,9);if(d[i].n)h();}}
~ ^
1 warning generated.
configure:6412: $? = 0
Test compile: long long reliability test 2
configure:6470: clang conftest.c >&5
configure:6473: $? = 0
Test compile: freebsd hacked gcc
configure:6531: clang conftest.c >&5
configure:6534: $? = 0
Test compile: mpn_lshift_com optimization
configure:6630: clang conftest.c >&5
configure:6633: $? = 0
Test compile: mpn_lshift_com optimization 2
configure:6738: clang conftest.c >&5
configure:6741: $? = 0
configure:6895: result: yes
configure:8625: checking for x86_64-unknown-linux-gcc
configure:8652: result: clang
configure:8921: checking for C compiler version
configure:8930: clang --version >&5
clang version 3.8.1
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /
configure:8941: $? = 0
configure:8930: 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:8941: $? = 0
configure:8930: clang -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:8941: $? = 1
configure:8930: clang -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:8941: $? = 1
configure:8961: checking whether the C compiler works
configure:8983: clang conftest.c >&5
configure:8987: $? = 0
configure:9035: result: yes
configure:9038: checking for C compiler default output file name
configure:9040: result: a.out
configure:9046: checking for suffix of executables
configure:9053: clang -o conftest conftest.c >&5
configure:9057: $? = 0
configure:9079: result:
configure:9101: checking whether we are cross compiling
configure:9139: result: yes
configure:9144: checking for suffix of object files
configure:9166: clang -c conftest.c >&5
configure:9170: $? = 0
configure:9191: result: o
configure:9195: checking whether we are using the GNU C compiler
configure:9214: clang -c conftest.c >&5
configure:9214: $? = 0
configure:9223: result: yes
configure:9232: checking whether clang accepts -g
configure:9252: clang -c -g conftest.c >&5
configure:9252: $? = 0
configure:9293: result: yes
configure:9310: checking for clang option to accept ISO C89
configure:9373: clang -c conftest.c >&5
configure:9373: $? = 0
configure:9386: result: none needed
configure:9411: checking whether clang understands -c and -o together
configure:9433: clang -c conftest.c -o conftest2.o
configure:9436: $? = 0
configure:9433: clang -c conftest.c -o conftest2.o
configure:9436: $? = 0
configure:9448: result: yes
configure:9469: checking for clang option to accept ISO C99
configure:9618: clang -c conftest.c >&5
configure:9618: $? = 0
configure:9631: result: none needed
configure:9739: checking for clang option to accept ISO Standard C
configure:9750: result: none needed
configure:9762: checking how to run the C preprocessor
configure:9793: clang -E conftest.c
configure:9793: $? = 0
configure:9807: clang -E conftest.c
conftest.c:15:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:9807: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| /* end confdefs.h. */
| #include
configure:9832: result: clang -E
configure:9852: clang -E conftest.c
configure:9852: $? = 0
configure:9866: clang -E conftest.c
conftest.c:15:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:9866: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| /* end confdefs.h. */
| #include
configure:9964: checking build system compiler clang
configure:9977: clang conftest.c
configure:9980: $? = 0
./a.out: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
./configure: line 9982: ./b.out: No such file or directory
./configure: line 9982: ./a.exe: No such file or directory
./configure: line 9982: ./a_out.exe: No such file or directory
./configure: line 9982: ./conftest: No such file or directory
configure:9987: result: no
configure:9964: checking build system compiler clang
configure:9977: clang conftest.c
configure:9980: $? = 0
./a.out: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
./configure: line 9982: ./b.out: No such file or directory
./configure: line 9982: ./a.exe: No such file or directory
./configure: line 9982: ./a_out.exe: No such file or directory
./configure: line 9982: ./conftest: No such file or directory
configure:9987: result: no
configure:9964: checking build system compiler cc
configure:9977: cc conftest.c
configure:9980: $? = 0
./a.out: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
./configure: line 9982: ./b.out: No such file or directory
./configure: line 9982: ./a.exe: No such file or directory
./configure: line 9982: ./a_out.exe: No such file or directory
./configure: line 9982: ./conftest: No such file or directory
configure:9987: result: no
configure:9964: checking build system compiler gcc
configure:9977: gcc conftest.c
configure:9980: $? = 0
./a.out: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
./configure: line 9982: ./b.out: No such file or directory
./configure: line 9982: ./a.exe: No such file or directory
./configure: line 9982: ./a_out.exe: No such file or directory
./configure: line 9982: ./conftest: No such file or directory
configure:9987: result: no
configure:9964: checking build system compiler c89
configure:9977: c89 conftest.c
configure:9980: $? = 0
./a.out: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
./configure: line 9982: ./b.out: No such file or directory
./configure: line 9982: ./a.exe: No such file or directory
./configure: line 9982: ./a_out.exe: No such file or directory
./configure: line 9982: ./conftest: No such file or directory
configure:9987: result: no
configure:9964: checking build system compiler c99
configure:9977: c99 conftest.c
configure:9980: $? = 0
./a.out: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
./configure: line 9982: ./b.out: No such file or directory
./configure: line 9982: ./a.exe: No such file or directory
./configure: line 9982: ./a_out.exe: No such file or directory
./configure: line 9982: ./conftest: No such file or directory
configure:9987: result: no
configure:9998: error: Cannot find a build system compiler
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_env_ABI_set=
ac_cv_env_ABI_value=
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=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_FOR_BUILD_set=
ac_cv_env_CPP_FOR_BUILD_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_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_M4_set=
ac_cv_env_M4_value=
ac_cv_env_YACC_set=
ac_cv_env_YACC_value=
ac_cv_env_YFLAGS_set=
ac_cv_env_YFLAGS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-unknown-linux-gnu
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_host=x86_64-unknown-linux-gnu
ac_cv_objext=o
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_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_make_make_set=yes
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ABI='64'
ACLOCAL='${SHELL} /tmp/gmp/src/gmp-6.1.1/missing aclocal-1.15'
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR=''
AS=''
ASMFLAGS=''
AUTOCONF='${SHELL} /tmp/gmp/src/gmp-6.1.1/missing autoconf'
AUTOHEADER='${SHELL} /tmp/gmp/src/gmp-6.1.1/missing autoheader'
AUTOMAKE='${SHELL} /tmp/gmp/src/gmp-6.1.1/missing automake-1.15'
AWK='gawk'
CALLING_CONVENTIONS_OBJS='amd64call.lo amd64check$U.lo'
CC='clang'
CCAS=''
CC_FOR_BUILD=''
CFLAGS=''
CPP='clang -E'
CPPFLAGS=''
CPP_FOR_BUILD=''
CXX='clang++'
CXXCPP=''
CXXFLAGS=''
CYGPATH_W='echo'
DEFN_LONG_LONG_LIMB='/* #undef _LONG_LONG_LIMB */'
DEFS=''
DLLTOOL=''
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
ENABLE_STATIC_FALSE=''
ENABLE_STATIC_TRUE=''
EXEEXT=''
EXEEXT_FOR_BUILD=''
FGREP=''
GMP_LDFLAGS=''
GMP_LIMB_BITS=''
GMP_NAIL_BITS='0'
GREP=''
HAVE_CLOCK_01=''
HAVE_CPUTIME_01=''
HAVE_GETRUSAGE_01=''
HAVE_GETTIMEOFDAY_01=''
HAVE_HOST_CPU_FAMILY_power='0'
HAVE_HOST_CPU_FAMILY_powerpc='0'
HAVE_SIGACTION_01=''
HAVE_SIGALTSTACK_01=''
HAVE_SIGSTACK_01=''
HAVE_STACK_T_01=''
HAVE_SYS_RESOURCE_H_01=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD=''
LDFLAGS=''
LEX=''
LEXLIB=''
LEX_OUTPUT_ROOT=''
LIBCURSES=''
LIBGMPXX_LDFLAGS=''
LIBGMP_DLL=''
LIBGMP_LDFLAGS=''
LIBM=''
LIBM_FOR_BUILD=''
LIBOBJS=''
LIBREADLINE=''
LIBS=''
LIBTOOL=''
LIPO=''
LN_S=''
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
M4=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /tmp/gmp/src/gmp-6.1.1/missing makeinfo'
MANIFEST_TOOL=''
MKDIR_P='/usr/sbin/mkdir -p'
NM=''
NMEDIT=''
OBJDUMP=''
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='gmp'
PACKAGE_BUGREPORT='gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html'
PACKAGE_NAME='GNU MP'
PACKAGE_STRING='GNU MP 6.1.1'
PACKAGE_TARNAME='gmp'
PACKAGE_URL='http://www.gnu.org/software/gmp/'
PACKAGE_VERSION='6.1.1'
PATH_SEPARATOR=':'
RANLIB=''
SED=''
SET_MAKE=''
SHELL='/bin/sh'
SPEED_CYCLECOUNTER_OBJ='x86_64.lo'
STRIP='strip'
TAL_OBJECT=''
TUNE_LIBS=''
TUNE_SQR_OBJ=''
U_FOR_BUILD=''
VERSION='6.1.1'
WANT_CXX_FALSE=''
WANT_CXX_TRUE=''
WITH_READLINE_01=''
YACC=''
YFLAGS=''
ac_ct_AR=''
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__isrc=''
am__leading_dot='.'
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias='x86_64-unknown-linux-gnu'
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'
gmp_srclinks=''
host='x86_64-unknown-linux-gnu'
host_alias='x86_64-unknown-linux'
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /tmp/gmp/src/gmp-6.1.1/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
mpn_objects=''
mpn_objs_in_libgmp=''
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 "GNU MP"
#define PACKAGE_TARNAME "gmp"
#define PACKAGE_VERSION "6.1.1"
#define PACKAGE_STRING "GNU MP 6.1.1"
#define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
#define PACKAGE_URL "http://www.gnu.org/software/gmp/"
#define PACKAGE "gmp"
#define VERSION "6.1.1"
#define WANT_FFT 1
#define HAVE_HOST_CPU_x86_64 1
#define HAVE_SPEED_CYCLECOUNTER 2
#define HAVE_CALLING_CONVENTIONS 1
configure: exit 1