------------------------------------------------------------------------------- -- 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/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/sdl2_gfx-1.0.4.tgz Installing /packages/All/png-1.6.37.tgz Installing /packages/All/jbigkit-2.1_1.tgz Installing /packages/All/jpeg-turbo-2.0.2.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:15 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- x===> Fetching all distfiles required by py36-pysdl2-0.9.6 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x===> Fetching all distfiles required by py36-pysdl2-0.9.6 for building => SHA256 Checksum OK for PySDL2-0.9.6.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x===> Fetching all distfiles required by py36-pysdl2-0.9.6 for building ===> Extracting for py36-pysdl2-0.9.6 => SHA256 Checksum OK for PySDL2-0.9.6.tar.gz. Extracted Memory Use: 5.39M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for py36-pysdl2-0.9.6 ===> Converting DOS text files to UNIX text files SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- x===> Configuring for py36-pysdl2-0.9.6 running config SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for py36-pysdl2-0.9.6 running build running build_py creating build creating build/lib creating build/lib/sdl2 copying sdl2/dll.py -> build/lib/sdl2 copying sdl2/blendmode.py -> build/lib/sdl2 copying sdl2/keyboard.py -> build/lib/sdl2 copying sdl2/haptic.py -> build/lib/sdl2 copying sdl2/gesture.py -> build/lib/sdl2 copying sdl2/error.py -> build/lib/sdl2 copying sdl2/events.py -> build/lib/sdl2 copying sdl2/filesystem.py -> build/lib/sdl2 copying sdl2/clipboard.py -> build/lib/sdl2 copying sdl2/gamecontroller.py -> build/lib/sdl2 copying sdl2/audio.py -> build/lib/sdl2 copying sdl2/cpuinfo.py -> build/lib/sdl2 copying sdl2/pixels.py -> build/lib/sdl2 copying sdl2/endian.py -> build/lib/sdl2 copying sdl2/keycode.py -> build/lib/sdl2 copying sdl2/sdlgfx.py -> build/lib/sdl2 copying sdl2/mouse.py -> build/lib/sdl2 copying sdl2/platform.py -> build/lib/sdl2 copying sdl2/loadso.py -> build/lib/sdl2 copying sdl2/shape.py -> build/lib/sdl2 copying sdl2/messagebox.py -> build/lib/sdl2 copying sdl2/sdlimage.py -> build/lib/sdl2 copying sdl2/sdlttf.py -> build/lib/sdl2 copying sdl2/scancode.py -> build/lib/sdl2 copying sdl2/sdlmixer.py -> build/lib/sdl2 copying sdl2/power.py -> build/lib/sdl2 copying sdl2/rect.py -> build/lib/sdl2 copying sdl2/joystick.py -> build/lib/sdl2 copying sdl2/hints.py -> build/lib/sdl2 copying sdl2/rwops.py -> build/lib/sdl2 copying sdl2/render.py -> build/lib/sdl2 copying sdl2/log.py -> build/lib/sdl2 copying sdl2/syswm.py -> build/lib/sdl2 copying sdl2/touch.py -> build/lib/sdl2 copying sdl2/version.py -> build/lib/sdl2 copying sdl2/timer.py -> build/lib/sdl2 copying sdl2/vulkan.py -> build/lib/sdl2 copying sdl2/__init__.py -> build/lib/sdl2 copying sdl2/video.py -> build/lib/sdl2 copying sdl2/surface.py -> build/lib/sdl2 copying sdl2/stdinc.py -> build/lib/sdl2 creating build/lib/sdl2/ext copying sdl2/ext/particles.py -> build/lib/sdl2/ext copying sdl2/ext/ebs.py -> build/lib/sdl2/ext copying sdl2/ext/array.py -> build/lib/sdl2/ext copying sdl2/ext/events.py -> build/lib/sdl2/ext copying sdl2/ext/window.py -> build/lib/sdl2/ext copying sdl2/ext/color.py -> build/lib/sdl2/ext copying sdl2/ext/colorpalettes.py -> build/lib/sdl2/ext copying sdl2/ext/pixelaccess.py -> build/lib/sdl2/ext copying sdl2/ext/font.py -> build/lib/sdl2/ext copying sdl2/ext/gui.py -> build/lib/sdl2/ext copying sdl2/ext/surface.py -> build/lib/sdl2/ext copying sdl2/ext/common.py -> build/lib/sdl2/ext copying sdl2/ext/resources.py -> build/lib/sdl2/ext copying sdl2/ext/__init__.py -> build/lib/sdl2/ext copying sdl2/ext/compat.py -> build/lib/sdl2/ext copying sdl2/ext/draw.py -> build/lib/sdl2/ext copying sdl2/ext/sprite.py -> build/lib/sdl2/ext copying sdl2/ext/image.py -> build/lib/sdl2/ext copying sdl2/ext/algorithms.py -> build/lib/sdl2/ext creating build/lib/sdl2/test copying sdl2/test/log_test.py -> build/lib/sdl2/test copying sdl2/test/hints_test.py -> build/lib/sdl2/test copying sdl2/test/gamecontroller_test.py -> build/lib/sdl2/test copying sdl2/test/cpuinfo_test.py -> build/lib/sdl2/test copying sdl2/test/sdlgfx_test.py -> build/lib/sdl2/test copying sdl2/test/blendmode_test.py -> build/lib/sdl2/test copying sdl2/test/sdl2ext_resources_test.py -> build/lib/sdl2/test copying sdl2/test/sdlimage_test.py -> build/lib/sdl2/test copying sdl2/test/rwops_test.py -> build/lib/sdl2/test copying sdl2/test/clipboard_test.py -> build/lib/sdl2/test copying sdl2/test/joystick_test.py -> build/lib/sdl2/test copying sdl2/test/sdl2ext_image_test.py -> build/lib/sdl2/test copying sdl2/test/sdl2ext_events_test.py -> build/lib/sdl2/test copying sdl2/test/sdl2ext_ebs_test.py -> build/lib/sdl2/test copying sdl2/test/__init__.py -> build/lib/sdl2/test copying sdl2/test/sdl2ext_font_test.py -> build/lib/sdl2/test copying sdl2/test/vulkan_test.py -> build/lib/sdl2/test copying sdl2/test/sdl2ext_algorithms_test.py -> build/lib/sdl2/test copying sdl2/test/keyboard_test.py -> build/lib/sdl2/test copying sdl2/test/sdl_test.py -> build/lib/sdl2/test copying sdl2/test/shape_test.py -> build/lib/sdl2/test copying sdl2/test/sdlttf_test.py -> build/lib/sdl2/test copying sdl2/test/sdl2ext_gui_test.py -> build/lib/sdl2/test copying sdl2/test/sdl2ext_sprite_test.py -> build/lib/sdl2/test copying sdl2/test/sdl2ext_pixelaccess_test.py -> build/lib/sdl2/test copying sdl2/test/sdl2ext_array_test.py -> build/lib/sdl2/test copying sdl2/test/sdl2ext_color_test.py -> build/lib/sdl2/test copying sdl2/test/sdlmixer_test.py -> build/lib/sdl2/test copying sdl2/test/sdl2ext_draw_test.py -> build/lib/sdl2/test copying sdl2/test/sdl2ext_particles_test.py -> build/lib/sdl2/test copying sdl2/test/sdl2ext_test.py -> build/lib/sdl2/test copying sdl2/test/sdl2ext_window_test.py -> build/lib/sdl2/test copying sdl2/test/audio_test.py -> build/lib/sdl2/test copying sdl2/test/filesystem_test.py -> build/lib/sdl2/test copying sdl2/test/error_test.py -> build/lib/sdl2/test copying sdl2/test/pixels_test.py -> build/lib/sdl2/test copying sdl2/test/render_test.py -> build/lib/sdl2/test copying sdl2/test/platform_test.py -> build/lib/sdl2/test copying sdl2/test/rect_test.py -> build/lib/sdl2/test copying sdl2/test/power_test.py -> build/lib/sdl2/test copying sdl2/test/surface_test.py -> build/lib/sdl2/test copying sdl2/test/mouse_test.py -> build/lib/sdl2/test copying sdl2/test/events_test.py -> build/lib/sdl2/test copying sdl2/test/endian_test.py -> build/lib/sdl2/test copying sdl2/test/version_test.py -> build/lib/sdl2/test copying sdl2/test/timer_test.py -> build/lib/sdl2/test copying sdl2/test/video_test.py -> build/lib/sdl2/test copying sdl2/test/syswm_test.py -> build/lib/sdl2/test creating build/lib/sdl2/examples copying examples/pixelaccess.py -> build/lib/sdl2/examples copying examples/transfomations.py -> build/lib/sdl2/examples copying examples/__init__.py -> build/lib/sdl2/examples copying examples/gui.py -> build/lib/sdl2/examples copying examples/draw.py -> build/lib/sdl2/examples copying examples/helloworld.py -> build/lib/sdl2/examples copying examples/opengl.py -> build/lib/sdl2/examples copying examples/pong.py -> build/lib/sdl2/examples copying examples/particles.py -> build/lib/sdl2/examples copying examples/gfxdrawing.py -> build/lib/sdl2/examples copying examples/sdl2hello.py -> build/lib/sdl2/examples copying examples/colorpalettes.py -> build/lib/sdl2/examples creating build/lib/sdl2/test/resources copying sdl2/test/resources/surfacetest.jpg -> build/lib/sdl2/test/resources copying sdl2/test/resources/surfacetest.tga -> build/lib/sdl2/test/resources copying sdl2/test/resources/tuffy.ttf -> build/lib/sdl2/test/resources copying sdl2/test/resources/surfacetest.ico -> build/lib/sdl2/test/resources copying sdl2/test/resources/surfacetest.pbm -> build/lib/sdl2/test/resources copying sdl2/test/resources/rwopstest.txt -> build/lib/sdl2/test/resources copying sdl2/test/resources/surfacetest.pgm -> build/lib/sdl2/test/resources copying sdl2/test/resources/surfacetest.webp -> build/lib/sdl2/test/resources copying sdl2/test/resources/surfacetest.bmp -> build/lib/sdl2/test/resources copying sdl2/test/resources/surfacetest.pnm -> build/lib/sdl2/test/resources copying sdl2/test/resources/resources.zip -> build/lib/sdl2/test/resources copying sdl2/test/resources/surfacetest.ppm -> build/lib/sdl2/test/resources copying sdl2/test/resources/surfacetest.lbm -> build/lib/sdl2/test/resources copying sdl2/test/resources/surfacetest.tif -> build/lib/sdl2/test/resources copying sdl2/test/resources/surfacetest.pcx -> build/lib/sdl2/test/resources copying sdl2/test/resources/surfacetest.xcf -> build/lib/sdl2/test/resources copying sdl2/test/resources/surfacetest.png -> build/lib/sdl2/test/resources copying sdl2/test/resources/tuffy.copy.ttf -> build/lib/sdl2/test/resources copying sdl2/test/resources/font.bmp -> build/lib/sdl2/test/resources copying sdl2/test/resources/resources.tar.gz -> build/lib/sdl2/test/resources copying sdl2/test/resources/surfacetest.cur -> build/lib/sdl2/test/resources copying sdl2/test/resources/surfacetest.gif -> build/lib/sdl2/test/resources copying sdl2/test/resources/surfacetest.xpm -> build/lib/sdl2/test/resources creating build/lib/sdl2/examples/resources copying examples/resources/hello.bmp -> build/lib/sdl2/examples/resources copying examples/resources/textentry.bmp -> build/lib/sdl2/examples/resources copying examples/resources/tuffy.ttf -> build/lib/sdl2/examples/resources copying examples/resources/button.bmp -> build/lib/sdl2/examples/resources copying examples/resources/testimage.svg -> build/lib/sdl2/examples/resources copying examples/resources/circle.png -> build/lib/sdl2/examples/resources copying examples/resources/star.png -> build/lib/sdl2/examples/resources copying examples/resources/square.png -> build/lib/sdl2/examples/resources copying examples/resources/font.bmp -> build/lib/sdl2/examples/resources SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for py36-pysdl2-0.9.6 ===> Generating temporary packing list running install running build running build_py running install_lib creating /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6 creating /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages creating /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2 copying build/lib/sdl2/filesystem.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2 copying build/lib/sdl2/keycode.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2 copying build/lib/sdl2/endian.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2 copying build/lib/sdl2/gamecontroller.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2 copying build/lib/sdl2/error.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2 copying build/lib/sdl2/pixels.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2 copying build/lib/sdl2/keyboard.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2 copying build/lib/sdl2/gesture.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2 copying build/lib/sdl2/haptic.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2 copying build/lib/sdl2/clipboard.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2 copying build/lib/sdl2/audio.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2 copying build/lib/sdl2/events.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2 copying build/lib/sdl2/blendmode.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2 copying build/lib/sdl2/dll.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2 copying build/lib/sdl2/cpuinfo.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2 copying build/lib/sdl2/shape.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2 creating /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/ext copying build/lib/sdl2/ext/compat.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/ext copying build/lib/sdl2/ext/image.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/ext copying build/lib/sdl2/ext/events.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/ext copying build/lib/sdl2/ext/window.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/ext copying build/lib/sdl2/ext/particles.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/ext copying build/lib/sdl2/ext/colorpalettes.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/ext copying build/lib/sdl2/ext/color.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/ext copying build/lib/sdl2/ext/array.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/ext copying build/lib/sdl2/ext/ebs.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/ext copying build/lib/sdl2/ext/font.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/ext copying build/lib/sdl2/ext/pixelaccess.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/ext copying build/lib/sdl2/ext/surface.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/ext copying build/lib/sdl2/ext/common.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/ext copying build/lib/sdl2/ext/sprite.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/ext copying build/lib/sdl2/ext/resources.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/ext copying build/lib/sdl2/ext/gui.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/ext copying build/lib/sdl2/ext/draw.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/ext copying build/lib/sdl2/ext/algorithms.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/ext copying build/lib/sdl2/ext/__init__.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/ext copying build/lib/sdl2/scancode.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2 copying build/lib/sdl2/version.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2 copying build/lib/sdl2/sdlttf.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2 copying build/lib/sdl2/rect.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2 copying build/lib/sdl2/__init__.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2 copying build/lib/sdl2/touch.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2 copying build/lib/sdl2/render.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2 copying build/lib/sdl2/timer.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2 copying build/lib/sdl2/sdlmixer.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2 copying build/lib/sdl2/loadso.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2 copying build/lib/sdl2/video.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2 copying build/lib/sdl2/sdlimage.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2 copying build/lib/sdl2/vulkan.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2 copying build/lib/sdl2/stdinc.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2 copying build/lib/sdl2/joystick.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2 copying build/lib/sdl2/hints.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2 copying build/lib/sdl2/platform.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2 copying build/lib/sdl2/mouse.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2 copying build/lib/sdl2/log.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2 copying build/lib/sdl2/surface.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2 copying build/lib/sdl2/power.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2 copying build/lib/sdl2/messagebox.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2 copying build/lib/sdl2/rwops.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2 copying build/lib/sdl2/syswm.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2 copying build/lib/sdl2/sdlgfx.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2 creating /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/examples creating /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/examples/resources copying build/lib/sdl2/examples/resources/tuffy.ttf -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/examples/resources copying build/lib/sdl2/examples/resources/button.bmp -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/examples/resources copying build/lib/sdl2/examples/resources/hello.bmp -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/examples/resources copying build/lib/sdl2/examples/resources/textentry.bmp -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/examples/resources copying build/lib/sdl2/examples/resources/circle.png -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/examples/resources copying build/lib/sdl2/examples/resources/star.png -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/examples/resources copying build/lib/sdl2/examples/resources/testimage.svg -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/examples/resources copying build/lib/sdl2/examples/resources/font.bmp -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/examples/resources copying build/lib/sdl2/examples/resources/square.png -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/examples/resources copying build/lib/sdl2/examples/pong.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/examples copying build/lib/sdl2/examples/particles.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/examples copying build/lib/sdl2/examples/opengl.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/examples copying build/lib/sdl2/examples/sdl2hello.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/examples copying build/lib/sdl2/examples/__init__.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/examples copying build/lib/sdl2/examples/gfxdrawing.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/examples copying build/lib/sdl2/examples/draw.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/examples copying build/lib/sdl2/examples/gui.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/examples copying build/lib/sdl2/examples/colorpalettes.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/examples copying build/lib/sdl2/examples/pixelaccess.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/examples copying build/lib/sdl2/examples/transfomations.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/examples copying build/lib/sdl2/examples/helloworld.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/examples creating /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/hints_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/shape_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/video_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/sdl2ext_gui_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/sdl_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/sdl2ext_color_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/version_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/sdl2ext_draw_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/keyboard_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/sdl2ext_algorithms_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/sdl2ext_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/sdl2ext_particles_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/sdlimage_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/clipboard_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/joystick_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/rwops_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/__init__.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test creating /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/resources copying build/lib/sdl2/test/resources/surfacetest.cur -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/resources copying build/lib/sdl2/test/resources/tuffy.copy.ttf -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/resources copying build/lib/sdl2/test/resources/font.bmp -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/resources copying build/lib/sdl2/test/resources/surfacetest.png -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/resources copying build/lib/sdl2/test/resources/surfacetest.xcf -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/resources copying build/lib/sdl2/test/resources/resources.tar.gz -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/resources copying build/lib/sdl2/test/resources/surfacetest.gif -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/resources copying build/lib/sdl2/test/resources/surfacetest.tga -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/resources copying build/lib/sdl2/test/resources/surfacetest.pgm -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/resources copying build/lib/sdl2/test/resources/tuffy.ttf -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/resources copying build/lib/sdl2/test/resources/surfacetest.pnm -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/resources copying build/lib/sdl2/test/resources/surfacetest.jpg -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/resources copying build/lib/sdl2/test/resources/surfacetest.pcx -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/resources copying build/lib/sdl2/test/resources/surfacetest.webp -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/resources copying build/lib/sdl2/test/resources/resources.zip -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/resources copying build/lib/sdl2/test/resources/surfacetest.tif -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/resources copying build/lib/sdl2/test/resources/rwopstest.txt -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/resources copying build/lib/sdl2/test/resources/surfacetest.ppm -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/resources copying build/lib/sdl2/test/resources/surfacetest.lbm -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/resources copying build/lib/sdl2/test/resources/surfacetest.ico -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/resources copying build/lib/sdl2/test/resources/surfacetest.pbm -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/resources copying build/lib/sdl2/test/resources/surfacetest.bmp -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/resources copying build/lib/sdl2/test/resources/surfacetest.xpm -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/resources copying build/lib/sdl2/test/sdl2ext_pixelaccess_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/sdl2ext_ebs_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/sdl2ext_font_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/sdl2ext_events_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/endian_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/sdl2ext_image_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/log_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/sdl2ext_window_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/filesystem_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/audio_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/vulkan_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/sdlgfx_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/platform_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/render_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/sdl2ext_array_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/sdlttf_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/pixels_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/sdl2ext_sprite_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/error_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/events_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/syswm_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/rect_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/sdl2ext_resources_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/cpuinfo_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/gamecontroller_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/timer_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/mouse_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/surface_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/sdlmixer_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/blendmode_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test copying build/lib/sdl2/test/power_test.py -> /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/filesystem.py to filesystem.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/keycode.py to keycode.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/endian.py to endian.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/gamecontroller.py to gamecontroller.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/error.py to error.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/pixels.py to pixels.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/keyboard.py to keyboard.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/gesture.py to gesture.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/haptic.py to haptic.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/clipboard.py to clipboard.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/audio.py to audio.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/events.py to events.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/blendmode.py to blendmode.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/dll.py to dll.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/cpuinfo.py to cpuinfo.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/shape.py to shape.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/ext/compat.py to compat.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/ext/image.py to image.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/ext/events.py to events.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/ext/window.py to window.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/ext/particles.py to particles.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/ext/colorpalettes.py to colorpalettes.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/ext/color.py to color.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/ext/array.py to array.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/ext/ebs.py to ebs.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/ext/font.py to font.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/ext/pixelaccess.py to pixelaccess.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/ext/surface.py to surface.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/ext/common.py to common.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/ext/sprite.py to sprite.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/ext/resources.py to resources.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/ext/gui.py to gui.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/ext/draw.py to draw.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/ext/algorithms.py to algorithms.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/ext/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/scancode.py to scancode.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/version.py to version.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/sdlttf.py to sdlttf.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/rect.py to rect.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/touch.py to touch.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/render.py to render.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/timer.py to timer.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/sdlmixer.py to sdlmixer.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/loadso.py to loadso.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/video.py to video.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/sdlimage.py to sdlimage.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/vulkan.py to vulkan.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/stdinc.py to stdinc.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/joystick.py to joystick.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/hints.py to hints.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/platform.py to platform.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/mouse.py to mouse.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/log.py to log.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/surface.py to surface.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/power.py to power.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/messagebox.py to messagebox.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/rwops.py to rwops.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/syswm.py to syswm.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/sdlgfx.py to sdlgfx.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/examples/pong.py to pong.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/examples/particles.py to particles.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/examples/opengl.py to opengl.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/examples/sdl2hello.py to sdl2hello.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/examples/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/examples/gfxdrawing.py to gfxdrawing.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/examples/draw.py to draw.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/examples/gui.py to gui.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/examples/colorpalettes.py to colorpalettes.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/examples/pixelaccess.py to pixelaccess.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/examples/transfomations.py to transfomations.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/examples/helloworld.py to helloworld.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/hints_test.py to hints_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/shape_test.py to shape_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/video_test.py to video_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/sdl2ext_gui_test.py to sdl2ext_gui_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/sdl_test.py to sdl_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/sdl2ext_color_test.py to sdl2ext_color_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/version_test.py to version_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/sdl2ext_draw_test.py to sdl2ext_draw_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/keyboard_test.py to keyboard_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/sdl2ext_algorithms_test.py to sdl2ext_algorithms_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/sdl2ext_test.py to sdl2ext_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/sdl2ext_particles_test.py to sdl2ext_particles_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/sdlimage_test.py to sdlimage_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/clipboard_test.py to clipboard_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/joystick_test.py to joystick_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/rwops_test.py to rwops_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/sdl2ext_pixelaccess_test.py to sdl2ext_pixelaccess_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/sdl2ext_ebs_test.py to sdl2ext_ebs_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/sdl2ext_font_test.py to sdl2ext_font_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/sdl2ext_events_test.py to sdl2ext_events_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/endian_test.py to endian_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/sdl2ext_image_test.py to sdl2ext_image_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/log_test.py to log_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/sdl2ext_window_test.py to sdl2ext_window_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/filesystem_test.py to filesystem_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/audio_test.py to audio_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/vulkan_test.py to vulkan_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/sdlgfx_test.py to sdlgfx_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/platform_test.py to platform_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/render_test.py to render_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/sdl2ext_array_test.py to sdl2ext_array_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/sdlttf_test.py to sdlttf_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/pixels_test.py to pixels_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/sdl2ext_sprite_test.py to sdl2ext_sprite_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/error_test.py to error_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/events_test.py to events_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/syswm_test.py to syswm_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/rect_test.py to rect_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/sdl2ext_resources_test.py to sdl2ext_resources_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/cpuinfo_test.py to cpuinfo_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/gamecontroller_test.py to gamecontroller_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/timer_test.py to timer_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/mouse_test.py to mouse_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/surface_test.py to surface_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/sdlmixer_test.py to sdlmixer_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/blendmode_test.py to blendmode_test.cpython-36.pyc byte-compiling /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/sdl2/test/power_test.py to power_test.cpython-36.pyc writing byte-compilation script '/tmp/tmp58zc0t1_.py' /usr/local/bin/python3.6 /tmp/tmp58zc0t1_.py removing /tmp/tmp58zc0t1_.py running install_egg_info running egg_info creating PySDL2.egg-info writing PySDL2.egg-info/PKG-INFO writing dependency_links to PySDL2.egg-info/dependency_links.txt writing top-level names to PySDL2.egg-info/top_level.txt writing manifest file 'PySDL2.egg-info/SOURCES.txt' reading manifest file 'PySDL2.egg-info/SOURCES.txt' writing manifest file 'PySDL2.egg-info/SOURCES.txt' Copying PySDL2.egg-info to /construction/devel/py-pysdl2/stage/usr/local/lib/python3.6/site-packages/PySDL2-0.9.6-py3.6.egg-info running install_scripts writing list of installed files to '/construction/devel/py-pysdl2/.PLIST.pymodtmp' cd /construction/devel/py-pysdl2/PySDL2-0.9.6/doc/html && /bin/sh -c '(/usr/bin/find -Ed $1 $3 | /usr/bin/cpio -dumpl $2 >/dev/null 2>&1) && /usr/bin/find -Ed $1 $3 \( -type d -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 755 "$@"'\'' . {} + -o -type f -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 0644 "$@"'\'' . {} + \)' COPYTREE_SHARE . /construction/devel/py-pysdl2/stage/usr/local/share/doc/py36-pysdl2 '! -name .buildinfo' ===> Creating unique files: Move MAN files needing SUFFIX ===> Creating unique files: Move files needing SUFFIX ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) 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-pysdl2-0.9.6 file sizes/checksums [499]: 0% file sizes/checksums [499]: 20% file sizes/checksums [499]: 40% file sizes/checksums [499]: 60% file sizes/checksums [499]: 80% file sizes/checksums [499]: 100% packing files [499]: 0% packing files [499]: 20% packing files [499]: 40% packing files [499]: 60% packing files [499]: 80% packing files [499]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:37