------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> imapproxy-1.0_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> imapproxy-1.0_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by imapproxy-1.0_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> imapproxy-1.0_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by imapproxy-1.0_1 for building => SHA256 Checksum OK for imapproxy-1.0.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> imapproxy-1.0_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by imapproxy-1.0_1 for building ===> Extracting for imapproxy-1.0_1 ===> imapproxy-1.0_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by imapproxy-1.0_1 for building => SHA256 Checksum OK for imapproxy-1.0.tar.gz. Extracted Memory Use: 0.37M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for imapproxy-1.0_1 ===> Applying ports patches for imapproxy-1.0_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for imapproxy-1.0_1 creating cache ./config.cache checking host system type... Configuration name missing. Usage: ./config.sub CPU-MFR-OPSYS or ./config.sub ALIAS where ALIAS is a recognized configuration type. checking target system type... Configuration name missing. Usage: ./config.sub CPU-MFR-OPSYS or ./config.sub ALIAS where ALIAS is a recognized configuration type. checking build system type... Configuration name missing. Usage: ./config.sub CPU-MFR-OPSYS or ./config.sub ALIAS where ALIAS is a recognized configuration type. checking for gcc... cc checking whether the C compiler (cc -pipe -O2 -fno-strict-aliasing ) works... yes checking whether the C compiler (cc -pipe -O2 -fno-strict-aliasing ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking for a BSD compatible install... /usr/bin/install -c checking how to run the C preprocessor... cpp checking for ANSI C header files... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for fcntl.h... yes checking for strings.h... yes checking for sys/ioctl.h... yes checking for sys/time.h... yes checking for syslog.h... yes checking for unistd.h... yes checking for working const... yes checking for pid_t... yes checking whether time.h and sys/time.h may both be included... yes checking return type of signal handlers... void checking for select... yes checking for socket... yes checking for strdup... yes checking for strerror... yes checking for strstr... yes checking for strtol... yes updating cache ./config.cache creating ./config.status creating Makefile SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for imapproxy-1.0_1 --- network.o --- --- output.o --- --- database.o --- --- splitstring.o --- --- configfile.o --- --- base64.o --- --- misc.o --- --- processing_parent.o --- --- processing_child.o --- --- parsed_message.o --- --- output.o --- cc -pipe -O2 -fno-strict-aliasing -I./include -c output.c In file included from output.c:30: ./include/output.h:29:13: warning: conflicting types for built-in function 'log' [-Wbuiltin-declaration-mismatch] extern void log(int,char *,...); ^~~ --- network.o --- cc -pipe -O2 -fno-strict-aliasing -I./include -c network.c In file included from network.c:34: ./include/output.h:29:13: warning: conflicting types for built-in function 'log' [-Wbuiltin-declaration-mismatch] extern void log(int,char *,...); ^~~ --- database.o --- cc -pipe -O2 -fno-strict-aliasing -I./include -c database.c --- splitstring.o --- cc -pipe -O2 -fno-strict-aliasing -I./include -c splitstring.c --- configfile.o --- cc -pipe -O2 -fno-strict-aliasing -I./include -c configfile.c --- misc.o --- cc -pipe -O2 -fno-strict-aliasing -I./include -c misc.c --- processing_parent.o --- cc -pipe -O2 -fno-strict-aliasing -I./include -c processing_parent.c --- imapproxy.o --- --- parsed_message.o --- cc -pipe -O2 -fno-strict-aliasing -I./include -c parsed_message.c --- base64.o --- cc -pipe -O2 -fno-strict-aliasing -I./include -c base64.c --- imapproxy.o --- cc -pipe -O2 -fno-strict-aliasing -I./include -c imapproxy.c --- processing_child.o --- cc -pipe -O2 -fno-strict-aliasing -I./include -c processing_child.c --- splitstring.o --- In file included from splitstring.c:26: ./include/output.h:29:13: warning: conflicting types for built-in function 'log' [-Wbuiltin-declaration-mismatch] extern void log(int,char *,...); ^~~ --- imapproxy.o --- In file included from imapproxy.c:29: ./include/output.h:29:13: warning: conflicting types for built-in function 'log' [-Wbuiltin-declaration-mismatch] extern void log(int,char *,...); ^~~ --- parsed_message.o --- In file included from parsed_message.c:27: ./include/output.h:29:13: warning: conflicting types for built-in function 'log' [-Wbuiltin-declaration-mismatch] extern void log(int,char *,...); ^~~ --- misc.o --- In file included from misc.c:34: ./include/output.h:29:13: warning: conflicting types for built-in function 'log' [-Wbuiltin-declaration-mismatch] extern void log(int,char *,...); ^~~ --- imapproxy.o --- imapproxy.c: In function 'main': imapproxy.c:65:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(0); ^~~~ imapproxy.c:65:2: warning: incompatible implicit declaration of built-in function 'exit' imapproxy.c:65:2: note: include '' or provide a declaration of 'exit' imapproxy.c:37:1: +#include imapproxy.c:65:2: exit(0); ^~~~ imapproxy.c:87:2: warning: incompatible implicit declaration of built-in function 'exit' exit(0); ^~~~ imapproxy.c:87:2: note: include '' or provide a declaration of 'exit' imapproxy.c:95:2: warning: incompatible implicit declaration of built-in function 'exit' exit(-1); ^~~~ imapproxy.c:95:2: note: include '' or provide a declaration of 'exit' imapproxy.c:110:2: warning: incompatible implicit declaration of built-in function 'exit' exit(-1); ^~~~ imapproxy.c:110:2: note: include '' or provide a declaration of 'exit' --- database.o --- In file included from database.c:33: ./include/output.h:29:13: warning: conflicting types for built-in function 'log' [-Wbuiltin-declaration-mismatch] extern void log(int,char *,...); ^~~ --- configfile.o --- In file included from configfile.c:34: ./include/output.h:29:13: warning: conflicting types for built-in function 'log' [-Wbuiltin-declaration-mismatch] extern void log(int,char *,...); ^~~ --- processing_parent.o --- In file included from processing_parent.c:44: ./include/output.h:29:13: warning: conflicting types for built-in function 'log' [-Wbuiltin-declaration-mismatch] extern void log(int,char *,...); ^~~ --- processing_child.o --- In file included from processing_child.c:43: ./include/output.h:29:13: warning: conflicting types for built-in function 'log' [-Wbuiltin-declaration-mismatch] extern void log(int,char *,...); ^~~ --- processing_parent.o --- processing_parent.c: In function 'parent_conversate': processing_parent.c:1356:4: warning: implicit declaration of function 'kill' [-Wimplicit-function-declaration] kill(p->pid,9); ^~~~ --- all --- cc -pipe -O2 -fno-strict-aliasing -I./include network.o output.o database.o splitstring.o configfile.o base64.o misc.o processing_parent.o processing_child.o parsed_message.o imapproxy.o -o imapproxy SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for imapproxy-1.0_1 ===> Generating temporary packing list install -s -m 555 /construction/net/imapproxy/imapproxy-1.0/imapproxy /construction/net/imapproxy/stage/usr/local/sbin install -m 0644 /construction/net/imapproxy/imapproxy-1.0/example.conf /construction/net/imapproxy/stage/usr/local/etc/imapproxy.conf.dist ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for imapproxy-1.0_1 file sizes/checksums [2]: 0% file sizes/checksums [2]: 100% packing files [2]: 0% packing files [2]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:05