The build took 00h 00m 40s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
| SLOC | Language | 
|---|---|
| 6,126 | cpp | 
| 2,761 | sh | 
| 797 | ansic | 
| 248 | makefile | 
| 9,932 | 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: muparser 2.2.5-2 (Wed Aug 24 13:51:12 UTC 2016)==> Checking runtime dependencies...==> Checking buildtime dependencies...==> WARNING: Using existing $srcdir/ tree==> Starting build()...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 gawk... gawkchecking for a BSD-compatible install... /usr/bin/install -cchecking whether ln -s works... yeschecking for x86_64-unknown-linux-ranlib... nochecking for ranlib... ranlibchecking 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 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 how to run the C++ preprocessor... g++ -Echecking for the --enable-debug option... nochecking for the --enable-shared option... yeschecking for the --enable-samples option... yeschecking whether we are using the Intel C compiler... nochecking whether we are using the Intel C++ compiler... nochecking whether we are using the Sun C++ compiler... nochecking for x86_64-unknown-linux-ranlib... ranlibchecking whether ln -s works... yeschecking whether make sets $(MAKE)... yeschecking for x86_64-unknown-linux-ar... nochecking for ar... archecking for x86_64-unknown-linux-strip... nochecking for strip... stripchecking for x86_64-unknown-linux-nm... nochecking for nm... nmchecking for command to install directories... /usr/bin/install -c -dchecking if make is GNU make... yeschecking for dependency tracking method... gccconfigure: creating ./config.statusconfig.status: creating Makefileconfig.status: creating build/autoconf/muparser.pc ----------------------------------------------------------------  Configuration for muparser 2.2.4 successfully completed.  Summary of main configuration settings for muparser:  - SHARED mode  - RELEASE build  - SAMPLES enabled  Now, just run make. ----------------------------------------------------------------/tmp/muparser/src/muparser-2.2.5/bk-deps g++ -c -o muParser_dll_muParser.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -fPIC -DPIC  -O2  ./src/muParser.cppIn file included from ./include/muParserStack.h:35:0,                 from ./include/muParserBase.h:39,                 from ./include/muParser.h:32,                 from ./src/muParser.cpp:26:./include/muParserToken.h:72:12: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations]        std::auto_ptr m_pCallback;             ^~~~~~~~In file included from /usr/include/c++/6.1.1/memory:81:0,                 from ./include/muParserBase.h:33,                 from ./include/muParser.h:32,                 from ./src/muParser.cpp:26:/usr/include/c++/6.1.1/bits/unique_ptr.h:49:28: note: declared here   template class auto_ptr;                             ^~~~~~~~In file included from ./include/muParser.h:32:0,                 from ./src/muParser.cpp:26:./include/muParserBase.h:291:10: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations]      std::auto_ptr m_pTokenReader; ///< Managed pointer to the token reader object.           ^~~~~~~~In file included from /usr/include/c++/6.1.1/memory:81:0,                 from ./include/muParserBase.h:33,                 from ./include/muParser.h:32,                 from ./src/muParser.cpp:26:/usr/include/c++/6.1.1/bits/unique_ptr.h:49:28: note: declared here   template class auto_ptr;                             ^~~~~~~~/tmp/muparser/src/muparser-2.2.5/bk-deps g++ -c -o muParser_dll_muParserBase.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -fPIC -DPIC  -O2  ./src/muParserBase.cppIn file included from ./include/muParserStack.h:35:0,                 from ./include/muParserBase.h:39,                 from ./src/muParserBase.cpp:26:./include/muParserToken.h:72:12: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations]        std::auto_ptr m_pCallback;             ^~~~~~~~In file included from /usr/include/c++/6.1.1/memory:81:0,                 from ./include/muParserBase.h:33,                 from ./src/muParserBase.cpp:26:/usr/include/c++/6.1.1/bits/unique_ptr.h:49:28: note: declared here   template class auto_ptr;                             ^~~~~~~~In file included from ./src/muParserBase.cpp:26:0:./include/muParserBase.h:291:10: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations]      std::auto_ptr m_pTokenReader; ///< Managed pointer to the token reader object.           ^~~~~~~~In file included from /usr/include/c++/6.1.1/memory:81:0,                 from ./include/muParserBase.h:33,                 from ./src/muParserBase.cpp:26:/usr/include/c++/6.1.1/bits/unique_ptr.h:49:28: note: declared here   template class auto_ptr;                             ^~~~~~~~/tmp/muparser/src/muparser-2.2.5/bk-deps g++ -c -o muParser_dll_muParserBytecode.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -fPIC -DPIC  -O2  ./src/muParserBytecode.cppIn file included from ./include/muParserBytecode.h:35:0,                 from ./src/muParserBytecode.cpp:26:./include/muParserToken.h:72:12: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations]        std::auto_ptr m_pCallback;             ^~~~~~~~In file included from /usr/include/c++/6.1.1/memory:81:0,                 from ./include/muParserError.h:34,                 from ./include/muParserBytecode.h:34,                 from ./src/muParserBytecode.cpp:26:/usr/include/c++/6.1.1/bits/unique_ptr.h:49:28: note: declared here   template class auto_ptr;                             ^~~~~~~~/tmp/muparser/src/muparser-2.2.5/bk-deps g++ -c -o muParser_dll_muParserCallback.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -fPIC -DPIC  -O2  ./src/muParserCallback.cpp/tmp/muparser/src/muparser-2.2.5/bk-deps g++ -c -o muParser_dll_muParserDLL.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -fPIC -DPIC  -O2  ./src/muParserDLL.cppIn file included from ./include/muParserStack.h:35:0,                 from ./include/muParserBase.h:39,                 from ./include/muParser.h:32,                 from ./src/muParserDLL.cpp:33:./include/muParserToken.h:72:12: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations]        std::auto_ptr m_pCallback;             ^~~~~~~~In file included from /usr/include/c++/6.1.1/memory:81:0,                 from ./include/muParserBase.h:33,                 from ./include/muParser.h:32,                 from ./src/muParserDLL.cpp:33:/usr/include/c++/6.1.1/bits/unique_ptr.h:49:28: note: declared here   template class auto_ptr;                             ^~~~~~~~In file included from ./include/muParser.h:32:0,                 from ./src/muParserDLL.cpp:33:./include/muParserBase.h:291:10: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations]      std::auto_ptr m_pTokenReader; ///< Managed pointer to the token reader object.           ^~~~~~~~In file included from /usr/include/c++/6.1.1/memory:81:0,                 from ./include/muParserBase.h:33,                 from ./include/muParser.h:32,                 from ./src/muParserDLL.cpp:33:/usr/include/c++/6.1.1/bits/unique_ptr.h:49:28: note: declared here   template class auto_ptr;                             ^~~~~~~~/tmp/muparser/src/muparser-2.2.5/bk-deps g++ -c -o muParser_dll_muParserError.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -fPIC -DPIC  -O2  ./src/muParserError.cpp/tmp/muparser/src/muparser-2.2.5/bk-deps g++ -c -o muParser_dll_muParserInt.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -fPIC -DPIC  -O2  ./src/muParserInt.cppIn file included from ./include/muParserStack.h:35:0,                 from ./include/muParserBase.h:39,                 from ./include/muParserInt.h:29,                 from ./src/muParserInt.cpp:26:./include/muParserToken.h:72:12: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations]        std::auto_ptr m_pCallback;             ^~~~~~~~In file included from /usr/include/c++/6.1.1/memory:81:0,                 from ./include/muParserBase.h:33,                 from ./include/muParserInt.h:29,                 from ./src/muParserInt.cpp:26:/usr/include/c++/6.1.1/bits/unique_ptr.h:49:28: note: declared here   template class auto_ptr;                             ^~~~~~~~In file included from ./include/muParserInt.h:29:0,                 from ./src/muParserInt.cpp:26:./include/muParserBase.h:291:10: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations]      std::auto_ptr m_pTokenReader; ///< Managed pointer to the token reader object.           ^~~~~~~~In file included from /usr/include/c++/6.1.1/memory:81:0,                 from ./include/muParserBase.h:33,                 from ./include/muParserInt.h:29,                 from ./src/muParserInt.cpp:26:/usr/include/c++/6.1.1/bits/unique_ptr.h:49:28: note: declared here   template class auto_ptr;                             ^~~~~~~~/tmp/muparser/src/muparser-2.2.5/bk-deps g++ -c -o muParser_dll_muParserTest.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -fPIC -DPIC  -O2  ./src/muParserTest.cppIn file included from ./include/muParserStack.h:35:0,                 from ./include/muParserBase.h:39,                 from ./include/muParser.h:32,                 from ./include/muParserTest.h:32,                 from ./src/muParserTest.cpp:26:./include/muParserToken.h:72:12: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations]        std::auto_ptr m_pCallback;             ^~~~~~~~In file included from /usr/include/c++/6.1.1/memory:81:0,                 from ./include/muParserBase.h:33,                 from ./include/muParser.h:32,                 from ./include/muParserTest.h:32,                 from ./src/muParserTest.cpp:26:/usr/include/c++/6.1.1/bits/unique_ptr.h:49:28: note: declared here   template class auto_ptr;                             ^~~~~~~~In file included from ./include/muParser.h:32:0,                 from ./include/muParserTest.h:32,                 from ./src/muParserTest.cpp:26:./include/muParserBase.h:291:10: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations]      std::auto_ptr m_pTokenReader; ///< Managed pointer to the token reader object.           ^~~~~~~~In file included from /usr/include/c++/6.1.1/memory:81:0,                 from ./include/muParserBase.h:33,                 from ./include/muParser.h:32,                 from ./include/muParserTest.h:32,                 from ./src/muParserTest.cpp:26:/usr/include/c++/6.1.1/bits/unique_ptr.h:49:28: note: declared here   template class auto_ptr;                             ^~~~~~~~./src/muParserTest.cpp: In member function 'int mu::Test::ParserTester::EqnTest(const string_type&, double, bool)':./src/muParserTest.cpp:1261:14: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations]          std::auto_ptr p1;               ^~~~~~~~In file included from /usr/include/c++/6.1.1/memory:81:0,                 from ./include/muParserBase.h:33,                 from ./include/muParser.h:32,                 from ./include/muParserTest.h:32,                 from ./src/muParserTest.cpp:26:/usr/include/c++/6.1.1/bits/unique_ptr.h:49:28: note: declared here   template class auto_ptr;                             ^~~~~~~~/tmp/muparser/src/muparser-2.2.5/bk-deps g++ -c -o muParser_dll_muParserTokenReader.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -fPIC -DPIC  -O2  ./src/muParserTokenReader.cppIn file included from ./include/muParserTokenReader.h:39:0,                 from ./src/muParserTokenReader.cpp:32:./include/muParserToken.h:72:12: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations]        std::auto_ptr m_pCallback;             ^~~~~~~~In file included from /usr/include/c++/6.1.1/memory:81:0,                 from ./include/muParserTokenReader.h:34,                 from ./src/muParserTokenReader.cpp:32:/usr/include/c++/6.1.1/bits/unique_ptr.h:49:28: note: declared here   template class auto_ptr;                             ^~~~~~~~In file included from ./src/muParserTokenReader.cpp:33:0:./include/muParserBase.h:291:10: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations]      std::auto_ptr m_pTokenReader; ///< Managed pointer to the token reader object.           ^~~~~~~~In file included from /usr/include/c++/6.1.1/memory:81:0,                 from ./include/muParserTokenReader.h:34,                 from ./src/muParserTokenReader.cpp:32:/usr/include/c++/6.1.1/bits/unique_ptr.h:49:28: note: declared here   template class auto_ptr;                             ^~~~~~~~./src/muParserTokenReader.cpp: In member function 'mu::ParserTokenReader* mu::ParserTokenReader::Clone(mu::ParserBase*) const':./src/muParserTokenReader.cpp:150:10: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations]      std::auto_ptr ptr(new ParserTokenReader(*this));           ^~~~~~~~In file included from /usr/include/c++/6.1.1/memory:81:0,                 from ./include/muParserTokenReader.h:34,                 from ./src/muParserTokenReader.cpp:32:/usr/include/c++/6.1.1/bits/unique_ptr.h:49:28: note: declared here   template class auto_ptr;                             ^~~~~~~~g++ -shared -fPIC -o lib/libmuparser.so.2.2.4 muParser_dll_muParser.o muParser_dll_muParserBase.o muParser_dll_muParserBytecode.o muParser_dll_muParserCallback.o muParser_dll_muParserDLL.o muParser_dll_muParserError.o muParser_dll_muParserInt.o muParser_dll_muParserTest.o muParser_dll_muParserTokenReader.o     -Wl,-soname,libmuparser.so.2    (cd ./lib/; rm -f libmuparser.so libmuparser.so.2; ln -s libmuparser.so.2.2.4 libmuparser.so.2; ln -s libmuparser.so.2 libmuparser.so)/tmp/muparser/src/muparser-2.2.5/bk-deps g++ -c -o example1_example1.o -DNDEBUG -I./include  -O2  ./samples/example1/example1.cppIn file included from ./include/muParserStack.h:35:0,                 from ./include/muParserBase.h:39,                 from ./include/muParser.h:32,                 from ./include/muParserTest.h:32,                 from ./samples/example1/example1.cpp:15:./include/muParserToken.h:72:12: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations]        std::auto_ptr m_pCallback;             ^~~~~~~~In file included from /usr/include/c++/6.1.1/memory:81:0,                 from ./include/muParserBase.h:33,                 from ./include/muParser.h:32,                 from ./include/muParserTest.h:32,                 from ./samples/example1/example1.cpp:15:/usr/include/c++/6.1.1/bits/unique_ptr.h:49:28: note: declared here   template class auto_ptr;                             ^~~~~~~~In file included from ./include/muParser.h:32:0,                 from ./include/muParserTest.h:32,                 from ./samples/example1/example1.cpp:15:./include/muParserBase.h:291:10: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations]      std::auto_ptr m_pTokenReader; ///< Managed pointer to the token reader object.           ^~~~~~~~In file included from /usr/include/c++/6.1.1/memory:81:0,                 from ./include/muParserBase.h:33,                 from ./include/muParser.h:32,                 from ./include/muParserTest.h:32,                 from ./samples/example1/example1.cpp:15:/usr/include/c++/6.1.1/bits/unique_ptr.h:49:28: note: declared here   template class auto_ptr;                             ^~~~~~~~g++ -o samples/example1/example1 example1_example1.o -L./lib   -L./lib   -lmuparser ==> Entering fakeroot environment...==> Starting package().../usr/bin/install -c -d /tmp/muparser/pkg/muparser/usr/lib/usr/bin/install -c -m 644 ./lib/libmuparser.so /tmp/muparser/pkg/muparser/usr/lib/usr/bin/install -c ./lib/libmuparser.so.2.2.4 /tmp/muparser/pkg/muparser/usr/lib(cd /tmp/muparser/pkg/muparser/usr/lib ; rm -f libmuparser.so libmuparser.so.2; ln -s libmuparser.so.2.2.4 libmuparser.so.2; ln -s libmuparser.so.2 libmuparser.so)/usr/bin/install -c -d /tmp/muparser/pkg/muparser/usrfor f in include/muParser.h include/muParserBase.h include/muParserBytecode.h include/muParserCallback.h include/muParserDLL.h include/muParserDef.h include/muParserError.h include/muParserFixes.h include/muParserInt.h include/muParserStack.h include/muParserTemplateMagic.h include/muParserTest.h include/muParserToken.h include/muParserTokenReader.h; do \if test ! -d /tmp/muparser/pkg/muparser/usr/`dirname $f` ; then \/usr/bin/install -c -d /tmp/muparser/pkg/muparser/usr/`dirname $f`; \fi; \/usr/bin/install -c -m 644 ./$f /tmp/muparser/pkg/muparser/usr/$f; \done/usr/bin/install -c -d /tmp/muparser/pkg/muparser/usr/lib/pkgconfig/usr/bin/install -c -m 644 build/autoconf/muparser.pc /tmp/muparser/pkg/muparser/usr/lib/pkgconfig==> Tidying install...  -> Removing doc files...  -> Purging unwanted files...==> Checking for packaging issue...==> Creating package "muparser"...  -> Generating .PKGINFO file...  -> Generating .BUILDINFO file...error: invalid option '--noprogressbar'  -> Generating .MTREE file...  -> Compressing package...==> Leaving fakeroot environment.==> Finished making: muparser 2.2.5-2 (Wed Aug 24 13:51:31 UTC 2016)CMD: pacman --query --file muparser-2.2.5-2-x86_64.pkg.tar.xz
        Creating hybrid package for 'muparser'
        Trying to find vanilla package 'muparser'...
        CMD: pacman --query --file /mirror/muparser-2.2.5-2.pkg.tar.xz
        Package file has the following structure:
        /.PKGINFO/.MTREE/usr/lib/libmuparser.so.2/usr/lib/libmuparser.so/usr/lib/libmuparser.so.2.2.4/usr/lib/pkgconfig/muparser.pc/usr/include/muParser.h/usr/include/muParserBase.h/usr/include/muParserBytecode.h/usr/include/muParserCallback.h/usr/include/muParserDLL.h/usr/include/muParserDef.h/usr/include/muParserError.h/usr/include/muParserFixes.h/usr/include/muParserInt.h/usr/include/muParserStack.h/usr/include/muParserTemplateMagic.h/usr/include/muParserTest.h/usr/include/muParserToken.h/usr/include/muParserTokenReader.h/usr/share/licenses/muparser/LICENSE/sysroot/usr/lib/libmuparser.so.2.2.4/sysroot/usr/lib/libmuparser.so.2/sysroot/usr/lib/libmuparser.so/sysroot/usr/lib/pkgconfig/muparser.pc/sysroot/usr/include/muParser.h/sysroot/usr/include/muParserBase.h/sysroot/usr/include/muParserBytecode.h/sysroot/usr/include/muParserCallback.h/sysroot/usr/include/muParserDLL.h/sysroot/usr/include/muParserDef.h/sysroot/usr/include/muParserError.h/sysroot/usr/include/muParserFixes.h/sysroot/usr/include/muParserInt.h/sysroot/usr/include/muParserStack.h/sysroot/usr/include/muParserTemplateMagic.h/sysroot/usr/include/muParserTest.h/sysroot/usr/include/muParserToken.h/sysroot/usr/include/muParserTokenReader.hGenerating .MTREE
        CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr sysroot
        Tar-ing up files
        CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE
        CMD: xz -c -z
        Successfully ran bsdtar -cf - .PKGINFO usr sysroot .MTREE | xz -c -z
        CMD: bsdtar -tqf muparser.pkg.tar.xz .PKGINFO
        Created package at path /var/cache/pacman/pkg/muparser.pkg.tar.xz
        Attempting to access local repository, attempt 1
        CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/muparser.pkg.tar.xz
        ==> Extracting database to a temporary location...==> Extracting database to a temporary location...==> Adding package '/var/cache/pacman/pkg/muparser.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/muparser/src/muparser-2.2.5/config.log'
        This file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake.It was created by muparser configure 2.2.4, which wasgenerated by GNU Autoconf 2.69.  Invocation command line was$ ./configure --host=x86_64-unknown-linux --prefix=/usr## --------- #### Platform. #### --------- ##hostname = 47adf936b45auname -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:1988: checking build system typeconfigure:2002: result: x86_64-unknown-linux-gnuconfigure:2022: checking host system typeconfigure:2035: result: x86_64-unknown-linux-gnuconfigure:2055: checking target system typeconfigure:2068: result: x86_64-unknown-linux-gnuconfigure:2108: checking for gawkconfigure:2124: found /usr/sbin/gawkconfigure:2135: result: gawkconfigure:2160: checking for a BSD-compatible installconfigure:2228: result: /usr/bin/install -cconfigure:2239: checking whether ln -s worksconfigure:2243: result: yesconfigure:2253: checking for x86_64-unknown-linux-ranlibconfigure:2283: result: noconfigure:2293: checking for ranlibconfigure:2309: found /usr/sbin/ranlibconfigure:2320: result: ranlibconfigure:2350: checking for x86_64-unknown-linux-gccconfigure:2380: result: noconfigure:2390: checking for gccconfigure:2406: found /usr/sbin/gccconfigure:2417: result: gccconfigure:2646: checking for C compiler versionconfigure:2655: 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:2666: $? = 0configure:2655: 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:2666: $? = 0configure:2655: gcc -V >&5gcc: error: unrecognized command line option '-V'gcc: fatal error: no input filescompilation terminated.configure:2666: $? = 1configure:2655: gcc -qversion >&5gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?gcc: fatal error: no input filescompilation terminated.configure:2666: $? = 1configure:2686: checking whether the C compiler worksconfigure:2708: gcc    conftest.c  >&5configure:2712: $? = 0configure:2760: result: yesconfigure:2763: checking for C compiler default output file nameconfigure:2765: result: a.outconfigure:2771: checking for suffix of executablesconfigure:2778: gcc -o conftest    conftest.c  >&5configure:2782: $? = 0configure:2804: result:configure:2826: checking whether we are cross compilingconfigure:2834: gcc -o conftest    conftest.c  >&5configure:2838: $? = 0configure:2845: ./conftestconfigure:2849: $? = 0configure:2864: result: noconfigure:2869: checking for suffix of object filesconfigure:2891: gcc -c   conftest.c >&5configure:2895: $? = 0configure:2916: result: oconfigure:2920: checking whether we are using the GNU C compilerconfigure:2939: gcc -c   conftest.c >&5configure:2939: $? = 0configure:2948: result: yesconfigure:2957: checking whether gcc accepts -gconfigure:2977: gcc -c -g  conftest.c >&5configure:2977: $? = 0configure:3018: result: yesconfigure:3035: checking for gcc option to accept ISO C89configure:3098: gcc  -c   conftest.c >&5configure:3098: $? = 0configure:3111: result: none neededconfigure:3145: checking for x86_64-unknown-linux-g++configure:3175: result: noconfigure:3145: checking for x86_64-unknown-linux-c++configure:3175: result: noconfigure:3145: checking for x86_64-unknown-linux-gppconfigure:3175: result: noconfigure:3145: checking for x86_64-unknown-linux-aCCconfigure:3175: result: noconfigure:3145: checking for x86_64-unknown-linux-CCconfigure:3175: result: noconfigure:3145: checking for x86_64-unknown-linux-cxxconfigure:3175: result: noconfigure:3145: checking for x86_64-unknown-linux-cc++configure:3175: result: noconfigure:3145: checking for x86_64-unknown-linux-cl.execonfigure:3175: result: noconfigure:3145: checking for x86_64-unknown-linux-FCCconfigure:3175: result: noconfigure:3145: checking for x86_64-unknown-linux-KCCconfigure:3175: result: noconfigure:3145: checking for x86_64-unknown-linux-RCCconfigure:3175: result: noconfigure:3145: checking for x86_64-unknown-linux-xlC_rconfigure:3175: result: noconfigure:3145: checking for x86_64-unknown-linux-xlCconfigure:3175: result: noconfigure:3189: checking for g++configure:3205: found /usr/sbin/g++configure:3216: result: g++configure:3243: checking for C++ compiler versionconfigure:3252: 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:3263: $? = 0configure:3252: 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:3263: $? = 0configure:3252: g++ -V >&5g++: error: unrecognized command line option '-V'g++: fatal error: no input filescompilation terminated.configure:3263: $? = 1configure:3252: g++ -qversion >&5g++: error: unrecognized command line option '-qversion'; did you mean '--version'?g++: fatal error: no input filescompilation terminated.configure:3263: $? = 1configure:3267: checking whether we are using the GNU C++ compilerconfigure:3286: g++ -c   conftest.cpp >&5configure:3286: $? = 0configure:3295: result: yesconfigure:3304: checking whether g++ accepts -gconfigure:3324: g++ -c -g  conftest.cpp >&5configure:3324: $? = 0configure:3365: result: yesconfigure:3393: checking how to run the C++ preprocessorconfigure:3420: g++ -E  conftest.cppconfigure:3420: $? = 0configure:3434: g++ -E  conftest.cppconftest.cpp:9:28: fatal error: ac_nonexistent.h: No such file or directory#include ^compilation terminated.configure:3434: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "muparser"| #define PACKAGE_TARNAME "muparser"| #define PACKAGE_VERSION "2.2.4"| #define PACKAGE_STRING "muparser 2.2.4"| #define PACKAGE_BUGREPORT "muparser@beltoforion.de"| #define PACKAGE_URL ""| /* end confdefs.h.  */| #include configure:3459: result: g++ -Econfigure:3479: g++ -E  conftest.cppconfigure:3479: $? = 0configure:3493: g++ -E  conftest.cppconftest.cpp:9:28: fatal error: ac_nonexistent.h: No such file or directory#include ^compilation terminated.configure:3493: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "muparser"| #define PACKAGE_TARNAME "muparser"| #define PACKAGE_VERSION "2.2.4"| #define PACKAGE_STRING "muparser 2.2.4"| #define PACKAGE_BUGREPORT "muparser@beltoforion.de"| #define PACKAGE_URL ""| /* end confdefs.h.  */| #include configure:3538: checking for the --enable-debug optionconfigure:3545: result: noconfigure:3580: checking for the --enable-shared optionconfigure:3583: result: yesconfigure:3602: checking for the --enable-samples optionconfigure:3605: result: yesconfigure:3631: checking whether we are using the Intel C compilerconfigure:3651: gcc -c  -O2   conftest.c >&5conftest.c: In function 'main':conftest.c:15:17: error: unknown type name 'choke'choke me^~~~~configure:3651: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "muparser"| #define PACKAGE_TARNAME "muparser"| #define PACKAGE_VERSION "2.2.4"| #define PACKAGE_STRING "muparser 2.2.4"| #define PACKAGE_BUGREPORT "muparser@beltoforion.de"| #define PACKAGE_URL ""| /* end confdefs.h.  */|| int| main ()| {||              #ifndef __INTEL_COMPILER|                 choke me|              #endif||   ;|   return 0;| }configure:3661: result: noconfigure:4391: checking whether we are using the Intel C++ compilerconfigure:4411: g++ -c  -O2   conftest.cpp >&5conftest.cpp: In function 'int main()':conftest.cpp:15:17: error: 'choke' was not declared in this scopechoke me^~~~~configure:4411: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "muparser"| #define PACKAGE_TARNAME "muparser"| #define PACKAGE_VERSION "2.2.4"| #define PACKAGE_STRING "muparser 2.2.4"| #define PACKAGE_BUGREPORT "muparser@beltoforion.de"| #define PACKAGE_URL ""| /* end confdefs.h.  */|| int| main ()| {||              #ifndef __INTEL_COMPILER|                 choke me|              #endif||   ;|   return 0;| }configure:4421: result: noconfigure:4919: checking whether we are using the Sun C++ compilerconfigure:4939: g++ -c  -O2   conftest.cpp >&5conftest.cpp: In function 'int main()':conftest.cpp:15:17: error: 'choke' was not declared in this scopechoke me^~~~~configure:4939: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "muparser"| #define PACKAGE_TARNAME "muparser"| #define PACKAGE_VERSION "2.2.4"| #define PACKAGE_STRING "muparser 2.2.4"| #define PACKAGE_BUGREPORT "muparser@beltoforion.de"| #define PACKAGE_URL ""| /* end confdefs.h.  */|| int| main ()| {||              #ifndef __SUNPRO_CC|                 choke me|              #endif||   ;|   return 0;| }configure:4949: result: noconfigure:5157: checking for x86_64-unknown-linux-ranlibconfigure:5184: result: ranlibconfigure:5247: checking whether ln -s worksconfigure:5251: result: yesconfigure:5259: checking whether make sets $(MAKE)configure:5281: result: yesconfigure:5304: checking for x86_64-unknown-linux-arconfigure:5334: result: noconfigure:5344: checking for arconfigure:5360: found /usr/sbin/arconfigure:5371: result: arconfigure:5400: checking for x86_64-unknown-linux-stripconfigure:5430: result: noconfigure:5440: checking for stripconfigure:5456: found /usr/sbin/stripconfigure:5467: result: stripconfigure:5492: checking for x86_64-unknown-linux-nmconfigure:5522: result: noconfigure:5532: checking for nmconfigure:5548: found /usr/sbin/nmconfigure:5559: result: nmconfigure:5582: checking for command to install directoriesconfigure:5589: result: /usr/bin/install -c -dconfigure:5607: checking if make is GNU makeconfigure:5621: result: yesconfigure:6663: checking for dependency tracking methodconfigure:6684: result: gccconfigure:7310: creating ./config.status## ---------------------- #### Running config.status. #### ---------------------- ##This file was extended by muparser config.status 2.2.4, which wasgenerated by GNU Autoconf 2.69.  Invocation command line wasCONFIG_FILES    =CONFIG_HEADERS  =CONFIG_LINKS    =CONFIG_COMMANDS =$ ./config.statuson 47adf936b45aconfig.status:810: creating Makefileconfig.status:810: creating build/autoconf/muparser.pc## ---------------- #### 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_CXXCPP_set=ac_cv_env_CXXCPP_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_host=x86_64-unknown-linux-gnuac_cv_objext=oac_cv_path_install='/usr/bin/install -c'ac_cv_prog_AWK=gawkac_cv_prog_CXXCPP='g++ -E'ac_cv_prog_RANLIB=ranlibac_cv_prog_ac_ct_AR=arac_cv_prog_ac_ct_CC=gccac_cv_prog_ac_ct_CXX=g++ac_cv_prog_ac_ct_NM=nmac_cv_prog_ac_ct_RANLIB=ranlibac_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-gnubakefile_cv_c_compiler___INTEL_COMPILER=nobakefile_cv_cxx_compiler___INTEL_COMPILER=nobakefile_cv_cxx_compiler___SUNPRO_CC=nobakefile_cv_prog_makeisgnu=yes## ----------------- #### Output variables. #### ----------------- ##AIX_CXX_LD=''AR='ar'AROPTIONS='rcu'AWK='gawk'BK_DEPS='/tmp/muparser/src/muparser-2.2.5/bk-deps'CC='gcc'CFLAGS=' -O2 'COND_DEBUG_0=''COND_DEBUG_1='#'COND_DEPS_TRACKING_0='#'COND_DEPS_TRACKING_1=''COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1=''COND_PLATFORM_MACOSX_0_USE_SOVERSION_1=''COND_PLATFORM_MACOSX_1='#'COND_PLATFORM_MACOSX_1_USE_SOVERSION_1='#'COND_PLATFORM_MAC_0=''COND_PLATFORM_MAC_1='#'COND_PLATFORM_OS2_1='#'COND_SAMPLES_1=''COND_SHARED_0='#'COND_SHARED_1=''COND_USE_SOTWOSYMLINKS_1=''COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1='#'COND_USE_SOVERLINUX_1=''COND_USE_SOVERSION_0='#'COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1='#'COND_USE_SOVERSOLARIS_1='#'COND_WINDOWS_IMPLIB_1='#'CPPFLAGS=''CXX='g++'CXXCPP='g++ -E'CXXFLAGS=' -O2 'DEFS='-DPACKAGE_NAME=\"muparser\" -DPACKAGE_TARNAME=\"muparser\" -DPACKAGE_VERSION=\"2.2.4\" -DPACKAGE_STRING=\"muparser\ 2.2.4\" -DPACKAGE_BUGREPORT=\"muparser@beltoforion.de\" -DPACKAGE_URL=\"\"'DEPS_TRACKING='1'DLLIMP_SUFFIX='so'DLLPREFIX='lib'DLLPREFIX_MODULE=''ECHO_C=''ECHO_N='-n'ECHO_T=''EXEEXT=''IF_GNU_MAKE=''INSTALL_DATA='${INSTALL} -m 644'INSTALL_DIR='$(INSTALL) -d'INSTALL_PROGRAM='${INSTALL}'INSTALL_SCRIPT='${INSTALL}'LDFLAGS=''LDFLAGS_GUI=''LIBEXT='.a'LIBOBJS=''LIBPREFIX='lib'LIBS=''LN_S='ln -s'LTLIBOBJS=''MAKE_SET=''NM='nm'OBJCXXFLAGS=''OBJEXT='o'PACKAGE_BUGREPORT='muparser@beltoforion.de'PACKAGE_NAME='muparser'PACKAGE_STRING='muparser 2.2.4'PACKAGE_TARNAME='muparser'PACKAGE_URL=''PACKAGE_VERSION='2.2.4'PATH_SEPARATOR=':'PIC_FLAG='-fPIC -DPIC'PLATFORM_BEOS='0'PLATFORM_MAC='0'PLATFORM_MACOS='0'PLATFORM_MACOSX='0'PLATFORM_MSDOS='0'PLATFORM_OS2='0'PLATFORM_UNIX='1'PLATFORM_WIN32='0'RANLIB='ranlib'REZ=''SETFILE=''SET_MAKE=''SHARED_LD_CC='$(CC) -shared -fPIC -o'SHARED_LD_CXX='$(CXX) -shared -fPIC -o'SHARED_LD_MODULE_CC='$(CC) -shared -fPIC -o'SHARED_LD_MODULE_CXX='$(CXX) -shared -fPIC -o'SHELL='/bin/sh'SONAME_FLAG='-Wl,-soname,'SO_SUFFIX='so'SO_SUFFIX_MODULE='so'STRIP='strip'USE_MACVERSION='0'USE_SOTWOSYMLINKS='1'USE_SOVERCYGWIN='0'USE_SOVERLINUX='1'USE_SOVERSION='1'USE_SOVERSOLARIS='0'WINDOWS_IMPLIB='0'WINDRES=''ac_ct_CC='gcc'ac_ct_CXX='g++'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'dlldir='${exec_prefix}/lib'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'libdir='${exec_prefix}/lib'libexecdir='${exec_prefix}/libexec'localedir='${datarootdir}/locale'localstatedir='${prefix}/var'mandir='${datarootdir}/man'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 "muparser"#define PACKAGE_TARNAME "muparser"#define PACKAGE_VERSION "2.2.4"#define PACKAGE_STRING "muparser 2.2.4"#define PACKAGE_BUGREPORT "muparser@beltoforion.de"#define PACKAGE_URL ""configure: exit 0