>>> Building on exopi-1 under x11/uwm BDEPENDS = [devel/bison;devel/gettext,-runtime;graphics/jpeg] DIST = [x11/uwm:uwm-0.2.11a.tar.gz] FULLPKGNAME = uwm-0.2.11ap0 RDEPENDS = [graphics/jpeg;devel/gettext,-runtime] (Junk lock obtained for exopi-1 at 1714751002.13) >>> Running depends in x11/uwm at 1714751002.16 last junk was in www/py-mastodon.py,python3 /usr/sbin/pkg_add -aI -Drepair bison-3.8.2 gettext-runtime-0.22.5 jpeg-3.0.2v0 was: /usr/sbin/pkg_add -aI -Drepair bison-3.8.2 gettext-runtime-0.22.5 jpeg-3.0.2v0 /usr/sbin/pkg_add -aI -Drepair bison-3.8.2 gettext-runtime-0.22.5 jpeg-3.0.2v0 >>> Running show-prepare-results in x11/uwm at 1714751006.06 ===> x11/uwm ===> Building from scratch uwm-0.2.11ap0 ===> uwm-0.2.11ap0 depends on: bison-* -> bison-3.8.2 ===> uwm-0.2.11ap0 depends on: gettext-runtime-* -> gettext-runtime-0.22.5 ===> uwm-0.2.11ap0 depends on: jpeg-* -> jpeg-3.0.2v0 ===> Verifying specs: ICE SM X11 Xext Xmu Xpm c iconv intl jpeg ===> found ICE.11.0 SM.9.0 X11.18.0 Xext.13.0 Xmu.11.0 Xpm.10.0 c.100.0 iconv.7.1 intl.8.0 jpeg.70.2 bison-3.8.2 gettext-runtime-0.22.5 jpeg-3.0.2v0 (Junk lock released for exopi-1 at 1714751007.10) distfiles size=633259 >>> Running build in x11/uwm at 1714751007.12 ===> x11/uwm ===> Checking files for uwm-0.2.11ap0 `/exopi-cvs/ports/distfiles/uwm-0.2.11a.tar.gz' is up to date. >> (SHA256) uwm-0.2.11a.tar.gz: OK ===> Extracting for uwm-0.2.11ap0 ===> Patching for uwm-0.2.11ap0 ===> Applying OpenBSD patch patch-uwm_workspaces_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Comment out unused variables to fix build with -fno-common. | |Index: uwm/workspaces.h |--- uwm/workspaces.h.orig |+++ uwm/workspaces.h -------------------------- Patching file uwm/workspaces.h using Plan A... Hunk #1 succeeded at 94. 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 uwm-0.2.11ap0 ===> Configuring for uwm-0.2.11ap0 Using /exopi-obj/pobj/uwm-0.2.11a/config.site (generated) configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc configure: loading site script /exopi-obj/pobj/uwm-0.2.11a/config.site checking for a BSD-compatible install... /exopi-obj/pobj/uwm-0.2.11a/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking for style of include used by make... GNU checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for gcc... (cached) cc 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... (cached) none needed checking dependency style of cc... (cached) gcc3 checking whether cc understands -c and -o together... yes checking how to run the C preprocessor... cc -E checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for bison... yacc checking whether NLS is requested... yes checking for msgfmt... /usr/local/bin/msgfmt checking for gmsgfmt... /usr/local/bin/msgfmt checking for xgettext... /usr/local/bin/xgettext checking for msgmerge... /usr/local/bin/msgmerge checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking whether we are using the GNU C Library 2 or newer... no checking for ranlib... (cached) ranlib checking whether the -Werror option is usable... yes checking for simple visibility declarations... yes checking for inline... inline checking for size_t... (cached) yes checking for stdint.h... yes checking for working alloca.h... (cached) no checking for alloca... (cached) yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... (cached) yes checking whether integer division by zero raises SIGFPE... no checking for inttypes.h... yes checking for unsigned long long int... yes checking for inttypes.h... (cached) yes checking whether the inttypes.h PRIxNN macros are broken... no checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking whether imported symbols can be declared weak... yes checking for pthread.h... (cached) yes checking for pthread_kill in -lpthread... yes checking for multithread API to use... posix checking for pthread_rwlock_t... yes checking for iconv... yes checking for working iconv... yes checking how to link with libiconv... /usr/local/lib/libiconv.so.7.1 checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking argz.h usability... no checking argz.h presence... no checking for argz.h... no checking for inttypes.h... (cached) yes checking for limits.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for getcwd... (cached) yes checking for getegid... (cached) yes checking for geteuid... (cached) yes checking for getgid... (cached) yes checking for getuid... (cached) yes checking for mempcpy... no checking for munmap... (cached) yes checking for stpcpy... (cached) yes checking for strcasecmp... (cached) yes checking for strdup... (cached) yes checking for strtoul... (cached) yes checking for tsearch... (cached) yes checking for uselocale... yes checking for argz_count... no checking for argz_stringify... no checking for argz_next... no checking for __fsetlocking... no checking whether feof_unlocked is declared... no checking whether fgets_unlocked is declared... no checking for bison... bison checking version of bison... 3.8.2, ok checking for long long int... yes checking for wchar_t... yes checking for wint_t... yes checking for intmax_t... yes checking whether printf() supports POSIX/XSI format strings... yes checking whether we are using the GNU C Library >= 2.1 or uClibc... no checking for stdint.h... (cached) yes checking for SIZE_MAX... yes checking for stdint.h... (cached) yes checking for symlink... (cached) yes checking for working fcntl.h... yes checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for ptrdiff_t... yes checking features.h usability... no checking features.h presence... no checking for features.h... no checking for stddef.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for asprintf... (cached) yes checking for fwprintf... yes checking for newlocale... yes checking for putenv... (cached) yes checking for setenv... (cached) yes checking for setlocale... (cached) yes checking for snprintf... (cached) yes checking for strnlen... yes checking for wcslen... yes checking for wcsnlen... no checking for mbrtowc... (cached) yes checking for wcrtomb... (cached) yes checking whether _snprintf is declared... no checking whether _snwprintf is declared... no checking whether getc_unlocked is declared... yes checking for nl_langinfo and CODESET... yes checking for LC_MESSAGES... yes checking for CFPreferencesCopyAppValue... (cached) no checking for CFLocaleCopyCurrent... (cached) no checking whether included gettext is requested... no checking for GNU gettext in libc... no checking for GNU gettext in libintl... yes checking whether to use NLS... yes checking where the gettext function comes from... external libintl checking how to link with libintl... /usr/local/lib/libintl.so.8.0 /usr/local/lib/libiconv.so.7.1 -Wl,-rpath,/usr/local/lib checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking for X... (cached) libraries /usr/X11R6/lib, headers /usr/X11R6/include checking whether -R must be followed by a space... neither works checking for gethostbyname... (cached) yes checking for connect... (cached) yes checking for remove... (cached) yes checking for shmat... (cached) yes checking for IceConnectionNumber in -lICE... (cached) yes checking for fcntl.h... (cached) yes checking for strings.h... (cached) yes checking for unistd.h... (cached) yes checking for time.h... (cached) yes checking for locale.h... (cached) yes checking for pid_t... (cached) yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... (cached) yes checking for vfork... (cached) yes checking for working fork... (cached) yes checking for working vfork... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking for memset... (cached) yes checking for strchr... (cached) yes checking for strstr... (cached) yes checking for uname... (cached) yes checking for popen... (cached) yes checking for nanosleep... (cached) yes checking for putenv... (cached) yes checking for pid_t... (cached) yes checking for main in -ljpeg... yes checking for main in -lICE... (cached) yes checking for main in -lSM... (cached) yes checking for main in -lX11... (cached) yes checking for main in -lXext... (cached) yes checking for main in -lXpm... (cached) yes checking for XmuGetHostname in -lXmu... yes configure: creating ./config.status config.status: creating intl/Makefile config.status: creating uwm/Makefile config.status: creating config/Makefile config.status: creating doc/Makefile config.status: creating extras/Makefile config.status: creating extras/tools/Makefile config.status: creating gfx/Makefile config.status: creating Makefile config.status: creating ude.spec config.status: creating config/StartScript config.status: creating po/Makefile.in config.status: creating config.h config.status: executing depfiles commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc ===> Building for uwm-0.2.11ap0 /usr/bin/make all-recursive Making all in intl Making all in config Making all in extras Making all in tools Making all in gfx Making all in doc Making all in uwm cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -I../lib -DUWMVERSION=\"0.2.11a\" -DLOCALEDIR=\"/usr/local/share/locale\" -DUDE_DIR=\"/usr/local/share/uwm\" -DUDE_BIN_PATH=\"/usr/local/bin\" -I/usr/local/include -O2 -pipe -MT uwm-widgets.o -MD -MP -MF .deps/uwm-widgets.Tpo -c -o uwm-widgets.o `test -f 'widgets.c' || echo './'`widgets.c mv -f .deps/uwm-widgets.Tpo .deps/uwm-widgets.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -I../lib -DUWMVERSION=\"0.2.11a\" -DLOCALEDIR=\"/usr/local/share/locale\" -DUDE_DIR=\"/usr/local/share/uwm\" -DUDE_BIN_PATH=\"/usr/local/bin\" -I/usr/local/include -O2 -pipe -MT uwm-special.o -MD -MP -MF .deps/uwm-special.Tpo -c -o uwm-special.o `test -f 'special.c' || echo './'`special.c special.c:115:24: warning: passing arguments to 'DeiconifyMenu' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DeiconifyMenu(x,y); ^ 1 warning generated. mv -f .deps/uwm-special.Tpo .deps/uwm-special.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -I../lib -DUWMVERSION=\"0.2.11a\" -DLOCALEDIR=\"/usr/local/share/locale\" -DUDE_DIR=\"/usr/local/share/uwm\" -DUDE_BIN_PATH=\"/usr/local/bin\" -I/usr/local/include -O2 -pipe -MT uwm-rubber.o -MD -MP -MF .deps/uwm-rubber.Tpo -c -o uwm-rubber.o `test -f 'rubber.c' || echo './'`rubber.c rubber.c:41:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void StartRubber(lx,ly,lwidth,lheight,BorderWidth) ^ rubber.c:62:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void SqueezeRubber(lx,ly,lwidth,lheight) ^ rubber.c:90:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void StopRubber(lx,ly,lwidth,lheight) ^ 3 warnings generated. mv -f .deps/uwm-rubber.Tpo .deps/uwm-rubber.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -I../lib -DUWMVERSION=\"0.2.11a\" -DLOCALEDIR=\"/usr/local/share/locale\" -DUDE_DIR=\"/usr/local/share/uwm\" -DUDE_BIN_PATH=\"/usr/local/bin\" -I/usr/local/include -O2 -pipe -MT uwm-move.o -MD -MP -MF .deps/uwm-move.Tpo -c -o uwm-move.o `test -f 'move.c' || echo './'`move.c move.c:142:11: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] if((abs(ActiveWin->Attr.x-xstart)<3)&&(abs(ActiveWin->Attr.y-ystart)<3)\ ^ move.c:142:11: note: remove the call to 'abs' since unsigned values cannot be negative if((abs(ActiveWin->Attr.x-xstart)<3)&&(abs(ActiveWin->Attr.y-ystart)<3)\ ^~~ move.c:142:46: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] if((abs(ActiveWin->Attr.x-xstart)<3)&&(abs(ActiveWin->Attr.y-ystart)<3)\ ^ move.c:142:46: note: remove the call to 'abs' since unsigned values cannot be negative if((abs(ActiveWin->Attr.x-xstart)<3)&&(abs(ActiveWin->Attr.y-ystart)<3)\ ^~~ 2 warnings generated. mv -f .deps/uwm-move.Tpo .deps/uwm-move.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -I../lib -DUWMVERSION=\"0.2.11a\" -DLOCALEDIR=\"/usr/local/share/locale\" -DUDE_DIR=\"/usr/local/share/uwm\" -DUDE_BIN_PATH=\"/usr/local/bin\" -I/usr/local/include -O2 -pipe -MT uwm-resize.o -MD -MP -MF .deps/uwm-resize.Tpo -c -o uwm-resize.o `test -f 'resize.c' || echo './'`resize.c mv -f .deps/uwm-resize.Tpo .deps/uwm-resize.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -I../lib -DUWMVERSION=\"0.2.11a\" -DLOCALEDIR=\"/usr/local/share/locale\" -DUDE_DIR=\"/usr/local/share/uwm\" -DUDE_BIN_PATH=\"/usr/local/bin\" -I/usr/local/include -O2 -pipe -MT uwm-windows.o -MD -MP -MF .deps/uwm-windows.Tpo -c -o uwm-windows.o `test -f 'windows.c' || echo './'`windows.c In file included from windows.c:50: ./windows.h:25:6: 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 definition [-Wdeprecated-non-prototype] void DeiconifyMenu(); ^ windows.c:564:6: note: conflicting prototype is here void DeiconifyMenu(int x, int y) ^ 1 warning generated. mv -f .deps/uwm-windows.Tpo .deps/uwm-windows.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -I../lib -DUWMVERSION=\"0.2.11a\" -DLOCALEDIR=\"/usr/local/share/locale\" -DUDE_DIR=\"/usr/local/share/uwm\" -DUDE_BIN_PATH=\"/usr/local/bin\" -I/usr/local/include -O2 -pipe -MT uwm-handlers.o -MD -MP -MF .deps/uwm-handlers.Tpo -c -o uwm-handlers.o `test -f 'handlers.c' || echo './'`handlers.c handlers.c:497:33: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if((event->xproperty.window == uc->win)) switch(event->xproperty.atom){ ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ handlers.c:497:33: note: remove extraneous parentheses around the comparison to silence this warning if((event->xproperty.window == uc->win)) switch(event->xproperty.atom){ ~ ^ ~ handlers.c:497:33: note: use '=' to turn this equality comparison into an assignment if((event->xproperty.window == uc->win)) switch(event->xproperty.atom){ ^~ = 1 warning generated. mv -f .deps/uwm-handlers.Tpo .deps/uwm-handlers.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -I../lib -DUWMVERSION=\"0.2.11a\" -DLOCALEDIR=\"/usr/local/share/locale\" -DUDE_DIR=\"/usr/local/share/uwm\" -DUDE_BIN_PATH=\"/usr/local/bin\" -I/usr/local/include -O2 -pipe -MT uwm-properties.o -MD -MP -MF .deps/uwm-properties.Tpo -c -o uwm-properties.o `test -f 'properties.c' || echo './'`properties.c mv -f .deps/uwm-properties.Tpo .deps/uwm-properties.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -I../lib -DUWMVERSION=\"0.2.11a\" -DLOCALEDIR=\"/usr/local/share/locale\" -DUDE_DIR=\"/usr/local/share/uwm\" -DUDE_BIN_PATH=\"/usr/local/bin\" -I/usr/local/include -O2 -pipe -MT uwm-nodes.o -MD -MP -MF .deps/uwm-nodes.Tpo -c -o uwm-nodes.o `test -f 'nodes.c' || echo './'`nodes.c mv -f .deps/uwm-nodes.Tpo .deps/uwm-nodes.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -I../lib -DUWMVERSION=\"0.2.11a\" -DLOCALEDIR=\"/usr/local/share/locale\" -DUDE_DIR=\"/usr/local/share/uwm\" -DUDE_BIN_PATH=\"/usr/local/bin\" -I/usr/local/include -O2 -pipe -MT uwm-winmenu.o -MD -MP -MF .deps/uwm-winmenu.Tpo -c -o uwm-winmenu.o `test -f 'winmenu.c' || echo './'`winmenu.c mv -f .deps/uwm-winmenu.Tpo .deps/uwm-winmenu.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -I../lib -DUWMVERSION=\"0.2.11a\" -DLOCALEDIR=\"/usr/local/share/locale\" -DUDE_DIR=\"/usr/local/share/uwm\" -DUDE_BIN_PATH=\"/usr/local/bin\" -I/usr/local/include -O2 -pipe -MT uwm-winmenumenu.o -MD -MP -MF .deps/uwm-winmenumenu.Tpo -c -o uwm-winmenumenu.o `test -f 'winmenumenu.c' || echo './'`winmenumenu.c winmenumenu.c:101:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] p(TheWin,pr->arg); ^ 1 warning generated. mv -f .deps/uwm-winmenumenu.Tpo .deps/uwm-winmenumenu.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -I../lib -DUWMVERSION=\"0.2.11a\" -DLOCALEDIR=\"/usr/local/share/locale\" -DUDE_DIR=\"/usr/local/share/uwm\" -DUDE_BIN_PATH=\"/usr/local/bin\" -I/usr/local/include -O2 -pipe -MT uwm-menu.o -MD -MP -MF .deps/uwm-menu.Tpo -c -o uwm-menu.o `test -f 'menu.c' || echo './'`menu.c menu.c:402:71: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if(event.type=abs(yo)) { ^ placement.c:189:6: note: use function 'labs' instead if(abs(xo)>=abs(yo)) { ^~~ labs placement.c:189:15: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] if(abs(xo)>=abs(yo)) { ^ placement.c:189:15: note: use function 'labs' instead if(abs(xo)>=abs(yo)) { ^~~ labs 2 warnings generated. mv -f .deps/uwm-placement.Tpo .deps/uwm-placement.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -I../lib -DUWMVERSION=\"0.2.11a\" -DLOCALEDIR=\"/usr/local/share/locale\" -DUDE_DIR=\"/usr/local/share/uwm\" -DUDE_BIN_PATH=\"/usr/local/bin\" -I/usr/local/include -O2 -pipe -MT uwm-urm.o -MD -MP -MF .deps/uwm-urm.Tpo -c -o uwm-urm.o `test -f 'urm.c' || echo './'`urm.c urm.c:181:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int Resolution(pixels, mm) ^ 1 warning generated. mv -f .deps/uwm-urm.Tpo .deps/uwm-urm.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -I../lib -DUWMVERSION=\"0.2.11a\" -DLOCALEDIR=\"/usr/local/share/locale\" -DUDE_DIR=\"/usr/local/share/uwm\" -DUDE_BIN_PATH=\"/usr/local/bin\" -I/usr/local/include -O2 -pipe -MT uwm-workspaces.o -MD -MP -MF .deps/uwm-workspaces.Tpo -c -o uwm-workspaces.o `test -f 'workspaces.c' || echo './'`workspaces.c workspaces.c:80:18: warning: passing arguments to 'GrabServer' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GrabServer (disp); ^ workspaces.c:122:20: warning: passing arguments to 'UngrabServer' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UngrabServer (disp); ^ 2 warnings generated. mv -f .deps/uwm-workspaces.Tpo .deps/uwm-workspaces.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -I../lib -DUWMVERSION=\"0.2.11a\" -DLOCALEDIR=\"/usr/local/share/locale\" -DUDE_DIR=\"/usr/local/share/uwm\" -DUDE_BIN_PATH=\"/usr/local/bin\" -I/usr/local/include -O2 -pipe -MT uwm-pix.o -MD -MP -MF .deps/uwm-pix.Tpo -c -o uwm-pix.o `test -f 'pix.c' || echo './'`pix.c mv -f .deps/uwm-pix.Tpo .deps/uwm-pix.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -I../lib -DUWMVERSION=\"0.2.11a\" -DLOCALEDIR=\"/usr/local/share/locale\" -DUDE_DIR=\"/usr/local/share/uwm\" -DUDE_BIN_PATH=\"/usr/local/bin\" -I/usr/local/include -O2 -pipe -MT uwm-selection.o -MD -MP -MF .deps/uwm-selection.Tpo -c -o uwm-selection.o `test -f 'selection.c' || echo './'`selection.c mv -f .deps/uwm-selection.Tpo .deps/uwm-selection.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -I../lib -DUWMVERSION=\"0.2.11a\" -DLOCALEDIR=\"/usr/local/share/locale\" -DUDE_DIR=\"/usr/local/share/uwm\" -DUDE_BIN_PATH=\"/usr/local/bin\" -I/usr/local/include -O2 -pipe -MT uwm-wingroups.o -MD -MP -MF .deps/uwm-wingroups.Tpo -c -o uwm-wingroups.o `test -f 'wingroups.c' || echo './'`wingroups.c mv -f .deps/uwm-wingroups.Tpo .deps/uwm-wingroups.Po cc -DHAVE_CONFIG_H -I. -I.. -I/usr/X11R6/include -I../lib -DUWMVERSION=\"0.2.11a\" -DLOCALEDIR=\"/usr/local/share/locale\" -DUDE_DIR=\"/usr/local/share/uwm\" -DUDE_BIN_PATH=\"/usr/local/bin\" -I/usr/local/include -O2 -pipe -MT uwm-uwm.o -MD -MP -MF .deps/uwm-uwm.Tpo -c -o uwm-uwm.o `test -f 'uwm.c' || echo './'`uwm.c uwm.c:210:51: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if(Handle[event.type]) (*Handle[event.type])(&event); ^ 1 warning generated. mv -f .deps/uwm-uwm.Tpo .deps/uwm-uwm.Po cc -O2 -pipe -L/usr/X11R6/lib -lSM -lICE /usr/local/lib/libintl.so.8.0 /usr/local/lib/libiconv.so.7.1 -Wl,-rpath,/usr/local/lib -L/usr/local/lib -o uwm uwm-widgets.o uwm-special.o uwm-rubber.o uwm-move.o uwm-resize.o uwm-windows.o uwm-handlers.o uwm-properties.o uwm-nodes.o uwm-winmenu.o uwm-winmenumenu.o uwm-menu.o uwm-applications.o uwm-init.o uwm-uwmmenu.o uwm-placement.o uwm-urm.o uwm-workspaces.o uwm-pix.o uwm-selection.o uwm-wingroups.o uwm-uwm.o -lXmu -lXpm -lXext -lX11 -lSM -lICE -ljpeg uwm.c(uwm-uwm.o:(CleanUp)): warning: sprintf() is often misused, please use snprintf() uwm.c(uwm-uwm.o:(CleanUp)): warning: strcpy() is almost always misused, please use strlcpy() Making all in po >>> Running package in x11/uwm at 1714751036.18 ===> x11/uwm ===> Faking installation for uwm-0.2.11ap0 Making install in intl if { test "uwm" = "gettext-runtime" || test "uwm" = "gettext-tools"; } && test 'no' = yes; then mkdir -p -- /exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/lib /exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/include; /exopi-obj/pobj/uwm-0.2.11a/bin/install -c -m 644 libintl.h /exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/include/libintl.h; /usr/bin/libtool --mode=install /exopi-obj/pobj/uwm-0.2.11a/bin/install -c -m 644 libintl.a /exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/lib/libintl.a; if test "@RELOCATABLE@" = yes; then dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < /exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/lib/libintl.la | sed -e "s,^',," -e "s,'\$,,"`; if test -n "$dependencies"; then rm -f /exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/lib/libintl.la; fi; fi; else : ; fi if test "uwm" = "gettext-tools" && test 'no' = no && test no != no; then mkdir -p -- /exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/lib; /usr/bin/libtool --mode=install /exopi-obj/pobj/uwm-0.2.11a/bin/install -c -m 644 libgnuintl.a /exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/lib/libgnuintl.a; rm -f /exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/lib/preloadable_libintl.so; /exopi-obj/pobj/uwm-0.2.11a/bin/install -c -m 644 /exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/lib/libgnuintl.so /exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/lib/preloadable_libintl.so; /usr/bin/libtool --mode=uninstall rm -f /exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/lib/libgnuintl.a; else : ; fi if test 'no' = yes; then if test no = no; then case 'openbsd7.5' in darwin[56]*) need_charset_alias=true ;; darwin* | cygwin* | mingw* | pw32* | cegcc*) need_charset_alias=false ;; *) need_charset_alias=true ;; esac; else need_charset_alias=false; fi; if $need_charset_alias; then mkdir -p -- /exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/lib; fi; temp=/exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/lib/t-charset.alias; dest=/exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/lib/charset.alias; if test -f /exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/lib/charset.alias; then orig=/exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/lib/charset.alias; sed -f ref-add.sed $orig > $temp; /exopi-obj/pobj/uwm-0.2.11a/bin/install -c -m 644 $temp $dest; rm -f $temp; else if $need_charset_alias; then orig=charset.alias; sed -f ref-add.sed $orig > $temp; /exopi-obj/pobj/uwm-0.2.11a/bin/install -c -m 644 $temp $dest; rm -f $temp; fi; fi; mkdir -p -- /exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/share/locale; test -f /exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/share/locale/locale.alias && orig=/exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/share/locale/locale.alias || orig=./locale.alias; temp=/exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/share/locale/t-locale.alias; dest=/exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/share/locale/locale.alias; sed -f ref-add.sed $orig > $temp; /exopi-obj/pobj/uwm-0.2.11a/bin/install -c -m 644 $temp $dest; rm -f $temp; else : ; fi if test "uwm" = "gettext-tools"; then mkdir -p -- /exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/share/gettext/intl; /exopi-obj/pobj/uwm-0.2.11a/bin/install -c -m 644 VERSION /exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/share/gettext/intl/VERSION; /exopi-obj/pobj/uwm-0.2.11a/bin/install -c -m 644 ChangeLog.inst /exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/share/gettext/intl/ChangeLog; dists="COPYING.LIB Makefile.in config.charset locale.alias ref-add.sin ref-del.sin export.h libintl.rc gmo.h gettextP.h hash-string.h loadinfo.h plural-exp.h eval-plural.h localcharset.h lock.h relocatable.h tsearch.h tsearch.c verify.h xsize.h printf-args.h printf-args.c printf-parse.h wprintf-parse.h printf-parse.c vasnprintf.h vasnwprintf.h vasnprintf.c os2compat.h libgnuintl.in.h bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c hash-string.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c dcigettext.c dcngettext.c dngettext.c ngettext.c plural.y plural-exp.c localcharset.c threadlib.c lock.c relocatable.c langprefs.c localename.c log.c printf.c setlocale.c version.c xsize.c osdep.c os2compat.c intl-exports.c intl-compat.c"; for file in $dists; do /exopi-obj/pobj/uwm-0.2.11a/bin/install -c -m 644 ./$file /exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/share/gettext/intl/$file; done; chmod a+x /exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/share/gettext/intl/config.charset; dists="plural.c"; for file in $dists; do if test -f $file; then dir=.; else dir=.; fi; /exopi-obj/pobj/uwm-0.2.11a/bin/install -c -m 644 $dir/$file /exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/share/gettext/intl/$file; done; dists="xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c COPYING.LIB-2 COPYING.LIB-2.0 COPYING.LIB-2.1 gettext.h libgettext.h plural-eval.c libgnuintl.h libgnuintl.h_vms Makefile.vms libgnuintl.h.msvc-static libgnuintl.h.msvc-shared Makefile.msvc"; for file in $dists; do rm -f /exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/share/gettext/intl/$file; done; else : ; fi Making install in config mkdir -p '/exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/share/uwm/config' /exopi-obj/pobj/uwm-0.2.11a/bin/install -c -m 644 appmenu mountmenu urdb uwmrc uwmrc-behaviour.hook uwmrc-layout.hook uwmrc-ws.hook '/exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/share/uwm/config' mkdir -p '/exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/share/uwm/config' /exopi-obj/pobj/uwm-0.2.11a/bin/install -c -m 755 StartScript StopScript '/exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/share/uwm/config' Making install in extras Making install in tools mkdir -p '/exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/share/uwm/extras/tools' /exopi-obj/pobj/uwm-0.2.11a/bin/install -c -m 755 dirtomenu dirtomenu-recursive '/exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/share/uwm/extras/tools' Making install in gfx mkdir -p '/exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/share/uwm/gfx' /exopi-obj/pobj/uwm-0.2.11a/bin/install -c -m 644 autorise.xpm autorises.xpm back.xpm backs.xpm close.xpm closes.xpm iconify.xpm iconifys.xpm kill.xpm kills.xpm menu.xpm menus.xpm really.xpm reallys.xpm '/exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/share/uwm/gfx' Making install in doc mkdir -p '/exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/share/doc/uwm' /exopi-obj/pobj/uwm-0.2.11a/bin/install -c -m 644 l2h.conf manual.tex manual.pdf README '/exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/share/doc/uwm' Making install in uwm mkdir -p '/exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/bin' /exopi-obj/pobj/uwm-0.2.11a/bin/install -c -s -m 755 uwm '/exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/bin' Making install in po if test "uwm" = "gettext-tools"; then mkdir -p -- /exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/share/gettext/po; for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do /exopi-obj/pobj/uwm-0.2.11a/bin/install -c -m 644 ./$file /exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/share/gettext/po/$file; done; for file in Makevars; do rm -f /exopi-obj/pobj/uwm-0.2.11a/fake-amd64/usr/local/share/gettext/po/$file; done; else : ; fi ===> Building package for uwm-0.2.11ap0 Create /exopi-cvs/ports/packages/amd64/all/uwm-0.2.11ap0.tgz Creating package uwm-0.2.11ap0 reading plist| checking dependencies| checking dependencies|devel/gettext,-runtime checking dependencies|graphics/jpeg checksumming| checksumming| | 0% checksumming|* | 2% checksumming|** | 4% checksumming|*** | 5% checksumming|**** | 7% checksumming|****** | 9% checksumming|******* | 11% checksumming|******** | 13% checksumming|********* | 15% checksumming|********** | 16% checksumming|*********** | 18% checksumming|************ | 20% checksumming|************* | 22% checksumming|************** | 24% checksumming|**************** | 25% checksumming|***************** | 27% checksumming|****************** | 29% checksumming|******************* | 31% checksumming|******************** | 33% checksumming|********************* | 35% checksumming|********************** | 36% checksumming|*********************** | 38% checksumming|************************ | 40% checksumming|************************** | 42% checksumming|*************************** | 44% checksumming|**************************** | 45% checksumming|***************************** | 47% checksumming|****************************** | 49% checksumming|******************************* | 51% checksumming|******************************** | 53% checksumming|********************************* | 55% checksumming|********************************** | 56% checksumming|*********************************** | 58% checksumming|************************************* | 60% checksumming|************************************** | 62% checksumming|*************************************** | 64% checksumming|**************************************** | 65% checksumming|***************************************** | 67% checksumming|****************************************** | 69% checksumming|******************************************* | 71% checksumming|******************************************** | 73% checksumming|********************************************* | 75% checksumming|*********************************************** | 76% checksumming|************************************************ | 78% checksumming|************************************************* | 80% checksumming|************************************************** | 82% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|***************************************************** | 87% checksumming|****************************************************** | 89% checksumming|******************************************************* | 91% checksumming|********************************************************* | 93% checksumming|********************************************************** | 95% checksumming|*********************************************************** | 96% checksumming|************************************************************ | 98% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|************************ | 38% archiving|************************* | 38% archiving|************************* | 39% archiving|********************************************** | 72% archiving|*************************************************** | 80% archiving|**************************************************** | 81% archiving|******************************************************* | 86% archiving|******************************************************** | 87% archiving|********************************************************* | 89% archiving|********************************************************** | 90% archiving|********************************************************** | 91% archiving|*********************************************************** | 91% archiving|*********************************************************** | 92% archiving|*********************************************************** | 93% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|************************************************************** | 96% archiving|************************************************************** | 97% archiving|************************************************************** | 98% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/uwm-0.2.11ap0.tgz >>> Running clean in x11/uwm at 1714751039.13 ===> x11/uwm ===> Cleaning for uwm-0.2.11ap0 >>> Ended at 1714751039.39 max_stuck=1.49/depends=3.91/show-prepare-results=1.06/build=29.06/package=2.94/clean=0.28