Advertisement
Guest User

pmurphy/newfies_install

a guest
Apr 2nd, 2013
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.86 KB | None | 0 0
  1. login as: pmurphy
  2. pmurphy@10.1.13.35's password:
  3. Welcome to Ubuntu 12.04.2 LTS (GNU/Linux 3.5.0-23-generic x86_64)
  4.  
  5. * Documentation: https://help.ubuntu.com/
  6.  
  7. System information as of Tue Apr 2 11:17:57 CDT 2013
  8.  
  9. System load: 0.45 Processes: 93
  10. Usage of /: 0.5% of 212.86GB Users logged in: 0
  11. Memory usage: 0% IP address for eth0: 10.1.13.35
  12. Swap usage: 0%
  13.  
  14. Graph this data and manage this system at https://landscape.canonical.com/
  15.  
  16. 38 packages can be updated.
  17. 28 updates are security updates.
  18.  
  19.  
  20. The programs included with the Ubuntu system are free software;
  21. the exact distribution terms for each program are described in the
  22. individual files in /usr/share/doc/*/copyright.
  23.  
  24. Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
  25. applicable law.
  26.  
  27. pmurphy@newfies:~$ sudo su
  28. [sudo] password for pmurphy:
  29. root@newfies:/home/pmurphy# pwd
  30. /home/pmurphy
  31. root@newfies:/home/pmurphy# ls
  32. Star2Billing-newfies-dialer-ef94148
  33. root@newfies:/home/pmurphy# cd Star2Billing-newfies-dialer-ef94148/
  34. root@newfies:/home/pmurphy/Star2Billing-newfies-dialer-ef94148# ls
  35. addons COPYING HACKING lua MANIFEST.in README.rst TODO
  36. CHANGELOG docs install Makefile newfies setup.py
  37. root@newfies:/home/pmurphy/Star2Billing-newfies-dialer-ef94148# cd install
  38. root@newfies:/home/pmurphy/Star2Billing-newfies-dialer-ef94148/install# ls
  39. newfies-dialer
  40. root@newfies:/home/pmurphy/Star2Billing-newfies-dialer-ef94148/install# cd newfi es-dialer/
  41. root@newfies:/home/pmurphy/Star2Billing-newfies-dialer-ef94148/install/newfies-d ialer# ls
  42. celery-init freeswitch-init install-newfies.sh redis
  43. conf install-all.sh landing-page requirements
  44. freeswitch-conf install-freeswitch.sh nginx supervisor
  45. root@newfies:/home/pmurphy/Star2Billing-newfies-dialer-ef94148/install/newfies-d ialer# cd requirements/
  46. root@newfies:/home/pmurphy/Star2Billing-newfies-dialer-ef94148/install/newfies-d ialer/requirements# ls
  47. all-requirements.txt django-requirements.txt test-requirements.txt
  48. basic-requirements.txt install-requirements.sh
  49. dev-requirements.txt rtd-requirements.txt
  50. root@newfies:/home/pmurphy/Star2Billing-newfies-dialer-ef94148/install/newfies-d ialer/requirements# pip install -r all-requirements
  51. The program 'pip' is currently not installed. You can install it by typing:
  52. apt-get install python-pip
  53. root@newfies:/home/pmurphy/Star2Billing-newfies-dialer-ef94148/install/newfies-d ialer/requirements# apt-get install python-pip
  54. Reading package lists... Done
  55. Building dependency tree
  56. Reading state information... Done
  57. The following extra packages will be installed:
  58. python-setuptools
  59. The following NEW packages will be installed:
  60. python-pip python-setuptools
  61. 0 upgraded, 2 newly installed, 0 to remove and 35 not upgraded.
  62. Need to get 536 kB of archives.
  63. After this operation, 1,467 kB of additional disk space will be used.
  64. Do you want to continue [Y/n]? y
  65. Get:1 http://us.archive.ubuntu.com/ubuntu/ precise/main python-setuptools all 0. 6.24-1ubuntu1 [441 kB]
  66. Get:2 http://us.archive.ubuntu.com/ubuntu/ precise/universe python-pip all 1.0-1 build1 [95.1 kB]
  67. Fetched 536 kB in 1s (365 kB/s)
  68. Selecting previously unselected package python-setuptools.
  69. (Reading database ... 49583 files and directories currently installed.)
  70. Unpacking python-setuptools (from .../python-setuptools_0.6.24-1ubuntu1_all.deb) ...
  71. Selecting previously unselected package python-pip.
  72. Unpacking python-pip (from .../python-pip_1.0-1build1_all.deb) ...
  73. Processing triggers for man-db ...
  74. Setting up python-setuptools (0.6.24-1ubuntu1) ...
  75. Setting up python-pip (1.0-1build1) ...
  76. root@newfies:/home/pmurphy/Star2Billing-newfies-dialer-ef94148/install/newfies-d ialer/requirements# pip install -r all-requirements
  77. Could not open requirements file: [Errno 2] No such file or directory: 'all-requ irements'
  78. Storing complete log in /root/.pip/pip.log
  79. root@newfies:/home/pmurphy/Star2Billing-newfies-dialer-ef94148/install/newfies-d ialer/requirements# pip install -r all-requirements.txt
  80. Downloading/unpacking git+git://github.com/Star2Billing/django-notification (fro m -r django-requirements.txt (line 27))
  81. Cloning git://github.com/Star2Billing/django-notification to /tmp/pip-5fBcYN-b uild
  82. Cannot find command 'git'
  83. Storing complete log in /root/.pip/pip.log
  84. root@newfies:/home/pmurphy/Star2Billing-newfies-dialer-ef94148/install/newfies-dialer/requirements# pip install -r basic-requirements.txt
  85. Downloading/unpacking docutils==0.10 (from -r basic-requirements.txt (line 1))
  86. Downloading docutils-0.10.tar.gz (1.6Mb): 1.6Mb downloaded
  87. Running setup.py egg_info for package docutils
  88.  
  89. warning: no files found matching 'MANIFEST'
  90. warning: no files found matching '*' under directory 'extras'
  91. warning: no previously-included files matching '.cvsignore' found under directory '*'
  92. warning: no previously-included files matching '*.pyc' found under directory '*'
  93. warning: no previously-included files matching '*~' found under directory '*'
  94. warning: no previously-included files matching '.DS_Store' found under directory '*'
  95. Downloading/unpacking ordereddict==1.1 (from -r basic-requirements.txt (line 2))
  96. Downloading ordereddict-1.1.tar.gz
  97. Running setup.py egg_info for package ordereddict
  98.  
  99. Downloading/unpacking amqplib==1.0.2 (from -r basic-requirements.txt (line 3))
  100. Downloading amqplib-1.0.2.tgz (58Kb): 58Kb downloaded
  101. Running setup.py egg_info for package amqplib
  102.  
  103. Downloading/unpacking anyjson==0.3.3 (from -r basic-requirements.txt (line 4))
  104. Downloading anyjson-0.3.3.tar.gz
  105. Running setup.py egg_info for package anyjson
  106.  
  107. Downloading/unpacking pyparsing==1.5.6 (from -r basic-requirements.txt (line 5))
  108. Downloading pyparsing-1.5.6.zip (1.7Mb): 1.7Mb downloaded
  109. Running setup.py egg_info for package pyparsing
  110.  
  111. Downloading/unpacking python-dateutil==2.1 (from -r basic-requirements.txt (line 6))
  112. Downloading python-dateutil-2.1.tar.gz (152Kb): 152Kb downloaded
  113. Running setup.py egg_info for package python-dateutil
  114.  
  115. Downloading/unpacking uuid==1.30 (from -r basic-requirements.txt (line 7))
  116. Downloading uuid-1.30.tar.gz
  117. Running setup.py egg_info for package uuid
  118.  
  119. Requirement already satisfied (use --upgrade to upgrade): wsgiref==0.1.2 in /usr/lib/python2.7 (from -r basic-requirements.txt (line 8))
  120. Downloading/unpacking redis==2.7.2 (from -r basic-requirements.txt (line 9))
  121. Downloading redis-2.7.2.tar.gz (50Kb): 50Kb downloaded
  122. Running setup.py egg_info for package redis
  123.  
  124. Downloading/unpacking celery==3.0.15 (from -r basic-requirements.txt (line 10))
  125. Downloading celery-3.0.15.tar.gz (1.2Mb): 1.2Mb downloaded
  126. Running setup.py egg_info for package celery
  127. Upgrade: no old version found.
  128.  
  129. no previously-included directories found matching '*.pyc'
  130. Downloading/unpacking pytz==2012j (from -r basic-requirements.txt (line 11))
  131. Downloading pytz-2012j.zip (535Kb): 535Kb downloaded
  132. Running setup.py egg_info for package pytz
  133.  
  134. warning: no files found matching '*.pot' under directory 'pytz'
  135. warning: no previously-included files found matching 'test_zdump.py'
  136. Downloading/unpacking kombu==2.4.8 (from -r basic-requirements.txt (line 12))
  137. Downloading kombu-2.4.8.tar.gz (290Kb): 290Kb downloaded
  138. Running setup.py egg_info for package kombu
  139.  
  140. Downloading/unpacking mimeparse==0.1.3 (from -r basic-requirements.txt (line 13))
  141. Downloading mimeparse-0.1.3.tar.gz
  142. Running setup.py egg_info for package mimeparse
  143.  
  144. Downloading/unpacking psycopg2==2.4.6 (from -r basic-requirements.txt (line 14))
  145. Downloading psycopg2-2.4.6.tar.gz (667Kb): 667Kb downloaded
  146. Running setup.py egg_info for package psycopg2
  147.  
  148. Error: pg_config executable not found.
  149.  
  150. Please add the directory containing pg_config to the PATH
  151. or specify the full executable path with the option:
  152.  
  153. python setup.py build_ext --pg-config /path/to/pg_config build ...
  154.  
  155. or with the pg_config option in 'setup.cfg'.
  156. Complete output from command python setup.py egg_info:
  157. running egg_info
  158.  
  159. creating pip-egg-info/psycopg2.egg-info
  160.  
  161. writing pip-egg-info/psycopg2.egg-info/PKG-INFO
  162.  
  163. writing top-level names to pip-egg-info/psycopg2.egg-info/top_level.txt
  164.  
  165. writing dependency_links to pip-egg-info/psycopg2.egg-info/dependency_links.txt
  166.  
  167. writing manifest file 'pip-egg-info/psycopg2.egg-info/SOURCES.txt'
  168.  
  169. warning: manifest_maker: standard file '-c' not found
  170.  
  171.  
  172.  
  173. Error: pg_config executable not found.
  174.  
  175.  
  176.  
  177. Please add the directory containing pg_config to the PATH
  178.  
  179. or specify the full executable path with the option:
  180.  
  181.  
  182.  
  183. python setup.py build_ext --pg-config /path/to/pg_config build ...
  184.  
  185.  
  186.  
  187. or with the pg_config option in 'setup.cfg'.
  188.  
  189. ----------------------------------------
  190. Command python setup.py egg_info failed with error code 1
  191. Storing complete log in /root/.pip/pip.log
  192. root@newfies:/home/pmurphy/Star2Billing-newfies-dialer-ef94148/install/newfies-dialer/requirements#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement