From https://github.com/archlinux/svntogit-community * branch packages/tinyxml -> FETCH_HEAD * [new branch] packages/tinyxml -> community/packages/tinyxml Cloning into 'tinyxml'... done. :: Synchronizing package databases... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 130k 100 130k 0 0 380k 0 --:--:-- --:--:-- --:--:-- 381k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 8544k 0 54668 0 0 80838 0 0:01:48 --:--:-- 0:01:48 80750 16 8544k 16 1443k 0 0 945k 0 0:00:09 0:00:01 0:00:08 944k 71 8544k 71 6146k 0 0 2428k 0 0:00:03 0:00:02 0:00:01 2427k 100 8544k 100 8544k 0 0 2802k 0 0:00:03 0:00:03 --:--:-- 2803k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 142k 100 142k 0 0 829k 0 --:--:-- --:--:-- --:--:-- 830k :: Starting full system upgrade... there is nothing to do ==> Making package: tinyxml 2.6.2-10 (Thu Sep 5 08:40:07 2024) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (1) setconf-0.7.7-2 Total Download Size: 0.01 MiB Total Installed Size: 0.03 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10307 100 10307 0 0 1122k 0 --:--:-- --:--:-- --:--:-- 1258k checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing setconf... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Retrieving sources... -> Downloading tinyxml_2_6_2.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 380 100 380 0 0 1275 0 --:--:-- --:--:-- --:--:-- 1275 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 355 100 355 0 0 154 0 0:00:02 0:00:02 --:--:-- 355 100 355 100 355 0 0 154 0 0:00:02 0:00:02 --:--:-- 355 100 205k 100 205k 0 0 72083 0 0:00:02 0:00:02 --:--:-- 72083 -> Found entity.patch -> Found tinyxml-2.5.3-stl.patch -> Found tinyxml.pc ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with b2sums... tinyxml_2_6_2.tar.gz ... Passed entity.patch ... Passed tinyxml-2.5.3-stl.patch ... Passed tinyxml.pc ... Passed ==> Extracting sources... -> Extracting tinyxml_2_6_2.tar.gz with bsdtar ==> Starting prepare()... patching file tinyxml.cpp patching file xmltest.cpp Hunk #1 succeeded at 1366 (offset 26 lines). patching file tinyxml.h ==> Starting build()... g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -fPIC -DTIXML_USE_STL tinyxml.cpp -o tinyxml.o g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -fPIC -DTIXML_USE_STL tinyxmlparser.cpp -o tinyxmlparser.o g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -fPIC -DTIXML_USE_STL xmltest.cpp -o xmltest.o g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -fPIC -DTIXML_USE_STL tinyxmlerror.cpp -o tinyxmlerror.o g++ -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -fPIC -DTIXML_USE_STL tinystr.cpp -o tinystr.o xmltest.cpp: In function 'int main()': xmltest.cpp:607:46: warning: ignoring return value of 'char* fgets(char*, int, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 607 | fgets( savedBuf, 256, saved ); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ xmltest.cpp:980:30: warning: ignoring return value of 'char* fgets(char*, int, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 980 | fgets( buf, 1024, textfile ); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~ g++ -o xmltest tinyxml.o tinyxmlparser.o xmltest.o tinyxmlerror.o tinystr.o ==> Entering fakeroot environment... ==> Starting package()... ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "tinyxml"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: tinyxml 2.6.2-10 (Thu Sep 5 08:40:16 2024)