>>> muparser: Building community/muparser 2.3.4-r1 (using abuild 3.11.0-r1) started Wed, 17 May 2023 13:06:01 +0000 >>> muparser: Checking sanity of /home/buildozer/aports/community/muparser/APKBUILD... >>> muparser: Analyzing dependencies... >>> muparser: Installing for build: build-base cmake samurai (1/9) Installing libbz2 (1.0.8-r6) (2/9) Installing xz-libs (5.4.3-r1) (3/9) Installing libarchive (3.6.2-r3) (4/9) Installing libformw (6.4_p20230514-r0) (5/9) Installing rhash-libs (1.4.3-r2) (6/9) Installing libuv (1.44.2-r3) (7/9) Installing cmake (3.26.3-r1) (8/9) Installing samurai (1.2-r3) (9/9) Installing .makedepends-muparser (20230517.130602) Executing busybox-1.36.0-r11.trigger OK: 362 MiB in 109 packages >>> muparser: Cleaning up srcdir >>> muparser: Cleaning up pkgdir >>> muparser: Fetching https://distfiles.alpinelinux.org/distfiles/edge/muparser-2.3.4.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 87 110k 87 98304 0 0 299k 0 --:--:-- --:--:-- --:--:-- 300k 100 110k 100 110k 0 0 343k 0 --:--:-- --:--:-- --:--:-- 342k >>> muparser: Fetching https://distfiles.alpinelinux.org/distfiles/edge/muparser-2.3.4.tar.gz >>> muparser: Checking sha512sums... muparser-2.3.4.tar.gz: OK >>> muparser: Unpacking /var/cache/distfiles/edge/muparser-2.3.4.tar.gz... -- The C compiler identification is GNU 13.1.1 -- The CXX compiler identification is GNU 13.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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.1.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-armhf.so.1 so:libgcc_s.so.1 so:libgomp.so.1 so:libstdc++.so.6 >>> muparser*: Package size: 456.0 KB >>> muparser*: Compressing data... >>> muparser*: Create checksum... >>> muparser*: Create muparser-2.3.4-r1.apk >>> muparser: Build complete at Wed, 17 May 2023 13:06:08 +0000 elapsed time 0h 0m 7s >>> muparser: Cleaning up srcdir >>> muparser: Cleaning up pkgdir >>> muparser: Uninstalling dependencies... (1/9) Purging .makedepends-muparser (20230517.130602) (2/9) Purging cmake (3.26.3-r1) (3/9) Purging samurai (1.2-r3) (4/9) Purging libarchive (3.6.2-r3) (5/9) Purging libbz2 (1.0.8-r6) (6/9) Purging libformw (6.4_p20230514-r0) (7/9) Purging libuv (1.44.2-r3) (8/9) Purging rhash-libs (1.4.3-r2) (9/9) Purging xz-libs (5.4.3-r1) Executing busybox-1.36.0-r11.trigger OK: 311 MiB in 100 packages >>> muparser: Updating the community/armhf repository index... >>> muparser: Signing the index...