The build took 00h 01m 28s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
4,094 |
sh |
2,736 |
cpp |
1,204 |
makefile |
8,034 |
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:
Copied permanent toolchain into container-local sysroot
/toolchain_root/sysroot --> /sysroot/sysroot
/toolchain_root/lib --> /sysroot/lib
/toolchain_root/sbin --> /sysroot/sbin
/toolchain_root/lib64 --> /sysroot/lib64
/toolchain_root/etc --> /sysroot/etc
/toolchain_root/share --> /sysroot/share
/toolchain_root/bin --> /sysroot/bin
/toolchain_root/var --> /sysroot/var
/toolchain_root/usr --> /sysroot/usr
/toolchain_root/glibc-build --> /sysroot/glibc-build
/toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
/toolchain_root/include --> /sysroot/include
/toolchain_root/libexec --> /sysroot/libexec
CMD: sudo -u tuscan PATH=/usr/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: flintqs 1:1.0-1 (Thu Apr 13 17:32:20 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I m4
aclocal: warning: couldn't open directory 'm4': No such file or directory
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --copy --no-force
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake line 3936.
configure.ac:16: installing './compile'
configure.ac:4: installing './config.guess'
configure.ac:4: installing './config.sub'
configure.ac:5: installing './install-sh'
configure.ac:5: installing './missing'
src/Makefile.am: installing './depcomp'
autoreconf: Leaving directory `.'
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target 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
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for style of include used by make... GNU
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... no
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 dependency style of clang... gcc3
checking how to run the C preprocessor... clang -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/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 gmp.h usability... yes
checking gmp.h presence... yes
checking for gmp.h... yes
checking for __gmpz_init in -lgmp... yes
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking dependency style of clang++... gcc3
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/config.h
config.status: executing depfiles commands
Making all in src
make[1]: Entering directory '/tmp/flintqs/src/FlintQS-1.0/src'
make all-am
make[2]: Entering directory '/tmp/flintqs/src/FlintQS-1.0/src'
clang++ -DHAVE_CONFIG_H -I. -MT F2matrix.o -MD -MP -MF .deps/F2matrix.Tpo -c -o F2matrix.o F2matrix.cpp
mv -f .deps/F2matrix.Tpo .deps/F2matrix.Po
clang++ -DHAVE_CONFIG_H -I. -MT lanczos.o -MD -MP -MF .deps/lanczos.Tpo -c -o lanczos.o lanczos.cpp
mv -f .deps/lanczos.Tpo .deps/lanczos.Po
clang++ -DHAVE_CONFIG_H -I. -MT ModuloArith.o -MD -MP -MF .deps/ModuloArith.Tpo -c -o ModuloArith.o ModuloArith.cpp
mv -f .deps/ModuloArith.Tpo .deps/ModuloArith.Po
clang++ -DHAVE_CONFIG_H -I. -MT TonelliShanks.o -MD -MP -MF .deps/TonelliShanks.Tpo -c -o TonelliShanks.o TonelliShanks.cpp
mv -f .deps/TonelliShanks.Tpo .deps/TonelliShanks.Po
clang++ -DHAVE_CONFIG_H -I. -MT lprels.o -MD -MP -MF .deps/lprels.Tpo -c -o lprels.o lprels.cpp
lprels.cpp:82:34: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
if (tmp_dir == NULL) tmp_dir = "./";
^
lprels.cpp:143:31: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
TMP = flint_fopen(filename, "r");
^
lprels.cpp:231:31: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
TMP = flint_fopen(filename, "w");
^
lprels.cpp:492:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
FILE *NEW = flint_fopen(NEW_str, "r");
^
lprels.cpp:499:34: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
if (tmp_dir == NULL) tmp_dir = "./";
^
5 warnings generated.
mv -f .deps/lprels.Tpo .deps/lprels.Po
clang++ -DHAVE_CONFIG_H -I. -MT QS.o -MD -MP -MF .deps/QS.Tpo -c -o QS.o QS.cpp
QS.cpp:1057:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
LPNEW = flint_fopen("lpnew","w");
^
QS.cpp:1057:33: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
LPNEW = flint_fopen("lpnew","w");
^
QS.cpp:1058:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
LPRELS = flint_fopen("lprels","w");
^
QS.cpp:1058:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
LPRELS = flint_fopen("lprels","w");
^
QS.cpp:1059:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
RELS = flint_fopen("rels","w");
^
QS.cpp:1059:31: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
RELS = flint_fopen("rels","w");
^
QS.cpp:1060:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
FNEW = flint_fopen("fnew","w");
^
QS.cpp:1060:31: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
FNEW = flint_fopen("fnew","w");
^
QS.cpp:1062:27: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
FLPRELS = flint_fopen("flprels","w");
^
QS.cpp:1062:37: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
FLPRELS = flint_fopen("flprels","w");
^
QS.cpp:1064:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
FRELS = flint_fopen("frels","w");
^
QS.cpp:1064:33: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
FRELS = flint_fopen("frels","w");
^
QS.cpp:1325:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
sort_lp_file("lpnew");
^
QS.cpp:1326:34: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
COMB = flint_fopen("comb","w");
^
QS.cpp:1326:41: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
COMB = flint_fopen("comb","w");
^
QS.cpp:1327:33: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
mergesort_lp_file("lprels", "lpnew", "tmp", COMB);
^
QS.cpp:1327:43: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
mergesort_lp_file("lprels", "lpnew", "tmp", COMB);
^
QS.cpp:1327:52: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
mergesort_lp_file("lprels", "lpnew", "tmp", COMB);
^
QS.cpp:1329:35: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
LPNEW = flint_fopen("lpnew","w");
^
QS.cpp:1329:43: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
LPNEW = flint_fopen("lpnew","w");
^
QS.cpp:1332:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
sort_lp_file("rels");
^
QS.cpp:1333:45: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
relsFound = mergesort_lp_file("frels","rels","tmp2",NULL);
^
QS.cpp:1333:53: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
relsFound = mergesort_lp_file("frels","rels","tmp2",NULL);
^
QS.cpp:1333:60: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
relsFound = mergesort_lp_file("frels","rels","tmp2",NULL);
^
QS.cpp:1334:34: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
RELS = flint_fopen("rels","w");
^
QS.cpp:1334:41: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
RELS = flint_fopen("rels","w");
^
QS.cpp:1336:34: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
COMB = flint_fopen("comb", "r");
^
QS.cpp:1336:42: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
COMB = flint_fopen("comb", "r");
^
QS.cpp:1337:34: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
FNEW = flint_fopen("fnew","w");
^
QS.cpp:1337:41: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
FNEW = flint_fopen("fnew","w");
^
QS.cpp:1341:28: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
sort_lp_file("fnew");
^
QS.cpp:1342:43: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
totcomb = mergesort_lp_file("flprels","fnew","tmp3",NULL);
^
QS.cpp:1342:53: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
totcomb = mergesort_lp_file("flprels","fnew","tmp3",NULL);
^
QS.cpp:1342:60: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
totcomb = mergesort_lp_file("flprels","fnew","tmp3",NULL);
^
QS.cpp:1385:24: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
FRELS = flint_fopen("frels","r");
^
QS.cpp:1385:32: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
FRELS = flint_fopen("frels","r");
^
QS.cpp:1389:26: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
FLPRELS = flint_fopen("flprels","r");
^
QS.cpp:1389:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
FLPRELS = flint_fopen("flprels","r");
^
QS.cpp:1645:36: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
if (tmp_dir == NULL) tmp_dir = "./";
^
QS.cpp:1648:52: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
delfile = get_filename(tmp_dir,unique_filename("comb"));
^
QS.cpp:1650:52: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
delfile = get_filename(tmp_dir,unique_filename("frels"));
^
QS.cpp:1652:52: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
delfile = get_filename(tmp_dir,unique_filename("flprels"));
^
QS.cpp:1654:52: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
delfile = get_filename(tmp_dir,unique_filename("lpnew"));
^
QS.cpp:1656:52: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
delfile = get_filename(tmp_dir,unique_filename("rels"));
^
QS.cpp:1658:52: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
delfile = get_filename(tmp_dir,unique_filename("fnew"));
^
QS.cpp:1660:52: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
delfile = get_filename(tmp_dir,unique_filename("lprels"));
^
46 warnings generated.
mv -f .deps/QS.Tpo .deps/QS.Po
clang++ -o QuadraticSieve F2matrix.o lanczos.o ModuloArith.o TonelliShanks.o lprels.o QS.o -lgmp
make[2]: Leaving directory '/tmp/flintqs/src/FlintQS-1.0/src'
make[1]: Leaving directory '/tmp/flintqs/src/FlintQS-1.0/src'
make[1]: Entering directory '/tmp/flintqs/src/FlintQS-1.0'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/tmp/flintqs/src/FlintQS-1.0'
==> Entering fakeroot environment...
==> Starting package()...
Making install in src
make[1]: Entering directory '/tmp/flintqs/src/FlintQS-1.0/src'
make[2]: Entering directory '/tmp/flintqs/src/FlintQS-1.0/src'
/usr/bin/mkdir -p '/tmp/flintqs/pkg/flintqs/usr/bin'
/usr/bin/install -c QuadraticSieve '/tmp/flintqs/pkg/flintqs/usr/bin'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/tmp/flintqs/src/FlintQS-1.0/src'
make[1]: Leaving directory '/tmp/flintqs/src/FlintQS-1.0/src'
make[1]: Entering directory '/tmp/flintqs/src/FlintQS-1.0'
make[2]: Entering directory '/tmp/flintqs/src/FlintQS-1.0'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/tmp/flintqs/src/FlintQS-1.0'
make[1]: Leaving directory '/tmp/flintqs/src/FlintQS-1.0'
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "flintqs"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: flintqs 1:1.0-1 (Thu Apr 13 17:32:46 UTC 2017)
CMD: pacman --query --file flintqs-1:1.0-1-x86_64.pkg.tar.xz
Creating hybrid package for 'flintqs'
Trying to find vanilla package 'flintqs'...
CMD: pacman --query --file /mirror/flintqs-1:1.0-1.pkg.tar.xz
Generating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO usr .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO usr .MTREE | xz -c -z
CMD: bsdtar -tqf flintqs.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/flintqs.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/flintqs.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/flintqs.pkg.tar.xz'
-> Computing checksums...
-> Creating 'desc' db entry...
-> Creating 'files' db entry...
==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'
Printing config logfiles
CMD: config logfiles '/tmp/flintqs/src/FlintQS-1.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 FlintQS configure 1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --host=x86_64-unknown-linux --prefix=/usr
## --------- ##
## Platform. ##
## --------- ##
hostname = 43e19dd4f458
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: /usr/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2175: checking build system type
configure:2189: result: x86_64-unknown-linux-gnu
configure:2209: checking host system type
configure:2222: result: x86_64-unknown-linux-gnu
configure:2242: checking target system type
configure:2255: result: x86_64-unknown-linux-gnu
configure:2297: checking for a BSD-compatible install
configure:2365: result: /usr/bin/install -c
configure:2376: checking whether build environment is sane
configure:2431: result: yes
configure:2490: checking for x86_64-unknown-linux-strip
configure:2520: result: no
configure:2530: checking for strip
configure:2546: found /usr/bin/strip
configure:2557: result: strip
configure:2582: checking for a thread-safe mkdir -p
configure:2621: result: /usr/bin/mkdir -p
configure:2628: checking for gawk
configure:2644: found /usr/bin/gawk
configure:2655: result: gawk
configure:2666: checking whether make sets $(MAKE)
configure:2688: result: yes
configure:2717: checking whether make supports nested variables
configure:2734: result: yes
configure:2881: checking for style of include used by make
configure:2909: result: GNU
configure:2940: checking for x86_64-unknown-linux-gcc
configure:2967: result: clang
configure:3236: checking for C compiler version
configure:3245: clang --version >&5
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
configure:3256: $? = 0
configure:3245: clang -v >&5
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Candidate multilib: .;@m64
... rest of stderr output deleted ...
configure:3256: $? = 0
configure:3245: clang -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:3256: $? = 1
configure:3245: clang -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:3256: $? = 1
configure:3276: checking whether the C compiler works
configure:3298: clang conftest.c >&5
configure:3302: $? = 0
configure:3350: result: yes
configure:3353: checking for C compiler default output file name
configure:3355: result: a.out
configure:3361: checking for suffix of executables
configure:3368: clang -o conftest conftest.c >&5
configure:3372: $? = 0
configure:3394: result:
configure:3416: checking whether we are cross compiling
configure:3424: clang -o conftest conftest.c >&5
configure:3428: $? = 0
configure:3435: ./conftest
configure:3439: $? = 0
configure:3454: result: no
configure:3459: checking for suffix of object files
configure:3481: clang -c conftest.c >&5
configure:3485: $? = 0
configure:3506: result: o
configure:3510: checking whether we are using the GNU C compiler
configure:3529: clang -c conftest.c >&5
configure:3529: $? = 0
configure:3538: result: yes
configure:3547: checking whether clang accepts -g
configure:3567: clang -c -g conftest.c >&5
configure:3567: $? = 0
configure:3608: result: yes
configure:3625: checking for clang option to accept ISO C89
configure:3688: clang -c conftest.c >&5
configure:3688: $? = 0
configure:3701: result: none needed
configure:3726: checking whether clang understands -c and -o together
configure:3748: clang -c conftest.c -o conftest2.o
configure:3751: $? = 0
configure:3748: clang -c conftest.c -o conftest2.o
configure:3751: $? = 0
configure:3763: result: yes
configure:3782: checking dependency style of clang
configure:3893: result: gcc3
configure:3914: checking how to run the C preprocessor
configure:3945: clang -E conftest.c
configure:3945: $? = 0
configure:3959: clang -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:3959: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FlintQS"
| #define PACKAGE_TARNAME "flintqs"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "FlintQS 1.0"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "flintqs"
| #define VERSION "1.0"
| /* end confdefs.h. */
| #include
configure:3984: result: clang -E
configure:4004: clang -E conftest.c
configure:4004: $? = 0
configure:4018: clang -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:4018: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "FlintQS"
| #define PACKAGE_TARNAME "flintqs"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "FlintQS 1.0"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "flintqs"
| #define VERSION "1.0"
| /* end confdefs.h. */
| #include
configure:4047: checking for grep that handles long lines and -e
configure:4105: result: /usr/bin/grep
configure:4110: checking for egrep
configure:4172: result: /usr/bin/grep -E
configure:4177: checking for ANSI C header files
configure:4197: clang -c conftest.c >&5
configure:4197: $? = 0
configure:4270: clang -o conftest conftest.c >&5
configure:4270: $? = 0
configure:4270: ./conftest
configure:4270: $? = 0
configure:4281: result: yes
configure:4294: checking for sys/types.h
configure:4294: clang -c conftest.c >&5
configure:4294: $? = 0
configure:4294: result: yes
configure:4294: checking for sys/stat.h
configure:4294: clang -c conftest.c >&5
configure:4294: $? = 0
configure:4294: result: yes
configure:4294: checking for stdlib.h
configure:4294: clang -c conftest.c >&5
configure:4294: $? = 0
configure:4294: result: yes
configure:4294: checking for string.h
configure:4294: clang -c conftest.c >&5
configure:4294: $? = 0
configure:4294: result: yes
configure:4294: checking for memory.h
configure:4294: clang -c conftest.c >&5
configure:4294: $? = 0
configure:4294: result: yes
configure:4294: checking for strings.h
configure:4294: clang -c conftest.c >&5
configure:4294: $? = 0
configure:4294: result: yes
configure:4294: checking for inttypes.h
configure:4294: clang -c conftest.c >&5
configure:4294: $? = 0
configure:4294: result: yes
configure:4294: checking for stdint.h
configure:4294: clang -c conftest.c >&5
configure:4294: $? = 0
configure:4294: result: yes
configure:4294: checking for unistd.h
configure:4294: clang -c conftest.c >&5
configure:4294: $? = 0
configure:4294: result: yes
configure:4308: checking gmp.h usability
configure:4308: clang -c conftest.c >&5
configure:4308: $? = 0
configure:4308: result: yes
configure:4308: checking gmp.h presence
configure:4308: clang -E conftest.c
configure:4308: $? = 0
configure:4308: result: yes
configure:4308: checking for gmp.h
configure:4308: result: yes
configure:4318: checking for __gmpz_init in -lgmp
configure:4343: clang -o conftest conftest.c -lgmp >&5
configure:4343: $? = 0
configure:4352: result: yes
configure:4480: checking for C++ compiler version
configure:4489: clang++ --version >&5
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
configure:4500: $? = 0
configure:4489: clang++ -v >&5
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Candidate multilib: .;@m64
... rest of stderr output deleted ...
configure:4500: $? = 0
configure:4489: clang++ -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:4500: $? = 1
configure:4489: clang++ -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:4500: $? = 1
configure:4504: checking whether we are using the GNU C++ compiler
configure:4523: clang++ -c conftest.cpp >&5
configure:4523: $? = 0
configure:4532: result: yes
configure:4541: checking whether clang++ accepts -g
configure:4561: clang++ -c -g conftest.cpp >&5
configure:4561: $? = 0
configure:4602: result: yes
configure:4627: checking dependency style of clang++
configure:4738: result: gcc3
configure:4862: checking that generated files are newer than configure
configure:4868: result: done
configure:4895: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by FlintQS config.status 1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on 43e19dd4f458
config.status:873: creating Makefile
config.status:873: creating src/Makefile
config.status:873: creating src/config.h
config.status:1102: executing depfiles commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_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_set=
ac_cv_env_CPP_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_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_header_gmp_h=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_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_gmp___gmpz_init=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/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_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_target=x86_64-unknown-linux-gnu
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /tmp/flintqs/src/FlintQS-1.0/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/flintqs/src/FlintQS-1.0/missing autoconf'
AUTOHEADER='${SHELL} /tmp/flintqs/src/FlintQS-1.0/missing autoheader'
AUTOMAKE='${SHELL} /tmp/flintqs/src/FlintQS-1.0/missing automake-1.15'
AWK='gawk'
CC='clang'
CCDEPMODE='depmode=gcc3'
CFLAGS=''
CPP='clang -E'
CPPFLAGS=''
CXX='clang++'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS='-lgmp '
LTLIBOBJS=''
MAKEINFO='${SHELL} /tmp/flintqs/src/FlintQS-1.0/missing makeinfo'
MKDIR_P='/usr/bin/mkdir -p'
OBJEXT='o'
PACKAGE='flintqs'
PACKAGE_BUGREPORT='sage-devel@googlegroups.com'
PACKAGE_NAME='FlintQS'
PACKAGE_STRING='FlintQS 1.0'
PACKAGE_TARNAME='flintqs'
PACKAGE_URL=''
PACKAGE_VERSION='1.0'
PATH_SEPARATOR=':'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='1.0'
ac_ct_CC=''
ac_ct_CXX=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_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='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='${prefix}'
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/flintqs/src/FlintQS-1.0/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='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "FlintQS"
#define PACKAGE_TARNAME "flintqs"
#define PACKAGE_VERSION "1.0"
#define PACKAGE_STRING "FlintQS 1.0"
#define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
#define PACKAGE_URL ""
#define PACKAGE "flintqs"
#define VERSION "1.0"
#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_GMP_H 1
#define HAVE_LIBGMP 1
configure: exit 0