From https://github.com/archlinux/svntogit-community * branch packages/fcrackzip -> FETCH_HEAD * [new branch] packages/fcrackzip -> community/packages/fcrackzip Cloning into 'fcrackzip'... 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 132k 100 132k 0 0 385k 0 --:--:-- --:--:-- --:--:-- 385k % 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 8536k 0 18220 0 0 36024 0 0:04:02 --:--:-- 0:04:02 36007 17 8536k 17 1512k 0 0 998k 0 0:00:08 0:00:01 0:00:07 998k 69 8536k 69 5928k 0 0 2350k 0 0:00:03 0:00:02 0:00:01 2349k 100 8536k 100 8536k 0 0 2971k 0 0:00:02 0:00:02 --:--:-- 2971k % 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 836k 0 --:--:-- --:--:-- --:--:-- 841k :: Starting full system upgrade... there is nothing to do ==> Making package: fcrackzip 1.0-6 (Wed Aug 28 13:03:17 2024) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading fcrackzip-1.0.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 100 112k 100 112k 0 0 3030k 0 --:--:-- --:--:-- --:--:-- 3113k ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha256sums... fcrackzip-1.0.tar.gz ... Passed ==> Extracting sources... -> Extracting fcrackzip-1.0.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 ISO C89... 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 grep that handles long lines and -e... /usr/sbin/grep checking for egrep... /usr/sbin/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 short... yes checking size of short... 2 checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 8 checking for an ANSI C-conforming const... yes checking for inline... inline checking for perl5... no checking for perl... perl checking for pgcc/egcs... checking for x86 asm... not x86 checking stdbool.h usability... yes checking stdbool.h presence... yes checking for stdbool.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for unistd.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for gettimeofday... yes checking for getopt_long... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands make all-am make[1]: Entering directory '/tmp/archlinux-ci/fcrackzip-archlinuxrb-build-NVZlDAvm/fcrackzip/trunk/src/fcrackzip-1.0' 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 -funroll-all-loops -O3 -MT main.o -MD -MP -MF ".deps/main.Tpo" \ -c -o main.o `test -f 'main.c' || echo './'`main.c; \ then mv -f ".deps/main.Tpo" ".deps/main.Po"; \ else rm -f ".deps/main.Tpo"; exit 1; \ fi 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 -funroll-all-loops -O3 -MT crack.o -MD -MP -MF ".deps/crack.Tpo" \ -c -o crack.o `test -f 'crack.c' || echo './'`crack.c; \ then mv -f ".deps/crack.Tpo" ".deps/crack.Po"; \ else rm -f ".deps/crack.Tpo"; exit 1; \ fi 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 -funroll-all-loops -O3 -MT zipinfo.o -MD -MP -MF ".deps/zipinfo.Tpo" \ -c -o zipinfo.o `test -f 'zipinfo.c' || echo './'`zipinfo.c; \ then mv -f ".deps/zipinfo.Tpo" ".deps/zipinfo.Po"; \ else rm -f ".deps/zipinfo.Tpo"; exit 1; \ fi In file included from crack.c:160: cpmask.c:129:8: warning: type defaults to 'int' in declaration of 'cp_table_lu1' [-Wimplicit-int] 129 | static cp_table_lu1[MAX_CP_WIDTH]; | ^~~~~~~~~~~~ cpmask.c:130:8: warning: type defaults to 'int' in declaration of 'cp_table_lu2' [-Wimplicit-int] 130 | static cp_table_lu2[MAX_CP_WIDTH]; | ^~~~~~~~~~~~ zipinfo.c: In function 'parse_zip': zipinfo.c:82:13: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 82 | fread (zip_path, name_len, 1, f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ zipinfo.c:101:13: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 101 | fread (file, 24, 1, f); | ^~~~~~~~~~~~~~~~~~~~~~ crack.c: In function 'load_zip': crack.c:78:15: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 78 | fread (zip_path, name_len, 1, f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ crack.c:94:19: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 94 | fread (file, FILE_SIZE, 1, f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cpmask.c: In function 'load_img': cpmask.c:71:15: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 71 | fscanf (img, "#%*[^\012\015] "); /* comment */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cpmask.c:76:19: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 76 | fscanf (img, "#%*[^\012\015] "); /* comment */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cpmask.c:81:23: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 81 | fscanf (img, "#%*[^\012\015] "); /* comment */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c: In function 'usage': main.c:331:17: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] 331 | printf ("%c%d: %s\n", | ~^ | | | int | %ld 332 | (crack_method - methods == default_method) ? '*' : ' ', 333 | crack_method - methods, | ~~~~~~~~~~~~~~~~~~~~~~ | | | long 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 -funroll-all-loops -O3 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o zipinfo zipinfo.o 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 -funroll-all-loops -O3 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o fcrackzip main.o crack.o make[1]: Leaving directory '/tmp/archlinux-ci/fcrackzip-archlinuxrb-build-NVZlDAvm/fcrackzip/trunk/src/fcrackzip-1.0' ==> Entering fakeroot environment... ==> Starting package()... make[1]: Entering directory '/tmp/archlinux-ci/fcrackzip-archlinuxrb-build-NVZlDAvm/fcrackzip/trunk/src/fcrackzip-1.0' /bin/sh ./mkinstalldirs /tmp/archlinux-ci/fcrackzip-archlinuxrb-build-NVZlDAvm/fcrackzip/trunk/pkg/fcrackzip/usr/share/man/man1 /bin/sh ./mkinstalldirs /tmp/archlinux-ci/fcrackzip-archlinuxrb-build-NVZlDAvm/fcrackzip/trunk/pkg/fcrackzip/usr/bin mkdir /tmp/archlinux-ci/fcrackzip-archlinuxrb-build-NVZlDAvm/fcrackzip/trunk/pkg/fcrackzip/usr mkdir /tmp/archlinux-ci/fcrackzip-archlinuxrb-build-NVZlDAvm/fcrackzip/trunk/pkg/fcrackzip/usr mkdir /tmp/archlinux-ci/fcrackzip-archlinuxrb-build-NVZlDAvm/fcrackzip/trunk/pkg/fcrackzip/usr/share mkdir /tmp/archlinux-ci/fcrackzip-archlinuxrb-build-NVZlDAvm/fcrackzip/trunk/pkg/fcrackzip/usr/share/man mkdir: cannot create directory '/tmp/archlinux-ci/fcrackzip-archlinuxrb-build-NVZlDAvm/fcrackzip/trunk/pkg/fcrackzip/usr': File exists mkdir /tmp/archlinux-ci/fcrackzip-archlinuxrb-build-NVZlDAvm/fcrackzip/trunk/pkg/fcrackzip/usr/bin mkdir /tmp/archlinux-ci/fcrackzip-archlinuxrb-build-NVZlDAvm/fcrackzip/trunk/pkg/fcrackzip/usr/share/man/man1 /usr/bin/install -c fcrackzip /tmp/archlinux-ci/fcrackzip-archlinuxrb-build-NVZlDAvm/fcrackzip/trunk/pkg/fcrackzip/usr/bin/fcrackzip /usr/bin/install -c -m 644 ./fcrackzip.1 /tmp/archlinux-ci/fcrackzip-archlinuxrb-build-NVZlDAvm/fcrackzip/trunk/pkg/fcrackzip/usr/share/man/man1/fcrackzip.1 /usr/bin/install -c zipinfo /tmp/archlinux-ci/fcrackzip-archlinuxrb-build-NVZlDAvm/fcrackzip/trunk/pkg/fcrackzip/usr/bin/zipinfo make[1]: Leaving directory '/tmp/archlinux-ci/fcrackzip-archlinuxrb-build-NVZlDAvm/fcrackzip/trunk/src/fcrackzip-1.0' ==> 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 "fcrackzip"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: fcrackzip 1.0-6 (Wed Aug 28 13:03:27 2024)