Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (venv)Ross-Brunigess-MacBook-Air:make.mozilla.org rossilla$ pip install -r requ
- irements/compiled.txt
- Downloading/unpacking psycopg2==2.4.1 (from -r requirements/compiled.txt (line 1))
- Downloading psycopg2-2.4.1.tar.gz (398Kb): 398Kb downloaded
- Running setup.py egg_info for package psycopg2
- warning: no files found matching '*.html' under directory 'doc'
- warning: no files found matching '*.js' under directory 'doc'
- warning: no files found matching '*' under directory 'doc/html'
- no previously-included directories found matching 'doc/src/_build'
- warning: no files found matching 'MANIFEST'
- 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))
- 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))
- 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))
- Installing collected packages: psycopg2
- Running setup.py install for psycopg2
- building 'psycopg2._psycopg' extension
- 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
- /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
- Installed assemblers are:
- /usr/bin/../libexec/gcc/darwin/x86_64/as for architecture x86_64
- /usr/bin/../libexec/gcc/darwin/i386/as for architecture i386
- psycopg/psycopgmodule.c:1009: fatal error: error writing to -: Broken pipe
- compilation terminated.
- lipo: can't open input file: /var/folders/yT/yT06hhooHt4Bh8-Fto4Fok+++TI/-Tmp-//ccFpn2Cw.out (No such file or directory)
- error: command 'gcc-4.2' failed with exit status 1
- 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:
- running install
- running build
- running build_py
- creating build
- creating build/lib.macosx-10.6-universal-2.6
- creating build/lib.macosx-10.6-universal-2.6/psycopg2
- copying lib/__init__.py -> build/lib.macosx-10.6-universal-2.6/psycopg2
- copying lib/errorcodes.py -> build/lib.macosx-10.6-universal-2.6/psycopg2
- copying lib/extensions.py -> build/lib.macosx-10.6-universal-2.6/psycopg2
- copying lib/extras.py -> build/lib.macosx-10.6-universal-2.6/psycopg2
- copying lib/pool.py -> build/lib.macosx-10.6-universal-2.6/psycopg2
- copying lib/psycopg1.py -> build/lib.macosx-10.6-universal-2.6/psycopg2
- copying lib/tz.py -> build/lib.macosx-10.6-universal-2.6/psycopg2
- creating build/lib.macosx-10.6-universal-2.6/psycopg2/tests
- copying tests/__init__.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
- copying tests/bug_gc.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
- copying tests/bugX000.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
- copying tests/dbapi20.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
- copying tests/dbapi20_tpc.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
- copying tests/extras_dictcursor.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
- copying tests/test_async.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
- copying tests/test_cancel.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
- copying tests/test_connection.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
- copying tests/test_copy.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
- copying tests/test_cursor.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
- copying tests/test_dates.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
- copying tests/test_green.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
- copying tests/test_lobject.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
- copying tests/test_notify.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
- copying tests/test_psycopg2_dbapi20.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
- copying tests/test_quote.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
- copying tests/test_transaction.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
- copying tests/testconfig.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
- copying tests/testutils.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
- copying tests/types_basic.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
- copying tests/types_extras.py -> build/lib.macosx-10.6-universal-2.6/psycopg2/tests
- running build_ext
- building 'psycopg2._psycopg' extension
- creating build/temp.macosx-10.6-universal-2.6
- creating build/temp.macosx-10.6-universal-2.6/psycopg
- 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
- /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
- Installed assemblers are:
- /usr/bin/../libexec/gcc/darwin/x86_64/as for architecture x86_64
- /usr/bin/../libexec/gcc/darwin/i386/as for architecture i386
- psycopg/psycopgmodule.c:1009: fatal error: error writing to -: Broken pipe
- compilation terminated.
- lipo: can't open input file: /var/folders/yT/yT06hhooHt4Bh8-Fto4Fok+++TI/-Tmp-//ccFpn2Cw.out (No such file or directory)
- error: command 'gcc-4.2' failed with exit status 1
- ----------------------------------------
- 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
- Storing complete log in /Users/rossilla/.pip/pip.log
Advertisement
Add Comment
Please, Sign In to add comment