Build of flintqs with vanilla toolchain

The build took 00h 00m 53s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
4,094 sh
2,736 cpp
1,204 makefile
8,034 total

The process tree of the build process is here.

Log

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:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: flintqs 1:1.0-1 (Wed Aug 24 13:29:28 UTC 2016)
# ==> 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/sbin/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/sbin/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... no
# checking for gcc... gcc
# 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 gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking whether gcc understands -c and -o together... yes
# checking dependency style of gcc... gcc3
# checking how to run the C preprocessor... gcc -E
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/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 for x86_64-unknown-linux-g++... no
# checking for x86_64-unknown-linux-c++... no
# checking for x86_64-unknown-linux-gpp... no
# checking for x86_64-unknown-linux-aCC... no
# checking for x86_64-unknown-linux-CC... no
# checking for x86_64-unknown-linux-cxx... no
# checking for x86_64-unknown-linux-cc++... no
# checking for x86_64-unknown-linux-cl.exe... no
# checking for x86_64-unknown-linux-FCC... no
# checking for x86_64-unknown-linux-KCC... no
# checking for x86_64-unknown-linux-RCC... no
# checking for x86_64-unknown-linux-xlC_r... no
# checking for x86_64-unknown-linux-xlC... no
# checking for g++... g++
# checking whether we are using the GNU C++ compiler... yes
# checking whether g++ accepts -g... yes
# checking dependency style of g++... 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'
# g++ -DHAVE_CONFIG_H -I. -MT F2matrix.o -MD -MP -MF .deps/F2matrix.Tpo -c -o F2matrix.o F2matrix.cpp
# g++ -DHAVE_CONFIG_H -I. -MT lanczos.o -MD -MP -MF .deps/lanczos.Tpo -c -o lanczos.o lanczos.cpp
# mv -f .deps/F2matrix.Tpo .deps/F2matrix.Po
# g++ -DHAVE_CONFIG_H -I. -MT ModuloArith.o -MD -MP -MF .deps/ModuloArith.Tpo -c -o ModuloArith.o ModuloArith.cpp
# mv -f .deps/lanczos.Tpo .deps/lanczos.Po
# g++ -DHAVE_CONFIG_H -I. -MT TonelliShanks.o -MD -MP -MF .deps/TonelliShanks.Tpo -c -o TonelliShanks.o TonelliShanks.cpp
# mv -f .deps/ModuloArith.Tpo .deps/ModuloArith.Po
# g++ -DHAVE_CONFIG_H -I. -MT lprels.o -MD -MP -MF .deps/lprels.Tpo -c -o lprels.o lprels.cpp
# lprels.cpp: In function 'FILE* flint_fopen(char*, char*)':
# lprels.cpp:82:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# if (tmp_dir == NULL) tmp_dir = "./";
# ^~~~
# lprels.cpp: In function 'long int sort_lp_file(char*)':
# lprels.cpp:143:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# TMP = flint_fopen(filename, "r");
# ^
# lprels.cpp:231:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# TMP = flint_fopen(filename, "w");
# ^
# lprels.cpp: In function 'long int mergesort_lp_file(char*, char*, char*, FILE*)':
# lprels.cpp:492:39: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# FILE *NEW = flint_fopen(NEW_str, "r");
# ^
# lprels.cpp:499:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# if (tmp_dir == NULL) tmp_dir = "./";
# ^~~~
# mv -f .deps/TonelliShanks.Tpo .deps/TonelliShanks.Po
# g++ -DHAVE_CONFIG_H -I. -MT QS.o -MD -MP -MF .deps/QS.Tpo -c -o QS.o QS.cpp
# mv -f .deps/lprels.Tpo .deps/lprels.Po
# QS.cpp: In function 'void mainRoutine(long unsigned int, __mpz_struct*, long unsigned int)':
# QS.cpp:1057:36: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# LPNEW = flint_fopen("lpnew","w");
# ^
# QS.cpp:1057:36: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# QS.cpp:1058:38: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# LPRELS = flint_fopen("lprels","w");
# ^
# QS.cpp:1058:38: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# QS.cpp:1059:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# RELS = flint_fopen("rels","w");
# ^
# QS.cpp:1059:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# QS.cpp:1060:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# FNEW = flint_fopen("fnew","w");
# ^
# QS.cpp:1060:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# QS.cpp:1062:40: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# FLPRELS = flint_fopen("flprels","w");
# ^
# QS.cpp:1062:40: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# QS.cpp:1064:36: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# FRELS = flint_fopen("frels","w");
# ^
# QS.cpp:1064:36: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# QS.cpp:1325:35: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# sort_lp_file("lpnew");
# ^
# QS.cpp:1326:44: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# COMB = flint_fopen("comb","w");
# ^
# QS.cpp:1326:44: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# QS.cpp:1327:63: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# mergesort_lp_file("lprels", "lpnew", "tmp", COMB);
# ^
# QS.cpp:1327:63: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# QS.cpp:1327:63: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# QS.cpp:1329:46: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# LPNEW = flint_fopen("lpnew","w");
# ^
# QS.cpp:1329:46: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# QS.cpp:1332:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# sort_lp_file("rels");
# ^
# QS.cpp:1333:71: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# relsFound = mergesort_lp_file("frels","rels","tmp2",NULL);
# ^
# QS.cpp:1333:71: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# QS.cpp:1333:71: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# QS.cpp:1334:44: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# RELS = flint_fopen("rels","w");
# ^
# QS.cpp:1334:44: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# QS.cpp:1336:45: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# COMB = flint_fopen("comb", "r");
# ^
# QS.cpp:1336:45: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# QS.cpp:1337:44: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# FNEW = flint_fopen("fnew","w");
# ^
# QS.cpp:1337:44: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# QS.cpp:1341:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# sort_lp_file("fnew");
# ^
# QS.cpp:1342:71: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# totcomb = mergesort_lp_file("flprels","fnew","tmp3",NULL);
# ^
# QS.cpp:1342:71: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# QS.cpp:1342:71: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# QS.cpp:1385:35: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# FRELS = flint_fopen("frels","r");
# ^
# QS.cpp:1385:35: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# QS.cpp:1389:39: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# FLPRELS = flint_fopen("flprels","r");
# ^
# QS.cpp:1389:39: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# QS.cpp: In function 'int main(int, char**)':
# QS.cpp:1645:36: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# if (tmp_dir == NULL) tmp_dir = "./";
# ^~~~
# QS.cpp:1648:58: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# delfile = get_filename(tmp_dir,unique_filename("comb"));
# ^
# QS.cpp:1650:59: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# delfile = get_filename(tmp_dir,unique_filename("frels"));
# ^
# QS.cpp:1652:61: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# delfile = get_filename(tmp_dir,unique_filename("flprels"));
# ^
# QS.cpp:1654:59: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# delfile = get_filename(tmp_dir,unique_filename("lpnew"));
# ^
# QS.cpp:1656:58: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# delfile = get_filename(tmp_dir,unique_filename("rels"));
# ^
# QS.cpp:1658:58: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# delfile = get_filename(tmp_dir,unique_filename("fnew"));
# ^
# QS.cpp:1660:60: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
# delfile = get_filename(tmp_dir,unique_filename("lprels"));
# ^
# mv -f .deps/QS.Tpo .deps/QS.Po
# g++ -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'
# make[2]: Nothing to be done for 'install-data-am'.
# /usr/sbin/mkdir -p '/tmp/flintqs/pkg/flintqs/usr/bin'
# /usr/bin/install -c QuadraticSieve '/tmp/flintqs/pkg/flintqs/usr/bin'
# 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 (Wed Aug 24 13:29:33 UTC 2016)

CMD: pacman --query --file flintqs-1:1.0-1-x86_64.pkg.tar.xz
# flintqs 1:1.0-1

Creating hybrid package for 'flintqs'

Trying to find vanilla package 'flintqs'...

CMD: pacman --query --file /mirror/flintqs-1:1.0-1.pkg.tar.xz
# flintqs 1:1.0-1

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/bin/QuadraticSieve

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
# .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
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 601

Attempting to access local repository, attempt 2

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 = 79a06cbe76f8
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 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/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/sbin/strip
# configure:2557: result: strip
# configure:2582: checking for a thread-safe mkdir -p
# configure:2621: result: /usr/sbin/mkdir -p
# configure:2628: checking for gawk
# configure:2644: found /usr/sbin/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:2970: result: no
# configure:2980: checking for gcc
# configure:2996: found /usr/sbin/gcc
# configure:3007: result: gcc
# configure:3236: checking for C compiler version
# configure:3245: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 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:3256: $? = 0
# configure:3245: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:3256: $? = 0
# configure:3245: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:3256: $? = 1
# configure:3245: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:3256: $? = 1
# configure:3276: checking whether the C compiler works
# configure:3298: gcc 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: gcc -o conftest conftest.c >&5
# configure:3372: $? = 0
# configure:3394: result:
# configure:3416: checking whether we are cross compiling
# configure:3424: gcc -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: gcc -c conftest.c >&5
# configure:3485: $? = 0
# configure:3506: result: o
# configure:3510: checking whether we are using the GNU C compiler
# configure:3529: gcc -c conftest.c >&5
# configure:3529: $? = 0
# configure:3538: result: yes
# configure:3547: checking whether gcc accepts -g
# configure:3567: gcc -c -g conftest.c >&5
# configure:3567: $? = 0
# configure:3608: result: yes
# configure:3625: checking for gcc option to accept ISO C89
# configure:3688: gcc -c conftest.c >&5
# configure:3688: $? = 0
# configure:3701: result: none needed
# configure:3726: checking whether gcc understands -c and -o together
# configure:3748: gcc -c conftest.c -o conftest2.o
# configure:3751: $? = 0
# configure:3748: gcc -c conftest.c -o conftest2.o
# configure:3751: $? = 0
# configure:3763: result: yes
# configure:3782: checking dependency style of gcc
# configure:3893: result: gcc3
# configure:3914: checking how to run the C preprocessor
# configure:3945: gcc -E conftest.c
# configure:3945: $? = 0
# configure:3959: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -E
# configure:4004: gcc -E conftest.c
# configure:4004: $? = 0
# configure:4018: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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/sbin/grep
# configure:4110: checking for egrep
# configure:4172: result: /usr/sbin/grep -E
# configure:4177: checking for ANSI C header files
# configure:4197: gcc -c conftest.c >&5
# configure:4197: $? = 0
# configure:4270: gcc -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: gcc -c conftest.c >&5
# configure:4294: $? = 0
# configure:4294: result: yes
# configure:4294: checking for sys/stat.h
# configure:4294: gcc -c conftest.c >&5
# configure:4294: $? = 0
# configure:4294: result: yes
# configure:4294: checking for stdlib.h
# configure:4294: gcc -c conftest.c >&5
# configure:4294: $? = 0
# configure:4294: result: yes
# configure:4294: checking for string.h
# configure:4294: gcc -c conftest.c >&5
# configure:4294: $? = 0
# configure:4294: result: yes
# configure:4294: checking for memory.h
# configure:4294: gcc -c conftest.c >&5
# configure:4294: $? = 0
# configure:4294: result: yes
# configure:4294: checking for strings.h
# configure:4294: gcc -c conftest.c >&5
# configure:4294: $? = 0
# configure:4294: result: yes
# configure:4294: checking for inttypes.h
# configure:4294: gcc -c conftest.c >&5
# configure:4294: $? = 0
# configure:4294: result: yes
# configure:4294: checking for stdint.h
# configure:4294: gcc -c conftest.c >&5
# configure:4294: $? = 0
# configure:4294: result: yes
# configure:4294: checking for unistd.h
# configure:4294: gcc -c conftest.c >&5
# configure:4294: $? = 0
# configure:4294: result: yes
# configure:4308: checking gmp.h usability
# configure:4308: gcc -c conftest.c >&5
# configure:4308: $? = 0
# configure:4308: result: yes
# configure:4308: checking gmp.h presence
# configure:4308: gcc -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: gcc -o conftest conftest.c -lgmp >&5
# configure:4343: $? = 0
# configure:4352: result: yes
# configure:4382: checking for x86_64-unknown-linux-g++
# configure:4412: result: no
# configure:4382: checking for x86_64-unknown-linux-c++
# configure:4412: result: no
# configure:4382: checking for x86_64-unknown-linux-gpp
# configure:4412: result: no
# configure:4382: checking for x86_64-unknown-linux-aCC
# configure:4412: result: no
# configure:4382: checking for x86_64-unknown-linux-CC
# configure:4412: result: no
# configure:4382: checking for x86_64-unknown-linux-cxx
# configure:4412: result: no
# configure:4382: checking for x86_64-unknown-linux-cc++
# configure:4412: result: no
# configure:4382: checking for x86_64-unknown-linux-cl.exe
# configure:4412: result: no
# configure:4382: checking for x86_64-unknown-linux-FCC
# configure:4412: result: no
# configure:4382: checking for x86_64-unknown-linux-KCC
# configure:4412: result: no
# configure:4382: checking for x86_64-unknown-linux-RCC
# configure:4412: result: no
# configure:4382: checking for x86_64-unknown-linux-xlC_r
# configure:4412: result: no
# configure:4382: checking for x86_64-unknown-linux-xlC
# configure:4412: result: no
# configure:4426: checking for g++
# configure:4442: found /usr/sbin/g++
# configure:4453: result: g++
# configure:4480: checking for C++ compiler version
# configure:4489: g++ --version >&5
# g++ (GCC) 6.1.1 20160602
# Copyright (C) 2016 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:4500: $? = 0
# configure:4489: g++ -v >&5
# Using built-in specs.
# COLLECT_GCC=g++
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:4500: $? = 0
# configure:4489: g++ -V >&5
# g++: error: unrecognized command line option '-V'
# g++: fatal error: no input files
# compilation terminated.
# configure:4500: $? = 1
# configure:4489: g++ -qversion >&5
# g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
# g++: fatal error: no input files
# compilation terminated.
# configure:4500: $? = 1
# configure:4504: checking whether we are using the GNU C++ compiler
# configure:4523: g++ -c conftest.cpp >&5
# configure:4523: $? = 0
# configure:4532: result: yes
# configure:4541: checking whether g++ accepts -g
# configure:4561: g++ -c -g conftest.cpp >&5
# configure:4561: $? = 0
# configure:4602: result: yes
# configure:4627: checking dependency style of g++
# 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 79a06cbe76f8
#
# 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=
# ac_cv_env_CC_value=
# 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=
# ac_cv_env_CXX_value=
# 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/sbin/grep -E'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_CXX=g++
# 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='gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='gcc -E'
# CPPFLAGS=''
# CXX='g++'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# GREP='/usr/sbin/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/sbin/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='gcc'
# ac_ct_CXX='g++'
# 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