------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/gmake-4.3.txz Installing /packages/All/libXau-1.0.9.txz Installing /packages/All/libxml2-2.9.10.txz Installing /packages/All/libpthread-stubs-0.4.txz Installing /packages/All/xorgproto-2020.1.txz Installing /packages/All/libXdmcp-1.1.3.txz Installing /packages/All/libxcb-1.13.1.txz Installing /packages/All/libX11-1.6.9_1,1.txz Installing /packages/All/libXext-1.3.4,1.txz Installing /packages/All/libICE-1.0.10,1.txz Installing /packages/All/libSM-1.2.3,1.txz Installing /packages/All/libXt-1.2.0,1.txz Installing /packages/All/libXpm-3.5.13.txz SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> wmwork-0.2.5_3 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> wmwork-0.2.5_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by wmwork-0.2.5_3 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> wmwork-0.2.5_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by wmwork-0.2.5_3 for building => SHA256 Checksum OK for wmwork-0.2.5.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> wmwork-0.2.5_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by wmwork-0.2.5_3 for building ===> Extracting for wmwork-0.2.5_3 => SHA256 Checksum OK for wmwork-0.2.5.tar.gz. Extracted Memory Use: 0.31M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for wmwork-0.2.5_3 ===> Applying ports patches for wmwork-0.2.5_3 ===> Cleanly applied ports patch(es) patch-wmwork.c SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> wmwork-0.2.5_3 depends on package: gmake>=4.3 - found ===> wmwork-0.2.5_3 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> wmwork-0.2.5_3 depends on package: gmake>=4.3 - found ===> wmwork-0.2.5_3 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found ===> Configuring for wmwork-0.2.5_3 configure: loading site script /xports/Templates/config.site 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... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking for a BSD-compatible install... /usr/bin/install -c checking whether gmake sets $(MAKE)... yes checking how to run the C preprocessor... cpp checking for X... libraries /usr/local/lib, headers /usr/local/include checking for gethostbyname... (cached) yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for XNextEvent in -lX11... yes checking for XShapeCombineMask in -lXext... yes checking for XpmCreatePixmapFromData in -lXpm... yes checking for an ANSI C-conforming const... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for egrep... grep -E checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... 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 fcntl.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for sys/time.h... (cached) yes checking for unistd.h... (cached) yes checking for pid_t... (cached) yes checking return type of signal handlers... void checking whether closedir returns void... no checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... (cached) yes checking for working memcmp... yes checking for strftime... (cached) yes checking for atexit... (cached) yes checking for gettimeofday... (cached) yes checking for mkdir... yes checking for strcspn... (cached) yes checking for strdup... (cached) yes checking for strerror... (cached) yes checking for strspn... yes checking for strstr... (cached) yes checking for strtol... (cached) yes configure: creating ./config.status config.status: creating Makefile config.status: creating wmwork.1 config.status: creating config.h SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for wmwork-0.2.5_3 gmake[1]: Entering directory '/construction/misc/wmwork/wmwork-0.2.5/src' cc -Wall -pipe -O2 -fno-strict-aliasing -I. -I/usr/local/include -c -o wmwork.o wmwork.c cc -Wall -pipe -O2 -fno-strict-aliasing -I. -I/usr/local/include -c -o wmgeneral.o wmgeneral.c wmwork.c: In function 'write_log': wmwork.c:593:26: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'time_t' {aka 'long int'} [-Wformat=] fprintf(F, "%s: > %s:%u:%s\n", PACKAGE_NAME, p->name, p->time, p->comment ? p->comment : ""); ~^ ~~~~~~~ %lu wmwork.c:595:20: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'time_t' {aka 'long int'} [-Wformat=] fprintf(F, "%s:%u:%s\n", p->name, p->time, p->comment ? p->comment : ""); ~^ ~~~~~~~ %lu wmwork.c: In function 'write_record': wmwork.c:617:40: warning: format '%i' expects argument of type 'int', but argument 5 has type 'time_t' {aka 'long int'} [-Wformat=] snprintf(rbuff, sizeof(rbuff), "%s %03i:%02i:%02i", tbuff, sess_time / 3600, sess_time / 60 % 60, sess_time % 60); ~~~^ ~~~~~~~~~~~~~~~~ %03li wmwork.c:617:45: warning: format '%i' expects argument of type 'int', but argument 6 has type 'time_t' {aka 'long int'} [-Wformat=] snprintf(rbuff, sizeof(rbuff), "%s %03i:%02i:%02i", tbuff, sess_time / 3600, sess_time / 60 % 60, sess_time % 60); ~~~^ ~~~~~~~~~~~~~~~~~~~ %02li wmwork.c:617:50: warning: format '%i' expects argument of type 'int', but argument 7 has type 'time_t' {aka 'long int'} [-Wformat=] snprintf(rbuff, sizeof(rbuff), "%s %03i:%02i:%02i", tbuff, sess_time / 3600, sess_time / 60 % 60, sess_time % 60); ~~~^ ~~~~~~~~~~~~~~ %02li wmwork.c: In function 'write_record.part.0': wmwork.c:617:37: warning: '%03i' directive output may be truncated writing between 3 and 11 bytes into a region of size between 0 and 63 [-Wformat-truncation=] snprintf(rbuff, sizeof(rbuff), "%s %03i:%02i:%02i", tbuff, sess_time / 3600, sess_time / 60 % 60, sess_time % 60); ^~~~ wmwork.c:617:33: note: using the range [-2147483648, 2147483647] for directive argument snprintf(rbuff, sizeof(rbuff), "%s %03i:%02i:%02i", tbuff, sess_time / 3600, sess_time / 60 % 60, sess_time % 60); ^~~~~~~~~~~~~~~~~~~ wmwork.c:617:33: note: directive argument in the range [-59, 59] wmwork.c:617:33: note: directive argument in the range [-59, 59] wmwork.c:617:2: note: 'snprintf' output between 11 and 84 bytes into a destination of size 64 snprintf(rbuff, sizeof(rbuff), "%s %03i:%02i:%02i", tbuff, sess_time / 3600, sess_time / 60 % 60, sess_time % 60); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -Wall -L/usr/local/lib -L/usr/local/lib wmwork.o wmgeneral.o -lXpm -lXext -lX11 -o wmwork gmake[1]: Leaving directory '/construction/misc/wmwork/wmwork-0.2.5/src' SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> wmwork-0.2.5_3 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for wmwork-0.2.5_3 ===> wmwork-0.2.5_3 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found ===> Generating temporary packing list install -s -m 555 /construction/misc/wmwork/wmwork-0.2.5/src/wmwork /construction/misc/wmwork/stage/usr/local/bin install -m 444 /construction/misc/wmwork/wmwork-0.2.5/src/wmwork.1 /construction/misc/wmwork/stage/usr/local/man/man1 ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/bin/wmwork is linked to /usr/local/lib/libXext.so.6 from x11/libXext but it is not declared as a dependency Warning: you need USE_XORG+=xext Error: /usr/local/bin/wmwork is linked to /usr/local/lib/libX11.so.6 from x11/libX11 but it is not declared as a dependency Warning: you need USE_XORG+=x11 Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for wmwork-0.2.5_3 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:10