rossbruniges

Untitled

Apr 5th, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.58 KB | None | 0 0
  1. (venv)Ross-Brunigess-MacBook-Air:make.mozilla.org rossilla$ pip install -r requ
  2. irements/compiled.txt
  3. Downloading/unpacking psycopg2==2.4.1 (from -r requirements/compiled.txt (line 1))
  4. Downloading psycopg2-2.4.1.tar.gz (398Kb): 398Kb downloaded
  5. Running setup.py egg_info for package psycopg2
  6. warning: no files found matching '*.html' under directory 'doc'
  7. warning: no files found matching '*.js' under directory 'doc'
  8. warning: no files found matching '*' under directory 'doc/html'
  9. no previously-included directories found matching 'doc/src/_build'
  10. warning: no files found matching 'MANIFEST'
  11. Requirement already satisfied (use --upgrade to upgrade): MySQL-python==1.2.3c1 in /Library/Python/2.6/site-packages (from -r requirements/../vendor/src/funfactory/funfactory/requirements/compiled.txt (line 1))
  12. Requirement already satisfied (use --upgrade to upgrade): Jinja2==2.5.5 in /Library/Python/2.6/site-packages (from -r requirements/../vendor/src/funfactory/funfactory/requirements/compiled.txt (line 2))
  13. Requirement already satisfied (use --upgrade to upgrade): py-bcrypt==0.2 in /Library/Python/2.6/site-packages (from -r requirements/../vendor/src/funfactory/funfactory/requirements/compiled.txt (line 5))
  14. Installing collected packages: psycopg2
  15. Running setup.py install for psycopg2
  16. building 'psycopg2._psycopg' extension
  17. gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch ppc -arch x86_64 -pipe -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.4.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090103 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -I. -I/usr/local/Cellar/postgresql/9.1.3/include -I/usr/local/Cellar/postgresql/9.1.3/include/server -c psycopg/psycopgmodule.c -o build/temp.macosx-10.6-universal-2.6/psycopg/psycopgmodule.o
  18. /usr/libexec/gcc/powerpc-apple-darwin10/4.2.1/as: assembler (/usr/bin/../libexec/gcc/darwin/ppc/as or /usr/bin/../local/libexec/gcc/darwin/ppc/as) for architecture ppc not installed
  19. Installed assemblers are:
  20. /usr/bin/../libexec/gcc/darwin/x86_64/as for architecture x86_64
  21. /usr/bin/../libexec/gcc/darwin/i386/as for architecture i386
  22. psycopg/psycopgmodule.c:1009: fatal error: error writing to -: Broken pipe
  23. compilation terminated.
  24. lipo: can't open input file: /var/folders/yT/yT06hhooHt4Bh8-Fto4Fok+++TI/-Tmp-//ccFpn2Cw.out (No such file or directory)
  25. error: command 'gcc-4.2' failed with exit status 1
  26. Complete output from command /Users/rossilla/Sites/make.mozilla.org/venv/bin/python -c "import setuptools;__file__='/Users/rossilla/Sites/make.mozilla.org/venv/build/psycopg2/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record /var/folders/yT/yT06hhooHt4Bh8-Fto4Fok+++TI/-Tmp-/pip-7MkRZL-record/install-record.txt --install-headers /Users/rossilla/Sites/make.mozilla.org/venv/bin/../include/site/python2.6:
  27. running install
  28.  
  29. running build
  30.  
  31. running build_py
  32.  
  33. creating build
  34.  
  35. creating build/lib.macosx-10.6-universal-2.6
  36.  
  37. creating build/lib.macosx-10.6-universal-2.6/psycopg2
  38.  
  39. copying lib/__init__.py -> build/lib.macosx-10.6-universal-2.6/psycopg2
  40.  
  41. copying lib/errorcodes.py -> build/lib.macosx-10.6-universal-2.6/psycopg2
  42.  
  43. copying lib/extensions.py -> build/lib.macosx-10.6-universal-2.6/psycopg2
  44.  
  45. copying lib/extras.py -> build/lib.macosx-10.6-universal-2.6/psycopg2
  46.  
  47. copying lib/pool.py -> build/lib.macosx-10.6-universal-2.6/psycopg2
  48.  
  49. copying lib/psycopg1.py -> build/lib.macosx-10.6-universal-2.6/psycopg2
  50.  
  51. copying lib/tz.py -> build/lib.macosx-10.6-universal-2.6/psycopg2
  52.  
  53. creating build/lib.macosx-10.6-universal-2.6/psycopg2/tests
  54.  
  55. copying tests/__init__.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
  56.  
  57. copying tests/bug_gc.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
  58.  
  59. copying tests/bugX000.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
  60.  
  61. copying tests/dbapi20.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
  62.  
  63. copying tests/dbapi20_tpc.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
  64.  
  65. copying tests/extras_dictcursor.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
  66.  
  67. copying tests/test_async.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
  68.  
  69. copying tests/test_cancel.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
  70.  
  71. copying tests/test_connection.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
  72.  
  73. copying tests/test_copy.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
  74.  
  75. copying tests/test_cursor.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
  76.  
  77. copying tests/test_dates.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
  78.  
  79. copying tests/test_green.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
  80.  
  81. copying tests/test_lobject.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
  82.  
  83. copying tests/test_notify.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
  84.  
  85. copying tests/test_psycopg2_dbapi20.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
  86.  
  87. copying tests/test_quote.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
  88.  
  89. copying tests/test_transaction.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
  90.  
  91. copying tests/testconfig.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
  92.  
  93. copying tests/testutils.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
  94.  
  95. copying tests/types_basic.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
  96.  
  97. copying tests/types_extras.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
  98.  
  99. running build_ext
  100.  
  101. building 'psycopg2._psycopg' extension
  102.  
  103. creating build/temp.macosx-10.6-universal-2.6
  104.  
  105. creating build/temp.macosx-10.6-universal-2.6/psycopg
  106.  
  107. gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch ppc -arch x86_64 -pipe -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.4.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090103 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -I. -I/usr/local/Cellar/postgresql/9.1.3/include -I/usr/local/Cellar/postgresql/9.1.3/include/server -c psycopg/psycopgmodule.c -o build/temp.macosx-10.6-universal-2.6/psycopg/psycopgmodule.o
  108.  
  109. /usr/libexec/gcc/powerpc-apple-darwin10/4.2.1/as: assembler (/usr/bin/../libexec/gcc/darwin/ppc/as or /usr/bin/../local/libexec/gcc/darwin/ppc/as) for architecture ppc not installed
  110.  
  111. Installed assemblers are:
  112.  
  113. /usr/bin/../libexec/gcc/darwin/x86_64/as for architecture x86_64
  114.  
  115. /usr/bin/../libexec/gcc/darwin/i386/as for architecture i386
  116.  
  117. psycopg/psycopgmodule.c:1009: fatal error: error writing to -: Broken pipe
  118.  
  119. compilation terminated.
  120.  
  121. lipo: can't open input file: /var/folders/yT/yT06hhooHt4Bh8-Fto4Fok+++TI/-Tmp-//ccFpn2Cw.out (No such file or directory)
  122.  
  123. error: command 'gcc-4.2' failed with exit status 1
  124.  
  125. ----------------------------------------
  126. Command /Users/rossilla/Sites/make.mozilla.org/venv/bin/python -c "import setuptools;__file__='/Users/rossilla/Sites/make.mozilla.org/venv/build/psycopg2/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record /var/folders/yT/yT06hhooHt4Bh8-Fto4Fok+++TI/-Tmp-/pip-7MkRZL-record/install-record.txt --install-headers /Users/rossilla/Sites/make.mozilla.org/venv/bin/../include/site/python2.6 failed with error code 1
  127. Storing complete log in /Users/rossilla/.pip/pip.log
Advertisement
Add Comment
Please, Sign In to add comment