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-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for gawk... gawk
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for x86_64-unknown-linux-ranlib... no
checking for ranlib... ranlib
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 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 how to run the C++ preprocessor... g++ -E
checking for the --enable-debug option... no
checking for the --enable-shared option... yes
checking for the --enable-samples option... yes
checking whether we are using the Intel C compiler... no
checking whether we are using the Intel C++ compiler... no
checking whether we are using the Sun C++ compiler... no
checking for x86_64-unknown-linux-ranlib... ranlib
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for x86_64-unknown-linux-ar... no
checking for ar... ar
checking for x86_64-unknown-linux-strip... no
checking for strip... strip
checking for x86_64-unknown-linux-nm... no
checking for nm... nm
checking for command to install directories... /usr/bin/install -c -d
checking if make is GNU make... yes
checking for dependency tracking method... gcc
configure: creating ./config.status
config.status: creating Makefile
config.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.cpp
In 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.cpp
In 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.cpp
In 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.cpp
In 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.cpp
In 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.cpp
In 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.cpp
In 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.cpp
In 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/usr
for 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.h
Generating .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 while
running configure, to aid debugging if configure makes a mistake.
It was created by muparser configure 2.2.4, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --host=x86_64-unknown-linux --prefix=/usr
## --------- ##
## Platform. ##
## --------- ##
hostname = 47adf936b45a
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:1988: checking build system type
configure:2002: result: x86_64-unknown-linux-gnu
configure:2022: checking host system type
configure:2035: result: x86_64-unknown-linux-gnu
configure:2055: checking target system type
configure:2068: result: x86_64-unknown-linux-gnu
configure:2108: checking for gawk
configure:2124: found /usr/sbin/gawk
configure:2135: result: gawk
configure:2160: checking for a BSD-compatible install
configure:2228: result: /usr/bin/install -c
configure:2239: checking whether ln -s works
configure:2243: result: yes
configure:2253: checking for x86_64-unknown-linux-ranlib
configure:2283: result: no
configure:2293: checking for ranlib
configure:2309: found /usr/sbin/ranlib
configure:2320: result: ranlib
configure:2350: checking for x86_64-unknown-linux-gcc
configure:2380: result: no
configure:2390: checking for gcc
configure:2406: found /usr/sbin/gcc
configure:2417: result: gcc
configure:2646: checking for C compiler version
configure:2655: 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:2666: $? = 0
configure:2655: 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:2666: $? = 0
configure:2655: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2666: $? = 1
configure:2655: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:2666: $? = 1
configure:2686: checking whether the C compiler works
configure:2708: gcc conftest.c >&5
configure:2712: $? = 0
configure:2760: result: yes
configure:2763: checking for C compiler default output file name
configure:2765: result: a.out
configure:2771: checking for suffix of executables
configure:2778: gcc -o conftest conftest.c >&5
configure:2782: $? = 0
configure:2804: result:
configure:2826: checking whether we are cross compiling
configure:2834: gcc -o conftest conftest.c >&5
configure:2838: $? = 0
configure:2845: ./conftest
configure:2849: $? = 0
configure:2864: result: no
configure:2869: checking for suffix of object files
configure:2891: gcc -c conftest.c >&5
configure:2895: $? = 0
configure:2916: result: o
configure:2920: checking whether we are using the GNU C compiler
configure:2939: gcc -c conftest.c >&5
configure:2939: $? = 0
configure:2948: result: yes
configure:2957: checking whether gcc accepts -g
configure:2977: gcc -c -g conftest.c >&5
configure:2977: $? = 0
configure:3018: result: yes
configure:3035: checking for gcc option to accept ISO C89
configure:3098: gcc -c conftest.c >&5
configure:3098: $? = 0
configure:3111: result: none needed
configure:3145: checking for x86_64-unknown-linux-g++
configure:3175: result: no
configure:3145: checking for x86_64-unknown-linux-c++
configure:3175: result: no
configure:3145: checking for x86_64-unknown-linux-gpp
configure:3175: result: no
configure:3145: checking for x86_64-unknown-linux-aCC
configure:3175: result: no
configure:3145: checking for x86_64-unknown-linux-CC
configure:3175: result: no
configure:3145: checking for x86_64-unknown-linux-cxx
configure:3175: result: no
configure:3145: checking for x86_64-unknown-linux-cc++
configure:3175: result: no
configure:3145: checking for x86_64-unknown-linux-cl.exe
configure:3175: result: no
configure:3145: checking for x86_64-unknown-linux-FCC
configure:3175: result: no
configure:3145: checking for x86_64-unknown-linux-KCC
configure:3175: result: no
configure:3145: checking for x86_64-unknown-linux-RCC
configure:3175: result: no
configure:3145: checking for x86_64-unknown-linux-xlC_r
configure:3175: result: no
configure:3145: checking for x86_64-unknown-linux-xlC
configure:3175: result: no
configure:3189: checking for g++
configure:3205: found /usr/sbin/g++
configure:3216: result: g++
configure:3243: checking for C++ compiler version
configure:3252: 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:3263: $? = 0
configure:3252: 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:3263: $? = 0
configure:3252: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:3263: $? = 1
configure:3252: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:3263: $? = 1
configure:3267: checking whether we are using the GNU C++ compiler
configure:3286: g++ -c conftest.cpp >&5
configure:3286: $? = 0
configure:3295: result: yes
configure:3304: checking whether g++ accepts -g
configure:3324: g++ -c -g conftest.cpp >&5
configure:3324: $? = 0
configure:3365: result: yes
configure:3393: checking how to run the C++ preprocessor
configure:3420: g++ -E conftest.cpp
configure:3420: $? = 0
configure:3434: g++ -E conftest.cpp
conftest.cpp:9:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
configure:3434: $? = 1
configure: 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++ -E
configure:3479: g++ -E conftest.cpp
configure:3479: $? = 0
configure:3493: g++ -E conftest.cpp
conftest.cpp:9:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
configure:3493: $? = 1
configure: 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 option
configure:3545: result: no
configure:3580: checking for the --enable-shared option
configure:3583: result: yes
configure:3602: checking for the --enable-samples option
configure:3605: result: yes
configure:3631: checking whether we are using the Intel C compiler
configure:3651: gcc -c -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:15:17: error: unknown type name 'choke'
choke me
^~~~~
configure:3651: $? = 1
configure: 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: no
configure:4391: checking whether we are using the Intel C++ compiler
configure:4411: g++ -c -O2 conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:15:17: error: 'choke' was not declared in this scope
choke me
^~~~~
configure:4411: $? = 1
configure: 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: no
configure:4919: checking whether we are using the Sun C++ compiler
configure:4939: g++ -c -O2 conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:15:17: error: 'choke' was not declared in this scope
choke me
^~~~~
configure:4939: $? = 1
configure: 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: no
configure:5157: checking for x86_64-unknown-linux-ranlib
configure:5184: result: ranlib
configure:5247: checking whether ln -s works
configure:5251: result: yes
configure:5259: checking whether make sets $(MAKE)
configure:5281: result: yes
configure:5304: checking for x86_64-unknown-linux-ar
configure:5334: result: no
configure:5344: checking for ar
configure:5360: found /usr/sbin/ar
configure:5371: result: ar
configure:5400: checking for x86_64-unknown-linux-strip
configure:5430: result: no
configure:5440: checking for strip
configure:5456: found /usr/sbin/strip
configure:5467: result: strip
configure:5492: checking for x86_64-unknown-linux-nm
configure:5522: result: no
configure:5532: checking for nm
configure:5548: found /usr/sbin/nm
configure:5559: result: nm
configure:5582: checking for command to install directories
configure:5589: result: /usr/bin/install -c -d
configure:5607: checking if make is GNU make
configure:5621: result: yes
configure:6663: checking for dependency tracking method
configure:6684: result: gcc
configure:7310: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by muparser config.status 2.2.4, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on 47adf936b45a
config.status:810: creating Makefile
config.status:810: creating build/autoconf/muparser.pc
## ---------------- ##
## 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_CXXCPP_set=
ac_cv_env_CXXCPP_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_host=x86_64-unknown-linux-gnu
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_RANLIB=ranlib
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_NM=nm
ac_cv_prog_ac_ct_RANLIB=ranlib
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
bakefile_cv_c_compiler___INTEL_COMPILER=no
bakefile_cv_cxx_compiler___INTEL_COMPILER=no
bakefile_cv_cxx_compiler___SUNPRO_CC=no
bakefile_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