Advertisement
Guest User

Untitled

a guest
Aug 6th, 2016
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 11.01 KB | None | 0 0
  1. $ hg clone ssh://hg@bitbucket.org/pygame/pygame
  2. destination directory: pygame
  3. requesting all changes
  4. adding changesets
  5. adding manifests
  6. adding file changes
  7. added 3581 changesets with 15200 changes to 1831 files (+16 heads)
  8. updating to branch default
  9. 664 files updated, 0 files merged, 0 files removed, 0 files unresolved
  10. 🎨  ~/temp
  11. $ brew install sdl sdl_image sdl_mixer sdl_ttf smpeg jpeg libpng portmidi freetype python3 python
  12. Warning: sdl-1.2.15 already installed
  13. Warning: sdl_image-1.2.12_3 already installed
  14. Warning: sdl_mixer-1.2.12 already installed
  15. Warning: sdl_ttf-2.0.11 already installed
  16. Warning: smpeg-0.4.5 already installed
  17. Warning: jpeg-8d already installed
  18. Warning: libpng-1.6.23 already installed
  19. Warning: portmidi-217 already installed
  20. Warning: freetype-2.6.5 already installed
  21. Warning: python3-3.5.2_1 already installed
  22. Warning: python-2.7.12 already installed
  23. 🎨  ~/temp
  24. $ python3 -m venv env_pygame_3
  25. 🎨  ~/temp
  26. $ python -m virtualenv env_pygame_2
  27. New python executable in env_pygame_2/bin/python2.7
  28. Also creating executable in env_pygame_2/bin/python
  29. Installing setuptools, pip, wheel...done.
  30. 🎨  ~/temp
  31. $ . env_pygame_3/bin/activate
  32. (env_pygame_3) 🎨  ~/temp
  33. $ cd pygame/
  34. (env_pygame_3) 🎨  ~/temp/pygame
  35. $ pip install -U setuptools pip
  36. Collecting setuptools
  37.   Downloading setuptools-25.1.6-py2.py3-none-any.whl (442kB)
  38.     100% |β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 450kB 2.2MB/s
  39. Collecting pip
  40.   Using cached pip-8.1.2-py2.py3-none-any.whl
  41. Installing collected packages: setuptools, pip
  42.   Found existing installation: setuptools 20.10.1
  43.     Uninstalling setuptools-20.10.1:
  44.       Successfully uninstalled setuptools-20.10.1
  45.   Found existing installation: pip 8.1.1
  46.     Uninstalling pip-8.1.1:
  47.       Successfully uninstalled pip-8.1.1
  48. Successfully installed pip-8.1.2 setuptools-25.1.6
  49. (env_pygame_3) 🎨  ~/temp/pygame
  50. $ pip install -U numpy
  51. Collecting numpy
  52.   Using cached numpy-1.11.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
  53. Installing collected packages: numpy
  54. Successfully installed numpy-1.11.1
  55. (env_pygame_3) 🎨  ~/temp/pygame
  56. $ python config.py
  57. Using Darwin configuration...
  58.  
  59. Hunting dependencies...
  60. SDL     : found 1.2.15
  61. Framework SDL not found
  62. FONT    : found
  63. Framework SDL_ttf not found
  64. IMAGE   : found
  65. Framework SDL_image not found
  66. MIXER   : found
  67. Framework SDL_mixer not found
  68. Framework CoreMIDI found
  69. Framework QuickTime found
  70. PNG     : found
  71. JPEG    : found
  72. PORTMIDI: found
  73. FREETYPE: found 2.6.5
  74.  
  75. If you get compiler errors during install, doublecheck
  76. the compiler flags in the "Setup" file.
  77. (env_pygame_3) 🎨  ~/temp/pygame
  78. $ python setup.py install
  79. running install
  80. running bdist_egg
  81. running egg_info
  82. creating pygame.egg-info
  83. writing pygame.egg-info/PKG-INFO
  84. writing dependency_links to pygame.egg-info/dependency_links.txt
  85. writing top-level names to pygame.egg-info/top_level.txt
  86. writing manifest file 'pygame.egg-info/SOURCES.txt'
  87. reading manifest file 'pygame.egg-info/SOURCES.txt'
  88. reading manifest template 'MANIFEST.in'
  89. no previously-included directories found matching '*/CVS'
  90. no previously-included directories found matching '*/*/CVS'
  91. writing manifest file 'pygame.egg-info/SOURCES.txt'
  92. installing library code to build/bdist.macosx-10.11-x86_64/egg
  93. running install_lib
  94. running build_py
  95. creating build
  96. creating build/lib.macosx-10.11-x86_64-3.5
  97. creating build/lib.macosx-10.11-x86_64-3.5/pygame
  98.  
  99. [...snip...]
  100.  
  101. pygame.tests.run_tests__tests.print_stdout.__pycache__.fake_3_test.cpython-35: module references __file__
  102. pygame.tests.run_tests__tests.print_stdout.__pycache__.fake_4_test.cpython-35: module references __file__
  103. pygame.tests.run_tests__tests.timeout.__pycache__.fake_2_test.cpython-35: module references __file__
  104. pygame.tests.run_tests__tests.timeout.__pycache__.sleep_test.cpython-35: module references __file__
  105. pygame.tests.test_utils.__pycache__.__init__.cpython-35: module references __file__
  106. pygame.tests.test_utils.__pycache__.png.cpython-35: module MAY be using inspect.getouterframes
  107. pygame.tests.test_utils.__pycache__.test_runner.cpython-35: module references __file__
  108. creating dist
  109. creating 'dist/pygame-1.9.2b8-py3.5-macosx-10.11-x86_64.egg' and adding 'build/bdist.macosx-10.11-x86_64/egg' to it
  110. removing 'build/bdist.macosx-10.11-x86_64/egg' (and everything under it)
  111. Processing pygame-1.9.2b8-py3.5-macosx-10.11-x86_64.egg
  112. creating /Users/calebhattingh/temp/env_pygame_3/lib/python3.5/site-packages/pygame-1.9.2b8-py3.5-macosx-10.11-x86_64.egg
  113. Extracting pygame-1.9.2b8-py3.5-macosx-10.11-x86_64.egg to /Users/calebhattingh/temp/env_pygame_3/lib/python3.5/site-packages
  114. Adding pygame 1.9.2b8 to easy-install.pth file
  115.  
  116. Installed /Users/calebhattingh/temp/env_pygame_3/lib/python3.5/site-packages/pygame-1.9.2b8-py3.5-macosx-10.11-x86_64.egg
  117. Processing dependencies for pygame==1.9.2b8
  118. Finished processing dependencies for pygame==1.9.2b8
  119.  
  120. (env_pygame_3) 🎨  ~/temp/pygame
  121. $ python -m pygame.tests
  122. skipping pygame.tests.cdrom_test (tag 'interactive')
  123. skipping pygame.tests.midi_test (tag 'interactive')
  124. skipping pygame.tests.scrap_test (tag 'subprocess_ignore')
  125. loading pygame.tests.base_test
  126. loading pygame.tests.blit_test
  127. loading pygame.tests.bufferproxy_test
  128. loading pygame.tests.camera_test
  129. loading pygame.tests.color_test
  130. loading pygame.tests.compat_test
  131. loading pygame.tests.cursors_test
  132. loading pygame.tests.display_test
  133. loading pygame.tests.draw_test
  134. loading pygame.tests.event_test
  135. loading pygame.tests.fastevent_test
  136. loading pygame.tests.font_test
  137. loading pygame.tests.freetype_test
  138. loading pygame.tests.ftfont_test
  139. loading pygame.tests.gfxdraw_test
  140. loading pygame.tests.image__save_gl_surface_test
  141. loading pygame.tests.image_test
  142. loading pygame.tests.imageext_test
  143. loading pygame.tests.joystick_test
  144. loading pygame.tests.key_test
  145. loading pygame.tests.mask_test
  146. loading pygame.tests.math_test
  147. loading pygame.tests.mixer_music_test
  148. loading pygame.tests.mixer_test
  149. loading pygame.tests.mouse_test
  150. loading pygame.tests.overlay_test
  151. loading pygame.tests.pixelarray_test
  152. loading pygame.tests.pixelcopy_test
  153. loading pygame.tests.rect_test
  154. loading pygame.tests.rwobject_test
  155. loading pygame.tests.sndarray_test
  156. loading pygame.tests.sprite_test
  157. loading pygame.tests.surface_test
  158. loading pygame.tests.surfarray_test
  159. loading pygame.tests.surflock_test
  160. loading pygame.tests.sysfont_test
  161. loading pygame.tests.threads_test
  162. loading pygame.tests.time_test
  163. loading pygame.tests.transform_test
  164. .............................................................................................................................F..............................................................F............................F...............................................................................................................E......................................................................................................................................................................................................................................................................................................................E............................................................
  165. ======================================================================
  166. FAIL: test_get_fonts (pygame.tests.font_test.FontModuleTest)
  167. ----------------------------------------------------------------------
  168. Traceback (most recent call last):
  169.   File "/Users/calebhattingh/temp/env_pygame_3/lib/python3.5/site-packages/pygame-1.9.2b8-py3.5-macosx-10.11-x86_64.egg/pygame/tests/font_test.py", line 94, in test_get_fonts
  170.     self.failUnless(name.islower(), name)
  171. AssertionError: False is not true :
  172.  
  173. ======================================================================
  174. FAIL: test_get_fonts (pygame.tests.font_test.FontModuleTest)
  175. ----------------------------------------------------------------------
  176. Traceback (most recent call last):
  177.   File "/Users/calebhattingh/temp/env_pygame_3/lib/python3.5/site-packages/pygame-1.9.2b8-py3.5-macosx-10.11-x86_64.egg/pygame/tests/font_test.py", line 94, in test_get_fonts
  178.     self.failUnless(name.islower(), name)
  179. AssertionError: False is not true :
  180.  
  181. ======================================================================
  182. FAIL: testLoadPNG (pygame.tests.image_test.ImageModuleTest)
  183. see if we can load a png with color values in the proper channels.
  184. ----------------------------------------------------------------------
  185. Traceback (most recent call last):
  186.   File "/Users/calebhattingh/temp/env_pygame_3/lib/python3.5/site-packages/pygame-1.9.2b8-py3.5-macosx-10.11-x86_64.egg/pygame/tests/image_test.py", line 81, in testLoadPNG
  187.     self.assertEquals(pixel_x1_y1, greyish_pixel)
  188. AssertionError: (109, 120, 129, 140) != (110, 120, 130, 140)
  189.  
  190. ======================================================================
  191. ERROR: test_load (pygame.tests.mixer_music_test.MixerMusicModuleTest)
  192. |tags:music|
  193. ----------------------------------------------------------------------
  194. Traceback (most recent call last):
  195.   File "/Users/calebhattingh/temp/env_pygame_3/lib/python3.5/site-packages/pygame-1.9.2b8-py3.5-macosx-10.11-x86_64.egg/pygame/tests/mixer_music_test.py", line 45, in test_load
  196.     pygame.mixer.music.load(umusfn)
  197. pygame.error: Unrecognized music format
  198.  
  199. ======================================================================
  200. ERROR: test_image_convert_bug_131 (pygame.tests.surface_test.SurfaceTypeTest)
  201. ----------------------------------------------------------------------
  202. Traceback (most recent call last):
  203.   File "/Users/calebhattingh/temp/env_pygame_3/lib/python3.5/site-packages/pygame-1.9.2b8-py3.5-macosx-10.11-x86_64.egg/pygame/tests/surface_test.py", line 688, in test_image_convert_bug_131
  204.     self.assertEquals( im.get_palette(),  ((0, 0, 0, 255), (255, 255, 255, 255)) )
  205. pygame.error: Surface has no palette to get
  206.  
  207.  
  208. ----------------------------------------------------------------------
  209. Ran 701 tests in 49.158s
  210.  
  211. FAILED (failures=3, errors=2)
  212. $ python -m pygame.examples.aliens
  213. /Users/calebhattingh/temp/env_pygame_3/lib/python3.5/site-packages/pygame-1.9.2b8-py3.5-macosx-10.11-x86_64.egg/pygame/pkgdata.py:27: UserWarning: Module pygame was already imported from /Users/calebhattingh/temp/env_pygame_3/lib/python3.5/site-packages/pygame-1.9.2b8-py3.5-macosx-10.11-x86_64.egg/pygame/__init__.py, but /Users/calebhattingh/temp/pygame is being added to sys.path
  214.   from pkg_resources import resource_stream, resource_exists
  215. 2016-08-07 11:29:12.148 Python[89695:3252916] 11:29:12.148 WARNING:  140: This application, or a library it uses, is using the deprecated Carbon Component Manager for hosting Audio Units. Support for this will be removed in a future release. Also, this makes the host incompatible with version 3 audio units. Please transition to the API's in AudioComponent.h.
  216. 2016-08-07 11:29:12.378 Python[89695:3252916] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to /var/folders/kn/7ynr8kzd321_2_fbkw150rtc0000gn/T/org.python.python.savedState
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement