Cook: muparser 2.2.5 ================================================================================ QA: checking package receipt... Extracting source archive "muparser-2.2.5.tar.gz" Executing: compile_rules CFLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CXXLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CPPFLAGS : -D_GLIBCXX_USE_C99_MATH=1 LDFLAGS : -Wl,-Os,--as-needed configure: loading site script /etc/slitaz/cook.site checking build system type... i486-slitaz-linux-gnu checking host system type... i486-slitaz-linux-gnu checking target system type... i486-slitaz-linux-gnu checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for i486-slitaz-linux-ranlib... i486-slitaz-linux-ranlib checking for i486-slitaz-linux-gcc... i486-slitaz-linux-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 i486-slitaz-linux-gcc accepts -g... yes checking for i486-slitaz-linux-gcc option to accept ISO C89... none needed checking for i486-slitaz-linux-g++... i486-slitaz-linux-g++ checking whether we are using the GNU C++ compiler... yes checking whether i486-slitaz-linux-g++ accepts -g... yes checking how to run the C++ preprocessor... i486-slitaz-linux-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 i486-slitaz-linux-ranlib... (cached) i486-slitaz-linux-ranlib checking whether ln -s works... yes checking whether make sets $(MAKE)... yes checking for i486-slitaz-linux-ar... i486-slitaz-linux-ar checking for i486-slitaz-linux-strip... i486-slitaz-linux-strip checking for i486-slitaz-linux-nm... i486-slitaz-linux-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. ---------------------------------------------------------------- /home/slitaz/wok/muparser/source/muparser-2.2.5/bk-deps i486-slitaz-linux-g++ -c -o muParser_dll_muParser.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -fPIC -DPIC -D_GLIBCXX_USE_C99_MATH=1 -O2 -march=i486 -Os -pipe -mindirect-branch=thunk ./src/muParser.cpp In file included from ./include/muParserStack.h:35, 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++/8.2.0/memory:80, from ./include/muParserBase.h:33, from ./include/muParser.h:32, from ./src/muParser.cpp:26: /usr/include/c++/8.2.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./include/muParser.h:32, 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++/8.2.0/memory:80, from ./include/muParserBase.h:33, from ./include/muParser.h:32, from ./src/muParser.cpp:26: /usr/include/c++/8.2.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ /home/slitaz/wok/muparser/source/muparser-2.2.5/bk-deps i486-slitaz-linux-g++ -c -o muParser_dll_muParserBase.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -fPIC -DPIC -D_GLIBCXX_USE_C99_MATH=1 -O2 -march=i486 -Os -pipe -mindirect-branch=thunk ./src/muParserBase.cpp In file included from ./include/muParserStack.h:35, 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++/8.2.0/memory:80, from ./include/muParserBase.h:33, from ./src/muParserBase.cpp:26: /usr/include/c++/8.2.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./src/muParserBase.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++/8.2.0/memory:80, from ./include/muParserBase.h:33, from ./src/muParserBase.cpp:26: /usr/include/c++/8.2.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ /home/slitaz/wok/muparser/source/muparser-2.2.5/bk-deps i486-slitaz-linux-g++ -c -o muParser_dll_muParserBytecode.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -fPIC -DPIC -D_GLIBCXX_USE_C99_MATH=1 -O2 -march=i486 -Os -pipe -mindirect-branch=thunk ./src/muParserBytecode.cpp In file included from ./include/muParserBytecode.h:35, 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++/8.2.0/memory:80, from ./include/muParserError.h:34, from ./include/muParserBytecode.h:34, from ./src/muParserBytecode.cpp:26: /usr/include/c++/8.2.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ /home/slitaz/wok/muparser/source/muparser-2.2.5/bk-deps i486-slitaz-linux-g++ -c -o muParser_dll_muParserCallback.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -fPIC -DPIC -D_GLIBCXX_USE_C99_MATH=1 -O2 -march=i486 -Os -pipe -mindirect-branch=thunk ./src/muParserCallback.cpp /home/slitaz/wok/muparser/source/muparser-2.2.5/bk-deps i486-slitaz-linux-g++ -c -o muParser_dll_muParserDLL.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -fPIC -DPIC -D_GLIBCXX_USE_C99_MATH=1 -O2 -march=i486 -Os -pipe -mindirect-branch=thunk ./src/muParserDLL.cpp In file included from ./include/muParserStack.h:35, 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++/8.2.0/memory:80, from ./include/muParserBase.h:33, from ./include/muParser.h:32, from ./src/muParserDLL.cpp:33: /usr/include/c++/8.2.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./include/muParser.h:32, 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++/8.2.0/memory:80, from ./include/muParserBase.h:33, from ./include/muParser.h:32, from ./src/muParserDLL.cpp:33: /usr/include/c++/8.2.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ /home/slitaz/wok/muparser/source/muparser-2.2.5/bk-deps i486-slitaz-linux-g++ -c -o muParser_dll_muParserError.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -fPIC -DPIC -D_GLIBCXX_USE_C99_MATH=1 -O2 -march=i486 -Os -pipe -mindirect-branch=thunk ./src/muParserError.cpp /home/slitaz/wok/muparser/source/muparser-2.2.5/bk-deps i486-slitaz-linux-g++ -c -o muParser_dll_muParserInt.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -fPIC -DPIC -D_GLIBCXX_USE_C99_MATH=1 -O2 -march=i486 -Os -pipe -mindirect-branch=thunk ./src/muParserInt.cpp In file included from ./include/muParserStack.h:35, 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++/8.2.0/memory:80, from ./include/muParserBase.h:33, from ./include/muParserInt.h:29, from ./src/muParserInt.cpp:26: /usr/include/c++/8.2.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./include/muParserInt.h:29, 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++/8.2.0/memory:80, from ./include/muParserBase.h:33, from ./include/muParserInt.h:29, from ./src/muParserInt.cpp:26: /usr/include/c++/8.2.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ /home/slitaz/wok/muparser/source/muparser-2.2.5/bk-deps i486-slitaz-linux-g++ -c -o muParser_dll_muParserTest.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -fPIC -DPIC -D_GLIBCXX_USE_C99_MATH=1 -O2 -march=i486 -Os -pipe -mindirect-branch=thunk ./src/muParserTest.cpp In file included from ./include/muParserStack.h:35, 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++/8.2.0/memory:80, from ./include/muParserBase.h:33, from ./include/muParser.h:32, from ./include/muParserTest.h:32, from ./src/muParserTest.cpp:26: /usr/include/c++/8.2.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./include/muParser.h:32, 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++/8.2.0/memory:80, from ./include/muParserBase.h:33, from ./include/muParser.h:32, from ./include/muParserTest.h:32, from ./src/muParserTest.cpp:26: /usr/include/c++/8.2.0/bits/unique_ptr.h:53: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++/8.2.0/memory:80, from ./include/muParserBase.h:33, from ./include/muParser.h:32, from ./include/muParserTest.h:32, from ./src/muParserTest.cpp:26: /usr/include/c++/8.2.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ /home/slitaz/wok/muparser/source/muparser-2.2.5/bk-deps i486-slitaz-linux-g++ -c -o muParser_dll_muParserTokenReader.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -fPIC -DPIC -D_GLIBCXX_USE_C99_MATH=1 -O2 -march=i486 -Os -pipe -mindirect-branch=thunk ./src/muParserTokenReader.cpp In file included from ./include/muParserTokenReader.h:39, 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++/8.2.0/memory:80, from ./include/muParserTokenReader.h:34, from ./src/muParserTokenReader.cpp:32: /usr/include/c++/8.2.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./src/muParserTokenReader.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++/8.2.0/memory:80, from ./include/muParserTokenReader.h:34, from ./src/muParserTokenReader.cpp:32: /usr/include/c++/8.2.0/bits/unique_ptr.h:53: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++/8.2.0/memory:80, from ./include/muParserTokenReader.h:34, from ./src/muParserTokenReader.cpp:32: /usr/include/c++/8.2.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ i486-slitaz-linux-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 -Wl,-Os,--as-needed (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) /home/slitaz/wok/muparser/source/muparser-2.2.5/bk-deps i486-slitaz-linux-g++ -c -o example1_example1.o -DNDEBUG -I./include -D_GLIBCXX_USE_C99_MATH=1 -O2 -march=i486 -Os -pipe -mindirect-branch=thunk ./samples/example1/example1.cpp In file included from ./include/muParserStack.h:35, 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++/8.2.0/memory:80, from ./include/muParserBase.h:33, from ./include/muParser.h:32, from ./include/muParserTest.h:32, from ./samples/example1/example1.cpp:15: /usr/include/c++/8.2.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./include/muParser.h:32, 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++/8.2.0/memory:80, from ./include/muParserBase.h:33, from ./include/muParser.h:32, from ./include/muParserTest.h:32, from ./samples/example1/example1.cpp:15: /usr/include/c++/8.2.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ i486-slitaz-linux-g++ -o samples/example1/example1 example1_example1.o -L./lib -L./lib -Wl,-Os,--as-needed -lmuparser /usr/bin/install -c -d /home/slitaz/wok/muparser/install/usr/lib /usr/bin/install -c -d /home/slitaz/wok/muparser/install/usr /usr/bin/install -c -m 644 ./lib/libmuparser.so /home/slitaz/wok/muparser/install/usr/lib 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 /home/slitaz/wok/muparser/install/usr/`dirname $f` ; then \ /usr/bin/install -c -d /home/slitaz/wok/muparser/install/usr/`dirname $f`; \ fi; \ /usr/bin/install -c -m 644 ./$f /home/slitaz/wok/muparser/install/usr/$f; \ done /usr/bin/install -c ./lib/libmuparser.so.2.2.4 /home/slitaz/wok/muparser/install/usr/lib (cd /home/slitaz/wok/muparser/install/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 /home/slitaz/wok/muparser/install/usr/lib/pkgconfig /usr/bin/install -c -m 644 build/autoconf/muparser.pc /home/slitaz/wok/muparser/install/usr/lib/pkgconfig ================================================================================ Executing strip on all files... Done Time: 0.22s. Size: 341508 B -> 284068 B. Save: 56 KB. ================================================================================ Pack: muparser 2.2.5 ================================================================================ Executing: genpkg_rules Copying folders and files... Done Copying "receipt"... Done Determining package architecture... i486 Creating the list of files... Done Creating md5sum of files... Done Compressing the FS... Done Creating full cpio archive... Done QA: checking for empty package... Done The release checksum has not changed. ================================================================================ Package "muparser-2.2.5-i486.tazpkg" created Pack: muparser-dev 2.2.5 ================================================================================ Executing: genpkg_rules Copying folders and files... Done Copying "receipt"... Done Determining package architecture... any Creating the list of files... Done Creating md5sum of files... Done Compressing the FS... Done Creating full cpio archive... Done QA: checking for empty package... Done The release checksum has not changed. ================================================================================ Package "muparser-dev-2.2.5-any.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/muparser-2.2.5... Done Checking site script in source/muparser-2.2.5... Done Checking ownership in install... Done Checking permissions in install... Done Checking broken symlinks in install... Done Querying Repology... Done Updating activity log... Done ================================================================================ Summary for: muparser 2.2.5 ================================================================================ Src file : muparser-2.2.5.tar.gz Src size : 748.0K Source dir : 4.0M Produced : 444.0K Cook time : 12s Cook date : 2022-07-22 14:46 Target arch : any, i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 308.0K : 79.5K : 2 : muparser-2.2.5-i486.tazpkg 2 : 176.0K : 19.1K : 16 : muparser-dev-2.2.5-any.tazpkg ================================================================================