------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/gmake-4.2.1_3.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libXau-1.0.9.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libxml2-2.9.10.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libpthread-stubs-0.4.txz Installing /packages/All/xorgproto-2019.2.txz Installing /packages/All/libXdmcp-1.1.3.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libxcb-1.13.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libX11-1.6.9,1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libXext-1.3.4,1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libICE-1.0.10,1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libSM-1.2.3,1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libXt-1.2.0,1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libXpm-3.5.13.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> wmbinclock-0.51 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> wmbinclock-0.51 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by wmbinclock-0.51 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> wmbinclock-0.51 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by wmbinclock-0.51 for building => SHA256 Checksum OK for engerim42-wmbinclock-0.51_GH0.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> wmbinclock-0.51 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by wmbinclock-0.51 for building ===> Extracting for wmbinclock-0.51 => SHA256 Checksum OK for engerim42-wmbinclock-0.51_GH0.tar.gz. Extracted Memory Use: 0.10M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for wmbinclock-0.51 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> wmbinclock-0.51 depends on executable: gmake - found ===> wmbinclock-0.51 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> wmbinclock-0.51 depends on executable: gmake - found ===> wmbinclock-0.51 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found ===> Configuring for wmbinclock-0.51 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for wmbinclock-0.51 gmake[1]: Entering directory '/construction/x11-clocks/wmbinclock/wmbinclock-0.51' cc -pipe -O2 -fno-strict-aliasing -O2 -Wall -DDragonFly -c wmBinClock.c -o wmBinClock.o -I/usr/local/include/X11 -I/usr/local/include cc -pipe -O2 -fno-strict-aliasing -O2 -Wall -DDragonFly -c xutils.c -o xutils.o -I/usr/local/include/X11 -I/usr/local/include wmBinClock.c: In function 'main': wmBinClock.c:663:28: warning: passing argument 2 of 'IntToBinary' from incompatible pointer type [-Wincompatible-pointer-types] IntToBinary(tmp_hour, &tmp_str); ^~~~~~~~ wmBinClock.c:62:30: note: expected 'int **' but argument is of type 'int (*)[6]' void IntToBinary(int x, int *str[]); ~~~~~^~~~~ wmBinClock.c:674:30: warning: passing argument 2 of 'IntToBinary' from incompatible pointer type [-Wincompatible-pointer-types] IntToBinary(tmp_minute, &tmp_str); ^~~~~~~~ wmBinClock.c:62:30: note: expected 'int **' but argument is of type 'int (*)[6]' void IntToBinary(int x, int *str[]); ~~~~~^~~~~ wmBinClock.c:684:30: warning: passing argument 2 of 'IntToBinary' from incompatible pointer type [-Wincompatible-pointer-types] IntToBinary(tmp_second, &tmp_str); ^~~~~~~~ wmBinClock.c:62:30: note: expected 'int **' but argument is of type 'int (*)[6]' void IntToBinary(int x, int *str[]); ~~~~~^~~~~ wmBinClock.c:695:27: warning: passing argument 2 of 'IntToBinary' from incompatible pointer type [-Wincompatible-pointer-types] IntToBinary(tmp_day, &tmp_str); ^~~~~~~~ wmBinClock.c:62:30: note: expected 'int **' but argument is of type 'int (*)[6]' void IntToBinary(int x, int *str[]); ~~~~~^~~~~ wmBinClock.c:706:29: warning: passing argument 2 of 'IntToBinary' from incompatible pointer type [-Wincompatible-pointer-types] IntToBinary(tmp_month, &tmp_str); ^~~~~~~~ wmBinClock.c:62:30: note: expected 'int **' but argument is of type 'int (*)[6]' void IntToBinary(int x, int *str[]); ~~~~~^~~~~ wmBinClock.c:82:12: warning: variable 'myWindow' set but not used [-Wunused-but-set-variable] Window myWindow; ^~~~~~~~ wmBinClock.c:80:9: warning: variable 'm' set but not used [-Wunused-but-set-variable] int m; ^ wmBinClock.c: In function 'IntToBinary': wmBinClock.c:790:19: warning: assignment to 'int *' from 'int' makes pointer from integer without a cast [-Wint-conversion] str[counter] = 1; ^ cc -pipe -O2 -fno-strict-aliasing -O2 -Wall -o wmBinClock wmBinClock.o xutils.o -I/usr/local/include/X11 -I/usr/local/include -L/usr/local/lib -lXpm -lX11 -lXext -lm gmake[1]: Leaving directory '/construction/x11-clocks/wmbinclock/wmbinclock-0.51' SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> wmbinclock-0.51 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for wmbinclock-0.51 ===> wmbinclock-0.51 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found ===> Generating temporary packing list install -s -m 555 /construction/x11-clocks/wmbinclock/wmbinclock-0.51/wmBinClock /construction/x11-clocks/wmbinclock/stage/usr/local/bin ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/bin/wmBinClock 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 Error: /usr/local/bin/wmBinClock 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 Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks Warning: Possible REINPLACE_CMD issues sed failed: file content unchanged from backup: wmBinClock.c SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for wmbinclock-0.51 file sizes/checksums [1]: 0% file sizes/checksums [1]: 100% packing files [1]: 0% packing files [1]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:05