Skip to content

Instantly share code, notes, and snippets.

@harobed
Created March 10, 2013 17:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harobed/c756eb7c46ca2a241f7c to your computer and use it in GitHub Desktop.
Save harobed/c756eb7c46ca2a241f7c to your computer and use it in GitHub Desktop.
(env1)$ python setup.py bdist_egg ---debug
Initializing submodules for PySide version 1.1.3dev
Cloning into 'sources/pyside'...
remote: Counting objects: 12891, done
remote: Finding sources: 100% (12891/12891)
remote: Compressing objects: 100% (2486/2486)
remote: Compressing objects: 100% (2481/2481)
Receiving objects: 100% (12891/12891), 5.66 MiB | 197 KiB/s, done.
Resolving deltas: 100% (8938/8938), done.
Submodule path 'sources/pyside': checked out 'c00a1f7ffd313d7e0363a1d386d2bd6e7db3feb6'
Cloning into 'sources/pyside-examples'...
remote: Counting objects: 2934, done
remote: Finding sources: 100% (2934/2934)
remote: Compressing objects: 100% (1194/1194)
remote: Compressing objects: 100% (1192/1192)
Receiving objects: 100% (2934/2934), 9.39 MiB | 77 KiB/s, done.
Resolving deltas: 100% (1684/1684), done.
Submodule path 'sources/pyside-examples': checked out '060dca8e4b82f301dfb33a7182767eaf8ad3d024'
Cloning into 'sources/pyside-tools'...
remote: Counting objects: 497, done
remote: Finding sources: 100% (497/497)
remote: Compressing objects: 100% (392/392)
remote: Compressing objects: 100% (390/390)
Receiving objects: 100% (497/497), 169.02 KiB | 244 KiB/s, done.
Resolving deltas: 100% (295/295), done.
Submodule path 'sources/pyside-tools': checked out '92062bcf842814328a9f4a89f10c115bfcace0b3'
Cloning into 'sources/shiboken'...
remote: Counting objects: 12583, done
remote: Finding sources: 100% (12583/12583)
remote: Compressing objects: 100% (817/817)
remote: Compressing objects: 100% (814/814)
Receiving objects: 100% (12583/12583), 3.49 MiB | 79 KiB/s, done.
Resolving deltas: 100% (9631/9631), done.
Submodule path 'sources/shiboken': checked out '7e5c76981d6bcb04b72a407a6bc4076170ee414e'
Entering 'sources/pyside'
From https://git.gitorious.org/pyside/pyside
* branch master -> FETCH_HEAD
Updating c00a1f7..d1fe29f
Fast-forward
CMakeLists.txt | 2 +-
PySide/QtCore/typesystem_core_common.xml | 10 ++++++----
PySide/QtGui/typesystem_gui_common.xml | 6 ++++++
libpyside/pyside.cpp | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
libpyside/pyside.h | 2 ++
libpyside/signalmanager.cpp | 38 +++++++++++++++++++++++++-------------
tests/CMakeLists.txt | 6 +++---
tests/QtGui/qstandarditemmodel_test.py | 8 ++++++++
tests/signals/disconnect_test.py | 25 +++++++++++++++++++++++++
9 files changed, 128 insertions(+), 21 deletions(-)
Entering 'sources/pyside-examples'
From https://git.gitorious.org/pyside/pyside-examples
* branch master -> FETCH_HEAD
Already up-to-date.
Entering 'sources/pyside-tools'
From https://git.gitorious.org/pyside/pyside-tools
* branch master -> FETCH_HEAD
Already up-to-date.
Entering 'sources/shiboken'
From https://git.gitorious.org/pyside/shiboken
* branch master -> FETCH_HEAD
Updating 7e5c769..00d8086
Fast-forward
ApiExtractor/tests/testenum.cpp | 33 ++++++++++++++++++++++++++++++
ApiExtractor/tests/testenum.h | 1 +
CMakeLists.txt | 4 ++--
cmake/Modules/FindPython3Libs.cmake | 2 +-
generator/shiboken/cppgenerator.cpp | 27 ++++++++++++++----------
generator/shiboken/shibokengenerator.cpp | 2 +-
libshiboken/CMakeLists.txt | 1 +
libshiboken/basewrapper.cpp | 25 ++++++++++++++---------
libshiboken/bindingmanager.cpp | 9 +++++++-
libshiboken/debugfreehook.cpp | 177 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
libshiboken/debugfreehook.h | 44 ++++++++++++++++++++++++++++++++++++++++
tests/libsample/samplenamespace.h | 10 +++++++++
tests/otherbinding/objtypehashes_test.py | 10 ++++++++-
tests/samplebinding/namespace_test.py | 4 ++++
tests/samplebinding/typesystem_sample.xml | 2 ++
tests/shibokenmodule/module_test.py | 6 ++++++
16 files changed, 330 insertions(+), 27 deletions(-)
create mode 100644 libshiboken/debugfreehook.cpp
create mode 100644 libshiboken/debugfreehook.h
Checking out submodule shiboken to branch master
Switched to branch 'master'
Checking out submodule pyside to branch master
Switched to branch 'master'
Checking out submodule pyside-tools to branch master
Switched to branch 'master'
Checking out submodule pyside-examples to branch master
Switched to branch 'master'
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help
error: option ---debug not recognized
(env1)$ python setup.py bdist_egg --debug
Initializing submodules for PySide version 1.1.3dev
Submodule path 'sources/pyside': checked out 'c00a1f7ffd313d7e0363a1d386d2bd6e7db3feb6'
Submodule path 'sources/shiboken': checked out '7e5c76981d6bcb04b72a407a6bc4076170ee414e'
Entering 'sources/pyside'
From https://git.gitorious.org/pyside/pyside
* branch master -> FETCH_HEAD
Updating c00a1f7..d1fe29f
Fast-forward
CMakeLists.txt | 2 +-
PySide/QtCore/typesystem_core_common.xml | 10 ++++++----
PySide/QtGui/typesystem_gui_common.xml | 6 ++++++
libpyside/pyside.cpp | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
libpyside/pyside.h | 2 ++
libpyside/signalmanager.cpp | 38 +++++++++++++++++++++++++-------------
tests/CMakeLists.txt | 6 +++---
tests/QtGui/qstandarditemmodel_test.py | 8 ++++++++
tests/signals/disconnect_test.py | 25 +++++++++++++++++++++++++
9 files changed, 128 insertions(+), 21 deletions(-)
Entering 'sources/pyside-examples'
From https://git.gitorious.org/pyside/pyside-examples
* branch master -> FETCH_HEAD
Already up-to-date.
Entering 'sources/pyside-tools'
From https://git.gitorious.org/pyside/pyside-tools
* branch master -> FETCH_HEAD
Already up-to-date.
Entering 'sources/shiboken'
From https://git.gitorious.org/pyside/shiboken
* branch master -> FETCH_HEAD
Updating 7e5c769..00d8086
Fast-forward
ApiExtractor/tests/testenum.cpp | 33 ++++++++++++++++++++++++++++++
ApiExtractor/tests/testenum.h | 1 +
CMakeLists.txt | 4 ++--
cmake/Modules/FindPython3Libs.cmake | 2 +-
generator/shiboken/cppgenerator.cpp | 27 ++++++++++++++----------
generator/shiboken/shibokengenerator.cpp | 2 +-
libshiboken/CMakeLists.txt | 1 +
libshiboken/basewrapper.cpp | 25 ++++++++++++++---------
libshiboken/bindingmanager.cpp | 9 +++++++-
libshiboken/debugfreehook.cpp | 177 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
libshiboken/debugfreehook.h | 44 ++++++++++++++++++++++++++++++++++++++++
tests/libsample/samplenamespace.h | 10 +++++++++
tests/otherbinding/objtypehashes_test.py | 10 ++++++++-
tests/samplebinding/namespace_test.py | 4 ++++
tests/samplebinding/typesystem_sample.xml | 2 ++
tests/shibokenmodule/module_test.py | 6 ++++++
16 files changed, 330 insertions(+), 27 deletions(-)
create mode 100644 libshiboken/debugfreehook.cpp
create mode 100644 libshiboken/debugfreehook.h
Checking out submodule shiboken to branch master
Switched to branch 'master'
Checking out submodule pyside to branch master
Switched to branch 'master'
Checking out submodule pyside-tools to branch master
Already on 'master'
Checking out submodule pyside-examples to branch master
Already on 'master'
Removing /Users/stephaneklein/tests/pyside/pyside-setup/PySide
Removing /Users/stephaneklein/tests/pyside/pyside-setup/pysideuic
running bdist_egg
running build
error: Failed to locate the Python library with /Users/stephaneklein/.pythonz/pythons/CPython-2.7.3/lib/libpython2.7_d.so, /Users/stephaneklein/.pythonz/pythons/CPython-2.7.3/lib/libpython2.7_d.dylib, /Users/stephaneklein/.pythonz/pythons/CPython-2.7.3/lib/libpython2.7_d.so.1, /Users/stephaneklein/.pythonz/pythons/CPython-2.7.3/lib/libpython2.7_d.a
(env1)$ python setup.py bdist_egg --debug
Initializing submodules for PySide version 1.1.3dev
Submodule path 'sources/pyside': checked out 'c00a1f7ffd313d7e0363a1d386d2bd6e7db3feb6'
Submodule path 'sources/shiboken': checked out '7e5c76981d6bcb04b72a407a6bc4076170ee414e'
Entering 'sources/pyside'
From https://git.gitorious.org/pyside/pyside
* branch master -> FETCH_HEAD
Updating c00a1f7..d1fe29f
Fast-forward
CMakeLists.txt | 2 +-
PySide/QtCore/typesystem_core_common.xml | 10 ++++++----
PySide/QtGui/typesystem_gui_common.xml | 6 ++++++
libpyside/pyside.cpp | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
libpyside/pyside.h | 2 ++
libpyside/signalmanager.cpp | 38 +++++++++++++++++++++++++-------------
tests/CMakeLists.txt | 6 +++---
tests/QtGui/qstandarditemmodel_test.py | 8 ++++++++
tests/signals/disconnect_test.py | 25 +++++++++++++++++++++++++
9 files changed, 128 insertions(+), 21 deletions(-)
Entering 'sources/pyside-examples'
From https://git.gitorious.org/pyside/pyside-examples
* branch master -> FETCH_HEAD
Already up-to-date.
Entering 'sources/pyside-tools'
From https://git.gitorious.org/pyside/pyside-tools
* branch master -> FETCH_HEAD
Already up-to-date.
Entering 'sources/shiboken'
From https://git.gitorious.org/pyside/shiboken
* branch master -> FETCH_HEAD
Updating 7e5c769..00d8086
Fast-forward
ApiExtractor/tests/testenum.cpp | 33 ++++++++++++++++++++++++++++++
ApiExtractor/tests/testenum.h | 1 +
CMakeLists.txt | 4 ++--
cmake/Modules/FindPython3Libs.cmake | 2 +-
generator/shiboken/cppgenerator.cpp | 27 ++++++++++++++----------
generator/shiboken/shibokengenerator.cpp | 2 +-
libshiboken/CMakeLists.txt | 1 +
libshiboken/basewrapper.cpp | 25 ++++++++++++++---------
libshiboken/bindingmanager.cpp | 9 +++++++-
libshiboken/debugfreehook.cpp | 177 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
libshiboken/debugfreehook.h | 44 ++++++++++++++++++++++++++++++++++++++++
tests/libsample/samplenamespace.h | 10 +++++++++
tests/otherbinding/objtypehashes_test.py | 10 ++++++++-
tests/samplebinding/namespace_test.py | 4 ++++
tests/samplebinding/typesystem_sample.xml | 2 ++
tests/shibokenmodule/module_test.py | 6 ++++++
16 files changed, 330 insertions(+), 27 deletions(-)
create mode 100644 libshiboken/debugfreehook.cpp
create mode 100644 libshiboken/debugfreehook.h
Checking out submodule shiboken to branch master
Switched to branch 'master'
Checking out submodule pyside to branch master
Switched to branch 'master'
Checking out submodule pyside-tools to branch master
Already on 'master'
Checking out submodule pyside-examples to branch master
Already on 'master'
Removing /Users/stephaneklein/tests/pyside/pyside-setup/PySide
Removing /Users/stephaneklein/tests/pyside/pyside-setup/pysideuic
running bdist_egg
running build
error: Failed to locate the Python library with /Users/stephaneklein/.pythonz/pythons/CPython-2.7.3/lib/libpython2.7_d.so, /Users/stephaneklein/.pythonz/pythons/CPython-2.7.3/lib/libpython2.7_d.dylib, /Users/stephaneklein/.pythonz/pythons/CPython-2.7.3/lib/libpython2.7_d.so.1, /Users/stephaneklein/.pythonz/pythons/CPython-2.7.3/lib/libpython2.7_d.a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment