SHOW:
|
|
- or go back to the newest paste.
| 1 | root@debianwheezy:/home/wheexzu/sources/LADI-laditools-19f5455# python setup.py build | |
| 2 | fatal: Not a git repository (or any parent up to mount point /home) | |
| 3 | Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). | |
| 4 | fatal: Not a git repository (or any parent up to mount point /home) | |
| 5 | Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). | |
| 6 | running build | |
| 7 | running build_py | |
| 8 | creating build | |
| 9 | creating build/lib.linux-x86_64-2.7 | |
| 10 | creating build/lib.linux-x86_64-2.7/laditools | |
| 11 | copying laditools/jack_controller.py -> build/lib.linux-x86_64-2.7/laditools | |
| 12 | copying laditools/__init__.py -> build/lib.linux-x86_64-2.7/laditools | |
| 13 | copying laditools/ladimenu.py -> build/lib.linux-x86_64-2.7/laditools | |
| 14 | copying laditools/jack_configure.py -> build/lib.linux-x86_64-2.7/laditools | |
| 15 | copying laditools/a2j_menu.py -> build/lib.linux-x86_64-2.7/laditools | |
| 16 | copying laditools/error.py -> build/lib.linux-x86_64-2.7/laditools | |
| 17 | copying laditools/TreeViewTooltips.py -> build/lib.linux-x86_64-2.7/laditools | |
| 18 | copying laditools/ladish_controller.py -> build/lib.linux-x86_64-2.7/laditools | |
| 19 | copying laditools/config.py -> build/lib.linux-x86_64-2.7/laditools | |
| 20 | copying laditools/a2j_controller.py -> build/lib.linux-x86_64-2.7/laditools | |
| 21 | running build_scripts | |
| 22 | creating build/scripts-2.7 | |
| 23 | copying and adjusting bin/laditray -> build/scripts-2.7 | |
| 24 | copying and adjusting bin/wmladi -> build/scripts-2.7 | |
| 25 | copying and adjusting bin/g15ladi -> build/scripts-2.7 | |
| 26 | copying and adjusting bin/ladilog -> build/scripts-2.7 | |
| 27 | copying and adjusting bin/ladiconf -> build/scripts-2.7 | |
| 28 | changing mode of build/scripts-2.7/laditray from 644 to 755 | |
| 29 | changing mode of build/scripts-2.7/wmladi from 644 to 755 | |
| 30 | changing mode of build/scripts-2.7/g15ladi from 644 to 755 | |
| 31 | changing mode of build/scripts-2.7/ladilog from 644 to 755 | |
| 32 | changing mode of build/scripts-2.7/ladiconf from 644 to 755 | |
| 33 | root@debianwheezy:/home/wheexzu/sources/LADI-laditools-19f5455# | |
| 34 | ||
| 35 | root@debianwheezy:/home/wheexzu/sources/LADI-laditools-19f5455# python setup.py install | |
| 36 | fatal: Not a git repository (or any parent up to mount point /home) | |
| 37 | Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). | |
| 38 | fatal: Not a git repository (or any parent up to mount point /home) | |
| 39 | Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). | |
| 40 | running install | |
| 41 | running build | |
| 42 | running build_py | |
| 43 | running build_scripts | |
| 44 | running install_lib | |
| 45 | creating /usr/local/lib/python2.7/dist-packages/laditools | |
| 46 | copying build/lib.linux-x86_64-2.7/laditools/jack_controller.py -> /usr/local/lib/python2.7/dist-packages/laditools | |
| 47 | copying build/lib.linux-x86_64-2.7/laditools/__init__.py -> /usr/local/lib/python2.7/dist-packages/laditools | |
| 48 | copying build/lib.linux-x86_64-2.7/laditools/ladimenu.py -> /usr/local/lib/python2.7/dist-packages/laditools | |
| 49 | copying build/lib.linux-x86_64-2.7/laditools/jack_configure.py -> /usr/local/lib/python2.7/dist-packages/laditools | |
| 50 | copying build/lib.linux-x86_64-2.7/laditools/a2j_menu.py -> /usr/local/lib/python2.7/dist-packages/laditools | |
| 51 | copying build/lib.linux-x86_64-2.7/laditools/error.py -> /usr/local/lib/python2.7/dist-packages/laditools | |
| 52 | copying build/lib.linux-x86_64-2.7/laditools/TreeViewTooltips.py -> /usr/local/lib/python2.7/dist-packages/laditools | |
| 53 | copying build/lib.linux-x86_64-2.7/laditools/ladish_controller.py -> /usr/local/lib/python2.7/dist-packages/laditools | |
| 54 | copying build/lib.linux-x86_64-2.7/laditools/config.py -> /usr/local/lib/python2.7/dist-packages/laditools | |
| 55 | copying build/lib.linux-x86_64-2.7/laditools/a2j_controller.py -> /usr/local/lib/python2.7/dist-packages/laditools | |
| 56 | byte-compiling /usr/local/lib/python2.7/dist-packages/laditools/jack_controller.py to jack_controller.pyc | |
| 57 | byte-compiling /usr/local/lib/python2.7/dist-packages/laditools/__init__.py to __init__.pyc | |
| 58 | byte-compiling /usr/local/lib/python2.7/dist-packages/laditools/ladimenu.py to ladimenu.pyc | |
| 59 | byte-compiling /usr/local/lib/python2.7/dist-packages/laditools/jack_configure.py to jack_configure.pyc | |
| 60 | byte-compiling /usr/local/lib/python2.7/dist-packages/laditools/a2j_menu.py to a2j_menu.pyc | |
| 61 | byte-compiling /usr/local/lib/python2.7/dist-packages/laditools/error.py to error.pyc | |
| 62 | byte-compiling /usr/local/lib/python2.7/dist-packages/laditools/TreeViewTooltips.py to TreeViewTooltips.pyc | |
| 63 | byte-compiling /usr/local/lib/python2.7/dist-packages/laditools/ladish_controller.py to ladish_controller.pyc | |
| 64 | byte-compiling /usr/local/lib/python2.7/dist-packages/laditools/config.py to config.pyc | |
| 65 | byte-compiling /usr/local/lib/python2.7/dist-packages/laditools/a2j_controller.py to a2j_controller.pyc | |
| 66 | running install_scripts | |
| 67 | copying build/scripts-2.7/wmladi -> /usr/local/bin | |
| 68 | copying build/scripts-2.7/ladiconf -> /usr/local/bin | |
| 69 | copying build/scripts-2.7/laditray -> /usr/local/bin | |
| 70 | copying build/scripts-2.7/ladilog -> /usr/local/bin | |
| 71 | copying build/scripts-2.7/g15ladi -> /usr/local/bin | |
| 72 | changing mode of /usr/local/bin/wmladi to 755 | |
| 73 | changing mode of /usr/local/bin/ladiconf to 755 | |
| 74 | changing mode of /usr/local/bin/laditray to 755 | |
| 75 | changing mode of /usr/local/bin/ladilog to 755 | |
| 76 | changing mode of /usr/local/bin/g15ladi to 755 | |
| 77 | running install_data | |
| 78 | creating /usr/local/share/doc | |
| 79 | creating /usr/local/share/doc/laditools | |
| 80 | copying README -> /usr/local/share/doc/laditools | |
| 81 | copying COPYING -> /usr/local/share/doc/laditools | |
| 82 | copying INSTALL -> /usr/local/share/doc/laditools | |
| 83 | creating /usr/local/share/pixmaps | |
| 84 | copying data/ladilog.svg -> /usr/local/share/pixmaps | |
| 85 | copying data/laditray.svg -> /usr/local/share/pixmaps | |
| 86 | copying data/ladiconf.svg -> /usr/local/share/pixmaps | |
| 87 | creating /usr/local/share/applications | |
| 88 | copying data/laditray.desktop -> /usr/local/share/applications | |
| 89 | copying data/ladiconf.desktop -> /usr/local/share/applications | |
| 90 | creating /usr/local/share/laditools | |
| 91 | creating /usr/local/share/laditools/data | |
| 92 | copying data/laditools_logo.svg -> /usr/local/share/laditools/data | |
| 93 | copying data/ladilog_ui.ui -> /usr/local/share/laditools/data | |
| 94 | copying data/started.svg -> /usr/local/share/laditools/data | |
| 95 | copying data/starting.svg -> /usr/local/share/laditools/data | |
| 96 | copying data/stopped.svg -> /usr/local/share/laditools/data | |
| 97 | running install_egg_info | |
| 98 | Writing /usr/local/lib/python2.7/dist-packages/laditools-1.0_rc2_.git.egg-info | |
| 99 | root@debianwheezy:/home/wheexzu/sources/LADI-laditools-19f5455# |