Created
March 11, 2014 12:09
-
-
Save meoooh/9484363 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ pip install MySQL-python==1.2.5 | |
Downloading/unpacking MySQL-python==1.2.5 | |
Using download cache from /Users/hgkim/.cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FM%2FMySQL-python%2FMySQL-python-1.2.5.zip | |
Running setup.py (path:/Users/hgkim/.virtualenvs/advance/build/MySQL-python/setup.py) egg_info for package MySQL-python | |
Installing collected packages: MySQL-python | |
Running setup.py install for MySQL-python | |
building '_mysql' extension | |
cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -Dversion_info=(1,2,5,'final',1) -D__version__=1.2.5 -I/usr/local/Cellar/mysql/5.6.16/include/mysql -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _mysql.c -o build/temp.macosx-10.9-intel-2.7/_mysql.o -Os -g -fno-strict-aliasing | |
clang: error: unknown argument: '-mno-fused-madd' [-Wunused-command-line-argument-hard-error-in-future] | |
clang: note: this will be a hard error (cannot be downgraded to a warning) in the future | |
error: command 'cc' failed with exit status 1 | |
Complete output from command /Users/hgkim/.virtualenvs/advance/bin/python -c "import setuptools, tokenize;__file__='/Users/hgkim/.virtualenvs/advance/build/MySQL-python/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/yc/w0fp9t155fq6zwvlhf2btx340000gn/T/pip-87FtJp-record/install-record.txt --single-version-externally-managed --compile --install-headers /Users/hgkim/.virtualenvs/advance/include/site/python2.7: | |
running install | |
running build | |
running build_py | |
creating build | |
creating build/lib.macosx-10.9-intel-2.7 | |
copying _mysql_exceptions.py -> build/lib.macosx-10.9-intel-2.7 | |
creating build/lib.macosx-10.9-intel-2.7/MySQLdb | |
copying MySQLdb/__init__.py -> build/lib.macosx-10.9-intel-2.7/MySQLdb | |
copying MySQLdb/converters.py -> build/lib.macosx-10.9-intel-2.7/MySQLdb | |
copying MySQLdb/connections.py -> build/lib.macosx-10.9-intel-2.7/MySQLdb | |
copying MySQLdb/cursors.py -> build/lib.macosx-10.9-intel-2.7/MySQLdb | |
copying MySQLdb/release.py -> build/lib.macosx-10.9-intel-2.7/MySQLdb | |
copying MySQLdb/times.py -> build/lib.macosx-10.9-intel-2.7/MySQLdb | |
creating build/lib.macosx-10.9-intel-2.7/MySQLdb/constants | |
copying MySQLdb/constants/__init__.py -> build/lib.macosx-10.9-intel-2.7/MySQLdb/constants | |
copying MySQLdb/constants/CR.py -> build/lib.macosx-10.9-intel-2.7/MySQLdb/constants | |
copying MySQLdb/constants/FIELD_TYPE.py -> build/lib.macosx-10.9-intel-2.7/MySQLdb/constants | |
copying MySQLdb/constants/ER.py -> build/lib.macosx-10.9-intel-2.7/MySQLdb/constants | |
copying MySQLdb/constants/FLAG.py -> build/lib.macosx-10.9-intel-2.7/MySQLdb/constants | |
copying MySQLdb/constants/REFRESH.py -> build/lib.macosx-10.9-intel-2.7/MySQLdb/constants | |
copying MySQLdb/constants/CLIENT.py -> build/lib.macosx-10.9-intel-2.7/MySQLdb/constants | |
running build_ext | |
building '_mysql' extension | |
creating build/temp.macosx-10.9-intel-2.7 | |
cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -Dversion_info=(1,2,5,'final',1) -D__version__=1.2.5 -I/usr/local/Cellar/mysql/5.6.16/include/mysql -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _mysql.c -o build/temp.macosx-10.9-intel-2.7/_mysql.o -Os -g -fno-strict-aliasing | |
clang: error: unknown argument: '-mno-fused-madd' [-Wunused-command-line-argument-hard-error-in-future] | |
clang: note: this will be a hard error (cannot be downgraded to a warning) in the future | |
error: command 'cc' failed with exit status 1 | |
---------------------------------------- | |
Cleaning up... | |
Command /Users/hgkim/.virtualenvs/advance/bin/python -c "import setuptools, tokenize;__file__='/Users/hgkim/.virtualenvs/advance/build/MySQL-python/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/yc/w0fp9t155fq6zwvlhf2btx340000gn/T/pip-87FtJp-record/install-record.txt --single-version-externally-managed --compile --install-headers /Users/hgkim/.virtualenvs/advance/include/site/python2.7 failed with error code 1 in /Users/hgkim/.virtualenvs/advance/build/MySQL-python | |
Storing debug log for failure in /Users/hgkim/.pip/pip.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment