>>> muparser: Building community/muparser 2.3.4-r1 (using abuild 3.12.0-r0) started Thu, 26 Oct 2023 04:05:30 +0000 >>> muparser: Checking sanity of /home/buildozer/aports/community/muparser/APKBUILD... >>> muparser: Analyzing dependencies... >>> muparser: Installing for build: build-base cmake samurai (1/8) Installing libbz2 (1.0.8-r6) (2/8) Installing xz-libs (5.4.4-r0) (3/8) Installing libarchive (3.7.2-r0) (4/8) Installing rhash-libs (1.4.4-r0) (5/8) Installing libuv (1.46.0-r0) (6/8) Installing cmake (3.27.7-r2) (7/8) Installing samurai (1.2-r5) (8/8) Installing .makedepends-muparser (20231026.040537) Executing busybox-1.36.1-r13.trigger OK: 312 MiB in 110 packages >>> muparser: Cleaning up srcdir >>> muparser: Cleaning up pkgdir >>> muparser: Cleaning up tmpdir >>> muparser: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19//muparser-2.3.4.tar.gz >>> muparser: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19//muparser-2.3.4.tar.gz >>> muparser: Checking sha512sums... muparser-2.3.4.tar.gz: OK >>> muparser: Unpacking /var/cache/distfiles/muparser-2.3.4.tar.gz... CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is GNU 13.2.1 -- The CXX compiler identification is GNU 13.2.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found OpenMP_C: -fopenmp (found version "4.5") -- Found OpenMP_CXX: -fopenmp (found version "4.5") -- Found OpenMP: TRUE (found version "4.5") -- Configuring done (0.5s) -- Generating done (0.0s) -- Build files have been written to: /home/buildozer/aports/community/muparser/src/muparser-2.3.4/build [1/17] Building CXX object CMakeFiles/t_ParserTest.dir/test/t_ParserTest.cpp.o [2/17] Building C object CMakeFiles/example2.dir/samples/example2/example2.c.o [3/17] Building CXX object CMakeFiles/example1.dir/samples/example1/example1.cpp.o [4/17] Building CXX object CMakeFiles/muparser.dir/src/muParserTokenReader.cpp.o [5/17] Building CXX object CMakeFiles/muparser.dir/src/muParserTest.cpp.o [6/17] Building CXX object CMakeFiles/muparser.dir/src/muParserInt.cpp.o [7/17] Building CXX object CMakeFiles/muparser.dir/src/muParserError.cpp.o [8/17] Building CXX object CMakeFiles/muparser.dir/src/muParserDLL.cpp.o [9/17] Building CXX object CMakeFiles/muparser.dir/src/muParserCallback.cpp.o [10/17] Building CXX object CMakeFiles/muparser.dir/src/muParserBytecode.cpp.o [11/17] Building CXX object CMakeFiles/muparser.dir/src/muParserBase.cpp.o [12/17] Building CXX object CMakeFiles/muparser.dir/src/muParser.cpp.o /home/buildozer/aports/community/muparser/src/muparser-2.3.4/samples/example2/example2.c: In function 'Intro': /home/buildozer/aports/community/muparser/src/muparser-2.3.4/samples/example2/example2.c:156:21: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'unsigned int' [-Wformat=] 156 | myprintf(_T(" %ld-bit build\n"), sizeof(void*) * 8); | ^~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/muparser/src/muparser-2.3.4/samples/example2/example2.c:43:23: note: in definition of macro '_T' 43 | #define _T(x) x | ^ /home/buildozer/aports/community/muparser/src/muparser-2.3.4/samples/example2/example2.c:156:26: note: format string is defined here 156 | myprintf(_T(" %ld-bit build\n"), sizeof(void*) * 8); | ~~^ | | | long int | %d In file included from /usr/include/c++/13.2.1/vector:72, from /home/buildozer/aports/community/muparser/src/muparser-2.3.4/include/muParserBytecode.h:34, from /home/buildozer/aports/community/muparser/src/muparser-2.3.4/src/muParserBytecode.cpp:29: /usr/include/c++/13.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(iterator, _Args&& ...) [with _Args = {const mu::SToken&}; _Tp = mu::SToken; _Alloc = std::allocator]': /usr/include/c++/13.2.1/bits/vector.tcc:445:7: note: parameter passing for argument of type 'std::vector::iterator' changed in GCC 7.1 445 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/13.2.1/vector:66: In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = mu::SToken; _Alloc = std::allocator]', inlined from 'void mu::ParserByteCode::AddIfElse(mu::ECmdCode)' at /home/buildozer/aports/community/muparser/src/muparser-2.3.4/src/muParserBytecode.cpp:344:19: /usr/include/c++/13.2.1/bits/stl_vector.h:1289:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1289 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = mu::SToken; _Alloc = std::allocator]', inlined from 'void mu::ParserByteCode::AddAssignOp(mu::value_type*)' at /home/buildozer/aports/community/muparser/src/muparser-2.3.4/src/muParserBytecode.cpp:365:19: /usr/include/c++/13.2.1/bits/stl_vector.h:1289:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1289 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = mu::SToken; _Alloc = std::allocator]', inlined from 'void mu::ParserByteCode::AddVar(mu::value_type*)' at /home/buildozer/aports/community/muparser/src/muparser-2.3.4/src/muParserBytecode.cpp:119:19: /usr/include/c++/13.2.1/bits/stl_vector.h:1289:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1289 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = mu::SToken; _Alloc = std::allocator]', inlined from 'void mu::ParserByteCode::AddVal(mu::value_type)' at /home/buildozer/aports/community/muparser/src/muparser-2.3.4/src/muParserBytecode.cpp:146:19: /usr/include/c++/13.2.1/bits/stl_vector.h:1289:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1289 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = mu::SToken; _Alloc = std::allocator]', inlined from 'void mu::ParserByteCode::AddBulkFun(mu::generic_callable_type, int)' at /home/buildozer/aports/community/muparser/src/muparser-2.3.4/src/muParserBytecode.cpp:457:19: /usr/include/c++/13.2.1/bits/stl_vector.h:1289:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1289 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = mu::SToken; _Alloc = std::allocator]', inlined from 'void mu::ParserByteCode::AddStrFun(mu::generic_callable_type, int, int)' at /home/buildozer/aports/community/muparser/src/muparser-2.3.4/src/muParserBytecode.cpp:477:19: /usr/include/c++/13.2.1/bits/stl_vector.h:1289:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1289 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = mu::SToken; _Alloc = std::allocator]', inlined from 'void mu::ParserByteCode::AddOp(mu::ECmdCode)' at /home/buildozer/aports/community/muparser/src/muparser-2.3.4/src/muParserBytecode.cpp:335:20: /usr/include/c++/13.2.1/bits/stl_vector.h:1289:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1289 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = mu::SToken; _Alloc = std::allocator]', inlined from 'void mu::ParserByteCode::AddFun(mu::generic_callable_type, int, bool)' at /home/buildozer/aports/community/muparser/src/muparser-2.3.4/src/muParserBytecode.cpp:426:20: /usr/include/c++/13.2.1/bits/stl_vector.h:1289:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1289 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = mu::SToken; _Alloc = std::allocator]', inlined from 'void mu::ParserByteCode::AddFun(mu::generic_callable_type, int, bool)' at /home/buildozer/aports/community/muparser/src/muparser-2.3.4/src/muParserBytecode.cpp:434:20: /usr/include/c++/13.2.1/bits/stl_vector.h:1289:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1289 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = mu::SToken; _Alloc = std::allocator]', inlined from 'void mu::ParserByteCode::Finalize()' at /home/buildozer/aports/community/muparser/src/muparser-2.3.4/src/muParserBytecode.cpp:491:19: /usr/include/c++/13.2.1/bits/stl_vector.h:1289:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1289 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In file included from /usr/include/c++/13.2.1/vector:72, from /home/buildozer/aports/community/muparser/src/muparser-2.3.4/include/muParserToken.h:34, from /home/buildozer/aports/community/muparser/src/muparser-2.3.4/include/muParserTokenReader.h:41, from /home/buildozer/aports/community/muparser/src/muparser-2.3.4/include/muParserBase.h:43, from /home/buildozer/aports/community/muparser/src/muparser-2.3.4/src/muParserBase.cpp:29: /usr/include/c++/13.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(iterator, _Args&& ...) [with _Args = {const mu::ParserToken, std::allocator > >&}; _Tp = mu::ParserToken >; _Alloc = std::allocator > >]': /usr/include/c++/13.2.1/bits/vector.tcc:445:7: note: parameter passing for argument of type 'std::vector > >::iterator' changed in GCC 7.1 445 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/13.2.1/vector:66: In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = mu::ParserToken >; _Alloc = std::allocator > >]', inlined from 'void mu::ParserBase::ApplyFunc(std::stack > >&, std::stack > >&, int) const' at /home/buildozer/aports/community/muparser/src/muparser-2.3.4/src/muParserBase.cpp:844:19: /usr/include/c++/13.2.1/bits/stl_vector.h:1289:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >*, std::vector > > >' changed in GCC 7.1 1289 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = mu::ParserToken >; _Alloc = std::allocator > >]', inlined from 'void mu::ParserBase::ApplyFunc(std::stack > >&, std::stack > >&, int) const' at /home/buildozer/aports/community/muparser/src/muparser-2.3.4/src/muParserBase.cpp:857:19: /usr/include/c++/13.2.1/bits/stl_vector.h:1289:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >*, std::vector > > >' changed in GCC 7.1 1289 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ [13/17] Linking CXX shared library libmuparser.so.2.3.4 [14/17] Creating library symlink libmuparser.so.2 libmuparser.so [15/17] Linking CXX executable t_ParserTest [16/17] Linking C executable example2 [17/17] Linking CXX executable example1 >>> muparser: Entering fakeroot... [1/1] Install the project... -- Install configuration: "Release" -- Installing: /home/buildozer/aports/community/muparser/pkg/muparser/usr/lib/libmuparser.so.2.3.4 -- Installing: /home/buildozer/aports/community/muparser/pkg/muparser/usr/lib/libmuparser.so.2 -- Installing: /home/buildozer/aports/community/muparser/pkg/muparser/usr/lib/libmuparser.so -- Installing: /home/buildozer/aports/community/muparser/pkg/muparser/usr/include/muParser.h -- Installing: /home/buildozer/aports/community/muparser/pkg/muparser/usr/include/muParserBase.h -- Installing: /home/buildozer/aports/community/muparser/pkg/muparser/usr/include/muParserBytecode.h -- Installing: /home/buildozer/aports/community/muparser/pkg/muparser/usr/include/muParserCallback.h -- Installing: /home/buildozer/aports/community/muparser/pkg/muparser/usr/include/muParserDLL.h -- Installing: /home/buildozer/aports/community/muparser/pkg/muparser/usr/include/muParserDef.h -- Installing: /home/buildozer/aports/community/muparser/pkg/muparser/usr/include/muParserError.h -- Installing: /home/buildozer/aports/community/muparser/pkg/muparser/usr/include/muParserFixes.h -- Installing: /home/buildozer/aports/community/muparser/pkg/muparser/usr/include/muParserInt.h -- Installing: /home/buildozer/aports/community/muparser/pkg/muparser/usr/include/muParserTemplateMagic.h -- Installing: /home/buildozer/aports/community/muparser/pkg/muparser/usr/include/muParserTest.h -- Installing: /home/buildozer/aports/community/muparser/pkg/muparser/usr/include/muParserToken.h -- Installing: /home/buildozer/aports/community/muparser/pkg/muparser/usr/include/muParserTokenReader.h -- Installing: /home/buildozer/aports/community/muparser/pkg/muparser/usr/lib/cmake/muparser/muparser-targets.cmake -- Installing: /home/buildozer/aports/community/muparser/pkg/muparser/usr/lib/cmake/muparser/muparser-targets-release.cmake -- Installing: /home/buildozer/aports/community/muparser/pkg/muparser/usr/lib/cmake/muparser/muparserConfig.cmake -- Installing: /home/buildozer/aports/community/muparser/pkg/muparser/usr/lib/cmake/muparser/muparserConfigVersion.cmake -- Installing: /home/buildozer/aports/community/muparser/pkg/muparser/usr/lib/pkgconfig/muparser.pc >>> muparser-dev*: Running split function dev... >>> muparser-dev*: Preparing subpackage muparser-dev... >>> muparser-dev*: Stripping binaries >>> muparser-dev*: Running postcheck for muparser-dev >>> muparser-doc*: Running split function doc... >>> muparser-doc*: Preparing subpackage muparser-doc... >>> muparser-doc*: Running postcheck for muparser-doc >>> muparser*: Running postcheck for muparser >>> muparser*: Preparing package muparser... >>> muparser*: Stripping binaries >>> muparser-dev*: Scanning shared objects >>> muparser-doc*: Scanning shared objects >>> muparser*: Scanning shared objects >>> muparser-dev*: Tracing dependencies... muparser=2.3.4-r1 pkgconfig >>> muparser-dev*: Package size: 196.0 KB >>> muparser-dev*: Compressing data... >>> muparser-dev*: Create checksum... >>> muparser-dev*: Create muparser-dev-2.3.4-r1.apk >>> muparser-doc*: Tracing dependencies... >>> muparser-doc*: Package size: 24.0 KB >>> muparser-doc*: Compressing data... >>> muparser-doc*: Create checksum... >>> muparser-doc*: Create muparser-doc-2.3.4-r1.apk >>> muparser*: Tracing dependencies... so:libc.musl-armv7.so.1 so:libgcc_s.so.1 so:libgomp.so.1 so:libstdc++.so.6 >>> muparser*: Package size: 364.0 KB >>> muparser*: Compressing data... >>> muparser*: Create checksum... >>> muparser*: Create muparser-2.3.4-r1.apk >>> muparser: Build complete at Thu, 26 Oct 2023 04:05:43 +0000 elapsed time 0h 0m 13s >>> muparser: Cleaning up srcdir >>> muparser: Cleaning up pkgdir >>> muparser: Uninstalling dependencies... (1/8) Purging .makedepends-muparser (20231026.040537) (2/8) Purging cmake (3.27.7-r2) (3/8) Purging samurai (1.2-r5) (4/8) Purging libarchive (3.7.2-r0) (5/8) Purging libbz2 (1.0.8-r6) (6/8) Purging libuv (1.46.0-r0) (7/8) Purging rhash-libs (1.4.4-r0) (8/8) Purging xz-libs (5.4.4-r0) Executing busybox-1.36.1-r13.trigger OK: 270 MiB in 102 packages >>> muparser: Updating the community/armv7 repository index... >>> muparser: Signing the index...