>>> Building on exopi-2 under games/fnaify-extralibs BDEPENDS = [archivers/xz;devel/gmake;devel/sdl2] DIST = [games/fnaify-extralibs:fnaify-extralibs-0.1.tar.xz] FULLPKGNAME = fnaify-extralibs-0.1 RDEPENDS = [devel/sdl2] (Junk lock obtained for exopi-2 at 1711580124.57) >>> Running depends in games/fnaify-extralibs at 1711580124.64 last junk was in devel/cvsgraph /usr/sbin/pkg_add -aI -Drepair sdl2-2.30.0p1 was: /usr/sbin/pkg_add -aI -Drepair gmake-4.4.1 sdl2-2.30.0p1 xz-5.4.5 /usr/sbin/pkg_add -aI -Drepair sdl2-2.30.0p1 New and changed readme(s): /usr/local/share/doc/pkg-readmes/sdl2 >>> Running show-prepare-results in games/fnaify-extralibs at 1711580131.45 ===> games/fnaify-extralibs ===> Building from scratch fnaify-extralibs-0.1 ===> fnaify-extralibs-0.1 depends on: gmake-* -> gmake-4.4.1 ===> fnaify-extralibs-0.1 depends on: xz->=5.4.0 -> xz-5.4.5 ===> fnaify-extralibs-0.1 depends on: sdl2-* -> sdl2-2.30.0p1 ===> Verifying specs: SDL2 ===> found SDL2.0.15 gmake-4.4.1 sdl2-2.30.0p1 xz-5.4.5 (Junk lock released for exopi-2 at 1711580133.42) distfiles size=278012 >>> Running build in games/fnaify-extralibs at 1711580133.45 ===> games/fnaify-extralibs ===> Checking files for fnaify-extralibs-0.1 `/exopi-cvs/ports/distfiles/fnaify-extralibs-0.1.tar.xz' is up to date. >> (SHA256) fnaify-extralibs-0.1.tar.xz: OK ===> Extracting for fnaify-extralibs-0.1 ===> Patching for fnaify-extralibs-0.1 ===> 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 fnaify-extralibs-0.1 ===> Configuring for fnaify-extralibs-0.1 ===> Building for fnaify-extralibs-0.1 gmake -C AZSNotSFML/atomstb gmake[1]: Entering directory '/exopi-obj/pobj/fnaify-extralibs-0.1/fnaify-extralibs-0.1/AZSNotSFML/atomstb' cc -O2 -pipe -c -fPIC -Wall -Werror atomstb.c cc -shared -o libatomstb.so.0.0 atomstb.o gmake[1]: Leaving directory '/exopi-obj/pobj/fnaify-extralibs-0.1/fnaify-extralibs-0.1/AZSNotSFML/atomstb' gmake -C FMOD_SDL_stub gmake[1]: Entering directory '/exopi-obj/pobj/fnaify-extralibs-0.1/fnaify-extralibs-0.1/FMOD_SDL_stub' cc -O2 -pipe -Wall -pedantic -fpic -fPIC -shared -o libfmod_SDL.so.0.0 FMOD_SDL.c `sdl2-config --cflags --libs` FMOD_SDL.c:108:2: warning: excess elements in scalar initializer [-Wexcess-initializers] "FMOD_SDL", ^~~~~~~~~~ FMOD_SDL.c:51:13: warning: unused function 'FMOD_SDL_MixCallback' [-Wunused-function] static void FMOD_SDL_MixCallback(void* userdata, int *stream, int len) ^ FMOD_SDL.c:55:12: warning: unused function 'FMOD_SDL_GetNumDrivers' [-Wunused-function] static int FMOD_SDL_GetNumDrivers( ^ FMOD_SDL.c:62:12: warning: unused function 'FMOD_SDL_GetDriverInfo' [-Wunused-function] static int FMOD_SDL_GetDriverInfo( ^ FMOD_SDL.c:105:12: warning: unused variable 'FMOD_SDL_Driver' [-Wunused-variable] static int FMOD_SDL_Driver = ^ 5 warnings generated. gmake[1]: Leaving directory '/exopi-obj/pobj/fnaify-extralibs-0.1/fnaify-extralibs-0.1/FMOD_SDL_stub' gmake -C SDL_image_compact gmake[1]: Entering directory '/exopi-obj/pobj/fnaify-extralibs-0.1/fnaify-extralibs-0.1/SDL_image_compact' cc -O2 -pipe -fpic -fPIC -Wall -pedantic -DLOAD_BMP -DLOAD_GIF -DUSE_STBIMAGE -DUSE_TINYJPEG -DSDL_IMAGE_USE_COMMON_BACKEND -c -o IMG_bmp.o IMG_bmp.c `sdl2-config --cflags` IMG_bmp.c:240:12: warning: variable 'bfSize' set but not used [-Wunused-but-set-variable] Uint32 bfSize; ^ IMG_bmp.c:241:12: warning: variable 'bfReserved1' set but not used [-Wunused-but-set-variable] Uint16 bfReserved1; ^ IMG_bmp.c:242:12: warning: variable 'bfReserved2' set but not used [-Wunused-but-set-variable] Uint16 bfReserved2; ^ IMG_bmp.c:249:12: warning: variable 'biPlanes' set but not used [-Wunused-but-set-variable] Uint16 biPlanes; ^ IMG_bmp.c:252:12: warning: variable 'biSizeImage' set but not used [-Wunused-but-set-variable] Uint32 biSizeImage; ^ IMG_bmp.c:253:12: warning: variable 'biXPelsPerMeter' set but not used [-Wunused-but-set-variable] Sint32 biXPelsPerMeter; ^ IMG_bmp.c:254:12: warning: variable 'biYPelsPerMeter' set but not used [-Wunused-but-set-variable] Sint32 biYPelsPerMeter; ^ IMG_bmp.c:256:12: warning: variable 'biClrImportant' set but not used [-Wunused-but-set-variable] Uint32 biClrImportant; ^ IMG_bmp.c:654:15: warning: unused variable 'bReserved' [-Wunused-variable] Uint8 bReserved = SDL_Read8(src); ^ IMG_bmp.c:655:16: warning: unused variable 'wPlanes' [-Wunused-variable] Uint16 wPlanes = SDL_ReadLE16(src); ^ IMG_bmp.c:656:16: warning: unused variable 'wBitCount' [-Wunused-variable] Uint16 wBitCount = SDL_ReadLE16(src); ^ IMG_bmp.c:657:16: warning: unused variable 'dwBytesInRes' [-Wunused-variable] Uint32 dwBytesInRes = SDL_ReadLE32(src); ^ IMG_bmp.c:600:12: warning: variable 'Rmask' set but not used [-Wunused-but-set-variable] Uint32 Rmask; ^ IMG_bmp.c:601:12: warning: variable 'Gmask' set but not used [-Wunused-but-set-variable] Uint32 Gmask; ^ IMG_bmp.c:602:12: warning: variable 'Bmask' set but not used [-Wunused-but-set-variable] Uint32 Bmask; ^ IMG_bmp.c:618:12: warning: variable 'biPlanes' set but not used [-Wunused-but-set-variable] Uint16 biPlanes; ^ IMG_bmp.c:621:12: warning: variable 'biSizeImage' set but not used [-Wunused-but-set-variable] Uint32 biSizeImage; ^ IMG_bmp.c:622:12: warning: variable 'biXPelsPerMeter' set but not used [-Wunused-but-set-variable] Sint32 biXPelsPerMeter; ^ IMG_bmp.c:623:12: warning: variable 'biYPelsPerMeter' set but not used [-Wunused-but-set-variable] Sint32 biYPelsPerMeter; ^ IMG_bmp.c:625:12: warning: variable 'biClrImportant' set but not used [-Wunused-but-set-variable] Uint32 biClrImportant; ^ 20 warnings generated. cc -O2 -pipe -fpic -fPIC -Wall -pedantic -DLOAD_BMP -DLOAD_GIF -DUSE_STBIMAGE -DUSE_TINYJPEG -DSDL_IMAGE_USE_COMMON_BACKEND -c -o IMG.o IMG.c `sdl2-config --cflags` IMG.c:106:14: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void IMG_Quit() ^ void 1 warning generated. cc -O2 -pipe -fpic -fPIC -Wall -pedantic -DLOAD_BMP -DLOAD_GIF -DUSE_STBIMAGE -DUSE_TINYJPEG -DSDL_IMAGE_USE_COMMON_BACKEND -c -o IMG_gif.o IMG_gif.c `sdl2-config --cflags` IMG_gif.c:278:9: warning: variable 'flag' set but not used [-Wunused-but-set-variable] int flag; ^ 1 warning generated. cc -O2 -pipe -fpic -fPIC -Wall -pedantic -DLOAD_BMP -DLOAD_GIF -DUSE_STBIMAGE -DUSE_TINYJPEG -DSDL_IMAGE_USE_COMMON_BACKEND -c -o IMG_jpg.o IMG_jpg.c `sdl2-config --cflags` IMG_jpg.c:541:16: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] int IMG_InitJPG() ^ void IMG_jpg.c:547:17: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void IMG_QuitJPG() ^ void 2 warnings generated. cc -O2 -pipe -fpic -fPIC -Wall -pedantic -DLOAD_BMP -DLOAD_GIF -DUSE_STBIMAGE -DUSE_TINYJPEG -DSDL_IMAGE_USE_COMMON_BACKEND -c -o IMG_lbm.o IMG_lbm.c `sdl2-config --cflags` cc -O2 -pipe -fpic -fPIC -Wall -pedantic -DLOAD_BMP -DLOAD_GIF -DUSE_STBIMAGE -DUSE_TINYJPEG -DSDL_IMAGE_USE_COMMON_BACKEND -c -o IMG_pcx.o IMG_pcx.c `sdl2-config --cflags` cc -O2 -pipe -fpic -fPIC -Wall -pedantic -DLOAD_BMP -DLOAD_GIF -DUSE_STBIMAGE -DUSE_TINYJPEG -DSDL_IMAGE_USE_COMMON_BACKEND -c -o IMG_png.o IMG_png.c `sdl2-config --cflags` IMG_png.c:450:16: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] int IMG_InitPNG() ^ void IMG_png.c:456:17: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void IMG_QuitPNG() ^ void In file included from IMG_png.c:666: ./miniz.h:1020:19: warning: unused function 'mz_free' [-Wunused-function] MINIZ_STATIC void mz_free(void *p) ^ ./miniz.h:1718:7: warning: unused function 'tinfl_decompress_mem_to_heap' [-Wunused-function] void *tinfl_decompress_mem_to_heap(const void *pSrc_buf, size_t src_buf_len, size_t *pOut_len, int flags) ^ ./miniz.h:1746:8: warning: unused function 'tinfl_decompress_mem_to_mem' [-Wunused-function] size_t tinfl_decompress_mem_to_mem(void *pOut_buf, size_t out_buf_len, const void *pSrc_buf, size_t src_buf_len, int flags) ^ ./miniz.h:1753:5: warning: unused function 'tinfl_decompress_mem_to_callback' [-Wunused-function] int tinfl_decompress_mem_to_callback(const void *pIn_buf, size_t *pIn_buf_size, tinfl_put_buf_func_ptr pPut_buf_func, void *pPut_buf_user, int flags) ^ ./miniz.h:2774:7: warning: unused function 'tdefl_compress_mem_to_heap' [-Wunused-function] void *tdefl_compress_mem_to_heap(const void *pSrc_buf, size_t src_buf_len, size_t *pOut_len, int flags) ^ ./miniz.h:2783:8: warning: unused function 'tdefl_compress_mem_to_mem' [-Wunused-function] size_t tdefl_compress_mem_to_mem(void *pOut_buf, size_t out_buf_len, const void *pSrc_buf, size_t src_buf_len, int flags) ^ ./miniz.h:2733:14: warning: unused function 'tdefl_get_prev_return_status' [-Wunused-function] tdefl_status tdefl_get_prev_return_status(tdefl_compressor *d) ^ ./miniz.h:2738:11: warning: unused function 'tdefl_get_adler32' [-Wunused-function] mz_uint32 tdefl_get_adler32(tdefl_compressor *d) ^ 10 warnings generated. cc -O2 -pipe -fpic -fPIC -Wall -pedantic -DLOAD_BMP -DLOAD_GIF -DUSE_STBIMAGE -DUSE_TINYJPEG -DSDL_IMAGE_USE_COMMON_BACKEND -c -o IMG_pnm.o IMG_pnm.c `sdl2-config --cflags` cc -O2 -pipe -fpic -fPIC -Wall -pedantic -DLOAD_BMP -DLOAD_GIF -DUSE_STBIMAGE -DUSE_TINYJPEG -DSDL_IMAGE_USE_COMMON_BACKEND -c -o IMG_stb.o IMG_stb.c `sdl2-config --cflags` In file included from IMG_stb.c:46: ./stb_image.h:1082:13: warning: unused function 'stbi__vertical_flip_slices' [-Wunused-function] static void stbi__vertical_flip_slices(void *image, int w, int h, int z, int bytes_per_pixel) ^ ./stb_image.h:1144:13: warning: unused function 'stbi__float_postprocess' [-Wunused-function] static void stbi__float_postprocess(float *result, int *x, int *y, int *comp, int req_comp) ^ 2 warnings generated. cc -O2 -pipe -fpic -fPIC -Wall -pedantic -DLOAD_BMP -DLOAD_GIF -DUSE_STBIMAGE -DUSE_TINYJPEG -DSDL_IMAGE_USE_COMMON_BACKEND -c -o IMG_svg.o IMG_svg.c `sdl2-config --cflags` cc -O2 -pipe -fpic -fPIC -Wall -pedantic -DLOAD_BMP -DLOAD_GIF -DUSE_STBIMAGE -DUSE_TINYJPEG -DSDL_IMAGE_USE_COMMON_BACKEND -c -o IMG_tga.o IMG_tga.c `sdl2-config --cflags` cc -O2 -pipe -fpic -fPIC -Wall -pedantic -DLOAD_BMP -DLOAD_GIF -DUSE_STBIMAGE -DUSE_TINYJPEG -DSDL_IMAGE_USE_COMMON_BACKEND -c -o IMG_tif.o IMG_tif.c `sdl2-config --cflags` IMG_tif.c:217:16: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] int IMG_InitTIF() ^ void IMG_tif.c:223:17: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void IMG_QuitTIF() ^ void 2 warnings generated. cc -O2 -pipe -fpic -fPIC -Wall -pedantic -DLOAD_BMP -DLOAD_GIF -DUSE_STBIMAGE -DUSE_TINYJPEG -DSDL_IMAGE_USE_COMMON_BACKEND -c -o IMG_webp.o IMG_webp.c `sdl2-config --cflags` IMG_webp.c:254:17: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] int IMG_InitWEBP() ^ void IMG_webp.c:260:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void IMG_QuitWEBP() ^ void 2 warnings generated. cc -O2 -pipe -fpic -fPIC -Wall -pedantic -DLOAD_BMP -DLOAD_GIF -DUSE_STBIMAGE -DUSE_TINYJPEG -DSDL_IMAGE_USE_COMMON_BACKEND -c -o IMG_xcf.o IMG_xcf.c `sdl2-config --cflags` cc -O2 -pipe -fpic -fPIC -Wall -pedantic -DLOAD_BMP -DLOAD_GIF -DUSE_STBIMAGE -DUSE_TINYJPEG -DSDL_IMAGE_USE_COMMON_BACKEND -c -o IMG_xpm.o IMG_xpm.c `sdl2-config --cflags` cc -O2 -pipe -fpic -fPIC -Wall -pedantic -DLOAD_BMP -DLOAD_GIF -DUSE_STBIMAGE -DUSE_TINYJPEG -DSDL_IMAGE_USE_COMMON_BACKEND -c -o IMG_xv.o IMG_xv.c `sdl2-config --cflags` cc -O2 -pipe -fpic -fPIC -Wall -pedantic -DLOAD_BMP -DLOAD_GIF -DUSE_STBIMAGE -DUSE_TINYJPEG -DSDL_IMAGE_USE_COMMON_BACKEND -shared -o libSDL2_image_compact.so.0.0 IMG_bmp.o IMG.o IMG_gif.o IMG_jpg.o IMG_lbm.o IMG_pcx.o IMG_png.o IMG_pnm.o IMG_stb.o IMG_svg.o IMG_tga.o IMG_tif.o IMG_webp.o IMG_xcf.o IMG_xpm.o IMG_xv.o `sdl2-config --libs` gmake[1]: Leaving directory '/exopi-obj/pobj/fnaify-extralibs-0.1/fnaify-extralibs-0.1/SDL_image_compact' >>> Running package in games/fnaify-extralibs at 1711580169.74 ===> games/fnaify-extralibs ===> Faking installation for fnaify-extralibs-0.1 gmake -C AZSNotSFML/atomstb gmake[1]: Entering directory '/exopi-obj/pobj/fnaify-extralibs-0.1/fnaify-extralibs-0.1/AZSNotSFML/atomstb' cc -shared -o libatomstb.so.0.0 atomstb.o gmake[1]: Leaving directory '/exopi-obj/pobj/fnaify-extralibs-0.1/fnaify-extralibs-0.1/AZSNotSFML/atomstb' gmake -C FMOD_SDL_stub gmake[1]: Entering directory '/exopi-obj/pobj/fnaify-extralibs-0.1/fnaify-extralibs-0.1/FMOD_SDL_stub' cc -O2 -pipe -Wall -pedantic -fpic -fPIC -shared -o libfmod_SDL.so.0.0 FMOD_SDL.c `sdl2-config --cflags --libs` FMOD_SDL.c:108:2: warning: excess elements in scalar initializer [-Wexcess-initializers] "FMOD_SDL", ^~~~~~~~~~ FMOD_SDL.c:51:13: warning: unused function 'FMOD_SDL_MixCallback' [-Wunused-function] static void FMOD_SDL_MixCallback(void* userdata, int *stream, int len) ^ FMOD_SDL.c:55:12: warning: unused function 'FMOD_SDL_GetNumDrivers' [-Wunused-function] static int FMOD_SDL_GetNumDrivers( ^ FMOD_SDL.c:62:12: warning: unused function 'FMOD_SDL_GetDriverInfo' [-Wunused-function] static int FMOD_SDL_GetDriverInfo( ^ FMOD_SDL.c:105:12: warning: unused variable 'FMOD_SDL_Driver' [-Wunused-variable] static int FMOD_SDL_Driver = ^ 5 warnings generated. gmake[1]: Leaving directory '/exopi-obj/pobj/fnaify-extralibs-0.1/fnaify-extralibs-0.1/FMOD_SDL_stub' gmake -C SDL_image_compact gmake[1]: Entering directory '/exopi-obj/pobj/fnaify-extralibs-0.1/fnaify-extralibs-0.1/SDL_image_compact' cc -O2 -pipe -fpic -fPIC -Wall -pedantic -DLOAD_BMP -DLOAD_GIF -DUSE_STBIMAGE -DUSE_TINYJPEG -DSDL_IMAGE_USE_COMMON_BACKEND -shared -o libSDL2_image_compact.so.0.0 IMG_bmp.o IMG.o IMG_gif.o IMG_jpg.o IMG_lbm.o IMG_pcx.o IMG_png.o IMG_pnm.o IMG_stb.o IMG_svg.o IMG_tga.o IMG_tif.o IMG_webp.o IMG_xcf.o IMG_xpm.o IMG_xv.o `sdl2-config --libs` gmake[1]: Leaving directory '/exopi-obj/pobj/fnaify-extralibs-0.1/fnaify-extralibs-0.1/SDL_image_compact' install AZSNotSFML/atomstb/libatomstb.so* /exopi-obj/pobj/fnaify-extralibs-0.1/fake-amd64/usr/local/lib/ install FMOD_SDL_stub/libfmod_SDL.so* /exopi-obj/pobj/fnaify-extralibs-0.1/fake-amd64/usr/local/lib/ install SDL_image_compact/libSDL2_image_compact.so* /exopi-obj/pobj/fnaify-extralibs-0.1/fake-amd64/usr/local/lib/ Installing /exopi-cvs/ports/games/fnaify-extralibs/pkg/README as /exopi-obj/pobj/fnaify-extralibs-0.1/fake-amd64/usr/local/share/doc/pkg-readmes/fnaify-extralibs ===> Building package for fnaify-extralibs-0.1 Create /exopi-cvs/ports/packages/amd64/all/fnaify-extralibs-0.1.tgz Creating package fnaify-extralibs-0.1 reading plist| checking dependencies| checking dependencies|devel/sdl2 checksumming| checksumming| | 0% checksumming|***** | 8% checksumming|********* | 15% checksumming|************** | 23% checksumming|******************* | 31% checksumming|*********************** | 38% checksumming|**************************** | 46% checksumming|********************************* | 54% checksumming|************************************** | 62% checksumming|****************************************** | 69% checksumming|*********************************************** | 77% checksumming|**************************************************** | 85% checksumming|******************************************************** | 92% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|************************ | 38% archiving|************************* | 39% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/fnaify-extralibs-0.1.tgz >>> Running clean in games/fnaify-extralibs at 1711580175.81 ===> games/fnaify-extralibs ===> Cleaning for fnaify-extralibs-0.1 >>> Ended at 1711580176.32 max_stuck=7.86/depends=6.84/show-prepare-results=2.00/build=36.29/package=6.08/clean=0.54