------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/expat-2.2.6_1.tgz Installing /packages/All/indexinfo-0.3.1.tgz Installing /packages/All/libffi-3.2.1_3.tgz Installing /packages/All/ncurses-6.1.20190525.tgz Installing /packages/All/readline-8.0.0.tgz Installing /packages/All/gettext-runtime-0.20.1.tgz Installing /packages/All/openssl-1.0.2s,1.tgz Message from openssl-1.0.2s,1: Edit /usr/local/openssl/openssl.cnf to fit your needs. Installing /packages/All/python36-3.6.9.tgz Message from python36-3.6.9: =========================================================================== Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py36-gdbm databases/py-gdbm@py36 py36-sqlite3 databases/py-sqlite3@py36 py36-tkinter x11-toolkits/py-tkinter@py36 =========================================================================== Installing /packages/All/py36-setuptools-41.0.1.tgz Installing /packages/All/py36-cython-0.29_1.tgz Installing /packages/All/libxml2-2.9.9.tgz Installing /packages/All/wayland-1.16.0.tgz Installing /packages/All/xkeyboard-config-2.27.tgz Installing /packages/All/libpthread-stubs-0.4.tgz Installing /packages/All/libXau-1.0.9.tgz Installing /packages/All/xorgproto-2019.1.tgz Installing /packages/All/libXdmcp-1.1.3.tgz Installing /packages/All/libxcb-1.13.1.tgz Installing /packages/All/libxkbcommon-0.8.4.tgz Installing /packages/All/pciids-20190725.tgz Installing /packages/All/libpciaccess-0.16.tgz Installing /packages/All/libdrm-2.4.99.tgz Installing /packages/All/libelf-0.8.13_3.tgz Installing /packages/All/libX11-1.6.8,1.tgz Installing /packages/All/libXfixes-5.0.3_2.tgz Installing /packages/All/libXdamage-1.1.5.tgz Installing /packages/All/libXext-1.3.4,1.tgz Installing /packages/All/libXrender-0.9.10_2.tgz Installing /packages/All/libXrandr-1.5.2.tgz Installing /packages/All/libxshmfence-1.3.tgz Installing /packages/All/libXxf86vm-1.1.4_3.tgz Installing /packages/All/mesa-libs-18.3.2_1.tgz Installing /packages/All/libXinerama-1.1.4_2,1.tgz Installing /packages/All/libXcursor-1.2.0.tgz Installing /packages/All/libXi-1.7.10,1.tgz Installing /packages/All/libXScrnSaver-1.2.3_2.tgz Installing /packages/All/sdl2-2.0.10.tgz Installing /packages/All/png-1.6.37.tgz Installing /packages/All/jpeg-turbo-2.0.2.tgz Installing /packages/All/jbigkit-2.1_1.tgz Installing /packages/All/tiff-4.0.10_1.tgz Installing /packages/All/giflib-5.1.9.tgz Installing /packages/All/webp-1.0.3_1.tgz Installing /packages/All/sdl2_image-2.0.5.tgz Installing /packages/All/libogg-1.3.3,4.tgz Installing /packages/All/flac-1.3.2_1.tgz Installing /packages/All/libvorbis-1.3.6,3.tgz Installing /packages/All/libsndfile-1.0.28_2.tgz Installing /packages/All/libsamplerate-0.1.9.tgz Installing /packages/All/celt-0.11.3_3.tgz Installing /packages/All/db5-5.3.28_7.tgz Installing /packages/All/jackit-0.125.0_9.tgz Message from jackit-0.125.0_9: ====================================================================== It is recommended to run Jack with real-time priority (-R). The recommended way to start Jack is to add the following lines to /etc/rc.conf: jackd_enable="YES" jackd_user="{your-jack-user}" jackd_rtprio="YES" jackd_args="-R -doss -r{sample-rate} -p1024 -n3 -w16 \ --capture /dev/dsp{N} --playback /dev/dsp{N}" Where: - your-jack-user: is the user who is going to use jack; currently only one user is supported - sample-rate: can be 44100, 48000, etc. - /dev/dsp{N}: your OSS devices, usually /dev/dsp0 Please note that the port option COOKEDMODE is "on" by default, which makes your system to automatically scale the sample-rate between Jack and audio hardware. One reason COOKEDMODE=on is because Jack's OSS driver doesn't support some sample-rate and hardware combinations when COOKEDMODE=off. To achieve the best sound quality please make sure your hardware natively supports the sample-rate set in jackd_args, and set COOKEDMODE=off. ====================================================================== Installing /packages/All/pcre-8.43_2.tgz Installing /packages/All/libiconv-1.14_11.tgz Installing /packages/All/glib-2.56.3_6,1.tgz No schema files found: doing nothing. Installing /packages/All/fluidsynth-2.0.5.tgz Installing /packages/All/libmodplug-0.8.9.0.tgz Installing /packages/All/mpg123-1.25.11.tgz Installing /packages/All/opus-1.3.1.tgz Installing /packages/All/opusfile-0.10.tgz Installing /packages/All/sdl2_mixer-2.0.4_1.tgz Installing /packages/All/freetype2-2.10.1.tgz Message from freetype2-2.10.1: The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as the default, emulating a modern version of ClearType. This change inevitably leads to different rendering results, and you might change port's options to adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment variable). The environment variable "FREETYPE_PROPERTIES" can be used to control the driver properties. Example: FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ cff:no-stem-darkening=1 \ autofitter:warping=1 This allows to select, say, the subpixel hinting mode at runtime for a given application. If LONG_PCF_NAMES port's option was enabled, the PCF family names may include the foundry and information whether they contain wide characters. For example, "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at run time with using pcf:no-long-family-names property, if needed. Example: FREETYPE_PROPERTIES=pcf:no-long-family-names=1 How to recreate fontconfig cache with using such environment variable, if needed: # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv The controllable properties are listed in the section "Controlling FreeType Modules" in the reference's table of contents (/usr/local/share/doc/freetype2/reference/site/index.html, if documentation was installed). Installing /packages/All/sdl2_ttf-2.0.15.tgz SUCCEEDED 00:00:11 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- x/!\ py36-game_sdl2-7.3.2: Makefile warnings, please consider fixing /!\ Using USE_SDL alone is deprecated, please add USES=sdl. SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- x/!\ py36-game_sdl2-7.3.2: Makefile warnings, please consider fixing /!\ Using USE_SDL alone is deprecated, please add USES=sdl. ===> Fetching all distfiles required by py36-game_sdl2-7.3.2 for building SUCCEEDED 00:00:11 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x/!\ py36-game_sdl2-7.3.2: Makefile warnings, please consider fixing /!\ Using USE_SDL alone is deprecated, please add USES=sdl. ===> Fetching all distfiles required by py36-game_sdl2-7.3.2 for building => SHA256 Checksum OK for pygame_sdl2-2.1.0-for-renpy-7.3.2.tar.gz. SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x/!\ py36-game_sdl2-7.3.2: Makefile warnings, please consider fixing /!\ Using USE_SDL alone is deprecated, please add USES=sdl. ===> Fetching all distfiles required by py36-game_sdl2-7.3.2 for building ===> Extracting for py36-game_sdl2-7.3.2 => SHA256 Checksum OK for pygame_sdl2-2.1.0-for-renpy-7.3.2.tar.gz. Extracted Memory Use: 1.68M SUCCEEDED 00:00:11 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for py36-game_sdl2-7.3.2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- x===> Configuring for py36-game_sdl2-7.3.2 pygame_sdl2.error is out of date. pygame_sdl2.color is out of date. pygame_sdl2.controller is out of date. pygame_sdl2.rect is out of date. pygame_sdl2.rwobject is out of date. pygame_sdl2.surface is out of date. pygame_sdl2.display is out of date. pygame_sdl2.event is out of date. pygame_sdl2.locals is out of date. pygame_sdl2.key is out of date. pygame_sdl2.mouse is out of date. pygame_sdl2.joystick is out of date. pygame_sdl2.power is out of date. pygame_sdl2.pygame_time is out of date. pygame_sdl2.image is out of date. pygame_sdl2.transform is out of date. pygame_sdl2.gfxdraw is out of date. pygame_sdl2.draw is out of date. pygame_sdl2.font is out of date. pygame_sdl2.mixer is out of date. pygame_sdl2.mixer_music is out of date. warning: src/pygame_sdl2/mixer_music.pyx:58:0: Overriding cdef method with def method. pygame_sdl2.scrap is out of date. pygame_sdl2.render is out of date. running config SUCCEEDED 00:02:42 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for py36-game_sdl2-7.3.2 running build running build_py creating build creating build/lib.dragonfly-5.7-x86_64-3.6 creating build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2 copying src/pygame_sdl2/__init__.py -> build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2 copying src/pygame_sdl2/compat.py -> build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2 creating build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/threads copying src/pygame_sdl2/threads/__init__.py -> build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/threads copying src/pygame_sdl2/threads/Py25Queue.py -> build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/threads copying src/pygame_sdl2/sprite.py -> build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2 copying src/pygame_sdl2/sysfont.py -> build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2 copying src/pygame_sdl2/time.py -> build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2 copying src/pygame_sdl2/version.py -> build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2 copying src/pygame_sdl2/DejaVuSans.ttf -> build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2 copying src/pygame_sdl2/DejaVuSans.txt -> build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2 running build_ext building 'pygame_sdl2.error' extension creating build/temp.dragonfly-5.7-x86_64-3.6 creating build/temp.dragonfly-5.7-x86_64-3.6/gen3 cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I. -Isrc -I/usr/local/include/SDL2 -I/usr/local/include -I/usr/local/include/python3.6m -c gen3/pygame_sdl2.error.c -o build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.error.o -pipe -O2 -fno-strict-aliasing -D_REENTRANT -D_THREAD_SAFE cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.error.o -L/usr/local/lib -L/usr/local/lib -lSDL2 -lpython3.6m -o build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/error.so building 'pygame_sdl2.color' extension cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I. -Isrc -I/usr/local/include/SDL2 -I/usr/local/include -I/usr/local/include/python3.6m -c gen3/pygame_sdl2.color.c -o build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.color.o -pipe -O2 -fno-strict-aliasing -D_REENTRANT -D_THREAD_SAFE cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.color.o -L/usr/local/lib -L/usr/local/lib -lSDL2 -lpython3.6m -o build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/color.so building 'pygame_sdl2.controller' extension cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I. -Isrc -I/usr/local/include/SDL2 -I/usr/local/include -I/usr/local/include/python3.6m -c gen3/pygame_sdl2.controller.c -o build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.controller.o -pipe -O2 -fno-strict-aliasing -D_REENTRANT -D_THREAD_SAFE cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.controller.o -L/usr/local/lib -L/usr/local/lib -lSDL2 -lpython3.6m -o build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/controller.so building 'pygame_sdl2.rect' extension cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I. -Isrc -I/usr/local/include/SDL2 -I/usr/local/include -I/usr/local/include/python3.6m -c gen3/pygame_sdl2.rect.c -o build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.rect.o -pipe -O2 -fno-strict-aliasing -D_REENTRANT -D_THREAD_SAFE cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.rect.o -L/usr/local/lib -L/usr/local/lib -lSDL2 -lpython3.6m -o build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/rect.so building 'pygame_sdl2.rwobject' extension cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I. -Isrc -I/usr/local/include/SDL2 -I/usr/local/include -I/usr/local/include/python3.6m -c gen3/pygame_sdl2.rwobject.c -o build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.rwobject.o -pipe -O2 -fno-strict-aliasing -D_REENTRANT -D_THREAD_SAFE cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.rwobject.o -L/usr/local/lib -L/usr/local/lib -lSDL2 -lpython3.6m -o build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/rwobject.so building 'pygame_sdl2.surface' extension creating build/temp.dragonfly-5.7-x86_64-3.6/src cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I. -Isrc -I/usr/local/include/SDL2 -I/usr/local/include -I/usr/local/include/python3.6m -c gen3/pygame_sdl2.surface.c -o build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.surface.o -pipe -O2 -fno-strict-aliasing -D_REENTRANT -D_THREAD_SAFE cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I. -Isrc -I/usr/local/include/SDL2 -I/usr/local/include -I/usr/local/include/python3.6m -c src/alphablit.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/alphablit.o -pipe -O2 -fno-strict-aliasing -D_REENTRANT -D_THREAD_SAFE cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.surface.o build/temp.dragonfly-5.7-x86_64-3.6/src/alphablit.o -L/usr/local/lib -L/usr/local/lib -lSDL2 -lpython3.6m -o build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/surface.so building 'pygame_sdl2.display' extension cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I. -Isrc -I/usr/local/include/SDL2 -I/usr/local/include -I/usr/local/include/python3.6m -c gen3/pygame_sdl2.display.c -o build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.display.o -pipe -O2 -fno-strict-aliasing -D_REENTRANT -D_THREAD_SAFE cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.display.o -L/usr/local/lib -L/usr/local/lib -lSDL2 -lpython3.6m -o build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/display.so building 'pygame_sdl2.event' extension cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I. -Isrc -I/usr/local/include/SDL2 -I/usr/local/include -I/usr/local/include/python3.6m -c gen3/pygame_sdl2.event.c -o build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.event.o -pipe -O2 -fno-strict-aliasing -D_REENTRANT -D_THREAD_SAFE cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.event.o -L/usr/local/lib -L/usr/local/lib -lSDL2 -lpython3.6m -o build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/event.so building 'pygame_sdl2.locals' extension cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I. -Isrc -I/usr/local/include/SDL2 -I/usr/local/include -I/usr/local/include/python3.6m -c gen3/pygame_sdl2.locals.c -o build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.locals.o -pipe -O2 -fno-strict-aliasing -D_REENTRANT -D_THREAD_SAFE cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.locals.o -L/usr/local/lib -L/usr/local/lib -lSDL2 -lpython3.6m -o build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/locals.so building 'pygame_sdl2.key' extension cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I. -Isrc -I/usr/local/include/SDL2 -I/usr/local/include -I/usr/local/include/python3.6m -c gen3/pygame_sdl2.key.c -o build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.key.o -pipe -O2 -fno-strict-aliasing -D_REENTRANT -D_THREAD_SAFE gen3/pygame_sdl2.key.c: In function '__pyx_pf_11pygame_sdl2_3key_13KeyboardState_4__init__': gen3/pygame_sdl2.key.c:1568:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] __pyx_v_state = SDL_GetKeyboardState((&__pyx_v_self->numkeys)); ^ cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.key.o -L/usr/local/lib -L/usr/local/lib -lSDL2 -lpython3.6m -o build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/key.so building 'pygame_sdl2.mouse' extension cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I. -Isrc -I/usr/local/include/SDL2 -I/usr/local/include -I/usr/local/include/python3.6m -c gen3/pygame_sdl2.mouse.c -o build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.mouse.o -pipe -O2 -fno-strict-aliasing -D_REENTRANT -D_THREAD_SAFE cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.mouse.o -L/usr/local/lib -L/usr/local/lib -lSDL2 -lpython3.6m -o build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/mouse.so building 'pygame_sdl2.joystick' extension cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I. -Isrc -I/usr/local/include/SDL2 -I/usr/local/include -I/usr/local/include/python3.6m -c gen3/pygame_sdl2.joystick.c -o build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.joystick.o -pipe -O2 -fno-strict-aliasing -D_REENTRANT -D_THREAD_SAFE gen3/pygame_sdl2.joystick.c: In function '__pyx_pf_11pygame_sdl2_8joystick_8Joystick_12get_name': gen3/pygame_sdl2.joystick.c:2178:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] __pyx_v_rv = SDL_JoystickName(__pyx_v_self->joystick); ^ cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.joystick.o -L/usr/local/lib -L/usr/local/lib -lSDL2 -lpython3.6m -o build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/joystick.so building 'pygame_sdl2.power' extension cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I. -Isrc -I/usr/local/include/SDL2 -I/usr/local/include -I/usr/local/include/python3.6m -c gen3/pygame_sdl2.power.c -o build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.power.o -pipe -O2 -fno-strict-aliasing -D_REENTRANT -D_THREAD_SAFE cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.power.o -L/usr/local/lib -L/usr/local/lib -lSDL2 -lpython3.6m -o build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/power.so building 'pygame_sdl2.pygame_time' extension cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I. -Isrc -I/usr/local/include/SDL2 -I/usr/local/include -I/usr/local/include/python3.6m -c gen3/pygame_sdl2.pygame_time.c -o build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.pygame_time.o -pipe -O2 -fno-strict-aliasing -D_REENTRANT -D_THREAD_SAFE gen3/pygame_sdl2.pygame_time.c: In function '__pyx_f_11pygame_sdl2_11pygame_time_timer_callback': gen3/pygame_sdl2.pygame_time.c:1934:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] __pyx_v_e.type = ((int)__pyx_v_param); ^ gen3/pygame_sdl2.pygame_time.c: In function '__pyx_pf_11pygame_sdl2_11pygame_time_10set_timer': gen3/pygame_sdl2.pygame_time.c:2153:122: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] __pyx_v_timer_id = SDL_AddTimer(__pyx_t_4, ((SDL_TimerCallback)__pyx_f_11pygame_sdl2_11pygame_time_timer_callback), ((void *)((int)__pyx_t_2))); ^ cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.pygame_time.o -L/usr/local/lib -L/usr/local/lib -lSDL2 -lpython3.6m -o build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/pygame_time.so building 'pygame_sdl2.image' extension cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I. -Isrc -I/usr/local/include/SDL2 -I/usr/local/include -I/usr/local/include/python3.6m -c gen3/pygame_sdl2.image.c -o build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.image.o -pipe -O2 -fno-strict-aliasing -D_REENTRANT -D_THREAD_SAFE cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I. -Isrc -I/usr/local/include/SDL2 -I/usr/local/include -I/usr/local/include/python3.6m -c src/write_jpeg.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/write_jpeg.o -pipe -O2 -fno-strict-aliasing -D_REENTRANT -D_THREAD_SAFE cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I. -Isrc -I/usr/local/include/SDL2 -I/usr/local/include -I/usr/local/include/python3.6m -c src/write_png.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/write_png.o -pipe -O2 -fno-strict-aliasing -D_REENTRANT -D_THREAD_SAFE cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.image.o build/temp.dragonfly-5.7-x86_64-3.6/src/write_jpeg.o build/temp.dragonfly-5.7-x86_64-3.6/src/write_png.o -L/usr/local/lib -L/usr/local/lib -lSDL2_image -ljpeg -lpng -lSDL2 -lpython3.6m -o build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/image.so building 'pygame_sdl2.transform' extension cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I. -Isrc -I/usr/local/include/SDL2 -I/usr/local/include -I/usr/local/include/python3.6m -c gen3/pygame_sdl2.transform.c -o build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.transform.o -pipe -O2 -fno-strict-aliasing -D_REENTRANT -D_THREAD_SAFE cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I. -Isrc -I/usr/local/include/SDL2 -I/usr/local/include -I/usr/local/include/python3.6m -c src/SDL2_rotozoom.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/SDL2_rotozoom.o -pipe -O2 -fno-strict-aliasing -D_REENTRANT -D_THREAD_SAFE cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.transform.o build/temp.dragonfly-5.7-x86_64-3.6/src/SDL2_rotozoom.o -L/usr/local/lib -L/usr/local/lib -lSDL2 -lpython3.6m -o build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/transform.so building 'pygame_sdl2.gfxdraw' extension cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I. -Isrc -I/usr/local/include/SDL2 -I/usr/local/include -I/usr/local/include/python3.6m -c gen3/pygame_sdl2.gfxdraw.c -o build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.gfxdraw.o -pipe -O2 -fno-strict-aliasing -D_REENTRANT -D_THREAD_SAFE cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I. -Isrc -I/usr/local/include/SDL2 -I/usr/local/include -I/usr/local/include/python3.6m -c src/SDL_gfxPrimitives.c -o build/temp.dragonfly-5.7-x86_64-3.6/src/SDL_gfxPrimitives.o -pipe -O2 -fno-strict-aliasing -D_REENTRANT -D_THREAD_SAFE cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.gfxdraw.o build/temp.dragonfly-5.7-x86_64-3.6/src/SDL_gfxPrimitives.o -L/usr/local/lib -L/usr/local/lib -lSDL2 -lpython3.6m -o build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/gfxdraw.so building 'pygame_sdl2.draw' extension cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I. -Isrc -I/usr/local/include/SDL2 -I/usr/local/include -I/usr/local/include/python3.6m -c gen3/pygame_sdl2.draw.c -o build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.draw.o -pipe -O2 -fno-strict-aliasing -D_REENTRANT -D_THREAD_SAFE cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.draw.o -L/usr/local/lib -L/usr/local/lib -lSDL2 -lpython3.6m -o build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/draw.so building 'pygame_sdl2.font' extension cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I. -Isrc -I/usr/local/include/SDL2 -I/usr/local/include -I/usr/local/include/python3.6m -c gen3/pygame_sdl2.font.c -o build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.font.o -pipe -O2 -fno-strict-aliasing -D_REENTRANT -D_THREAD_SAFE cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.font.o -L/usr/local/lib -L/usr/local/lib -lSDL2_ttf -lSDL2 -lpython3.6m -o build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/font.so building 'pygame_sdl2.mixer' extension cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I. -Isrc -I/usr/local/include/SDL2 -I/usr/local/include -I/usr/local/include/python3.6m -c gen3/pygame_sdl2.mixer.c -o build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.mixer.o -pipe -O2 -fno-strict-aliasing -D_REENTRANT -D_THREAD_SAFE cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.mixer.o -L/usr/local/lib -L/usr/local/lib -lSDL2_mixer -lSDL2 -lpython3.6m -o build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/mixer.so building 'pygame_sdl2.mixer_music' extension cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I. -Isrc -I/usr/local/include/SDL2 -I/usr/local/include -I/usr/local/include/python3.6m -c gen3/pygame_sdl2.mixer_music.c -o build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.mixer_music.o -pipe -O2 -fno-strict-aliasing -D_REENTRANT -D_THREAD_SAFE cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.mixer_music.o -L/usr/local/lib -L/usr/local/lib -lSDL2_mixer -lSDL2 -lpython3.6m -o build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/mixer_music.so building 'pygame_sdl2.scrap' extension cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I. -Isrc -I/usr/local/include/SDL2 -I/usr/local/include -I/usr/local/include/python3.6m -c gen3/pygame_sdl2.scrap.c -o build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.scrap.o -pipe -O2 -fno-strict-aliasing -D_REENTRANT -D_THREAD_SAFE cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.scrap.o -L/usr/local/lib -L/usr/local/lib -lSDL2 -lpython3.6m -o build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/scrap.so building 'pygame_sdl2.render' extension cc -DNDEBUG -pipe -O2 -fno-strict-aliasing -fPIC -I. -Isrc -I/usr/local/include/SDL2 -I/usr/local/include -I/usr/local/include/python3.6m -c gen3/pygame_sdl2.render.c -o build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.render.o -pipe -O2 -fno-strict-aliasing -D_REENTRANT -D_THREAD_SAFE cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.7-x86_64-3.6/gen3/pygame_sdl2.render.o -L/usr/local/lib -L/usr/local/lib -lSDL2_image -lSDL2 -lpython3.6m -o build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/render.so SUCCEEDED 00:02:52 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for py36-game_sdl2-7.3.2 ===> Generating temporary packing list running install running build running build_py running build_ext running install_lib creating /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6 creating /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages creating /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2 copying build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/controller.so -> /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2 copying build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/pygame_time.so -> /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2 copying build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/rect.so -> /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2 copying build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/color.so -> /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2 copying build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/locals.so -> /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2 copying build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/joystick.so -> /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2 copying build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/mouse.so -> /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2 copying build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/key.so -> /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2 copying build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/__init__.py -> /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2 copying build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/DejaVuSans.txt -> /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2 copying build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/version.py -> /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2 copying build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/compat.py -> /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2 creating /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2/threads copying build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/threads/Py25Queue.py -> /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2/threads copying build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/threads/__init__.py -> /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2/threads copying build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/sprite.py -> /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2 copying build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/sysfont.py -> /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2 copying build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/time.py -> /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2 copying build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/DejaVuSans.ttf -> /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2 copying build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/event.so -> /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2 copying build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/power.so -> /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2 copying build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/image.so -> /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2 copying build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/error.so -> /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2 copying build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/surface.so -> /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2 copying build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/display.so -> /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2 copying build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/font.so -> /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2 copying build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/mixer.so -> /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2 copying build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/rwobject.so -> /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2 copying build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/transform.so -> /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2 copying build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/scrap.so -> /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2 copying build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/mixer_music.so -> /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2 copying build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/gfxdraw.so -> /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2 copying build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/draw.so -> /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2 copying build/lib.dragonfly-5.7-x86_64-3.6/pygame_sdl2/render.so -> /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2 byte-compiling /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2/version.py to version.cpython-36.pyc byte-compiling /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2/compat.py to compat.cpython-36.pyc byte-compiling /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2/threads/Py25Queue.py to Py25Queue.cpython-36.pyc byte-compiling /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2/threads/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2/sprite.py to sprite.cpython-36.pyc byte-compiling /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2/sysfont.py to sysfont.cpython-36.pyc byte-compiling /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2/time.py to time.cpython-36.pyc writing byte-compilation script '/tmp/tmpep9ow0eo.py' /usr/local/bin/python3.6 /tmp/tmpep9ow0eo.py removing /tmp/tmpep9ow0eo.py running install_headers creating /construction/devel/py-game_sdl2/stage/usr/local/include/python3.6m creating /construction/devel/py-game_sdl2/stage/usr/local/include/python3.6m/pygame_sdl2 copying src/pygame_sdl2/pygame_sdl2.h -> /construction/devel/py-game_sdl2/stage/usr/local/include/python3.6m/pygame_sdl2 copying gen3/pygame_sdl2.rwobject_api.h -> /construction/devel/py-game_sdl2/stage/usr/local/include/python3.6m/pygame_sdl2 copying gen3/pygame_sdl2.surface_api.h -> /construction/devel/py-game_sdl2/stage/usr/local/include/python3.6m/pygame_sdl2 copying gen3/pygame_sdl2.display_api.h -> /construction/devel/py-game_sdl2/stage/usr/local/include/python3.6m/pygame_sdl2 running install_egg_info running egg_info creating pygame_sdl2.egg-info writing pygame_sdl2.egg-info/PKG-INFO writing dependency_links to pygame_sdl2.egg-info/dependency_links.txt writing top-level names to pygame_sdl2.egg-info/top_level.txt writing manifest file 'pygame_sdl2.egg-info/SOURCES.txt' reading manifest file 'pygame_sdl2.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'gen/*.c' warning: no previously-included files found matching 'test/*' writing manifest file 'pygame_sdl2.egg-info/SOURCES.txt' Copying pygame_sdl2.egg-info to /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages/pygame_sdl2-2.1.0_for_renpy_7.3.2-py3.6.egg-info running install_scripts writing list of installed files to '/construction/devel/py-game_sdl2/.PLIST.pymodtmp' /usr/bin/find /construction/devel/py-game_sdl2/stage/usr/local/lib/python3.6/site-packages -name \*.so -exec /usr/bin/strip {} + ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/python3.6/site-packages/pygame_sdl2/color.so is linked to /usr/local/lib/libintl.so.8 from devel/gettext-runtime but it is not declared as a dependency Warning: you need USES+=gettext-runtime Error: /usr/local/lib/python3.6/site-packages/pygame_sdl2/font.so is linked to /usr/local/lib/libfreetype.so.6 from print/freetype2 but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libfreetype.so:print/freetype2 Error: /usr/local/lib/python3.6/site-packages/pygame_sdl2/image.so is linked to /usr/local/lib/libtiff.so.5 from graphics/tiff but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libtiff.so:graphics/tiff Error: /usr/local/lib/python3.6/site-packages/pygame_sdl2/image.so is linked to /usr/local/lib/libwebp.so.7 from graphics/webp but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libwebp.so:graphics/webp Error: /usr/local/lib/python3.6/site-packages/pygame_sdl2/image.so is linked to /usr/local/lib/libjbig.so.2 from graphics/jbigkit but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libjbig.so:graphics/jbigkit Error: /usr/local/lib/python3.6/site-packages/pygame_sdl2/mixer.so is linked to /usr/local/lib/libmodplug.so.1 from audio/libmodplug but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libmodplug.so:audio/libmodplug Error: /usr/local/lib/python3.6/site-packages/pygame_sdl2/mixer.so is linked to /usr/local/lib/libfluidsynth.so.2 from audio/fluidsynth but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libfluidsynth.so:audio/fluidsynth Error: /usr/local/lib/python3.6/site-packages/pygame_sdl2/mixer.so is linked to /usr/local/lib/libvorbisfile.so.3 from audio/libvorbis but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libvorbisfile.so:audio/libvorbis Error: /usr/local/lib/python3.6/site-packages/pygame_sdl2/mixer.so is linked to /usr/local/lib/libvorbis.so.0 from audio/libvorbis but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libvorbis.so:audio/libvorbis Error: /usr/local/lib/python3.6/site-packages/pygame_sdl2/mixer.so is linked to /usr/local/lib/libFLAC.so.8 from audio/flac but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libFLAC.so:audio/flac Error: /usr/local/lib/python3.6/site-packages/pygame_sdl2/mixer.so is linked to /usr/local/lib/libmpg123.so.0 from audio/mpg123 but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libmpg123.so:audio/mpg123 Error: /usr/local/lib/python3.6/site-packages/pygame_sdl2/mixer.so is linked to /usr/local/lib/libopusfile.so.0 from audio/opusfile but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libopusfile.so:audio/opusfile Error: /usr/local/lib/python3.6/site-packages/pygame_sdl2/mixer.so is linked to /usr/local/lib/libgthread-2.0.so.0 from devel/glib20 but it is not declared as a dependency Warning: you need USE_GNOME+=glib20 Error: /usr/local/lib/python3.6/site-packages/pygame_sdl2/mixer.so is linked to /usr/local/lib/libglib-2.0.so.0 from devel/glib20 but it is not declared as a dependency Warning: you need USE_GNOME+=glib20 Error: /usr/local/lib/python3.6/site-packages/pygame_sdl2/mixer.so is linked to /usr/local/lib/libjack.so.0 from audio/jack but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libjack.so:audio/jack Error: /usr/local/lib/python3.6/site-packages/pygame_sdl2/mixer.so is linked to /usr/local/lib/libreadline.so.8 from devel/readline but it is not declared as a dependency Warning: you need USES+=readline Error: /usr/local/lib/python3.6/site-packages/pygame_sdl2/mixer.so is linked to /usr/local/lib/libogg.so.0 from audio/libogg but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libogg.so:audio/libogg Error: /usr/local/lib/python3.6/site-packages/pygame_sdl2/mixer.so is linked to /usr/local/lib/libopus.so.0 from audio/opus but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libopus.so:audio/opus Error: /usr/local/lib/python3.6/site-packages/pygame_sdl2/mixer.so is linked to /usr/local/lib/libiconv.so.2 from converters/libiconv but it is not declared as a dependency Warning: you need USES+=iconv, USES+=iconv:wchar_t, or USES+=iconv:translit depending on needs Error: /usr/local/lib/python3.6/site-packages/pygame_sdl2/mixer.so is linked to /usr/local/lib/libpcre.so.1 from devel/pcre but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libpcre.so:devel/pcre Error: /usr/local/lib/python3.6/site-packages/pygame_sdl2/mixer.so is linked to /usr/local/lib/libdb-5.3.so.0 from databases/db5 but it is not declared as a dependency Warning: you need USES+=bdb Error: /usr/local/lib/python3.6/site-packages/pygame_sdl2/mixer.so is linked to /usr/local/lib/libncurses.so.6 from devel/ncurses but it is not declared as a dependency Warning: you need USES+=ncurses Error: /usr/local/lib/python3.6/site-packages/pygame_sdl2/mixer.so is linked to /usr/local/lib/libtinfo.so.6 from devel/ncurses but it is not declared as a dependency Warning: you need USES+=ncurses Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:08 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- x====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- x===> Building package for py36-game_sdl2-7.3.2 file sizes/checksums [58]: 0% file sizes/checksums [58]: 100% packing files [58]: 0% packing files [58]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:02 TOTAL TIME 00:06:39