>>> Building on exopi-1 under games/burgerspace BDEPENDS = [devel/flatzebra] DIST = [games/burgerspace:burgerspace-1.10.0.tar.gz] FULLPKGNAME = burgerspace-1.10.0 RDEPENDS = [devel/desktop-file-utils;devel/flatzebra] (Junk lock obtained for exopi-1 at 1731846652.66) >>> Running depends in games/burgerspace at 1731846652.70 last junk was in editors/calligraplan /usr/sbin/pkg_add -aI -Drepair flatzebra-0.2.0 was: /usr/sbin/pkg_add -aI -Drepair flatzebra-0.2.0 /usr/sbin/pkg_add -aI -Drepair flatzebra-0.2.0 >>> Running show-prepare-results in games/burgerspace at 1731846659.01 ===> games/burgerspace ===> Building from scratch burgerspace-1.10.0 ===> burgerspace-1.10.0 depends on: flatzebra->=0.2.0 -> flatzebra-0.2.0 ===> Verifying specs: c++ c++abi pthread SDL2 SDL2_gfx-1.0 SDL2_image SDL2_mixer SDL2_ttf c flatzebra-0.2 m ===> found c++.10.0 c++abi.7.0 pthread.27.1 SDL2.0.15 SDL2_gfx-1.0.1.0 SDL2_image.1.1 SDL2_mixer.1.1 SDL2_ttf.0.1 c.100.3 flatzebra-0.2.0.0 m.10.1 flatzebra-0.2.0 (Junk lock released for exopi-1 at 1731846659.58) distfiles size=251038 >>> Running build in games/burgerspace at 1731846659.61 ===> games/burgerspace ===> Checking files for burgerspace-1.10.0 `/exopi-cvs/ports/distfiles/burgerspace-1.10.0.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for burgerspace-1.10.0 ===> Patching for burgerspace-1.10.0 ===> Applying OpenBSD patch patch-src_BurgerSpaceEngine_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: src/BurgerSpaceEngine.cpp |--- src/BurgerSpaceEngine.cpp.orig |+++ src/BurgerSpaceEngine.cpp -------------------------- Patching file src/BurgerSpaceEngine.cpp using Plan A... Hunk #1 succeeded at 30. 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 burgerspace-1.10.0 ===> Configuring for burgerspace-1.10.0 Using /exopi-obj/pobj/burgerspace-1.10.0/config.site (generated) configure: WARNING: unrecognized options: --disable-gtk-doc configure: loading site script /exopi-obj/pobj/burgerspace-1.10.0/config.site checking for a BSD-compatible install... /exopi-obj/pobj/burgerspace-1.10.0/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 whether make supports nested variables... 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 whether make supports the include directive... yes (GNU style) checking dependency style of c++... gcc3 checking maximum warning verbosity option... -W -Wall for C++ -W -Wall for C checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for FLATZEBRA... yes checking how to run the C++ preprocessor... c++ -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 for getopt.h... (cached) yes checking for getopt_long... (cached) yes checking if C++ compiler supports -Wsuggest-override... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating burgerspace.spec config.status: creating src/Makefile config.status: creating src/burgerspace.desktop config.status: creating doc/burgerspace.6 config.status: creating doc/burgerspace-server.6 config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc ===> Building for burgerspace-1.10.0 Making all in src c++ -DPACKAGE_NAME=\"burgerspace\" -DPACKAGE_TARNAME=\"burgerspace\" -DPACKAGE_VERSION=\"1.10.0\" -DPACKAGE_STRING=\"burgerspace\ 1.10.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"burgerspace\" -DVERSION=\"1.10.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETOPT_LONG=1 -I. -DPROGRAM=\"burgerspace\" -DPKGPIXMAPDIR=\"/usr/local/share/pixmaps/burgerspace\" -DPKGPIXMAPDIR=\"/usr/local/share/pixmaps/burgerspace\" -DPKGSOUNDDIR=\"/usr/local/share/burgerspace/sounds\" -DDEFAULT_UDP_SERVER_PORT= -I../src/images -Wsuggest-override -I/usr/local/include/flatzebra-0.2 -I/usr/local/include/SDL2 -I/usr/local/include -DHWY_SHARED_DEFINE -DAVIF_DLL -I/usr/local/include/webp -I/usr/local/include/opus -I/usr/X11R6/include -D_REENTRANT -O2 -pipe -W -Wall -MT burgerspace-main.o -MD -MP -MF .deps/burgerspace-main.Tpo -c -o burgerspace-main.o `test -f 'main.cpp' || echo './'`main.cpp mv -f .deps/burgerspace-main.Tpo .deps/burgerspace-main.Po c++ -DPACKAGE_NAME=\"burgerspace\" -DPACKAGE_TARNAME=\"burgerspace\" -DPACKAGE_VERSION=\"1.10.0\" -DPACKAGE_STRING=\"burgerspace\ 1.10.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"burgerspace\" -DVERSION=\"1.10.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETOPT_LONG=1 -I. -DPROGRAM=\"burgerspace\" -DPKGPIXMAPDIR=\"/usr/local/share/pixmaps/burgerspace\" -DPKGPIXMAPDIR=\"/usr/local/share/pixmaps/burgerspace\" -DPKGSOUNDDIR=\"/usr/local/share/burgerspace/sounds\" -DDEFAULT_UDP_SERVER_PORT= -I../src/images -Wsuggest-override -I/usr/local/include/flatzebra-0.2 -I/usr/local/include/SDL2 -I/usr/local/include -DHWY_SHARED_DEFINE -DAVIF_DLL -I/usr/local/include/webp -I/usr/local/include/opus -I/usr/X11R6/include -D_REENTRANT -O2 -pipe -W -Wall -MT burgerspace-BurgerSpaceEngine.o -MD -MP -MF .deps/burgerspace-BurgerSpaceEngine.Tpo -c -o burgerspace-BurgerSpaceEngine.o `test -f 'BurgerSpaceEngine.cpp' || echo './'`BurgerSpaceEngine.cpp BurgerSpaceEngine.cpp:57:5: warning: unused variable 'FRAMES_PER_SECOND' [-Wunused-const-variable] FRAMES_PER_SECOND = 20, ^ BurgerSpaceEngine.cpp:58:5: warning: unused variable 'FLOOR_POS' [-Wunused-const-variable] FLOOR_POS = TILE_SIDE - 6, // position of the floor's surface, in a tile ^ 2 warnings generated. mv -f .deps/burgerspace-BurgerSpaceEngine.Tpo .deps/burgerspace-BurgerSpaceEngine.Po c++ -DPACKAGE_NAME=\"burgerspace\" -DPACKAGE_TARNAME=\"burgerspace\" -DPACKAGE_VERSION=\"1.10.0\" -DPACKAGE_STRING=\"burgerspace\ 1.10.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"burgerspace\" -DVERSION=\"1.10.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETOPT_LONG=1 -I. -DPROGRAM=\"burgerspace\" -DPKGPIXMAPDIR=\"/usr/local/share/pixmaps/burgerspace\" -DPKGPIXMAPDIR=\"/usr/local/share/pixmaps/burgerspace\" -DPKGSOUNDDIR=\"/usr/local/share/burgerspace/sounds\" -DDEFAULT_UDP_SERVER_PORT= -I../src/images -Wsuggest-override -I/usr/local/include/flatzebra-0.2 -I/usr/local/include/SDL2 -I/usr/local/include -DHWY_SHARED_DEFINE -DAVIF_DLL -I/usr/local/include/webp -I/usr/local/include/opus -I/usr/X11R6/include -D_REENTRANT -O2 -pipe -W -Wall -MT burgerspace-IngredientGroup.o -MD -MP -MF .deps/burgerspace-IngredientGroup.Tpo -c -o burgerspace-IngredientGroup.o `test -f 'IngredientGroup.cpp' || echo './'`IngredientGroup.cpp mv -f .deps/burgerspace-IngredientGroup.Tpo .deps/burgerspace-IngredientGroup.Po c++ -DPACKAGE_NAME=\"burgerspace\" -DPACKAGE_TARNAME=\"burgerspace\" -DPACKAGE_VERSION=\"1.10.0\" -DPACKAGE_STRING=\"burgerspace\ 1.10.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"burgerspace\" -DVERSION=\"1.10.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETOPT_LONG=1 -I. -DPROGRAM=\"burgerspace\" -DPKGPIXMAPDIR=\"/usr/local/share/pixmaps/burgerspace\" -DPKGPIXMAPDIR=\"/usr/local/share/pixmaps/burgerspace\" -DPKGSOUNDDIR=\"/usr/local/share/burgerspace/sounds\" -DDEFAULT_UDP_SERVER_PORT= -I../src/images -Wsuggest-override -I/usr/local/include/flatzebra-0.2 -I/usr/local/include/SDL2 -I/usr/local/include -DHWY_SHARED_DEFINE -DAVIF_DLL -I/usr/local/include/webp -I/usr/local/include/opus -I/usr/X11R6/include -D_REENTRANT -O2 -pipe -W -Wall -MT burgerspace-EnemySprite.o -MD -MP -MF .deps/burgerspace-EnemySprite.Tpo -c -o burgerspace-EnemySprite.o `test -f 'EnemySprite.cpp' || echo './'`EnemySprite.cpp mv -f .deps/burgerspace-EnemySprite.Tpo .deps/burgerspace-EnemySprite.Po c++ -DPROGRAM=\"burgerspace\" -DPKGPIXMAPDIR=\"/usr/local/share/pixmaps/burgerspace\" -DPKGPIXMAPDIR=\"/usr/local/share/pixmaps/burgerspace\" -DPKGSOUNDDIR=\"/usr/local/share/burgerspace/sounds\" -DDEFAULT_UDP_SERVER_PORT= -I../src/images -Wsuggest-override -I/usr/local/include/flatzebra-0.2 -I/usr/local/include/SDL2 -I/usr/local/include -DHWY_SHARED_DEFINE -DAVIF_DLL -I/usr/local/include/webp -I/usr/local/include/opus -I/usr/X11R6/include -D_REENTRANT -O2 -pipe -W -Wall -o burgerspace burgerspace-main.o burgerspace-BurgerSpaceEngine.o burgerspace-IngredientGroup.o burgerspace-EnemySprite.o -L/usr/local/lib -L/usr/X11R6/lib -lflatzebra-0.2 -lSDL2_image -lSDL2_mixer -lSDL2_gfx -lSDL2_ttf -lSDL2 ld: warning: BurgerSpaceEngine.cpp(burgerspace-BurgerSpaceEngine.o:(BurgerSpaceEngine::BurgerSpaceEngine(bool, bool, bool, bool, int, int, bool, bool))): warning: rand() may return deterministic values, is that what you want? >>> Running package in games/burgerspace at 1731846674.95 ===> games/burgerspace ===> Faking installation for burgerspace-1.10.0 Making install in src mkdir -p '/exopi-obj/pobj/burgerspace-1.10.0/fake-amd64/usr/local/bin' /exopi-obj/pobj/burgerspace-1.10.0/bin/install -c -s -m 755 burgerspace '/exopi-obj/pobj/burgerspace-1.10.0/fake-amd64/usr/local/bin' mkdir -p '/exopi-obj/pobj/burgerspace-1.10.0/fake-amd64/usr/local/share/applications' /exopi-obj/pobj/burgerspace-1.10.0/bin/install -c -m 644 burgerspace.desktop '/exopi-obj/pobj/burgerspace-1.10.0/fake-amd64/usr/local/share/applications' mkdir -p '/exopi-obj/pobj/burgerspace-1.10.0/fake-amd64/usr/local/share/pixmaps' /exopi-obj/pobj/burgerspace-1.10.0/bin/install -c -m 644 images/burgerspace.png '/exopi-obj/pobj/burgerspace-1.10.0/fake-amd64/usr/local/share/pixmaps' mkdir -p '/exopi-obj/pobj/burgerspace-1.10.0/fake-amd64/usr/local/share/pixmaps/burgerspace' /exopi-obj/pobj/burgerspace-1.10.0/bin/install -c -m 644 images/bottom-bun.xpm images/bottom-bun0.xpm images/bottom-bun1.xpm images/bottom-bun2.xpm images/bottom-bun3.xpm images/empty.xpm images/floor-and-ladder.xpm images/floor.xpm images/ladder.xpm images/plate.xpm images/lettuce.xpm images/lettuce0.xpm images/lettuce1.xpm images/lettuce2.xpm images/lettuce3.xpm images/yellowstuff.xpm images/yellowstuff0.xpm images/yellowstuff1.xpm images/yellowstuff2.xpm images/yellowstuff3.xpm images/redstuff.xpm images/redstuff0.xpm images/redstuff1.xpm images/redstuff2.xpm images/redstuff3.xpm images/meat.xpm images/meat0.xpm images/meat1.xpm images/meat2.xpm images/meat3.xpm images/top-bun.xpm images/top-bun0.xpm images/top-bun1.xpm images/top-bun2.xpm images/top-bun3.xpm images/chef-back0.xpm images/chef-back1.xpm images/chef-back2.xpm images/chef-dead0.xpm images/chef-dead1.xpm '/exopi-obj/pobj/burgerspace-1.10.0/fake-amd64/usr/local/share/pixmaps/burgerspace' /exopi-obj/pobj/burgerspace-1.10.0/bin/install -c -m 644 images/chef-dead2.xpm images/chef-dead3.xpm images/chef-dead4.xpm images/chef-dead5.xpm images/chef-front0.xpm images/chef-front1.xpm images/chef-front2.xpm images/chef-left0.xpm images/chef-left1.xpm images/chef-left2.xpm images/chef-right0.xpm images/chef-right1.xpm images/chef-right2.xpm images/egg-back0.xpm images/egg-back1.xpm images/egg-front0.xpm images/egg-front1.xpm images/egg-left0.xpm images/egg-left1.xpm images/egg-right0.xpm images/egg-right1.xpm images/egg-dead0.xpm images/egg-dead1.xpm images/egg-dead2.xpm images/egg-dead3.xpm images/egg-peppered0.xpm images/egg-peppered1.xpm images/hotdog-back0.xpm images/hotdog-back1.xpm images/hotdog-dead0.xpm images/hotdog-dead1.xpm images/hotdog-dead2.xpm images/hotdog-dead3.xpm images/hotdog-front0.xpm images/hotdog-front1.xpm images/hotdog-left0.xpm images/hotdog-left1.xpm images/hotdog-peppered0.xpm images/hotdog-peppered1.xpm images/hotdog-right0.xpm '/exopi-obj/pobj/burgerspace-1.10.0/fake-amd64/usr/local/share/pixmaps/burgerspace' /exopi-obj/pobj/burgerspace-1.10.0/bin/install -c -m 644 images/hotdog-right1.xpm images/pickle-back0.xpm images/pickle-back1.xpm images/pickle-dead0.xpm images/pickle-dead1.xpm images/pickle-dead2.xpm images/pickle-dead3.xpm images/pickle-front0.xpm images/pickle-front1.xpm images/pickle-left0.xpm images/pickle-left1.xpm images/pickle-peppered0.xpm images/pickle-peppered1.xpm images/pickle-right0.xpm images/pickle-right1.xpm images/pepper0.xpm images/pepper1.xpm images/icecream.xpm images/coffee.xpm images/fries.xpm images/digit0.xpm images/digit1.xpm images/digit2.xpm images/digit3.xpm images/digit4.xpm images/digit5.xpm images/digit6.xpm images/digit7.xpm images/digit8.xpm images/digit9.xpm '/exopi-obj/pobj/burgerspace-1.10.0/fake-amd64/usr/local/share/pixmaps/burgerspace' mkdir -p '/exopi-obj/pobj/burgerspace-1.10.0/fake-amd64/usr/local/share/burgerspace/sounds' /exopi-obj/pobj/burgerspace-1.10.0/bin/install -c -m 644 sounds/ingredient-bounces.wav sounds/ingredient-in-plate.wav sounds/ingredient-falls.wav sounds/ingredient-lowered.wav sounds/enemy-catches-chef.wav sounds/enemy-paralyzed.wav sounds/enemy-smashed.wav sounds/chef-throws-pepper.wav sounds/chef-gets-treat.wav sounds/new-game-starts.wav sounds/level-finished.wav sounds/chef-shoots-blanks.wav sounds/treat-appears.wav sounds/treat-disappears.wav '/exopi-obj/pobj/burgerspace-1.10.0/fake-amd64/usr/local/share/burgerspace/sounds' mkdir -p '/exopi-obj/pobj/burgerspace-1.10.0/fake-amd64/usr/local/share/doc/burgerspace' /exopi-obj/pobj/burgerspace-1.10.0/bin/install -c -m 644 AUTHORS NEWS README THANKS '/exopi-obj/pobj/burgerspace-1.10.0/fake-amd64/usr/local/share/doc/burgerspace' mkdir -p '/exopi-obj/pobj/burgerspace-1.10.0/fake-amd64/usr/local/man/man6' /exopi-obj/pobj/burgerspace-1.10.0/bin/install -c -m 644 doc/burgerspace.6 '/exopi-obj/pobj/burgerspace-1.10.0/fake-amd64/usr/local/man/man6' ===> Building package for burgerspace-1.10.0 Create /exopi-cvs/ports/packages/amd64/all/burgerspace-1.10.0.tgz Creating package burgerspace-1.10.0 reading plist| checking dependencies| checking dependencies|devel/desktop-file-utils checking dependencies|devel/flatzebra checksumming| checksumming| | 0% checksumming| | 1% checksumming|* | 1% checksumming|* | 2% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 4% checksumming|*** | 5% checksumming|*** | 6% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 8% checksumming|***** | 9% checksumming|****** | 9% checksumming|****** | 10% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 15% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 18% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 22% checksumming|************** | 23% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 30% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|******************** | 34% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 35% checksumming|********************** | 36% checksumming|********************** | 37% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 41% checksumming|************************* | 42% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 46% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 49% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 54% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 58% checksumming|************************************ | 59% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 63% checksumming|*************************************** | 64% checksumming|*************************************** | 65% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 66% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 68% checksumming|****************************************** | 69% checksumming|****************************************** | 70% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 77% checksumming|*********************************************** | 78% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 82% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|***************************************************** | 86% checksumming|***************************************************** | 87% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 91% checksumming|******************************************************** | 92% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 94% checksumming|********************************************************** | 95% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************| 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|********************* | 34% archiving|********************** | 35% archiving|*********************** | 36% archiving|*********************** | 37% archiving|************************ | 37% archiving|************************ | 38% archiving|************************* | 38% archiving|************************* | 39% archiving|************************* | 40% archiving|************************** | 40% archiving|************************** | 41% archiving|*************************** | 42% archiving|*************************** | 43% archiving|**************************** | 43% archiving|**************************** | 44% archiving|***************************** | 45% archiving|***************************** | 46% archiving|****************************** | 46% archiving|****************************** | 47% archiving|******************************* | 48% archiving|******************************* | 49% archiving|******************************** | 49% archiving|******************************** | 50% archiving|******************************** | 51% archiving|********************************* | 51% archiving|********************************* | 52% archiving|********************************** | 52% archiving|********************************** | 53% archiving|********************************** | 54% archiving|*********************************** | 54% archiving|*********************************** | 55% archiving|************************************ | 56% archiving|************************************ | 57% archiving|************************************* | 57% archiving|************************************* | 58% archiving|************************************** | 59% archiving|************************************** | 60% archiving|*************************************** | 60% archiving|*************************************** | 61% archiving|*************************************** | 62% archiving|**************************************** | 62% archiving|**************************************** | 63% archiving|***************************************** | 64% archiving|************************************************** | 78% archiving|***************************************************** | 83% archiving|****************************************************** | 84% archiving|******************************************************* | 85% archiving|******************************************************** | 88% archiving|********************************************************* | 89% archiving|************************************************************* | 96% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/burgerspace-1.10.0.tgz >>> Running clean in games/burgerspace at 1731846685.24 ===> games/burgerspace ===> Cleaning for burgerspace-1.10.0 >>> Ended at 1731846685.44 max_stuck=5.87/depends=6.31/show-prepare-results=0.61/build=15.34/package=10.28/clean=0.23