spacepaste

  1.  
  2. 11:44:29 ~ $ cd /Applications
  3. 11:44:37 /Applications $ cd SageMath
  4. 11:44:41 /Applications/SageMath $ make
  5. /Applications/Xcode.app/Contents/Developer/usr/bin/make build/make/Makefile
  6. make[1]: `build/make/Makefile' is up to date.
  7. build/bin/sage-logger \
  8. "cd build/make && ./install 'all'" logs/install.log
  9. *** ALL ENVIRONMENT VARIABLES BEFORE BUILD: ***
  10. Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.VT5Yq0Lg7X/Render
  11. HOME=/Users/michael
  12. LANG=en_US.UTF-8
  13. LOGNAME=michael
  14. MAKE=make
  15. MAKEFLAGS=
  16. MAKELEVEL=1
  17. MFLAGS=
  18. PATH=/Applications/SageMath/build/bin:/Applications/SageMath/src/bin:/Applications/SageMath/local/bin:/Library/Frameworks/Python.framework/Versions/2.7/bin:/Library/Frameworks/Python.framework/Versions/2.7/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/michael/Dropbox/Python:/Library/TeX/texbin
  19. PWD=/Applications/SageMath/build/make
  20. PYTHONPATH=/Applications/SageMath/local
  21. SAGE_EXTCODE=/Applications/SageMath/local/share/sage/ext
  22. SAGE_LOCAL=/Applications/SageMath/local
  23. SAGE_LOGS=/Applications/SageMath/logs/pkgs
  24. SAGE_ORIG_PATH=/Library/Frameworks/Python.framework/Versions/2.7/bin:/Library/Frameworks/Python.framework/Versions/2.7/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/michael/Dropbox/Python:/Library/TeX/texbin
  25. SAGE_ORIG_PATH_SET=True
  26. SAGE_ROOT=/Applications/SageMath
  27. SAGE_SHARE=/Applications/SageMath/local/share
  28. SAGE_SPKG_INST=/Applications/SageMath/local/var/lib/sage/installed
  29. SAGE_SRC=/Applications/SageMath/src
  30. SAGE_VERSION=7.1
  31. SECURITYSESSIONID=186a7
  32. SHELL=/bin/bash
  33. SHLVL=4
  34. SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.mIAUOyUhtx/Listeners
  35. TERM=xterm-256color
  36. TERM_PROGRAM=Apple_Terminal
  37. TERM_PROGRAM_VERSION=361.1
  38. TERM_SESSION_ID=F8B3F504-9DB9-423D-AE1E-0E4A4396530C
  39. TMPDIR=/var/folders/9z/9kpln_1s35z1618nh2dhy5j00000gn/T/
  40. USER=michael
  41. XPC_FLAGS=0x0
  42. XPC_SERVICE_NAME=0
  43. _=/usr/bin/env
  44. __CF_USER_TEXT_ENCODING=0x1F5:0x0:0x0
  45. ***********************************************
  46. make base
  47. make[2]: Nothing to be done for `base'.
  48. env SAGE_BUILD_TOOLCHAIN=yes make toolchain
  49. make[2]: Nothing to be done for `toolchain'.
  50. make toolchain-deps
  51. make /Applications/SageMath/local/var/lib/sage/installed/zlib-1.2.8.p0
  52. make[3]: `/Applications/SageMath/local/var/lib/sage/installed/zlib-1.2.8.p0' is up to date.
  53. make /Applications/SageMath/local/var/lib/sage/installed/mpir-2.7.2
  54. make[3]: `/Applications/SageMath/local/var/lib/sage/installed/mpir-2.7.2' is up to date.
  55. make /Applications/SageMath/local/var/lib/sage/installed/mpfr-3.1.4
  56. make[3]: `/Applications/SageMath/local/var/lib/sage/installed/mpfr-3.1.4' is up to date.
  57. make /Applications/SageMath/local/var/lib/sage/installed/mpc-1.0.3.p0
  58. make[3]: `/Applications/SageMath/local/var/lib/sage/installed/mpc-1.0.3.p0' is up to date.
  59. make doc all-sage
  60. if [ -z "$SAGE_INSTALL_FETCH_ONLY" ]; then \
  61. cd /Applications/SageMath/src && source bin/sage-env && \
  62. sage-logger 'time make sage' '/Applications/SageMath/logs/pkgs/sage-7.1.log'; \
  63. fi
  64. python -u setup.py install
  65. Traceback (most recent call last):
  66. File "setup.py", line 4, in <module>
  67. import os, sys, time, errno, platform, subprocess, glob
  68. File "/Applications/SageMath/local/lib/python/subprocess.py", line 430, in <module>
  69. import pickle
  70. File "/Applications/SageMath/local/lib/python/pickle.py", line 34, in <module>
  71. import struct
  72. File "/Applications/SageMath/local/lib/python/struct.py", line 1, in <module>
  73. from _struct import *
  74. ImportError: dlopen(/Applications/SageMath/local/lib/python2.7/lib-dynload/_struct.so, 2): Symbol not found: _PyUnicodeUCS4_AsEncodedString
  75. Referenced from: /Applications/SageMath/local/lib/python2.7/lib-dynload/_struct.so
  76. Expected in: flat namespace
  77. in /Applications/SageMath/local/lib/python2.7/lib-dynload/_struct.so
  78. make[3]: *** [sage] Error 1
  79. real 0m0.095s
  80. user 0m0.044s
  81. sys 0m0.037s
  82. make[2]: *** [sagelib] Error 2
  83. make[1]: *** [all] Error 2
  84. real 0m0.697s
  85. user 0m0.418s
  86. sys 0m0.213s
  87. ***************************************************************
  88. Error building Sage.
  89. The following package(s) may have failed to build (not necessarily
  90. during this run of 'make all'):
  91. The build directory may contain configuration files and other potentially
  92. helpful information. WARNING: if you now run 'make' again, the build
  93. directory will, by default, be deleted. Set the environment variable
  94. SAGE_KEEP_BUILT_SPKGS to 'yes' to prevent this.
  95. make: *** [all] Error 1
  96.