From https://github.com/archlinux/svntogit-community * branch packages/pbzip2 -> FETCH_HEAD * [new branch] packages/pbzip2 -> community/packages/pbzip2 Cloning into 'pbzip2'... 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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 132k 100 132k 0 0 383k 0 --:--:-- --:--:-- --:--:-- 382k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2 8546k 2 177k 0 0 211k 0 0:00:40 --:--:-- 0:00:40 211k 22 8546k 22 1958k 0 0 1060k 0 0:00:08 0:00:01 0:00:07 1060k 48 8546k 48 4144k 0 0 1453k 0 0:00:05 0:00:02 0:00:03 1452k 72 8546k 72 6177k 0 0 1601k 0 0:00:05 0:00:03 0:00:02 1601k 99 8546k 99 8467k 0 0 1740k 0 0:00:04 0:00:04 --:--:-- 1740k 100 8546k 100 8546k 0 0 1754k 0 0:00:04 0:00:04 --:--:-- 2076k % 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 143k 100 143k 0 0 701k 0 --:--:-- --:--:-- --:--:-- 704k :: Starting full system upgrade... resolving dependencies... looking for conflicting packages... Packages (1) ca-certificates-mozilla-3.92-1 Total Download Size: 0.37 MiB Total Installed Size: 1.02 MiB Net Upgrade Size: 0.04 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 374k 100 374k 0 0 26.8M 0 --:--:-- --:--:-- --:--:-- 28.1M checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... upgrading ca-certificates-mozilla... :: Running post-transaction hooks... (1/2) Arming ConditionNeedsUpdate... (2/2) Rebuilding certificate stores... gpg: key D332F1B09A0D9836: public key "Yavor Nikolov (My main OpenPGP key) " imported gpg: Total number processed: 1 gpg: imported: 1 ==> Making package: pbzip2 1.1.13-3 (Fri Aug 30 14:36:21 2024) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading pbzip2-1.1.13.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 48015 100 48015 0 0 37506 0 0:00:01 0:00:01 --:--:-- 37506 -> Downloading pbzip2-1.1.13.tar.gz.asc... % 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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 473 100 473 0 0 410 0 0:00:01 0:00:01 --:--:-- 410 100 473 100 473 0 0 410 0 0:00:01 0:00:01 --:--:-- 0 ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha256sums... pbzip2-1.1.13.tar.gz ... Passed pbzip2-1.1.13.tar.gz.asc ... Skipped ==> Extracting sources... -> Extracting pbzip2-1.1.13.tar.gz with bsdtar ==> Starting prepare()... ==> Starting build()... g++ -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 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DUSE_STACKSIZE_CUSTOMIZATION -pthread -D_POSIX_PTHREAD_SEMANTICS -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now pbzip2.cpp BZ2StreamScanner.cpp ErrorContext.cpp -o pbzip2 -lbz2 -lpthread pbzip2.cpp:1223:49: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] 1223 | fprintf(stderr, "pbzip2: *WARNING: Compressed block size is large [%"PRIuMAX" bytes].\n", | ^ pbzip2.cpp:1832:33: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] 1832 | fprintf(stderr, " Output Size: %"PRIuMAX" bytes\n", (uintmax_t)CompressedSize); | ^ pbzip2.cpp:2075:33: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] 2075 | fprintf(stderr, " Output Size: %"PRIuMAX" bytes\n", (uintmax_t)CompressedSize); | ^ pbzip2.cpp:2797:33: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] 2797 | fprintf(stderr, "pbzip2: *ERROR: Could not initialize (OutputBuffer); size=%"PRIuMAX"! Aborting...\n", (uintmax_t)size); | ^ pbzip2.cpp:4105:49: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] 4105 | fprintf(stderr, " Input Size: %"PRIuMAX" bytes\n", (uintmax_t)InFileSize); | ^ pbzip2.cpp:4227:57: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] 4227 | fprintf(stderr, "*Warning* Max memory limit increased to %"PRIuMAX" MB to support %d CPUs\n", (uintmax_t)((NumBufferedBlocksMax + (numCPU * 2)) * blockSize)/1000000, numCPU); | ^ pbzip2.cpp: In function 'int main(int, char**)': pbzip2.cpp:3602:137: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=] 3602 | fprintf(stderr,"pbzip2: *WARNING: Stack size %d bytes less than minumum - adjusting to %d bytes.\n", | ~^ | | | int | %ld ==> Entering fakeroot environment... ==> Starting package()... if ( test ! -d /tmp/archlinux-ci/pbzip2-archlinuxrb-build-0QjZ9arX/pbzip2/trunk/pkg/pbzip2/usr/bin ) ; then mkdir -p /tmp/archlinux-ci/pbzip2-archlinuxrb-build-0QjZ9arX/pbzip2/trunk/pkg/pbzip2/usr/bin ; fi if ( test ! -d /tmp/archlinux-ci/pbzip2-archlinuxrb-build-0QjZ9arX/pbzip2/trunk/pkg/pbzip2/usr/share ) ; then mkdir -p /tmp/archlinux-ci/pbzip2-archlinuxrb-build-0QjZ9arX/pbzip2/trunk/pkg/pbzip2/usr/share ; fi if ( test ! -d /tmp/archlinux-ci/pbzip2-archlinuxrb-build-0QjZ9arX/pbzip2/trunk/pkg/pbzip2/usr/share/man ) ; then mkdir -p /tmp/archlinux-ci/pbzip2-archlinuxrb-build-0QjZ9arX/pbzip2/trunk/pkg/pbzip2/usr/share/man ; fi if ( test ! -d /tmp/archlinux-ci/pbzip2-archlinuxrb-build-0QjZ9arX/pbzip2/trunk/pkg/pbzip2/usr/share/man/man1 ) ; then mkdir -p /tmp/archlinux-ci/pbzip2-archlinuxrb-build-0QjZ9arX/pbzip2/trunk/pkg/pbzip2/usr/share/man/man1 ; fi cp -f pbzip2 /tmp/archlinux-ci/pbzip2-archlinuxrb-build-0QjZ9arX/pbzip2/trunk/pkg/pbzip2/usr/bin/pbzip2 chmod a+x /tmp/archlinux-ci/pbzip2-archlinuxrb-build-0QjZ9arX/pbzip2/trunk/pkg/pbzip2/usr/bin/pbzip2 ln -s -f pbzip2 /tmp/archlinux-ci/pbzip2-archlinuxrb-build-0QjZ9arX/pbzip2/trunk/pkg/pbzip2/usr/bin/pbunzip2 ln -s -f pbzip2 /tmp/archlinux-ci/pbzip2-archlinuxrb-build-0QjZ9arX/pbzip2/trunk/pkg/pbzip2/usr/bin/pbzcat cp -f pbzip2.1 /tmp/archlinux-ci/pbzip2-archlinuxrb-build-0QjZ9arX/pbzip2/trunk/pkg/pbzip2/usr/share/man/man1 chmod a+r /tmp/archlinux-ci/pbzip2-archlinuxrb-build-0QjZ9arX/pbzip2/trunk/pkg/pbzip2/usr/share/man/man1/pbzip2.1 ==> 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 "pbzip2"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: pbzip2 1.1.13-3 (Fri Aug 30 14:36:37 2024)