From https://github.com/archlinux/svntogit-community * branch packages/ccd2iso -> FETCH_HEAD * [new branch] packages/ccd2iso -> community/packages/ccd2iso Cloning into 'ccd2iso'... 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 134k 100 134k 0 0 395k 0 --:--:-- --:--:-- --:--:-- 396k % 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 8545k 0 15572 0 0 30618 0 0:04:45 --:--:-- 0:04:45 30593 13 8545k 13 1152k 0 0 756k 0 0:00:11 0:00:01 0:00:10 755k 43 8545k 43 3752k 0 0 1580k 0 0:00:05 0:00:02 0:00:03 1580k 79 8545k 79 6781k 0 0 2004k 0 0:00:04 0:00:03 0:00:01 2003k 100 8545k 100 8545k 0 0 2292k 0 0:00:03 0:00:03 --:--:-- 2292k % 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 831k 0 --:--:-- --:--:-- --:--:-- 831k :: Starting full system upgrade... there is nothing to do ==> Making package: ccd2iso 0.3-11 (Mon Aug 26 09:29:43 2024) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading ccd2iso-0.3.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 388 100 388 0 0 1306 0 --:--:-- --:--:-- --:--:-- 1306 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 363 100 363 0 0 158 0 0:00:02 0:00:02 --:--:-- 366 100 363 100 363 0 0 158 0 0:00:02 0:00:02 --:--:-- 365 100 154k 100 154k 0 0 58492 0 0:00:02 0:00:02 --:--:-- 58492 ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with md5sums... ccd2iso-0.3.tar.gz ... Passed ==> Validating source files with sha256sums... ccd2iso-0.3.tar.gz ... Passed ==> Extracting sources... -> Extracting ccd2iso-0.3.tar.gz with bsdtar ==> Starting build()... checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for stdlib.h... (cached) yes checking for an ANSI C-conforming const... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands make all-recursive make[1]: Entering directory '/tmp/archlinux-ci/ccd2iso-archlinuxrb-build-asTcKPy4/ccd2iso/trunk/src/ccd2iso-0.3' Making all in src make[2]: Entering directory '/tmp/archlinux-ci/ccd2iso-archlinuxrb-build-asTcKPy4/ccd2iso/trunk/src/ccd2iso-0.3/src' if gcc -DHAVE_CONFIG_H -I. -I. -I.. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -MT ccd2iso.o -MD -MP -MF ".deps/ccd2iso.Tpo" -c -o ccd2iso.o ccd2iso.c; \ then mv -f ".deps/ccd2iso.Tpo" ".deps/ccd2iso.Po"; else rm -f ".deps/ccd2iso.Tpo"; exit 1; fi In file included from ccd2iso.c:31: clonecd.h:32:1: warning: 'packed' attribute ignored [-Wattributes] 32 | } ccd_sectheader_header __attribute__((packed)); | ^ clonecd.h:39:1: warning: 'packed' attribute ignored [-Wattributes] 39 | } ccd_sectheader __attribute__((packed)); | ^ clonecd.h:57:1: warning: 'packed' attribute ignored [-Wattributes] 57 | } ccd_sector __attribute__((packed)); | ^ ccd2iso.c: In function 'main': ccd2iso.c:61:22: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] 61 | if ((strcmp(argv[1], "-?") == 0) || (strcmp(argv[1], "-h") == 0) || (strcmp(argv[1], "--help") == 0)) | ^~~~~~ ccd2iso.c:32:1: note: include '' or provide a declaration of 'strcmp' 31 | #include "clonecd.h" +++ |+#include 32 | ccd2iso.c:96:105: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=] 96 | printf("The sector does not contain complete data. Sector size must be %d, while actual data read is %d\n", | ~^ | | | int | %ld 97 | sizeof(ccd_sector), bytes_read); | ~~~~~~~~~~~~~~~~~~ | | | long unsigned int gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o ccd2iso ccd2iso.o make[2]: Leaving directory '/tmp/archlinux-ci/ccd2iso-archlinuxrb-build-asTcKPy4/ccd2iso/trunk/src/ccd2iso-0.3/src' make[2]: Entering directory '/tmp/archlinux-ci/ccd2iso-archlinuxrb-build-asTcKPy4/ccd2iso/trunk/src/ccd2iso-0.3' make[2]: Leaving directory '/tmp/archlinux-ci/ccd2iso-archlinuxrb-build-asTcKPy4/ccd2iso/trunk/src/ccd2iso-0.3' make[1]: Leaving directory '/tmp/archlinux-ci/ccd2iso-archlinuxrb-build-asTcKPy4/ccd2iso/trunk/src/ccd2iso-0.3' ==> Entering fakeroot environment... ==> Starting package()... Making install in src make[1]: Entering directory '/tmp/archlinux-ci/ccd2iso-archlinuxrb-build-asTcKPy4/ccd2iso/trunk/src/ccd2iso-0.3/src' make[2]: Entering directory '/tmp/archlinux-ci/ccd2iso-archlinuxrb-build-asTcKPy4/ccd2iso/trunk/src/ccd2iso-0.3/src' test -z "/usr/bin" || mkdir -p -- "/tmp/archlinux-ci/ccd2iso-archlinuxrb-build-asTcKPy4/ccd2iso/trunk/pkg/ccd2iso/usr/bin" make[2]: Nothing to be done for 'install-data-am'. /usr/bin/install -c 'ccd2iso' '/tmp/archlinux-ci/ccd2iso-archlinuxrb-build-asTcKPy4/ccd2iso/trunk/pkg/ccd2iso/usr/bin/ccd2iso' make[2]: Leaving directory '/tmp/archlinux-ci/ccd2iso-archlinuxrb-build-asTcKPy4/ccd2iso/trunk/src/ccd2iso-0.3/src' make[1]: Leaving directory '/tmp/archlinux-ci/ccd2iso-archlinuxrb-build-asTcKPy4/ccd2iso/trunk/src/ccd2iso-0.3/src' make[1]: Entering directory '/tmp/archlinux-ci/ccd2iso-archlinuxrb-build-asTcKPy4/ccd2iso/trunk/src/ccd2iso-0.3' make[2]: Entering directory '/tmp/archlinux-ci/ccd2iso-archlinuxrb-build-asTcKPy4/ccd2iso/trunk/src/ccd2iso-0.3' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/tmp/archlinux-ci/ccd2iso-archlinuxrb-build-asTcKPy4/ccd2iso/trunk/src/ccd2iso-0.3' make[1]: Leaving directory '/tmp/archlinux-ci/ccd2iso-archlinuxrb-build-asTcKPy4/ccd2iso/trunk/src/ccd2iso-0.3' ==> 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 "ccd2iso"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: ccd2iso 0.3-11 (Mon Aug 26 09:29:51 2024)