>>> Building on exopi-6 under security/fcrackzip BDEPENDS = [devel/autoconf/2.61;devel/metaauto] DIST = [security/fcrackzip:fcrackzip-1.0.tar.gz] FULLPKGNAME = fcrackzip-1.0p2 RDEPENDS = [archivers/unzip] (Junk lock obtained for exopi-6 at 1713480234.21) >>> Running depends in security/fcrackzip at 1713480234.27 last junk was in devel/luacheck /usr/sbin/pkg_add -aI -Drepair autoconf-2.61p5 metaauto-1.0p4 was: /usr/sbin/pkg_add -aI -Drepair autoconf-2.61p5 metaauto-1.0p4 /usr/sbin/pkg_add -aI -Drepair autoconf-2.61p5 metaauto-1.0p4 >>> Running show-prepare-results in security/fcrackzip at 1713480236.12 ===> security/fcrackzip ===> Building from scratch fcrackzip-1.0p2 ===> fcrackzip-1.0p2 depends on: metaauto-* -> metaauto-1.0p4 ===> fcrackzip-1.0p2 depends on: autoconf-2.61 -> autoconf-2.61p5 ===> Verifying specs: c ===> found c.100.0 autoconf-2.61p5 metaauto-1.0p4 (Junk lock released for exopi-6 at 1713480236.70) distfiles size=114786 >>> Running build in security/fcrackzip at 1713480236.74 ===> security/fcrackzip ===> Checking files for fcrackzip-1.0p2 `/exopi-cvs/ports/distfiles/fcrackzip-1.0.tar.gz' is up to date. >> (SHA256) fcrackzip-1.0.tar.gz: OK ===> Extracting for fcrackzip-1.0p2 ===> Patching for fcrackzip-1.0p2 ===> Applying OpenBSD patch patch-configure_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- configure.in.orig Mon Mar 30 22:59:27 2009 |+++ configure.in Mon Mar 30 22:59:42 2009 -------------------------- Patching file configure.in using Plan A... Hunk #1 succeeded at 21. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for fcrackzip-1.0p2 Running autoconf-2.61 in /exopi-obj/pobj/fcrackzip-1.0/fcrackzip-1.0 Running autoheader-2.61 in /exopi-obj/pobj/fcrackzip-1.0/fcrackzip-1.0 ===> Configuring for fcrackzip-1.0p2 Using /exopi-obj/pobj/fcrackzip-1.0/config.site (generated) configure: loading site script /exopi-obj/pobj/fcrackzip-1.0/config.site checking for a BSD-compatible install... /exopi-obj/pobj/fcrackzip-1.0/bin/install -c checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking for gcc... cc 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... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for short... (cached) yes checking size of short... (cached) 2 checking for int... (cached) yes checking size of int... 4 checking for long... (cached) yes checking size of long... 8 checking for an ANSI C-conforming const... (cached) yes checking for inline... inline checking for perl5... (cached) /usr/bin/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 for getopt.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/time.h... (cached) yes checking for gettimeofday... (cached) yes checking for getopt_long... (cached) yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands ===> Building for fcrackzip-1.0p2 /usr/bin/make all-am if cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -pipe -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 In file included from main.c:13: ./getopt.h:108:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent declaration [-Wdeprecated-non-prototype] extern int getopt (); ^ /usr/include/unistd.h:386:6: note: conflicting prototype is here int getopt(int, char * const *, const char *); ^ main.c:333:13: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] crack_method - methods, ^~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. if cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -pipe -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 In file included from crack.c:160: ./cpmask.c:129:8: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] static cp_table_lu1[MAX_CP_WIDTH]; ~~~~~~ ^ int ./cpmask.c:130:8: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] static cp_table_lu2[MAX_CP_WIDTH]; ~~~~~~ ^ int ./cpmask.c:358:17: warning: taking the absolute value of unsigned type 'UI' (aka 'unsigned int') has no effect [-Wabsolute-value] current += abs (P (x - 1, y, 0) - P (x, y, 0)); ^ ./cpmask.c:358:17: note: remove the call to 'abs' since unsigned values cannot be negative current += abs (P (x - 1, y, 0) - P (x, y, 0)); ^~~~ ./cpmask.c:359:17: warning: taking the absolute value of unsigned type 'UI' (aka 'unsigned int') has no effect [-Wabsolute-value] current += abs (P (x - 1, y, 1) - P (x, y, 1)); ^ ./cpmask.c:359:17: note: remove the call to 'abs' since unsigned values cannot be negative current += abs (P (x - 1, y, 1) - P (x, y, 1)); ^~~~ ./cpmask.c:360:17: warning: taking the absolute value of unsigned type 'UI' (aka 'unsigned int') has no effect [-Wabsolute-value] current += abs (P (x - 1, y, 2) - P (x, y, 2)); ^ ./cpmask.c:360:17: note: remove the call to 'abs' since unsigned values cannot be negative current += abs (P (x - 1, y, 2) - P (x, y, 2)); ^~~~ ./cpmask.c:369:17: warning: taking the absolute value of unsigned type 'UI' (aka 'unsigned int') has no effect [-Wabsolute-value] current += abs (P (x, y - 1, 0) - P (x, y, 0)); ^ ./cpmask.c:369:17: note: remove the call to 'abs' since unsigned values cannot be negative current += abs (P (x, y - 1, 0) - P (x, y, 0)); ^~~~ ./cpmask.c:370:17: warning: taking the absolute value of unsigned type 'UI' (aka 'unsigned int') has no effect [-Wabsolute-value] current += abs (P (x, y - 1, 1) - P (x, y, 1)); ^ ./cpmask.c:370:17: note: remove the call to 'abs' since unsigned values cannot be negative current += abs (P (x, y - 1, 1) - P (x, y, 1)); ^~~~ ./cpmask.c:371:17: warning: taking the absolute value of unsigned type 'UI' (aka 'unsigned int') has no effect [-Wabsolute-value] current += abs (P (x, y - 1, 2) - P (x, y, 2)); ^ ./cpmask.c:371:17: note: remove the call to 'abs' since unsigned values cannot be negative current += abs (P (x, y - 1, 2) - P (x, y, 2)); ^~~~ 8 warnings generated. cc -O2 -pipe -o fcrackzip main.o crack.o main.c(main.o:(check_unzip)): warning: sprintf() is often misused, please use snprintf() main.c(main.o:(main)): warning: strcpy() is almost always misused, please use strlcpy() if cc -DHAVE_CONFIG_H -I. -I. -I. -O2 -pipe -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 cc -O2 -pipe -o zipinfo zipinfo.o >>> Running package in security/fcrackzip at 1713480242.28 ===> security/fcrackzip ===> Faking installation for fcrackzip-1.0p2 /exopi-obj/pobj/fcrackzip-1.0/bin/install -c -m 644 /exopi-obj/pobj/fcrackzip-1.0/fcrackzip-1.0/fcrackzip.1 /exopi-obj/pobj/fcrackzip-1.0/fake-amd64/usr/local/man/man1 /exopi-obj/pobj/fcrackzip-1.0/bin/install -c -s -m 755 /exopi-obj/pobj/fcrackzip-1.0/fcrackzip-1.0/fcrackzip /exopi-obj/pobj/fcrackzip-1.0/fake-amd64/usr/local/bin /exopi-obj/pobj/fcrackzip-1.0/bin/install -c -s -m 755 /exopi-obj/pobj/fcrackzip-1.0/fcrackzip-1.0/zipinfo /exopi-obj/pobj/fcrackzip-1.0/fake-amd64/usr/local/bin/fcrackzipinfo ===> Building package for fcrackzip-1.0p2 Create /exopi-cvs/ports/packages/amd64/all/fcrackzip-1.0p2.tgz Creating package fcrackzip-1.0p2 reading plist| checking dependencies| checking dependencies|archivers/unzip checksumming| checksumming| | 0% checksumming|***** | 8% checksumming|********** | 17% checksumming|*************** | 25% checksumming|******************** | 33% checksumming|************************* | 42% checksumming|******************************* | 50% checksumming|************************************ | 58% checksumming|***************************************** | 67% checksumming|********************************************** | 75% checksumming|*************************************************** | 83% checksumming|******************************************************** | 92% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 1% archiving|**************************************** | 62% archiving|***************************************************** | 82% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/fcrackzip-1.0p2.tgz >>> Running clean in security/fcrackzip at 1713480243.73 ===> security/fcrackzip ===> Cleaning for fcrackzip-1.0p2 >>> Ended at 1713480243.97 max_stuck=0.71/depends=1.87/show-prepare-results=0.62/build=5.54/package=1.41/clean=0.31