>>> Building on exopi-3 under x11/wmx DIST = [x11/wmx:wmx-8.tar.gz] FULLPKGNAME = wmx-8p4 distfiles size=140329 >>> Running build in x11/wmx at 1714829072.47 ===> x11/wmx ===> Building from scratch wmx-8p4 ===> Verifying specs: ICE SM X11 Xau Xcomposite Xdmcp Xext Xft Xpm Xrender c expat fontconfig freetype m c++ c++abi pthread xcb z ===> found ICE.11.0 SM.9.0 X11.18.0 Xau.10.0 Xcomposite.4.0 Xdmcp.11.0 Xext.13.0 Xft.12.0 Xpm.10.0 Xrender.6.0 c.100.0 expat.14.1 fontconfig.13.1 freetype.30.3 m.10.1 c++.10.0 c++abi.7.0 pthread.27.1 xcb.4.1 z.7.0 ===> Checking files for wmx-8p4 `/exopi-cvs/ports/distfiles/wmx-8.tar.gz' is up to date. >> (SHA256) wmx-8.tar.gz: OK ===> Extracting for wmx-8p4 ===> Patching for wmx-8p4 ===> Applying OpenBSD patch patch-Manager_C Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Manager.C.orig Fri Jan 9 12:18:03 2009 |+++ Manager.C Thu Jun 10 23:00:31 2010 -------------------------- Patching file Manager.C using Plan A... Hunk #1 succeeded at 65 (offset 4 lines). 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 wmx-8p4 ===> Configuring for wmx-8p4 Using /exopi-obj/pobj/wmx-8/config.site (generated) configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc configure: loading site script /exopi-obj/pobj/wmx-8/config.site checking whether make sets $(MAKE)... (cached) yes 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 c++ accepts -g... (cached) yes checking how to run the C++ preprocessor... c++ -E checking for X... (cached) libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for XOpenDisplay in -lX11... (cached) yes checking for XShapeQueryExtension in -lXext... yes checking for XpmCreatePixmapFromData in -lXpm... yes checking for XCompositeQueryExtension in -lXcomposite... yes checking for SmcOpenConnection in -lSM... (cached) yes checking for IceConnectionNumber in -lICE... (cached) yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for FT... yes checking for XFT... yes checking for FC... yes checking whether you're still watching... probably not :-) configure: creating ./config.status config.status: creating Makefile configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc ===> Building for wmx-8p4 c++ -c -O2 -pipe -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -Wall Border.C c++ -c -O2 -pipe -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -Wall Buttons.C Buttons.C:207:18: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] KeySym key = XKeycodeToKeysym(display(), ev->keycode, 0); ^ /usr/X11R6/include/X11/Xlib.h:1686:1: note: 'XKeycodeToKeysym' has been explicitly marked deprecated here _X_DEPRECATED ^ /usr/X11R6/include/X11/Xfuncproto.h:136:40: note: expanded from macro '_X_DEPRECATED' # define _X_DEPRECATED __attribute__((deprecated)) ^ Buttons.C:407:18: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] KeySym key = XKeycodeToKeysym(display(), ev->keycode, 0); ^ /usr/X11R6/include/X11/Xlib.h:1686:1: note: 'XKeycodeToKeysym' has been explicitly marked deprecated here _X_DEPRECATED ^ /usr/X11R6/include/X11/Xfuncproto.h:136:40: note: expanded from macro '_X_DEPRECATED' # define _X_DEPRECATED __attribute__((deprecated)) ^ 2 warnings generated. c++ -c -O2 -pipe -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -Wall Channel.C c++ -c -O2 -pipe -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -Wall Client.C Client.C:668:45: warning: implicit conversion from 'int' to 'unsigned char' changes value from 256 to 0 [-Wconstant-conversion] setNetwmProperty(Atoms::netwm_winState, WIN_STATE_FIXED_POSITION, !movable); ~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~ ./General.h:79:37: note: expanded from macro 'WIN_STATE_FIXED_POSITION' #define WIN_STATE_FIXED_POSITION (1<<8) /*window is fixed in position even*/ ~^~~ Client.C:815:15: warning: explicitly assigning value of variable of type 'unsigned long' to itself [-Wself-assign] n = n; ~ ^ ~ Client.C:1617:31: warning: if statement has empty body [-Wempty-body] if(m_isFullHeight); ^ Client.C:1617:31: note: put the semicolon on a separate line to silence this warning 3 warnings generated. c++ -c -O2 -pipe -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -Wall Config.C c++ -c -O2 -pipe -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -Wall Events.C c++ -c -O2 -pipe -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -Wall Main.C c++ -c -O2 -pipe -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -Wall Manager.C c++ -c -O2 -pipe -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -Wall Menu.C Menu.C:485:19: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] KeySym key = XKeycodeToKeysym(display(), event.xkey.keycode, 0); ^ /usr/X11R6/include/X11/Xlib.h:1686:1: note: 'XKeycodeToKeysym' has been explicitly marked deprecated here _X_DEPRECATED ^ /usr/X11R6/include/X11/Xfuncproto.h:136:40: note: expanded from macro '_X_DEPRECATED' # define _X_DEPRECATED __attribute__((deprecated)) ^ 1 warning generated. c++ -c -O2 -pipe -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -Wall Rotated.C c++ -c -O2 -pipe -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -Wall Session.C test -f wmx && mv -f wmx wmx.old || true c++ -o wmx Border.o Buttons.o Channel.o Client.o Config.o Events.o Main.o Manager.o Menu.o Rotated.o Session.o -L/usr/X11R6/lib -lICE -lSM -lXcomposite -lXpm -lXext -lX11 -L/usr/X11R6/lib -lXft -L/usr/X11R6/lib -lfreetype -L/usr/X11R6/lib -lfontconfig -lfreetype Channel.C(Channel.o:(WindowManager::shapeNumberWindow(unsigned long, int, int))): warning: sprintf() is often misused, please use snprintf() Config.C(Config.o:(DynamicConfig::DynamicConfig())): warning: strcpy() is almost always misused, please use strlcpy() Config.C(Config.o:(DynamicConfig::DynamicConfig())): warning: strcat() is almost always misused, please use strlcat() >>> Running package in x11/wmx at 1714829090.51 ===> x11/wmx ===> Faking installation for wmx-8p4 ===> Building package for wmx-8p4 Create /exopi-cvs/ports/packages/amd64/all/wmx-8p4.tgz Creating package wmx-8p4 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|** | 3% checksumming|**** | 7% checksumming|****** | 10% checksumming|******** | 13% checksumming|********** | 17% checksumming|************ | 20% checksumming|************** | 23% checksumming|**************** | 27% checksumming|****************** | 30% checksumming|******************** | 33% checksumming|********************** | 37% checksumming|************************ | 40% checksumming|************************** | 43% checksumming|**************************** | 47% checksumming|******************************* | 50% checksumming|********************************* | 53% checksumming|*********************************** | 57% checksumming|************************************* | 60% checksumming|*************************************** | 63% checksumming|***************************************** | 67% checksumming|******************************************* | 70% checksumming|********************************************* | 73% checksumming|*********************************************** | 77% checksumming|************************************************* | 80% checksumming|*************************************************** | 83% checksumming|***************************************************** | 87% checksumming|******************************************************* | 90% checksumming|********************************************************* | 93% checksumming|*********************************************************** | 97% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|************************************************************ | 93% archiving|****************************************************************|100% >>> Running clean in x11/wmx at 1714829093.95 ===> x11/wmx ===> Cleaning for wmx-8p4 >>> Ended at 1714829094.75 max_stuck=0.52/build=18.04/package=3.43/clean=0.83