The build took 00h 00m 53s 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.
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:
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 Gettextautoreconf: running: aclocal -I m4aclocal: warning: couldn't open directory 'm4': No such file or directoryautoreconf: configure.ac: tracingautoreconf: configure.ac: not using Libtoolautoreconf: running: /usr/bin/autoconfautoreconf: running: /usr/bin/autoheaderautoreconf: running: automake --add-missing --copy --no-forceUnescaped 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-gnuchecking host system type... x86_64-unknown-linux-gnuchecking target system type... x86_64-unknown-linux-gnuchecking for a BSD-compatible install... /usr/bin/install -cchecking whether build environment is sane... yeschecking for x86_64-unknown-linux-strip... nochecking for strip... stripchecking for a thread-safe mkdir -p... /usr/sbin/mkdir -pchecking for gawk... gawkchecking whether make sets $(MAKE)... yeschecking whether make supports nested variables... yeschecking for style of include used by make... GNUchecking for x86_64-unknown-linux-gcc... nochecking for gcc... gccchecking whether the C compiler works... yeschecking for C compiler default output file name... a.outchecking for suffix of executables... checking whether we are cross compiling... nochecking for suffix of object files... ochecking whether we are using the GNU C compiler... yeschecking whether gcc accepts -g... yeschecking for gcc option to accept ISO C89... none neededchecking whether gcc understands -c and -o together... yeschecking dependency style of gcc... gcc3checking how to run the C preprocessor... gcc -Echecking for grep that handles long lines and -e... /usr/sbin/grepchecking for egrep... /usr/sbin/grep -Echecking for ANSI C header files... yeschecking for sys/types.h... yeschecking for sys/stat.h... yeschecking for stdlib.h... yeschecking for string.h... yeschecking for memory.h... yeschecking for strings.h... yeschecking for inttypes.h... yeschecking for stdint.h... yeschecking for unistd.h... yeschecking gmp.h usability... yeschecking gmp.h presence... yeschecking for gmp.h... yeschecking for __gmpz_init in -lgmp... yeschecking for x86_64-unknown-linux-g++... nochecking for x86_64-unknown-linux-c++... nochecking for x86_64-unknown-linux-gpp... nochecking for x86_64-unknown-linux-aCC... nochecking for x86_64-unknown-linux-CC... nochecking for x86_64-unknown-linux-cxx... nochecking for x86_64-unknown-linux-cc++... nochecking for x86_64-unknown-linux-cl.exe... nochecking for x86_64-unknown-linux-FCC... nochecking for x86_64-unknown-linux-KCC... nochecking for x86_64-unknown-linux-RCC... nochecking for x86_64-unknown-linux-xlC_r... nochecking for x86_64-unknown-linux-xlC... nochecking for g++... g++checking whether we are using the GNU C++ compiler... yeschecking whether g++ accepts -g... yeschecking dependency style of g++... gcc3checking that generated files are newer than configure... doneconfigure: creating ./config.statusconfig.status: creating Makefileconfig.status: creating src/Makefileconfig.status: creating src/config.hconfig.status: executing depfiles commandsMaking all in srcmake[1]: Entering directory '/tmp/flintqs/src/FlintQS-1.0/src'make all-ammake[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.cppg++ -DHAVE_CONFIG_H -I. -MT lanczos.o -MD -MP -MF .deps/lanczos.Tpo -c -o lanczos.o lanczos.cppmv -f .deps/F2matrix.Tpo .deps/F2matrix.Pog++ -DHAVE_CONFIG_H -I. -MT ModuloArith.o -MD -MP -MF .deps/ModuloArith.Tpo -c -o ModuloArith.o ModuloArith.cppmv -f .deps/lanczos.Tpo .deps/lanczos.Pog++ -DHAVE_CONFIG_H -I. -MT TonelliShanks.o -MD -MP -MF .deps/TonelliShanks.Tpo -c -o TonelliShanks.o TonelliShanks.cppmv -f .deps/ModuloArith.Tpo .deps/ModuloArith.Pog++ -DHAVE_CONFIG_H -I. -MT lprels.o -MD -MP -MF .deps/lprels.Tpo -c -o lprels.o lprels.cpplprels.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.Pog++ -DHAVE_CONFIG_H -I. -MT QS.o -MD -MP -MF .deps/QS.Tpo -c -o QS.o QS.cppmv -f .deps/lprels.Tpo .deps/lprels.PoQS.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.Pog++ -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 srcmake[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
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
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 whilerunning configure, to aid debugging if configure makes a mistake.It was created by FlintQS configure 1.0, which wasgenerated by GNU Autoconf 2.69. Invocation command line was$ ./configure --host=x86_64-unknown-linux --prefix=/usr## --------- #### Platform. #### --------- ##hostname = 79a06cbe76f8uname -m = x86_64uname -r = 4.7.1-1-ARCHuname -s = Linuxuname -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 = unknownPATH: /usr/local/sbinPATH: /usr/local/binPATH: /usr/sbinPATH: /usr/binPATH: /sbinPATH: /bin## ----------- #### Core tests. #### ----------- ##configure:2175: checking build system typeconfigure:2189: result: x86_64-unknown-linux-gnuconfigure:2209: checking host system typeconfigure:2222: result: x86_64-unknown-linux-gnuconfigure:2242: checking target system typeconfigure:2255: result: x86_64-unknown-linux-gnuconfigure:2297: checking for a BSD-compatible installconfigure:2365: result: /usr/bin/install -cconfigure:2376: checking whether build environment is saneconfigure:2431: result: yesconfigure:2490: checking for x86_64-unknown-linux-stripconfigure:2520: result: noconfigure:2530: checking for stripconfigure:2546: found /usr/sbin/stripconfigure:2557: result: stripconfigure:2582: checking for a thread-safe mkdir -pconfigure:2621: result: /usr/sbin/mkdir -pconfigure:2628: checking for gawkconfigure:2644: found /usr/sbin/gawkconfigure:2655: result: gawkconfigure:2666: checking whether make sets $(MAKE)configure:2688: result: yesconfigure:2717: checking whether make supports nested variablesconfigure:2734: result: yesconfigure:2881: checking for style of include used by makeconfigure:2909: result: GNUconfigure:2940: checking for x86_64-unknown-linux-gccconfigure:2970: result: noconfigure:2980: checking for gccconfigure:2996: found /usr/sbin/gccconfigure:3007: result: gccconfigure:3236: checking for C compiler versionconfigure:3245: gcc --version >&5gcc (GCC) 6.1.1 20160602Copyright (C) 2016 Free Software Foundation, Inc.This is free software; see the source for copying conditions. There is NOwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.configure:3256: $? = 0configure:3245: gcc -v >&5Using built-in specs.COLLECT_GCC=gccCOLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapperTarget: x86_64-pc-linux-gnuConfigured 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=releaseThread model: posixgcc version 6.1.1 20160602 (GCC)configure:3256: $? = 0configure:3245: gcc -V >&5gcc: error: unrecognized command line option '-V'gcc: fatal error: no input filescompilation terminated.configure:3256: $? = 1configure:3245: gcc -qversion >&5gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?gcc: fatal error: no input filescompilation terminated.configure:3256: $? = 1configure:3276: checking whether the C compiler worksconfigure:3298: gcc conftest.c >&5configure:3302: $? = 0configure:3350: result: yesconfigure:3353: checking for C compiler default output file nameconfigure:3355: result: a.outconfigure:3361: checking for suffix of executablesconfigure:3368: gcc -o conftest conftest.c >&5configure:3372: $? = 0configure:3394: result:configure:3416: checking whether we are cross compilingconfigure:3424: gcc -o conftest conftest.c >&5configure:3428: $? = 0configure:3435: ./conftestconfigure:3439: $? = 0configure:3454: result: noconfigure:3459: checking for suffix of object filesconfigure:3481: gcc -c conftest.c >&5configure:3485: $? = 0configure:3506: result: oconfigure:3510: checking whether we are using the GNU C compilerconfigure:3529: gcc -c conftest.c >&5configure:3529: $? = 0configure:3538: result: yesconfigure:3547: checking whether gcc accepts -gconfigure:3567: gcc -c -g conftest.c >&5configure:3567: $? = 0configure:3608: result: yesconfigure:3625: checking for gcc option to accept ISO C89configure:3688: gcc -c conftest.c >&5configure:3688: $? = 0configure:3701: result: none neededconfigure:3726: checking whether gcc understands -c and -o togetherconfigure:3748: gcc -c conftest.c -o conftest2.oconfigure:3751: $? = 0configure:3748: gcc -c conftest.c -o conftest2.oconfigure:3751: $? = 0configure:3763: result: yesconfigure:3782: checking dependency style of gccconfigure:3893: result: gcc3configure:3914: checking how to run the C preprocessorconfigure:3945: gcc -E conftest.cconfigure:3945: $? = 0configure:3959: gcc -E conftest.cconftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory#include ^compilation terminated.configure:3959: $? = 1configure: 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 -Econfigure:4004: gcc -E conftest.cconfigure:4004: $? = 0configure:4018: gcc -E conftest.cconftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory#include ^compilation terminated.configure:4018: $? = 1configure: 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 -econfigure:4105: result: /usr/sbin/grepconfigure:4110: checking for egrepconfigure:4172: result: /usr/sbin/grep -Econfigure:4177: checking for ANSI C header filesconfigure:4197: gcc -c conftest.c >&5configure:4197: $? = 0configure:4270: gcc -o conftest conftest.c >&5configure:4270: $? = 0configure:4270: ./conftestconfigure:4270: $? = 0configure:4281: result: yesconfigure:4294: checking for sys/types.hconfigure:4294: gcc -c conftest.c >&5configure:4294: $? = 0configure:4294: result: yesconfigure:4294: checking for sys/stat.hconfigure:4294: gcc -c conftest.c >&5configure:4294: $? = 0configure:4294: result: yesconfigure:4294: checking for stdlib.hconfigure:4294: gcc -c conftest.c >&5configure:4294: $? = 0configure:4294: result: yesconfigure:4294: checking for string.hconfigure:4294: gcc -c conftest.c >&5configure:4294: $? = 0configure:4294: result: yesconfigure:4294: checking for memory.hconfigure:4294: gcc -c conftest.c >&5configure:4294: $? = 0configure:4294: result: yesconfigure:4294: checking for strings.hconfigure:4294: gcc -c conftest.c >&5configure:4294: $? = 0configure:4294: result: yesconfigure:4294: checking for inttypes.hconfigure:4294: gcc -c conftest.c >&5configure:4294: $? = 0configure:4294: result: yesconfigure:4294: checking for stdint.hconfigure:4294: gcc -c conftest.c >&5configure:4294: $? = 0configure:4294: result: yesconfigure:4294: checking for unistd.hconfigure:4294: gcc -c conftest.c >&5configure:4294: $? = 0configure:4294: result: yesconfigure:4308: checking gmp.h usabilityconfigure:4308: gcc -c conftest.c >&5configure:4308: $? = 0configure:4308: result: yesconfigure:4308: checking gmp.h presenceconfigure:4308: gcc -E conftest.cconfigure:4308: $? = 0configure:4308: result: yesconfigure:4308: checking for gmp.hconfigure:4308: result: yesconfigure:4318: checking for __gmpz_init in -lgmpconfigure:4343: gcc -o conftest conftest.c -lgmp >&5configure:4343: $? = 0configure:4352: result: yesconfigure:4382: checking for x86_64-unknown-linux-g++configure:4412: result: noconfigure:4382: checking for x86_64-unknown-linux-c++configure:4412: result: noconfigure:4382: checking for x86_64-unknown-linux-gppconfigure:4412: result: noconfigure:4382: checking for x86_64-unknown-linux-aCCconfigure:4412: result: noconfigure:4382: checking for x86_64-unknown-linux-CCconfigure:4412: result: noconfigure:4382: checking for x86_64-unknown-linux-cxxconfigure:4412: result: noconfigure:4382: checking for x86_64-unknown-linux-cc++configure:4412: result: noconfigure:4382: checking for x86_64-unknown-linux-cl.execonfigure:4412: result: noconfigure:4382: checking for x86_64-unknown-linux-FCCconfigure:4412: result: noconfigure:4382: checking for x86_64-unknown-linux-KCCconfigure:4412: result: noconfigure:4382: checking for x86_64-unknown-linux-RCCconfigure:4412: result: noconfigure:4382: checking for x86_64-unknown-linux-xlC_rconfigure:4412: result: noconfigure:4382: checking for x86_64-unknown-linux-xlCconfigure:4412: result: noconfigure:4426: checking for g++configure:4442: found /usr/sbin/g++configure:4453: result: g++configure:4480: checking for C++ compiler versionconfigure:4489: g++ --version >&5g++ (GCC) 6.1.1 20160602Copyright (C) 2016 Free Software Foundation, Inc.This is free software; see the source for copying conditions. There is NOwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.configure:4500: $? = 0configure:4489: g++ -v >&5Using built-in specs.COLLECT_GCC=g++COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapperTarget: x86_64-pc-linux-gnuConfigured 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=releaseThread model: posixgcc version 6.1.1 20160602 (GCC)configure:4500: $? = 0configure:4489: g++ -V >&5g++: error: unrecognized command line option '-V'g++: fatal error: no input filescompilation terminated.configure:4500: $? = 1configure:4489: g++ -qversion >&5g++: error: unrecognized command line option '-qversion'; did you mean '--version'?g++: fatal error: no input filescompilation terminated.configure:4500: $? = 1configure:4504: checking whether we are using the GNU C++ compilerconfigure:4523: g++ -c conftest.cpp >&5configure:4523: $? = 0configure:4532: result: yesconfigure:4541: checking whether g++ accepts -gconfigure:4561: g++ -c -g conftest.cpp >&5configure:4561: $? = 0configure:4602: result: yesconfigure:4627: checking dependency style of g++configure:4738: result: gcc3configure:4862: checking that generated files are newer than configureconfigure:4868: result: doneconfigure:4895: creating ./config.status## ---------------------- #### Running config.status. #### ---------------------- ##This file was extended by FlintQS config.status 1.0, which wasgenerated by GNU Autoconf 2.69. Invocation command line wasCONFIG_FILES =CONFIG_HEADERS =CONFIG_LINKS =CONFIG_COMMANDS =$ ./config.statuson 79a06cbe76f8config.status:873: creating Makefileconfig.status:873: creating src/Makefileconfig.status:873: creating src/config.hconfig.status:1102: executing depfiles commands## ---------------- #### Cache variables. #### ---------------- ##ac_cv_build=x86_64-unknown-linux-gnuac_cv_c_compiler_gnu=yesac_cv_cxx_compiler_gnu=yesac_cv_env_CCC_set=ac_cv_env_CCC_value=ac_cv_env_CC_set=ac_cv_env_CC_value=ac_cv_env_CFLAGS_set=setac_cv_env_CFLAGS_value=ac_cv_env_CPPFLAGS_set=setac_cv_env_CPPFLAGS_value=ac_cv_env_CPP_set=ac_cv_env_CPP_value=ac_cv_env_CXXFLAGS_set=setac_cv_env_CXXFLAGS_value=ac_cv_env_CXX_set=ac_cv_env_CXX_value=ac_cv_env_LDFLAGS_set=setac_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=setac_cv_env_host_alias_value=x86_64-unknown-linuxac_cv_env_target_alias_set=ac_cv_env_target_alias_value=ac_cv_header_gmp_h=yesac_cv_header_inttypes_h=yesac_cv_header_memory_h=yesac_cv_header_stdc=yesac_cv_header_stdint_h=yesac_cv_header_stdlib_h=yesac_cv_header_string_h=yesac_cv_header_strings_h=yesac_cv_header_sys_stat_h=yesac_cv_header_sys_types_h=yesac_cv_header_unistd_h=yesac_cv_host=x86_64-unknown-linux-gnuac_cv_lib_gmp___gmpz_init=yesac_cv_objext=oac_cv_path_EGREP='/usr/sbin/grep -E'ac_cv_path_GREP=/usr/sbin/grepac_cv_path_install='/usr/bin/install -c'ac_cv_path_mkdir=/usr/sbin/mkdirac_cv_prog_AWK=gawkac_cv_prog_CPP='gcc -E'ac_cv_prog_ac_ct_CC=gccac_cv_prog_ac_ct_CXX=g++ac_cv_prog_ac_ct_STRIP=stripac_cv_prog_cc_c89=ac_cv_prog_cc_g=yesac_cv_prog_cxx_g=yesac_cv_prog_make_make_set=yesac_cv_target=x86_64-unknown-linux-gnuam_cv_CC_dependencies_compiler_type=gcc3am_cv_CXX_dependencies_compiler_type=gcc3am_cv_make_support_nested_variables=yesam_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 1configure: exit 0