>>> Building on exopi-2 under games/xbill BDEPENDS = [devel/autoconf/2.13;devel/metaauto] DIST = [games/xbill:xbill-2.1.tar.gz] FULLPKGNAME = xbill-2.1p2 (Junk lock obtained for exopi-2 at 1714747540.11) >>> Running depends in games/xbill at 1714747540.14 last junk was in comms/hackrf /usr/sbin/pkg_add -aI -Drepair autoconf-2.13p4 metaauto-1.0p4 was: /usr/sbin/pkg_add -aI -Drepair autoconf-2.13p4 metaauto-1.0p4 /usr/sbin/pkg_add -aI -Drepair autoconf-2.13p4 metaauto-1.0p4 >>> Running show-prepare-results in games/xbill at 1714747542.12 ===> games/xbill ===> Building from scratch xbill-2.1p2 ===> xbill-2.1p2 depends on: metaauto-* -> metaauto-1.0p4 ===> xbill-2.1p2 depends on: autoconf-2.13 -> autoconf-2.13p4 ===> Verifying specs: ICE SM X11 Xaw Xmu Xpm Xt c xcb ===> found ICE.11.0 SM.9.0 X11.18.0 Xaw.16.0 Xmu.11.0 Xpm.10.0 Xt.11.1 c.100.0 xcb.4.1 autoconf-2.13p4 metaauto-1.0p4 (Junk lock released for exopi-2 at 1714747542.82) distfiles size=77610 >>> Running build in games/xbill at 1714747542.86 ===> games/xbill ===> Checking files for xbill-2.1p2 `/exopi-cvs/ports/distfiles/xbill-2.1.tar.gz' is up to date. >> (SHA256) xbill-2.1.tar.gz: OK ===> Extracting for xbill-2.1p2 ===> Patching for xbill-2.1p2 ===> Applying OpenBSD patch patch-Makefile_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Makefile.in.orig Tue Oct 30 19:31:09 2001 |+++ Makefile.in Wed Dec 5 16:29:34 2007 -------------------------- Patching file Makefile.in using Plan A... Hunk #1 succeeded at 23. Hunk #2 succeeded at 85. 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 xbill-2.1p2 Running autoconf-2.13 in /exopi-obj/pobj/xbill-2.1/xbill-2.1 Running autoheader-2.13 in /exopi-obj/pobj/xbill-2.1/xbill-2.1 ===> Configuring for xbill-2.1p2 Using /exopi-obj/pobj/xbill-2.1/config.site (generated) loading site script /exopi-obj/pobj/xbill-2.1/config.site creating cache ./config.cache checking for bison... yacc checking for gcc... cc checking whether the C compiler (cc -O2 -pipe ) works... yes checking whether the C compiler (cc -O2 -pipe ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking how to run the C preprocessor... cc -E checking for flex... (cached) flex checking for yywrap in -lfl... (cached) yes checking for a BSD compatible install... /exopi-obj/pobj/xbill-2.1/bin/install -c checking whether ln -s works... yes checking whether make sets ${MAKE}... (cached) yes checking for ranlib... ranlib checking for c++... c++ checking whether the C++ compiler (c++ -O2 -pipe ) works... yes checking whether the C++ compiler (c++ -O2 -pipe ) is a cross-compiler... no checking whether we are using GNU C++... yes checking whether c++ accepts -g... (cached) yes checking for X... (cached) libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for dnet_ntoa in -ldnet... no checking for dnet_ntoa in -ldnet_stub... no 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 ANSI C header files... (cached) yes checking for unistd.h... (cached) yes checking for working const... (cached) yes checking for XawInitializeWidgetSet in -lXaw3d... no checking for XawInitializeWidgetSet in -lXaw... yes updating cache ./config.cache creating ./config.status creating Makefile creating config.h ===> Building for xbill-2.1p2 cc -O2 -pipe -I. -c Bill.c -o Bill.o cc -O2 -pipe -I. -c Bucket.c -o Bucket.o cc -O2 -pipe -I. -c Cable.c -o Cable.o cc -O2 -pipe -I. -c Computer.c -o Computer.o cc -O2 -pipe -I. -c Game.c -o Game.o Game.c:258:7: warning: call to undeclared library function 'strncasecmp' with type 'int (const char *, const char *, unsigned long)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (strncasecmp(argv[i], "-l", 2) == 0) { ^ Game.c:258:7: note: include the header or explicitly provide a declaration for 'strncasecmp' 1 warning generated. cc -O2 -pipe -I. -c Horde.c -o Horde.o cc -O2 -pipe -I. -c Network.c -o Network.o cc -O2 -pipe -I. -c OS.c -o OS.o cc -O2 -pipe -I. -DSCOREFILE=\"/var/games/xbill.scores\" -c Scorelist.c -o Scorelist.o cc -O2 -pipe -I. -c Spark.c -o Spark.o cc -O2 -pipe -I. -c UI.c -o UI.o UI.c:91:8: warning: call to undeclared library function 'strcasecmp' with type 'int (const char *, const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (strcasecmp(gui, map->name) == 0) ^ UI.c:91:8: note: include the header or explicitly provide a declaration for 'strcasecmp' 1 warning generated. cc -O2 -pipe -I. -c util.c -o util.o cc -O2 -pipe -I. -I/usr/X11R6/include -c x11-athena.c -o x11-athena.o x11-athena.c:34:26: warning: cast to smaller integer type 'int' from 'XtPointer' (aka 'void *') [-Wvoid-pointer-to-int-cast] x11_athena_popup_dialog((int)client_data); ^~~~~~~~~~~~~~~~ x11-athena.c:42:47: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast] XtAddCallback(menu_item, XtNcallback, popup, (void *) dialog); ^~~~~~~~~~~~~~~ 2 warnings generated. cc -O2 -pipe -I. -I/usr/X11R6/include -DIMAGES=\"/usr/local/share/xbill\" -c x11.c -o x11.o cc -O2 -pipe -o xbill Bill.o Bucket.o Cable.o Computer.o Game.o Horde.o Network.o OS.o Scorelist.o Spark.o UI.o util.o x11-athena.o x11.o -L/usr/X11R6/lib -lXaw -lXmu -lXt -lXpm -lX11 -lSM -lICE Cable.c(Cable.o:(Cable_setup)): warning: rand() may return deterministic values, is that what you want? Game.c(Game.o:(Game_update)): warning: sprintf() is often misused, please use snprintf() Scorelist.c(Scorelist.o:(Scorelist_recalc)): warning: strcpy() is almost always misused, please use strlcpy() >>> Running package in games/xbill at 1714747548.35 ===> games/xbill ===> Faking installation for xbill-2.1p2 /bin/sh ./mkinstalldirs /exopi-obj/pobj/xbill-2.1/fake-amd64/usr/local/bin /exopi-obj/pobj/xbill-2.1/bin/install -c xbill /exopi-obj/pobj/xbill-2.1/fake-amd64/usr/local/bin/xbill /bin/sh ./mkinstalldirs /exopi-obj/pobj/xbill-2.1/fake-amd64/usr/local/man/man6 /exopi-obj/pobj/xbill-2.1/bin/install -c -m 644 ./xbill.6 /exopi-obj/pobj/xbill-2.1/fake-amd64/usr/local/man/man6 /bin/sh ./mkinstalldirs /exopi-obj/pobj/xbill-2.1/fake-amd64/usr/local/share/xbill mkdir /exopi-obj/pobj/xbill-2.1/fake-amd64/usr/local/share/xbill /bin/sh ./mkinstalldirs /exopi-obj/pobj/xbill-2.1/fake-amd64/usr/local/share/xbill/pixmaps mkdir /exopi-obj/pobj/xbill-2.1/fake-amd64/usr/local/share/xbill/pixmaps /bin/sh ./mkinstalldirs /exopi-obj/pobj/xbill-2.1/fake-amd64/usr/local/share/xbill/bitmaps mkdir /exopi-obj/pobj/xbill-2.1/fake-amd64/usr/local/share/xbill/bitmaps for i in pixmaps/about.xpm pixmaps/apple.xpm pixmaps/billA_0.xpm pixmaps/billA_1.xpm pixmaps/billA_10.xpm pixmaps/billA_11.xpm pixmaps/billA_12.xpm pixmaps/billA_2.xpm pixmaps/billA_3.xpm pixmaps/billA_4.xpm pixmaps/billA_5.xpm pixmaps/billA_6.xpm pixmaps/billA_7.xpm pixmaps/billA_8.xpm pixmaps/billA_9.xpm pixmaps/billD_0.xpm pixmaps/billD_1.xpm pixmaps/billD_2.xpm pixmaps/billD_3.xpm pixmaps/billD_4.xpm pixmaps/billL_0.xpm pixmaps/billL_1.xpm pixmaps/billL_2.xpm pixmaps/billR_0.xpm pixmaps/billR_1.xpm pixmaps/billR_2.xpm pixmaps/bsd.xpm pixmaps/bsdcpu.xpm pixmaps/bucket.xpm pixmaps/hurd.xpm pixmaps/icon.xpm pixmaps/linux.xpm pixmaps/logo.xpm pixmaps/maccpu.xpm pixmaps/next.xpm pixmaps/nextcpu.xpm pixmaps/os2.xpm pixmaps/os2cpu.xpm pixmaps/palm.xpm pixmaps/palmcpu.xpm pixmaps/redhat.xpm pixmaps/sgi.xpm pixmaps/sgicpu.xpm pixmaps/spark_0.xpm pixmaps/spark_1.xpm pixmaps/sun.xpm pixmaps/suncpu.xpm pixmaps/toaster.xpm pixmaps/wingdows.xpm; do /exopi-obj/pobj/xbill-2.1/bin/install -c -m 644 ./$i /exopi-obj/pobj/xbill-2.1/fake-amd64/usr/local/share/xbill/pixmaps ; done for i in bitmaps/apple.xbm bitmaps/bsd.xbm bitmaps/bucket.xbm bitmaps/hand_down.xbm bitmaps/hand_down_mask.xbm bitmaps/hand_up.xbm bitmaps/hand_up_mask.xbm bitmaps/hurd.xbm bitmaps/linux.xbm bitmaps/next.xbm bitmaps/os2.xbm bitmaps/palm.xbm bitmaps/redhat.xbm bitmaps/sgi.xbm bitmaps/sun.xbm; do /exopi-obj/pobj/xbill-2.1/bin/install -c -m 644 ./$i /exopi-obj/pobj/xbill-2.1/fake-amd64/usr/local/share/xbill/bitmaps ; done /exopi-obj/pobj/xbill-2.1/bin/install -c -m 644 /exopi-obj/pobj/xbill-2.1/xbill-2.1/README /exopi-obj/pobj/xbill-2.1/fake-amd64/usr/local/share/xbill /exopi-obj/pobj/xbill-2.1/bin/install -d -m 755 /exopi-obj/pobj/xbill-2.1/fake-amd64/usr/local/share/examples/xbill /exopi-obj/pobj/xbill-2.1/bin/install -c -m 644 /dev/null /exopi-obj/pobj/xbill-2.1/fake-amd64/usr/local/share/examples/xbill/xbill.scores ===> Building package for xbill-2.1p2 Create /exopi-cvs/ports/packages/amd64/all/xbill-2.1p2.tgz Creating package xbill-2.1p2 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|* | 1% checksumming|* | 2% checksumming|** | 3% checksumming|*** | 4% checksumming|*** | 5% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 8% checksumming|****** | 9% checksumming|****** | 10% checksumming|******* | 11% checksumming|******** | 12% checksumming|******** | 13% checksumming|********* | 14% checksumming|********* | 15% checksumming|********** | 16% checksumming|*********** | 18% checksumming|*********** | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 23% checksumming|************** | 24% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 28% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 33% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 36% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************* | 40% checksumming|************************* | 41% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|**************************** | 45% checksumming|**************************** | 46% checksumming|***************************** | 47% checksumming|****************************** | 48% checksumming|****************************** | 49% checksumming|******************************* | 51% checksumming|******************************* | 52% checksumming|******************************** | 53% checksumming|********************************* | 54% checksumming|********************************* | 55% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 59% checksumming|************************************ | 60% checksumming|************************************* | 61% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 64% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 67% checksumming|****************************************** | 68% checksumming|****************************************** | 69% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 72% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|*********************************************** | 76% checksumming|*********************************************** | 77% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************** | 81% checksumming|************************************************** | 82% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 87% checksumming|***************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 92% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 95% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|******************* | 30% archiving|******************** | 31% archiving|******************** | 32% archiving|********************* | 32% archiving|********************* | 33% archiving|********************** | 34% archiving|********************** | 35% archiving|********************************** | 54% archiving|*********************************** | 54% archiving|*********************************** | 55% archiving|************************************ | 57% archiving|************************************* | 58% archiving|************************************** | 59% archiving|************************************** | 60% archiving|*************************************** | 61% archiving|**************************************** | 62% archiving|***************************************** | 64% archiving|****************************************** | 65% archiving|****************************************** | 66% archiving|******************************************* | 67% archiving|******************************************** | 68% archiving|********************************************* | 70% archiving|********************************************* | 71% archiving|********************************************** | 71% archiving|********************************************** | 72% archiving|*********************************************** | 73% archiving|*********************************************** | 74% archiving|************************************************ | 74% archiving|************************************************ | 75% archiving|************************************************ | 76% archiving|************************************************* | 76% archiving|************************************************* | 77% archiving|************************************************** | 78% archiving|*************************************************** | 79% archiving|*************************************************** | 80% archiving|******************************************************** | 88% archiving|********************************************************* | 89% archiving|********************************************************** | 91% archiving|*********************************************************** | 92% archiving|*********************************************************** | 93% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|************************************************************** | 96% archiving|************************************************************** | 97% archiving|*************************************************************** | 98% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/xbill-2.1p2.tgz >>> Running clean in games/xbill at 1714747552.28 ===> games/xbill ===> Cleaning for xbill-2.1p2 >>> Ended at 1714747552.50 max_stuck=1.43/depends=1.98/show-prepare-results=0.74/build=5.50/package=3.91/clean=0.26