Advertisement
elwuilmer

make environment tribus

Nov 27th, 2013
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 72.92 KB | None | 0 0
  1. make environment
  2. make[1]: se ingresa al directorio `/var/www/tribus'
  3. Checking if we have fabric ... [OK]
  4.  
  5. make[1]: se sale del directorio `/var/www/tribus'
  6. make[1]: se ingresa al directorio `/var/www/tribus'
  7. Checking if we have openssh-server ... [OK]
  8.  
  9. make[1]: se sale del directorio `/var/www/tribus'
  10. [localhost] Executing task 'environment'
  11. [localhost] local: su root -c "echo 'root ALL= NOPASSWD: ALL' > /etc/sudoers.d/tribus"
  12. [localhost] local: sudo /bin/bash -c "debconf-set-selections /var/www/tribus/tribus/config/data/preseed-slapd-debconf.conf"
  13. [localhost] local: sudo /bin/bash -c "DEBIAN_FRONTEND=noninteractive aptitude install --assume-yes --allow-untrusted -o DPkg::Options::=--force-confmiss -o DPkg::Options::=--force-confnew -o DPkg::Options::=--force-overwrite libxml2-dev libxslt1-dev python-dev libldap2-dev libsasl2-dev libpq-dev gcc"
  14. No se instalará, actualizará o eliminará ningún paquete.
  15. 0 paquetes actualizados, 0 nuevos instalados, 0 para eliminar y 0 sin actualizar.
  16. Necesito descargar 0 B de ficheros. Después de desempaquetar se usarán 0 B.
  17.                                                  
  18. [localhost] local: sudo /bin/bash -c "DEBIAN_FRONTEND=noninteractive aptitude install --assume-yes --allow-untrusted -o DPkg::Options::=--force-confmiss -o DPkg::Options::=--force-confnew -o DPkg::Options::=--force-overwrite make fabric python-virtualenv postgresql slapd ldap-utils redis-server mongodb-server python-xapian"
  19. No se instalará, actualizará o eliminará ningún paquete.
  20. 0 paquetes actualizados, 0 nuevos instalados, 0 para eliminar y 0 sin actualizar.
  21. Necesito descargar 0 B de ficheros. Después de desempaquetar se usarán 0 B.
  22.                                                  
  23. [localhost] local: mongo tribus --eval 'db.dropDatabase()'
  24. MongoDB shell version: 2.0.6
  25. connecting to: tribus
  26. [object bson_object]
  27. [localhost] local: sudo /bin/bash -c "echo 'postgres:tribus' | chpasswd"
  28. [localhost] local: cp /var/www/tribus/tribus/config/data/preseed-db.sql /tmp/
  29. [localhost] local: sudo /bin/bash -c "sudo -i -u postgres /bin/sh -c 'psql -f /tmp/preseed-db.sql'"
  30. psql:/tmp/preseed-db.sql:1: NOTICE:  no existe la base de datos «tribus», ignorando
  31. DROP DATABASE
  32. psql:/tmp/preseed-db.sql:2: NOTICE:  el rol «tribus» no existe, ignorando
  33. DROP ROLE
  34. CREATE ROLE
  35. CREATE DATABASE
  36. GRANT
  37. [localhost] local: ldapsearch -x -w "tribus" -D "cn=admin,dc=tribus,dc=org" -H "ldap://localhost" -b "dc=tribus,dc=org" -LLL "(uid=*)" | perl -p00e 's/\r?\n //g' | grep "dn: "| sed 's/dn: //g' | sed 's/ /_@_/g'
  38. [localhost] local: ldapadd -x -w "tribus" -D "cn=admin,dc=tribus,dc=org" -H "ldap://localhost" -f "/var/www/tribus/tribus/config/data/preseed-ldap-users.ldif"
  39. adding new entry "uid=maria,dc=tribus,dc=org"
  40.  
  41. adding new entry "uid=luis,dc=tribus,dc=org"
  42.  
  43. adding new entry "uid=jose,dc=tribus,dc=org"
  44.  
  45. adding new entry "uid=homero,dc=tribus,dc=org"
  46.  
  47. [localhost] local: virtualenv --clear --no-site-packages --distribute /var/www/tribus/virtualenv
  48. The --no-site-packages flag is deprecated; it is now the default behavior.
  49. Not deleting /var/www/tribus/virtualenv/bin
  50. New python executable in /var/www/tribus/virtualenv/bin/python
  51. Installing distribute.............................................................................................................................................................................................done.
  52. Installing pip...............done.
  53. [localhost] local: mkdir -p /var/www/tribus/virtualenv/lib/python2.7/site-packages/xapian
  54. [localhost] local: ln -fs /usr/share/pyshared/xapian/__init__.py /var/www/tribus/virtualenv/lib/python2.7/site-packages/xapian
  55. [localhost] local: ln -fs /usr/lib/python2.7/dist-packages/xapian/_xapian.so /var/www/tribus/virtualenv/lib/python2.7/site-packages/xapian
  56. [localhost] local: . /var/www/tribus/virtualenv/bin/activate; pip install -r /var/www/tribus/tribus/config/data/python-dependencies.list
  57. Downloading/unpacking buildbot==0.8.8 (from -r /var/www/tribus/tribus/config/data/python-dependencies.list (line 1))
  58.   Downloading buildbot-0.8.8.tar.gz (4.6Mb): 4.6Mb downloaded
  59.   Running setup.py egg_info for package buildbot
  60.    
  61. Downloading/unpacking buildbot-slave==0.8.8 (from -r /var/www/tribus/tribus/config/data/python-dependencies.list (line 2))
  62.   Downloading buildbot-slave-0.8.8.tar.gz (107Kb): 107Kb downloaded
  63.   Running setup.py egg_info for package buildbot-slave
  64.    
  65. Downloading/unpacking django-static==1.5.5 (from -r /var/www/tribus/tribus/config/data/python-dependencies.list (line 3))
  66.   Downloading django-static-1.5.5.tar.gz
  67.   Running setup.py egg_info for package django-static
  68.    
  69. Downloading/unpacking django-tastypie==0.10.0 (from -r /var/www/tribus/tribus/config/data/python-dependencies.list (line 4))
  70.   Downloading django-tastypie-0.10.0.tar.gz (721Kb): 721Kb downloaded
  71.   Running setup.py egg_info for package django-tastypie
  72.    
  73. Downloading/unpacking cssmin==0.1.4 (from -r /var/www/tribus/tribus/config/data/python-dependencies.list (line 5))
  74.   Downloading cssmin-0.1.4.tar.gz
  75.   Running setup.py egg_info for package cssmin
  76.    
  77.     warning: no previously-included files matching '.DS_Store' found anywhere in distribution
  78. Downloading/unpacking slimit==0.8.1 (from -r /var/www/tribus/tribus/config/data/python-dependencies.list (line 6))
  79.   Downloading slimit-0.8.1.zip (88Kb): 88Kb downloaded
  80.   Running setup.py egg_info for package slimit
  81.    
  82. Downloading/unpacking docutils==0.11 (from -r /var/www/tribus/tribus/config/data/python-dependencies.list (line 7))
  83.   Downloading docutils-0.11.tar.gz (1.6Mb): 1.6Mb downloaded
  84.   Running setup.py egg_info for package docutils
  85.    
  86.     warning: no files found matching 'MANIFEST'
  87.     warning: no files found matching '*' under directory 'extras'
  88.     warning: no previously-included files matching '.cvsignore' found under directory '*'
  89.     warning: no previously-included files matching '*.pyc' found under directory '*'
  90.     warning: no previously-included files matching '*~' found under directory '*'
  91.     warning: no previously-included files matching '.DS_Store' found under directory '*'
  92. Downloading/unpacking sphinx==1.2b3 (from -r /var/www/tribus/tribus/config/data/python-dependencies.list (line 8))
  93.   Downloading Sphinx-1.2b3.tar.gz (3.1Mb): 3.1Mb downloaded
  94.   Running setup.py egg_info for package sphinx
  95.    
  96.     warning: no files found matching 'README'
  97.     no previously-included directories found matching 'doc/_build'
  98. Downloading/unpacking babel==1.3 (from -r /var/www/tribus/tribus/config/data/python-dependencies.list (line 9))
  99.   Downloading Babel-1.3.tar.gz (3.4Mb): 3.4Mb downloaded
  100.   Running setup.py egg_info for package babel
  101.    
  102.     warning: no previously-included files matching '*' found under directory 'docs/_build'
  103.     warning: no previously-included files matching '*.pyc' found under directory 'tests'
  104.     warning: no previously-included files matching '*.pyo' found under directory 'tests'
  105. Downloading/unpacking django==1.5.2 (from -r /var/www/tribus/tribus/config/data/python-dependencies.list (line 10))
  106.   Downloading Django-1.5.2.tar.gz (8.0Mb): 8.0Mb downloaded
  107.   Running setup.py egg_info for package django
  108.    
  109.     warning: no previously-included files matching '__pycache__' found under directory '*'
  110.     warning: no previously-included files matching '*.py[co]' found under directory '*'
  111. Downloading/unpacking South==0.8.2 (from -r /var/www/tribus/tribus/config/data/python-dependencies.list (line 11))
  112.   Downloading South-0.8.2.tar.gz (95Kb): 95Kb downloaded
  113.   Running setup.py egg_info for package South
  114.    
  115. Downloading/unpacking celery==3.0.23 (from -r /var/www/tribus/tribus/config/data/python-dependencies.list (line 12))
  116.   Downloading celery-3.0.23.tar.gz (1.1Mb): 1.1Mb downloaded
  117.   Running setup.py egg_info for package celery
  118.     Upgrade: no old version found.
  119.    
  120.     no previously-included directories found matching '*.pyc'
  121.     no previously-included directories found matching '*.sw*'
  122. Downloading/unpacking celery-with-redis==3.0 (from -r /var/www/tribus/tribus/config/data/python-dependencies.list (line 13))
  123.   Downloading celery-with-redis-3.0.tar.gz
  124.   Running setup.py egg_info for package celery-with-redis
  125.    
  126. Downloading/unpacking django-celery==3.0.23 (from -r /var/www/tribus/tribus/config/data/python-dependencies.list (line 14))
  127.   Downloading django-celery-3.0.23.tar.gz (78Kb): 78Kb downloaded
  128.   Running setup.py egg_info for package django-celery
  129.    
  130.     no previously-included directories found matching 'bin/*.pyc'
  131.     no previously-included directories found matching 'tests/*.pyc'
  132.     no previously-included directories found matching 'docs/*.pyc'
  133.     no previously-included directories found matching 'extra/*.pyc'
  134.     no previously-included directories found matching 'djcelery/*.pyc'
  135.     no previously-included directories found matching 'docs/.build'
  136.     no previously-included directories found matching 'examples/*.pyc'
  137. Downloading/unpacking django-redis==3.3 (from -r /var/www/tribus/tribus/config/data/python-dependencies.list (line 15))
  138.   Downloading django-redis-3.3.tar.gz (44Kb): 44Kb downloaded
  139.   Running setup.py egg_info for package django-redis
  140.    
  141. Downloading/unpacking hiredis==0.1.1 (from -r /var/www/tribus/tribus/config/data/python-dependencies.list (line 16))
  142.   Downloading hiredis-0.1.1.tar.gz
  143.   Running setup.py egg_info for package hiredis
  144.    
  145. Downloading/unpacking oauth2==1.5.211 (from -r /var/www/tribus/tribus/config/data/python-dependencies.list (line 17))
  146.   Downloading oauth2-1.5.211.tar.gz
  147.   Running setup.py egg_info for package oauth2
  148.    
  149. Downloading/unpacking psycopg2==2.5.1 (from -r /var/www/tribus/tribus/config/data/python-dependencies.list (line 18))
  150.   Downloading psycopg2-2.5.1.tar.gz (684Kb): 684Kb downloaded
  151.   Running setup.py egg_info for package psycopg2
  152.    
  153. Downloading/unpacking python-debian==0.1.21 (from -r /var/www/tribus/tribus/config/data/python-dependencies.list (line 19))
  154.   Downloading python-debian-0.1.21.tar.gz
  155.   Running setup.py egg_info for package python-debian
  156.    
  157. Downloading/unpacking python-ldap==2.4.13 (from -r /var/www/tribus/tribus/config/data/python-dependencies.list (line 20))
  158.   Downloading python-ldap-2.4.13.tar.gz (135Kb): 135Kb downloaded
  159.   Running setup.py egg_info for package python-ldap
  160.     defines: HAVE_SASL HAVE_TLS HAVE_LIBLDAP_R
  161.     extra_compile_args:
  162.     extra_objects:
  163.     include_dirs: /opt/openldap-RE24/include /usr/include/sasl /usr/include
  164.     library_dirs: /opt/openldap-RE24/lib /usr/lib
  165.     libs: ldap_r
  166.    
  167.     file Lib/ldap.py (for module ldap) not found
  168.     file Lib/ldap/controls.py (for module ldap.controls) not found
  169.     file Lib/ldap/extop.py (for module ldap.extop) not found
  170.     file Lib/ldap/schema.py (for module ldap.schema) not found
  171.     warning: no files found matching 'Makefile'
  172.     warning: no files found matching 'Modules/LICENSE'
  173. Downloading/unpacking python-openid==2.2.5 (from -r /var/www/tribus/tribus/config/data/python-dependencies.list (line 21))
  174.   Downloading python-openid-2.2.5.tar.gz (301Kb): 301Kb downloaded
  175.   Running setup.py egg_info for package python-openid
  176.    
  177.     warning: no files found matching 'CHANGELOG'
  178.     warning: no files found matching '*.css' under directory 'doc'
  179.     warning: no files found matching '*.html' under directory 'doc'
  180. Downloading/unpacking redis==2.8.0 (from -r /var/www/tribus/tribus/config/data/python-dependencies.list (line 22))
  181.   Downloading redis-2.8.0.tar.gz (286Kb): 286Kb downloaded
  182.   Running setup.py egg_info for package redis
  183.    
  184. Downloading/unpacking chardet==2.1.1 (from -r /var/www/tribus/tribus/config/data/python-dependencies.list (line 23))
  185.   Downloading chardet-2.1.1.tar.gz (178Kb): 178Kb downloaded
  186.   Running setup.py egg_info for package chardet
  187.    
  188. Downloading/unpacking webdriverwrapper==1.0.1 (from -r /var/www/tribus/tribus/config/data/python-dependencies.list (line 24))
  189.   Downloading webdriverwrapper-1.0.1.tar.gz
  190.   Running setup.py egg_info for package webdriverwrapper
  191.    
  192. Downloading/unpacking django-ldapdb==0.1.0 (from -r /var/www/tribus/tribus/config/data/python-dependencies.list (line 25))
  193.   Downloading django-ldapdb-0.1.0.tar.gz
  194.   Running setup.py egg_info for package django-ldapdb
  195.    
  196. Downloading/unpacking django-auth-ldap==1.1.4 (from -r /var/www/tribus/tribus/config/data/python-dependencies.list (line 26))
  197.   Downloading django-auth-ldap-1.1.4.tar.gz
  198.   Running setup.py egg_info for package django-auth-ldap
  199.    
  200. Downloading/unpacking django-social-auth==0.7.28 (from -r /var/www/tribus/tribus/config/data/python-dependencies.list (line 27))
  201.   Downloading django-social-auth-0.7.28.tar.gz (83Kb): 83Kb downloaded
  202.   Running setup.py egg_info for package django-social-auth
  203.    
  204. Downloading/unpacking mimeparse==0.1.3 (from -r /var/www/tribus/tribus/config/data/python-dependencies.list (line 28))
  205.   Downloading mimeparse-0.1.3.tar.gz
  206.   Running setup.py egg_info for package mimeparse
  207.    
  208. Downloading/unpacking django-haystack==2.0.0 (from -r /var/www/tribus/tribus/config/data/python-dependencies.list (line 29))
  209.   Downloading django-haystack-2.0.0.tar.gz (821Kb): 821Kb downloaded
  210.   Running setup.py egg_info for package django-haystack
  211.    
  212. Downloading/unpacking celery-haystack==0.7.2 (from -r /var/www/tribus/tribus/config/data/python-dependencies.list (line 30))
  213.   Downloading celery-haystack-0.7.2.tar.gz
  214.   Running setup.py egg_info for package celery-haystack
  215.    
  216.     Installed /var/www/tribus/virtualenv/build/celery-haystack/d2to1-0.2.11-py2.7.egg
  217.     [d2to1] running patched manifest_maker command with extra_files support
  218.    
  219. Downloading/unpacking django-tastypie-mongoengine==0.4.5 (from -r /var/www/tribus/tribus/config/data/python-dependencies.list (line 31))
  220.   Downloading django-tastypie-mongoengine-0.4.5.tar.gz (44Kb): 44Kb downloaded
  221.   Running setup.py egg_info for package django-tastypie-mongoengine
  222.    
  223.     warning: no files found matching '*.txt'
  224. Downloading/unpacking mongoengine==0.8.4 (from -r /var/www/tribus/tribus/config/data/python-dependencies.list (line 32))
  225.   Downloading mongoengine-0.8.4.tar.gz (124Kb): 124Kb downloaded
  226.   Running setup.py egg_info for package mongoengine
  227.     0.8.4
  228.    
  229.     no previously-included directories found matching 'docs/_build'
  230. Downloading/unpacking mongodbforms==0.3 (from -r /var/www/tribus/tribus/config/data/python-dependencies.list (line 33))
  231.   Downloading mongodbforms-0.3.tar.gz
  232.   Running setup.py egg_info for package mongodbforms
  233.    
  234. Obtaining xapian-haystack from git+https://github.com/notanumber/xapian-haystack.git#egg=xapian-haystack (from -r /var/www/tribus/tribus/config/data/python-dependencies.list (line 34))
  235.   Cloning https://github.com/notanumber/xapian-haystack.git to ./virtualenv/src/xapian-haystack
  236.   Running setup.py egg_info for package xapian-haystack
  237.    
  238. Downloading/unpacking twisted>=9.0.0 (from buildbot==0.8.8->-r /var/www/tribus/tribus/config/data/python-dependencies.list (line 1))
  239.   Downloading Twisted-13.2.0.tar.bz2 (2.7Mb): 2.7Mb downloaded
  240.   Running setup.py egg_info for package twisted
  241.    
  242. Downloading/unpacking Jinja2>=2.1 (from buildbot==0.8.8->-r /var/www/tribus/tribus/config/data/python-dependencies.list (line 1))
  243.   Downloading Jinja2-2.7.1.tar.gz (377Kb): 377Kb downloaded
  244.   Running setup.py egg_info for package Jinja2
  245.    
  246.     warning: no files found matching '*' under directory 'custom_fixers'
  247.     warning: no previously-included files matching '*' found under directory 'docs/_build'
  248.     warning: no previously-included files matching '*.pyc' found under directory 'jinja2'
  249.     warning: no previously-included files matching '*.pyc' found under directory 'docs'
  250.     warning: no previously-included files matching '*.pyo' found under directory 'jinja2'
  251.     warning: no previously-included files matching '*.pyo' found under directory 'docs'
  252. Downloading/unpacking sqlalchemy>=0.6,<=0.7.9 (from buildbot==0.8.8->-r /var/www/tribus/tribus/config/data/python-dependencies.list (line 1))
  253.   Downloading SQLAlchemy-0.7.9.tar.gz (2.6Mb): 2.6Mb downloaded
  254.   Running setup.py egg_info for package sqlalchemy
  255.    
  256.     warning: no files found matching '*.jpg' under directory 'doc'
  257.     no previously-included directories found matching 'doc/build/output'
  258. Downloading/unpacking sqlalchemy-migrate==0.6.1,==0.7.0,==0.7.1,==0.7.2 (from buildbot==0.8.8->-r /var/www/tribus/tribus/config/data/python-dependencies.list (line 1))
  259.   Downloading sqlalchemy-migrate-0.7.2.tar.gz (105Kb): 105Kb downloaded
  260.   Running setup.py egg_info for package sqlalchemy-migrate
  261.    
  262.     warning: no files found matching '*' under directory 'tests'
  263.     warning: no previously-included files matching '*pyc' found anywhere in distribution
  264.     warning: no previously-included files found matching '.hgtags'
  265.     warning: no previously-included files matching '*' found under directory 'docs/_build'
  266. Downloading/unpacking python-dateutil==1.5 (from buildbot==0.8.8->-r /var/www/tribus/tribus/config/data/python-dependencies.list (line 1))
  267.   Downloading python-dateutil-1.5.tar.gz (233Kb): 233Kb downloaded
  268.   Running setup.py egg_info for package python-dateutil
  269.    
  270. Downloading/unpacking ply>=3.4 (from slimit==0.8.1->-r /var/www/tribus/tribus/config/data/python-dependencies.list (line 6))
  271.   Downloading ply-3.4.tar.gz (138Kb): 138Kb downloaded
  272.   Running setup.py egg_info for package ply
  273.    
  274. Downloading/unpacking Pygments>=1.2 (from sphinx==1.2b3->-r /var/www/tribus/tribus/config/data/python-dependencies.list (line 8))
  275.   Downloading Pygments-1.6.tar.gz (1.4Mb): 1.4Mb downloaded
  276.   Running setup.py egg_info for package Pygments
  277.    
  278. Downloading/unpacking pytz>=0a (from babel==1.3->-r /var/www/tribus/tribus/config/data/python-dependencies.list (line 9))
  279.   Downloading pytz-2013.8.tar.bz2 (177Kb): 177Kb downloaded
  280.   Running setup.py egg_info for package pytz
  281.    
  282.     warning: no files found matching '*.pot' under directory 'pytz'
  283.     warning: no previously-included files found matching 'test_zdump.py'
  284. Downloading/unpacking billiard>=2.7.3.32,<3.0 (from celery==3.0.23->-r /var/www/tribus/tribus/config/data/python-dependencies.list (line 12))
  285.   Downloading billiard-2.7.3.34.tar.gz (135Kb): 135Kb downloaded
  286.   Running setup.py egg_info for package billiard
  287.    
  288.     warning: no files found matching '*.py' under directory 'Lib'
  289. Downloading/unpacking kombu>=2.5.14,<3.0 (from celery==3.0.23->-r /var/www/tribus/tribus/config/data/python-dependencies.list (line 12))
  290.   Downloading kombu-2.5.16.tar.gz (307Kb): 307Kb downloaded
  291.   Running setup.py egg_info for package kombu
  292.    
  293. Downloading/unpacking httplib2 (from oauth2==1.5.211->-r /var/www/tribus/tribus/config/data/python-dependencies.list (line 17))
  294.   Downloading httplib2-0.8.tar.gz (110Kb): 110Kb downloaded
  295.   Running setup.py egg_info for package httplib2
  296.    
  297. Requirement already satisfied (use --upgrade to upgrade): distribute in ./virtualenv/lib/python2.7/site-packages/distribute-0.6.24-py2.7.egg (from python-ldap==2.4.13->-r /var/www/tribus/tribus/config/data/python-dependencies.list (line 20))
  298. Downloading/unpacking selenium (from webdriverwrapper==1.0.1->-r /var/www/tribus/tribus/config/data/python-dependencies.list (line 24))
  299.   Downloading selenium-2.37.2.tar.gz (2.6Mb): 2.6Mb downloaded
  300.   Running setup.py egg_info for package selenium
  301.    
  302. Downloading/unpacking django-appconf>=0.4.1 (from celery-haystack==0.7.2->-r /var/www/tribus/tribus/config/data/python-dependencies.list (line 30))
  303.   Downloading django-appconf-0.6.tar.gz
  304.   Running setup.py egg_info for package django-appconf
  305.    
  306. Downloading/unpacking django-celery-transactions>=0.1.2 (from celery-haystack==0.7.2->-r /var/www/tribus/tribus/config/data/python-dependencies.list (line 30))
  307.   Downloading django-celery-transactions-0.1.3.tar.gz
  308.   Running setup.py egg_info for package django-celery-transactions
  309.    
  310. Downloading/unpacking lxml (from django-tastypie-mongoengine==0.4.5->-r /var/www/tribus/tribus/config/data/python-dependencies.list (line 31))
  311.   Downloading lxml-3.2.4.tar.gz (3.3Mb): 3.3Mb downloaded
  312.   Running setup.py egg_info for package lxml
  313.     /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'bugtrack_url'
  314.       warnings.warn(msg)
  315.     Building lxml version 3.2.4.
  316.     Building without Cython.
  317.     Using build configuration of libxslt 1.1.26
  318.     Building against libxml2/libxslt in the following directory: /usr/lib
  319.    
  320.     warning: no previously-included files found matching '*.py'
  321.     warning: no files found matching '*.txt' under directory 'src/lxml/tests'
  322. Downloading/unpacking defusedxml (from django-tastypie-mongoengine==0.4.5->-r /var/www/tribus/tribus/config/data/python-dependencies.list (line 31))
  323.   Downloading defusedxml-0.4.1.tar.gz (48Kb): 48Kb downloaded
  324.   Running setup.py egg_info for package defusedxml
  325.    
  326. Downloading/unpacking PyYAML (from django-tastypie-mongoengine==0.4.5->-r /var/www/tribus/tribus/config/data/python-dependencies.list (line 31))
  327.   Downloading PyYAML-3.10.tar.gz (241Kb): 241Kb downloaded
  328.   Running setup.py egg_info for package PyYAML
  329.    
  330. Downloading/unpacking biplist (from django-tastypie-mongoengine==0.4.5->-r /var/www/tribus/tribus/config/data/python-dependencies.list (line 31))
  331.   Downloading biplist-0.6.tar.gz
  332.   Running setup.py egg_info for package biplist
  333.    
  334. Downloading/unpacking python-mimeparse>=0.1.4 (from django-tastypie-mongoengine==0.4.5->-r /var/www/tribus/tribus/config/data/python-dependencies.list (line 31))
  335.   Downloading python-mimeparse-0.1.4.tar.gz
  336.   Running setup.py egg_info for package python-mimeparse
  337.    
  338. Downloading/unpacking pymongo>=2.5 (from mongoengine==0.8.4->-r /var/www/tribus/tribus/config/data/python-dependencies.list (line 32))
  339.   Downloading pymongo-2.6.3.tar.gz (324Kb): 324Kb downloaded
  340.   Running setup.py egg_info for package pymongo
  341.    
  342. Downloading/unpacking zope.interface>=3.6.0 (from twisted>=9.0.0->buildbot==0.8.8->-r /var/www/tribus/tribus/config/data/python-dependencies.list (line 1))
  343.   Downloading zope.interface-4.0.5.zip (173Kb): 173Kb downloaded
  344.   Running setup.py egg_info for package zope.interface
  345.    
  346.     warning: no previously-included files matching '*.dll' found anywhere in distribution
  347.     warning: no previously-included files matching '*.pyc' found anywhere in distribution
  348.     warning: no previously-included files matching '*.pyo' found anywhere in distribution
  349.     warning: no previously-included files matching '*.so' found anywhere in distribution
  350. Downloading/unpacking markupsafe (from Jinja2>=2.1->buildbot==0.8.8->-r /var/www/tribus/tribus/config/data/python-dependencies.list (line 1))
  351.   Downloading MarkupSafe-0.18.tar.gz
  352.   Running setup.py egg_info for package markupsafe
  353.    
  354. Downloading/unpacking decorator (from sqlalchemy-migrate==0.6.1,==0.7.0,==0.7.1,==0.7.2->buildbot==0.8.8->-r /var/www/tribus/tribus/config/data/python-dependencies.list (line 1))
  355.   Downloading decorator-3.4.0.tar.gz
  356.   Running setup.py egg_info for package decorator
  357.    
  358.     warning: no previously-included files found matching 'Makefile'
  359. Downloading/unpacking Tempita>=0.4 (from sqlalchemy-migrate==0.6.1,==0.7.0,==0.7.1,==0.7.2->buildbot==0.8.8->-r /var/www/tribus/tribus/config/data/python-dependencies.list (line 1))
  360.   Downloading Tempita-0.5.1.tar.gz
  361.   Running setup.py egg_info for package Tempita
  362.    
  363. Downloading/unpacking anyjson>=0.3.3 (from kombu>=2.5.14,<3.0->celery==3.0.23->-r /var/www/tribus/tribus/config/data/python-dependencies.list (line 12))
  364.   Downloading anyjson-0.3.3.tar.gz
  365.   Running setup.py egg_info for package anyjson
  366.    
  367. Downloading/unpacking amqp>=1.0.13,<1.1.0 (from kombu>=2.5.14,<3.0->celery==3.0.23->-r /var/www/tribus/tribus/config/data/python-dependencies.list (line 12))
  368.   Downloading amqp-1.0.13.tar.gz (70Kb): 70Kb downloaded
  369.   Running setup.py egg_info for package amqp
  370.    
  371. Downloading/unpacking six (from django-appconf>=0.4.1->celery-haystack==0.7.2->-r /var/www/tribus/tribus/config/data/python-dependencies.list (line 30))
  372.   Downloading six-1.4.1.tar.gz
  373.   Running setup.py egg_info for package six
  374.    
  375. Installing collected packages: buildbot, buildbot-slave, django-static, django-tastypie, cssmin, slimit, docutils, sphinx, babel, django, South, celery, celery-with-redis, django-celery, django-redis, hiredis, oauth2, psycopg2, python-debian, python-ldap, python-openid, redis, chardet, webdriverwrapper, django-ldapdb, django-auth-ldap, django-social-auth, mimeparse, django-haystack, celery-haystack, django-tastypie-mongoengine, mongoengine, mongodbforms, xapian-haystack, twisted, Jinja2, sqlalchemy, sqlalchemy-migrate, python-dateutil, ply, Pygments, pytz, billiard, kombu, httplib2, selenium, django-appconf, django-celery-transactions, lxml, defusedxml, PyYAML, biplist, python-mimeparse, pymongo, zope.interface, markupsafe, decorator, Tempita, anyjson, amqp, six
  376.   Running setup.py install for buildbot
  377.     changing mode of build/scripts-2.7/buildbot from 644 to 755
  378.    
  379.     changing mode of /var/www/tribus/virtualenv/bin/buildbot to 755
  380.   Running setup.py install for buildbot-slave
  381.     changing mode of build/scripts-2.7/buildslave from 644 to 755
  382.    
  383.     changing mode of /var/www/tribus/virtualenv/bin/buildslave to 755
  384.   Running setup.py install for django-static
  385.    
  386.   Running setup.py install for django-tastypie
  387.    
  388.   Running setup.py install for cssmin
  389.    
  390.     warning: no previously-included files matching '.DS_Store' found anywhere in distribution
  391.     Installing cssmin script to /var/www/tribus/virtualenv/bin
  392.   Running setup.py install for slimit
  393.    
  394.     Installing slimit script to /var/www/tribus/virtualenv/bin
  395.   Running setup.py install for docutils
  396.     changing mode of build/scripts-2.7/rst2html.py from 644 to 755
  397.     changing mode of build/scripts-2.7/rst2s5.py from 644 to 755
  398.     changing mode of build/scripts-2.7/rst2latex.py from 644 to 755
  399.     changing mode of build/scripts-2.7/rst2xetex.py from 644 to 755
  400.     changing mode of build/scripts-2.7/rst2man.py from 644 to 755
  401.     changing mode of build/scripts-2.7/rst2xml.py from 644 to 755
  402.     changing mode of build/scripts-2.7/rst2pseudoxml.py from 644 to 755
  403.     changing mode of build/scripts-2.7/rstpep2html.py from 644 to 755
  404.     changing mode of build/scripts-2.7/rst2odt.py from 644 to 755
  405.     changing mode of build/scripts-2.7/rst2odt_prepstyles.py from 644 to 755
  406.    
  407.     warning: no files found matching 'MANIFEST'
  408.     warning: no files found matching '*' under directory 'extras'
  409.     warning: no previously-included files matching '.cvsignore' found under directory '*'
  410.     warning: no previously-included files matching '*.pyc' found under directory '*'
  411.     warning: no previously-included files matching '*~' found under directory '*'
  412.     warning: no previously-included files matching '.DS_Store' found under directory '*'
  413.     changing mode of /var/www/tribus/virtualenv/bin/rst2odt_prepstyles.py to 755
  414.     changing mode of /var/www/tribus/virtualenv/bin/rst2html.py to 755
  415.     changing mode of /var/www/tribus/virtualenv/bin/rst2latex.py to 755
  416.     changing mode of /var/www/tribus/virtualenv/bin/rst2pseudoxml.py to 755
  417.     changing mode of /var/www/tribus/virtualenv/bin/rst2xml.py to 755
  418.     changing mode of /var/www/tribus/virtualenv/bin/rst2xetex.py to 755
  419.     changing mode of /var/www/tribus/virtualenv/bin/rst2s5.py to 755
  420.     changing mode of /var/www/tribus/virtualenv/bin/rstpep2html.py to 755
  421.     changing mode of /var/www/tribus/virtualenv/bin/rst2man.py to 755
  422.     changing mode of /var/www/tribus/virtualenv/bin/rst2odt.py to 755
  423.   Running setup.py install for sphinx
  424.    
  425.     warning: no files found matching 'README'
  426.     no previously-included directories found matching 'doc/_build'
  427.     Installing sphinx-apidoc script to /var/www/tribus/virtualenv/bin
  428.     Installing sphinx-build script to /var/www/tribus/virtualenv/bin
  429.     Installing sphinx-quickstart script to /var/www/tribus/virtualenv/bin
  430.     Installing sphinx-autogen script to /var/www/tribus/virtualenv/bin
  431.   Running setup.py install for babel
  432.    
  433.     warning: no previously-included files matching '*' found under directory 'docs/_build'
  434.     warning: no previously-included files matching '*.pyc' found under directory 'tests'
  435.     warning: no previously-included files matching '*.pyo' found under directory 'tests'
  436.     Installing pybabel script to /var/www/tribus/virtualenv/bin
  437.   Running setup.py install for django
  438.     changing mode of build/scripts-2.7/django-admin.py from 644 to 755
  439.    
  440.     warning: no previously-included files matching '__pycache__' found under directory '*'
  441.     warning: no previously-included files matching '*.py[co]' found under directory '*'
  442.     changing mode of /var/www/tribus/virtualenv/bin/django-admin.py to 755
  443.   Running setup.py install for South
  444.    
  445.   Running setup.py install for celery
  446.     Upgrade: no old version found.
  447.    
  448.     no previously-included directories found matching '*.pyc'
  449.     no previously-included directories found matching '*.sw*'
  450.     Installing celeryctl script to /var/www/tribus/virtualenv/bin
  451.     Installing celeryd script to /var/www/tribus/virtualenv/bin
  452.     Installing camqadm script to /var/www/tribus/virtualenv/bin
  453.     Installing celeryev script to /var/www/tribus/virtualenv/bin
  454.     Installing celery script to /var/www/tribus/virtualenv/bin
  455.     Installing celeryd-multi script to /var/www/tribus/virtualenv/bin
  456.     Installing celerybeat script to /var/www/tribus/virtualenv/bin
  457.   Running setup.py install for celery-with-redis
  458.    
  459.   Running setup.py install for django-celery
  460.     changing mode of build/scripts-2.7/djcelerymon from 644 to 755
  461.    
  462.     no previously-included directories found matching 'bin/*.pyc'
  463.     no previously-included directories found matching 'tests/*.pyc'
  464.     no previously-included directories found matching 'docs/*.pyc'
  465.     no previously-included directories found matching 'extra/*.pyc'
  466.     no previously-included directories found matching 'djcelery/*.pyc'
  467.     no previously-included directories found matching 'docs/.build'
  468.     no previously-included directories found matching 'examples/*.pyc'
  469.     changing mode of /var/www/tribus/virtualenv/bin/djcelerymon to 755
  470.     Installing djcelerymon script to /var/www/tribus/virtualenv/bin
  471.   Running setup.py install for django-redis
  472.    
  473.   Running setup.py install for hiredis
  474.     building 'hiredis' library
  475.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ivendor/hiredis -c vendor/hiredis/hiredis.c -o build/temp.linux-i686-2.7/vendor/hiredis/hiredis.o
  476.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ivendor/hiredis -c vendor/hiredis/net.c -o build/temp.linux-i686-2.7/vendor/hiredis/net.o
  477.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ivendor/hiredis -c vendor/hiredis/sds.c -o build/temp.linux-i686-2.7/vendor/hiredis/sds.o
  478.     ar rc build/temp.linux-i686-2.7/libhiredis.a build/temp.linux-i686-2.7/vendor/hiredis/hiredis.o build/temp.linux-i686-2.7/vendor/hiredis/net.o build/temp.linux-i686-2.7/vendor/hiredis/sds.o
  479.     building 'hiredis.hiredis' extension
  480.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Isrc -Ivendor -I/usr/include/python2.7 -c src/reader.c -o build/temp.linux-i686-2.7/src/reader.o
  481.     In file included from /usr/include/python2.7/Python.h:8:0,
  482.                      from src/hiredis.h:4,
  483.                      from src/reader.h:4,
  484.                      from src/reader.c:2:
  485.     /usr/include/python2.7/pyconfig.h:1161:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
  486.     In file included from /usr/include/assert.h:36:0,
  487.                      from src/reader.c:1:
  488.     /usr/include/features.h:231:0: note: this is the location of the previous definition
  489.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Isrc -Ivendor -I/usr/include/python2.7 -c src/hiredis.c -o build/temp.linux-i686-2.7/src/hiredis.o
  490.     gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-i686-2.7/src/reader.o build/temp.linux-i686-2.7/src/hiredis.o -Lbuild/temp.linux-i686-2.7 -lhiredis -lhiredis -o build/lib.linux-i686-2.7/hiredis/hiredis.so
  491.    
  492.   Running setup.py install for oauth2
  493.    
  494.   Running setup.py install for psycopg2
  495.     building 'psycopg2._psycopg' extension
  496.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090301 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.3/server -c psycopg/psycopgmodule.c -o build/temp.linux-i686-2.7/psycopg/psycopgmodule.o -Wdeclaration-after-statement
  497.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090301 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.3/server -c psycopg/green.c -o build/temp.linux-i686-2.7/psycopg/green.o -Wdeclaration-after-statement
  498.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090301 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.3/server -c psycopg/pqpath.c -o build/temp.linux-i686-2.7/psycopg/pqpath.o -Wdeclaration-after-statement
  499.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090301 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.3/server -c psycopg/utils.c -o build/temp.linux-i686-2.7/psycopg/utils.o -Wdeclaration-after-statement
  500.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090301 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.3/server -c psycopg/bytes_format.c -o build/temp.linux-i686-2.7/psycopg/bytes_format.o -Wdeclaration-after-statement
  501.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090301 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.3/server -c psycopg/connection_int.c -o build/temp.linux-i686-2.7/psycopg/connection_int.o -Wdeclaration-after-statement
  502.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090301 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.3/server -c psycopg/connection_type.c -o build/temp.linux-i686-2.7/psycopg/connection_type.o -Wdeclaration-after-statement
  503.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090301 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.3/server -c psycopg/cursor_int.c -o build/temp.linux-i686-2.7/psycopg/cursor_int.o -Wdeclaration-after-statement
  504.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090301 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.3/server -c psycopg/cursor_type.c -o build/temp.linux-i686-2.7/psycopg/cursor_type.o -Wdeclaration-after-statement
  505.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090301 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.3/server -c psycopg/diagnostics_type.c -o build/temp.linux-i686-2.7/psycopg/diagnostics_type.o -Wdeclaration-after-statement
  506.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090301 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.3/server -c psycopg/error_type.c -o build/temp.linux-i686-2.7/psycopg/error_type.o -Wdeclaration-after-statement
  507.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090301 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.3/server -c psycopg/lobject_int.c -o build/temp.linux-i686-2.7/psycopg/lobject_int.o -Wdeclaration-after-statement
  508.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090301 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.3/server -c psycopg/lobject_type.c -o build/temp.linux-i686-2.7/psycopg/lobject_type.o -Wdeclaration-after-statement
  509.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090301 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.3/server -c psycopg/notify_type.c -o build/temp.linux-i686-2.7/psycopg/notify_type.o -Wdeclaration-after-statement
  510.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090301 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.3/server -c psycopg/xid_type.c -o build/temp.linux-i686-2.7/psycopg/xid_type.o -Wdeclaration-after-statement
  511.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090301 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.3/server -c psycopg/adapter_asis.c -o build/temp.linux-i686-2.7/psycopg/adapter_asis.o -Wdeclaration-after-statement
  512.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090301 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.3/server -c psycopg/adapter_binary.c -o build/temp.linux-i686-2.7/psycopg/adapter_binary.o -Wdeclaration-after-statement
  513.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090301 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.3/server -c psycopg/adapter_datetime.c -o build/temp.linux-i686-2.7/psycopg/adapter_datetime.o -Wdeclaration-after-statement
  514.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090301 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.3/server -c psycopg/adapter_list.c -o build/temp.linux-i686-2.7/psycopg/adapter_list.o -Wdeclaration-after-statement
  515.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090301 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.3/server -c psycopg/adapter_pboolean.c -o build/temp.linux-i686-2.7/psycopg/adapter_pboolean.o -Wdeclaration-after-statement
  516.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090301 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.3/server -c psycopg/adapter_pdecimal.c -o build/temp.linux-i686-2.7/psycopg/adapter_pdecimal.o -Wdeclaration-after-statement
  517.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090301 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.3/server -c psycopg/adapter_pint.c -o build/temp.linux-i686-2.7/psycopg/adapter_pint.o -Wdeclaration-after-statement
  518.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090301 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.3/server -c psycopg/adapter_pfloat.c -o build/temp.linux-i686-2.7/psycopg/adapter_pfloat.o -Wdeclaration-after-statement
  519.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090301 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.3/server -c psycopg/adapter_qstring.c -o build/temp.linux-i686-2.7/psycopg/adapter_qstring.o -Wdeclaration-after-statement
  520.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090301 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.3/server -c psycopg/microprotocols.c -o build/temp.linux-i686-2.7/psycopg/microprotocols.o -Wdeclaration-after-statement
  521.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090301 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.3/server -c psycopg/microprotocols_proto.c -o build/temp.linux-i686-2.7/psycopg/microprotocols_proto.o -Wdeclaration-after-statement
  522.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.1 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090301 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.3/server -c psycopg/typecast.c -o build/temp.linux-i686-2.7/psycopg/typecast.o -Wdeclaration-after-statement
  523.     gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-i686-2.7/psycopg/psycopgmodule.o build/temp.linux-i686-2.7/psycopg/green.o build/temp.linux-i686-2.7/psycopg/pqpath.o build/temp.linux-i686-2.7/psycopg/utils.o build/temp.linux-i686-2.7/psycopg/bytes_format.o build/temp.linux-i686-2.7/psycopg/connection_int.o build/temp.linux-i686-2.7/psycopg/connection_type.o build/temp.linux-i686-2.7/psycopg/cursor_int.o build/temp.linux-i686-2.7/psycopg/cursor_type.o build/temp.linux-i686-2.7/psycopg/diagnostics_type.o build/temp.linux-i686-2.7/psycopg/error_type.o build/temp.linux-i686-2.7/psycopg/lobject_int.o build/temp.linux-i686-2.7/psycopg/lobject_type.o build/temp.linux-i686-2.7/psycopg/notify_type.o build/temp.linux-i686-2.7/psycopg/xid_type.o build/temp.linux-i686-2.7/psycopg/adapter_asis.o build/temp.linux-i686-2.7/psycopg/adapter_binary.o build/temp.linux-i686-2.7/psycopg/adapter_datetime.o build/temp.linux-i686-2.7/psycopg/adapter_list.o build/temp.linux-i686-2.7/psycopg/adapter_pboolean.o build/temp.linux-i686-2.7/psycopg/adapter_pdecimal.o build/temp.linux-i686-2.7/psycopg/adapter_pint.o build/temp.linux-i686-2.7/psycopg/adapter_pfloat.o build/temp.linux-i686-2.7/psycopg/adapter_qstring.o build/temp.linux-i686-2.7/psycopg/microprotocols.o build/temp.linux-i686-2.7/psycopg/microprotocols_proto.o build/temp.linux-i686-2.7/psycopg/typecast.o -lpq -o build/lib.linux-i686-2.7/psycopg2/_psycopg.so
  524.    
  525.   Running setup.py install for python-debian
  526.    
  527.   Running setup.py install for python-ldap
  528.     defines: HAVE_SASL HAVE_TLS HAVE_LIBLDAP_R
  529.     extra_compile_args:
  530.     extra_objects:
  531.     include_dirs: /opt/openldap-RE24/include /usr/include/sasl /usr/include
  532.     library_dirs: /opt/openldap-RE24/lib /usr/lib
  533.     libs: ldap_r
  534.     file Lib/ldap.py (for module ldap) not found
  535.     file Lib/ldap/controls.py (for module ldap.controls) not found
  536.     file Lib/ldap/extop.py (for module ldap.extop) not found
  537.     file Lib/ldap/schema.py (for module ldap.schema) not found
  538.     file Lib/ldap.py (for module ldap) not found
  539.     file Lib/ldap/controls.py (for module ldap.controls) not found
  540.     file Lib/ldap/extop.py (for module ldap.extop) not found
  541.     file Lib/ldap/schema.py (for module ldap.schema) not found
  542.    
  543.     file Lib/ldap.py (for module ldap) not found
  544.     file Lib/ldap/controls.py (for module ldap.controls) not found
  545.     file Lib/ldap/extop.py (for module ldap.extop) not found
  546.     file Lib/ldap/schema.py (for module ldap.schema) not found
  547.     warning: no files found matching 'Makefile'
  548.     warning: no files found matching 'Modules/LICENSE'
  549.     building '_ldap' extension
  550.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_SASL -DHAVE_TLS -DHAVE_LIBLDAP_R -DHAVE_LIBLDAP_R -DLDAPMODULE_VERSION=2.4.13 -IModules -I/opt/openldap-RE24/include -I/usr/include/sasl -I/usr/include -I/usr/include/python2.7 -c Modules/LDAPObject.c -o build/temp.linux-i686-2.7/Modules/LDAPObject.o
  551.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_SASL -DHAVE_TLS -DHAVE_LIBLDAP_R -DHAVE_LIBLDAP_R -DLDAPMODULE_VERSION=2.4.13 -IModules -I/opt/openldap-RE24/include -I/usr/include/sasl -I/usr/include -I/usr/include/python2.7 -c Modules/ldapcontrol.c -o build/temp.linux-i686-2.7/Modules/ldapcontrol.o
  552.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_SASL -DHAVE_TLS -DHAVE_LIBLDAP_R -DHAVE_LIBLDAP_R -DLDAPMODULE_VERSION=2.4.13 -IModules -I/opt/openldap-RE24/include -I/usr/include/sasl -I/usr/include -I/usr/include/python2.7 -c Modules/common.c -o build/temp.linux-i686-2.7/Modules/common.o
  553.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_SASL -DHAVE_TLS -DHAVE_LIBLDAP_R -DHAVE_LIBLDAP_R -DLDAPMODULE_VERSION=2.4.13 -IModules -I/opt/openldap-RE24/include -I/usr/include/sasl -I/usr/include -I/usr/include/python2.7 -c Modules/constants.c -o build/temp.linux-i686-2.7/Modules/constants.o
  554.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_SASL -DHAVE_TLS -DHAVE_LIBLDAP_R -DHAVE_LIBLDAP_R -DLDAPMODULE_VERSION=2.4.13 -IModules -I/opt/openldap-RE24/include -I/usr/include/sasl -I/usr/include -I/usr/include/python2.7 -c Modules/errors.c -o build/temp.linux-i686-2.7/Modules/errors.o
  555.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_SASL -DHAVE_TLS -DHAVE_LIBLDAP_R -DHAVE_LIBLDAP_R -DLDAPMODULE_VERSION=2.4.13 -IModules -I/opt/openldap-RE24/include -I/usr/include/sasl -I/usr/include -I/usr/include/python2.7 -c Modules/functions.c -o build/temp.linux-i686-2.7/Modules/functions.o
  556.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_SASL -DHAVE_TLS -DHAVE_LIBLDAP_R -DHAVE_LIBLDAP_R -DLDAPMODULE_VERSION=2.4.13 -IModules -I/opt/openldap-RE24/include -I/usr/include/sasl -I/usr/include -I/usr/include/python2.7 -c Modules/schema.c -o build/temp.linux-i686-2.7/Modules/schema.o
  557.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_SASL -DHAVE_TLS -DHAVE_LIBLDAP_R -DHAVE_LIBLDAP_R -DLDAPMODULE_VERSION=2.4.13 -IModules -I/opt/openldap-RE24/include -I/usr/include/sasl -I/usr/include -I/usr/include/python2.7 -c Modules/ldapmodule.c -o build/temp.linux-i686-2.7/Modules/ldapmodule.o
  558.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_SASL -DHAVE_TLS -DHAVE_LIBLDAP_R -DHAVE_LIBLDAP_R -DLDAPMODULE_VERSION=2.4.13 -IModules -I/opt/openldap-RE24/include -I/usr/include/sasl -I/usr/include -I/usr/include/python2.7 -c Modules/message.c -o build/temp.linux-i686-2.7/Modules/message.o
  559.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_SASL -DHAVE_TLS -DHAVE_LIBLDAP_R -DHAVE_LIBLDAP_R -DLDAPMODULE_VERSION=2.4.13 -IModules -I/opt/openldap-RE24/include -I/usr/include/sasl -I/usr/include -I/usr/include/python2.7 -c Modules/version.c -o build/temp.linux-i686-2.7/Modules/version.o
  560.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_SASL -DHAVE_TLS -DHAVE_LIBLDAP_R -DHAVE_LIBLDAP_R -DLDAPMODULE_VERSION=2.4.13 -IModules -I/opt/openldap-RE24/include -I/usr/include/sasl -I/usr/include -I/usr/include/python2.7 -c Modules/options.c -o build/temp.linux-i686-2.7/Modules/options.o
  561.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_SASL -DHAVE_TLS -DHAVE_LIBLDAP_R -DHAVE_LIBLDAP_R -DLDAPMODULE_VERSION=2.4.13 -IModules -I/opt/openldap-RE24/include -I/usr/include/sasl -I/usr/include -I/usr/include/python2.7 -c Modules/berval.c -o build/temp.linux-i686-2.7/Modules/berval.o
  562.     gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-i686-2.7/Modules/LDAPObject.o build/temp.linux-i686-2.7/Modules/ldapcontrol.o build/temp.linux-i686-2.7/Modules/common.o build/temp.linux-i686-2.7/Modules/constants.o build/temp.linux-i686-2.7/Modules/errors.o build/temp.linux-i686-2.7/Modules/functions.o build/temp.linux-i686-2.7/Modules/schema.o build/temp.linux-i686-2.7/Modules/ldapmodule.o build/temp.linux-i686-2.7/Modules/message.o build/temp.linux-i686-2.7/Modules/version.o build/temp.linux-i686-2.7/Modules/options.o build/temp.linux-i686-2.7/Modules/berval.o -L/opt/openldap-RE24/lib -Wl,-R/opt/openldap-RE24/lib -lldap_r -o build/lib.linux-i686-2.7/_ldap.so
  563.     /var/www/tribus/virtualenv/bin/python -O /tmp/tmpU7KoI7.py
  564.     removing /tmp/tmpU7KoI7.py
  565.     file Lib/ldap.py (for module ldap) not found
  566.     file Lib/ldap/controls.py (for module ldap.controls) not found
  567.     file Lib/ldap/extop.py (for module ldap.extop) not found
  568.     file Lib/ldap/schema.py (for module ldap.schema) not found
  569.   Running setup.py install for python-openid
  570.    
  571.     warning: no files found matching 'CHANGELOG'
  572.     warning: no files found matching '*.css' under directory 'doc'
  573.     warning: no files found matching '*.html' under directory 'doc'
  574.   Running setup.py install for redis
  575.    
  576.   Running setup.py install for chardet
  577.     changing mode of build/scripts-2.7/chardetect.py from 644 to 755
  578.    
  579.     changing mode of /var/www/tribus/virtualenv/bin/chardetect.py to 755
  580.   Running setup.py install for webdriverwrapper
  581.    
  582.   Running setup.py install for django-ldapdb
  583.    
  584.   Running setup.py install for django-auth-ldap
  585.    
  586.   Running setup.py install for django-social-auth
  587.    
  588.   Running setup.py install for mimeparse
  589.    
  590.   Running setup.py install for django-haystack
  591.    
  592.   Running setup.py install for celery-haystack
  593.     [d2to1] running patched manifest_maker command with extra_files support
  594.    
  595.   Running setup.py install for django-tastypie-mongoengine
  596.    
  597.     warning: no files found matching '*.txt'
  598.   Running setup.py install for mongoengine
  599.     0.8.4
  600.    
  601.     no previously-included directories found matching 'docs/_build'
  602.   Running setup.py install for mongodbforms
  603.    
  604.   Running setup.py develop for xapian-haystack
  605.    
  606.     Creating /var/www/tribus/virtualenv/lib/python2.7/site-packages/xapian-haystack.egg-link (link to .)
  607.     Adding xapian-haystack 2.0.0 to easy-install.pth file
  608.    
  609.     Installed /var/www/tribus/virtualenv/src/xapian-haystack
  610.   Running setup.py install for twisted
  611.    
  612.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c conftest.c -o conftest.o
  613.     building 'twisted.runner.portmap' extension
  614.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c twisted/runner/portmap.c -o build/temp.linux-i686-2.7/twisted/runner/portmap.o
  615.     gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-i686-2.7/twisted/runner/portmap.o -o build/lib.linux-i686-2.7/twisted/runner/portmap.so
  616.     building 'twisted.test.raiser' extension
  617.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c twisted/test/raiser.c -o build/temp.linux-i686-2.7/twisted/test/raiser.o
  618.     gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-i686-2.7/twisted/test/raiser.o -o build/lib.linux-i686-2.7/twisted/test/raiser.so
  619.     building 'twisted.python.sendmsg' extension
  620.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c twisted/python/sendmsg.c -o build/temp.linux-i686-2.7/twisted/python/sendmsg.o
  621.     gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-i686-2.7/twisted/python/sendmsg.o -o build/lib.linux-i686-2.7/twisted/python/sendmsg.so
  622.     changing mode of build/scripts-2.7/trial from 644 to 755
  623.     changing mode of build/scripts-2.7/manhole from 644 to 755
  624.     changing mode of build/scripts-2.7/pyhtmlizer from 644 to 755
  625.     changing mode of build/scripts-2.7/twistd from 644 to 755
  626.     changing mode of build/scripts-2.7/tap2deb from 644 to 755
  627.     changing mode of build/scripts-2.7/tap2rpm from 644 to 755
  628.     changing mode of build/scripts-2.7/tapconvert from 644 to 755
  629.     changing mode of build/scripts-2.7/lore from 644 to 755
  630.     changing mode of build/scripts-2.7/tkconch from 644 to 755
  631.     changing mode of build/scripts-2.7/conch from 644 to 755
  632.     changing mode of build/scripts-2.7/cftp from 644 to 755
  633.     changing mode of build/scripts-2.7/ckeygen from 644 to 755
  634.     changing mode of build/scripts-2.7/mailmail from 644 to 755
  635.     changing mode of /var/www/tribus/virtualenv/bin/trial to 755
  636.     changing mode of /var/www/tribus/virtualenv/bin/manhole to 755
  637.     changing mode of /var/www/tribus/virtualenv/bin/lore to 755
  638.     changing mode of /var/www/tribus/virtualenv/bin/pyhtmlizer to 755
  639.     changing mode of /var/www/tribus/virtualenv/bin/twistd to 755
  640.     changing mode of /var/www/tribus/virtualenv/bin/tap2deb to 755
  641.     changing mode of /var/www/tribus/virtualenv/bin/tkconch to 755
  642.     changing mode of /var/www/tribus/virtualenv/bin/conch to 755
  643.     changing mode of /var/www/tribus/virtualenv/bin/cftp to 755
  644.     changing mode of /var/www/tribus/virtualenv/bin/tap2rpm to 755
  645.     changing mode of /var/www/tribus/virtualenv/bin/mailmail to 755
  646.     changing mode of /var/www/tribus/virtualenv/bin/ckeygen to 755
  647.     changing mode of /var/www/tribus/virtualenv/bin/tapconvert to 755
  648.   Running setup.py install for Jinja2
  649.    
  650.     warning: no files found matching '*' under directory 'custom_fixers'
  651.     warning: no previously-included files matching '*' found under directory 'docs/_build'
  652.     warning: no previously-included files matching '*.pyc' found under directory 'jinja2'
  653.     warning: no previously-included files matching '*.pyc' found under directory 'docs'
  654.     warning: no previously-included files matching '*.pyo' found under directory 'jinja2'
  655.     warning: no previously-included files matching '*.pyo' found under directory 'docs'
  656.   Running setup.py install for sqlalchemy
  657.     building 'sqlalchemy.cprocessors' extension
  658.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c lib/sqlalchemy/cextension/processors.c -o build/temp.linux-i686-2.7/lib/sqlalchemy/cextension/processors.o
  659.     gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-i686-2.7/lib/sqlalchemy/cextension/processors.o -o build/lib.linux-i686-2.7/sqlalchemy/cprocessors.so
  660.     building 'sqlalchemy.cresultproxy' extension
  661.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c lib/sqlalchemy/cextension/resultproxy.c -o build/temp.linux-i686-2.7/lib/sqlalchemy/cextension/resultproxy.o
  662.     gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-i686-2.7/lib/sqlalchemy/cextension/resultproxy.o -o build/lib.linux-i686-2.7/sqlalchemy/cresultproxy.so
  663.    
  664.     warning: no files found matching '*.jpg' under directory 'doc'
  665.     no previously-included directories found matching 'doc/build/output'
  666.   Running setup.py install for sqlalchemy-migrate
  667.    
  668.     warning: no files found matching '*' under directory 'tests'
  669.     warning: no previously-included files matching '*pyc' found anywhere in distribution
  670.     warning: no previously-included files found matching '.hgtags'
  671.     warning: no previously-included files matching '*' found under directory 'docs/_build'
  672.     Installing migrate script to /var/www/tribus/virtualenv/bin
  673.     Installing migrate-repository script to /var/www/tribus/virtualenv/bin
  674.   Running setup.py install for python-dateutil
  675.    
  676.   Running setup.py install for ply
  677.    
  678.   Running setup.py install for Pygments
  679.    
  680.     Installing pygmentize script to /var/www/tribus/virtualenv/bin
  681.   Running setup.py install for pytz
  682.    
  683.     warning: no files found matching '*.pot' under directory 'pytz'
  684.     warning: no previously-included files found matching 'test_zdump.py'
  685.   Running setup.py install for billiard
  686.     building '_billiard' extension
  687.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_SEM_OPEN=1 -DHAVE_FD_TRANSFER=1 -DHAVE_SEM_TIMEDWAIT=1 -IModules/_billiard -I/usr/include/python2.7 -c Modules/_billiard/multiprocessing.c -o build/temp.linux-i686-2.7/Modules/_billiard/multiprocessing.o
  688.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_SEM_OPEN=1 -DHAVE_FD_TRANSFER=1 -DHAVE_SEM_TIMEDWAIT=1 -IModules/_billiard -I/usr/include/python2.7 -c Modules/_billiard/socket_connection.c -o build/temp.linux-i686-2.7/Modules/_billiard/socket_connection.o
  689.     In file included from Modules/_billiard/socket_connection.c:229:0:
  690.     Modules/_billiard/connection.h: In function ‘Billiard_connection_recv_payload’:
  691.     Modules/_billiard/connection.h:401:15: warning: unused variable ‘result’ [-Wunused-variable]
  692.     Modules/_billiard/socket_connection.c: At top level:
  693.     Modules/_billiard/connection.h:389:1: warning: ‘Billiard_connection_setblocking’ defined but not used [-Wunused-function]
  694.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_SEM_OPEN=1 -DHAVE_FD_TRANSFER=1 -DHAVE_SEM_TIMEDWAIT=1 -IModules/_billiard -I/usr/include/python2.7 -c Modules/_billiard/semaphore.c -o build/temp.linux-i686-2.7/Modules/_billiard/semaphore.o
  695.     gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-i686-2.7/Modules/_billiard/multiprocessing.o build/temp.linux-i686-2.7/Modules/_billiard/socket_connection.o build/temp.linux-i686-2.7/Modules/_billiard/semaphore.o -lrt -o build/lib.linux-i686-2.7/_billiard.so
  696.    
  697.     warning: no files found matching '*.py' under directory 'Lib'
  698.   Running setup.py install for kombu
  699.    
  700.   Running setup.py install for httplib2
  701.    
  702.   Running setup.py install for selenium
  703.    
  704.   Running setup.py install for django-appconf
  705.    
  706.   Running setup.py install for django-celery-transactions
  707.    
  708.   Running setup.py install for lxml
  709.     /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'bugtrack_url'
  710.       warnings.warn(msg)
  711.     Building lxml version 3.2.4.
  712.     Building without Cython.
  713.     Using build configuration of libxslt 1.1.26
  714.     Building against libxml2/libxslt in the following directory: /usr/lib
  715.     building 'lxml.etree' extension
  716.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/libxml2 -I/var/www/tribus/virtualenv/build/lxml/src/lxml/includes -I/usr/include/python2.7 -c src/lxml/lxml.etree.c -o build/temp.linux-i686-2.7/src/lxml/lxml.etree.o
  717.     src/lxml/lxml.etree.c: In function ‘__pyx_pf_4lxml_5etree_11TreeBuilder_4data’:
  718.     src/lxml/lxml.etree.c:97799:74: warning: passing argument 1 of ‘__pyx_f_4lxml_5etree_11TreeBuilder__handleSaxData’ from incompatible pointer type [enabled by default]
  719.     src/lxml/lxml.etree.c:97400:12: note: expected ‘struct __pyx_obj_4lxml_5etree_TreeBuilder *’ but argument is of type ‘struct __pyx_obj_4lxml_5etree__SaxParserTarget *
  720.     src/lxml/lxml.etree.c: In function ‘__pyx_pf_4lxml_5etree_11TreeBuilder_6start’:
  721.     src/lxml/lxml.etree.c:97936:75: warning: passing argument 1 of ‘__pyx_f_4lxml_5etree_11TreeBuilder__handleSaxStart’ from incompatible pointer type [enabled by default]
  722.     src/lxml/lxml.etree.c:97100:18: note: expected ‘struct __pyx_obj_4lxml_5etree_TreeBuilder *’ but argument is of type ‘struct __pyx_obj_4lxml_5etree__SaxParserTarget *
  723.     src/lxml/lxml.etree.c: In function ‘__pyx_pf_4lxml_5etree_11TreeBuilder_8end’:
  724.     src/lxml/lxml.etree.c:97994:73: warning: passing argument 1 of ‘__pyx_f_4lxml_5etree_11TreeBuilder__handleSaxEnd’ from incompatible pointer type [enabled by default]
  725.     src/lxml/lxml.etree.c:97324:18: note: expected ‘struct __pyx_obj_4lxml_5etree_TreeBuilder *’ but argument is of type ‘struct __pyx_obj_4lxml_5etree__SaxParserTarget *
  726.     src/lxml/lxml.etree.c: In function ‘__pyx_pf_4lxml_5etree_11TreeBuilder_10pi’:
  727.     src/lxml/lxml.etree.c:98152:72: warning: passing argument 1 of ‘__pyx_f_4lxml_5etree_11TreeBuilder__handleSaxPi’ from incompatible pointer type [enabled by default]
  728.     src/lxml/lxml.etree.c:97440:18: note: expected ‘struct __pyx_obj_4lxml_5etree_TreeBuilder *’ but argument is of type ‘struct __pyx_obj_4lxml_5etree__SaxParserTarget *
  729.     src/lxml/lxml.etree.c: In function ‘__pyx_pf_4lxml_5etree_11TreeBuilder_12comment’:
  730.     src/lxml/lxml.etree.c:98205:77: warning: passing argument 1 of ‘__pyx_f_4lxml_5etree_11TreeBuilder__handleSaxComment’ from incompatible pointer type [enabled by default]
  731.     src/lxml/lxml.etree.c:97566:18: note: expected ‘struct __pyx_obj_4lxml_5etree_TreeBuilder *’ but argument is of type ‘struct __pyx_obj_4lxml_5etree__SaxParserTarget *
  732.     src/lxml/lxml.etree.c: In function ‘__pyx_f_4lxml_5etree__xslt_resolve_from_python’:
  733.     src/lxml/lxml.etree.c:136086:9: warning: enumeration value ‘__pyx_e_4lxml_5etree_PARSER_DATA_INVALID’ not handled in switch [-Wswitch]
  734.     src/lxml/lxml.etree.c: In function ‘__pyx_pf_4lxml_5etree_4XSLT_18__call__’:
  735.     src/lxml/lxml.etree.c:140160:81: warning: passing argument 1 of ‘__pyx_f_4lxml_5etree_12_XSLTContext__copy’ from incompatible pointer type [enabled by default]
  736.     src/lxml/lxml.etree.c:138095:52: note: expected ‘struct __pyx_obj_4lxml_5etree__XSLTContext *’ but argument is of type ‘struct __pyx_obj_4lxml_5etree__BaseContext *
  737.     src/lxml/lxml.etree.c: In function ‘__pyx_f_4lxml_5etree__copyXSLT’:
  738.     src/lxml/lxml.etree.c:141558:79: warning: passing argument 1 of ‘__pyx_f_4lxml_5etree_12_XSLTContext__copy’ from incompatible pointer type [enabled by default]
  739.     src/lxml/lxml.etree.c:138095:52: note: expected ‘struct __pyx_obj_4lxml_5etree__XSLTContext *’ but argument is of type ‘struct __pyx_obj_4lxml_5etree__BaseContext *
  740.     src/lxml/lxml.etree.c: At top level:
  741.     src/lxml/lxml.etree.c:12770:13: warning: ‘__pyx_f_4lxml_5etree_displayNode’ defined but not used [-Wunused-function]
  742.     gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-i686-2.7/src/lxml/lxml.etree.o -lxslt -lexslt -lxml2 -lz -lm -o build/lib.linux-i686-2.7/lxml/etree.so
  743.     building 'lxml.objectify' extension
  744.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/libxml2 -I/var/www/tribus/virtualenv/build/lxml/src/lxml/includes -I/usr/include/python2.7 -c src/lxml/lxml.objectify.c -o build/temp.linux-i686-2.7/src/lxml/lxml.objectify.o
  745.     src/lxml/lxml.objectify.c:947:18: warning: ‘__Pyx_PyObject_CallMethodTuple’ defined but not used [-Wunused-function]
  746.     gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-i686-2.7/src/lxml/lxml.objectify.o -lxslt -lexslt -lxml2 -lz -lm -o build/lib.linux-i686-2.7/lxml/objectify.so
  747.    
  748.     warning: no files found matching '*.txt' under directory 'src/lxml/tests'
  749.   Running setup.py install for defusedxml
  750.    
  751.   Running setup.py install for PyYAML
  752.     checking if libyaml is compilable
  753.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c build/temp.linux-i686-2.7/check_libyaml.c -o build/temp.linux-i686-2.7/check_libyaml.o
  754.     build/temp.linux-i686-2.7/check_libyaml.c:2:18: fatal error: yaml.h: No existe el fichero o el directorio
  755.     compilation terminated.
  756.    
  757.     libyaml is not found or a compiler error: forcing --without-libyaml
  758.     (if libyaml is installed correctly, you may need to
  759.      specify the option --include-dirs or uncomment and
  760.      modify the parameter include_dirs in setup.cfg)
  761.    
  762.   Running setup.py install for biplist
  763.    
  764.   Running setup.py install for python-mimeparse
  765.    
  766.   Running setup.py install for pymongo
  767.     building 'bson._cbson' extension
  768.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ibson -I/usr/include/python2.7 -c bson/_cbsonmodule.c -o build/temp.linux-i686-2.7/bson/_cbsonmodule.o
  769.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ibson -I/usr/include/python2.7 -c bson/time64.c -o build/temp.linux-i686-2.7/bson/time64.o
  770.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ibson -I/usr/include/python2.7 -c bson/buffer.c -o build/temp.linux-i686-2.7/bson/buffer.o
  771.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ibson -I/usr/include/python2.7 -c bson/encoding_helpers.c -o build/temp.linux-i686-2.7/bson/encoding_helpers.o
  772.     gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-i686-2.7/bson/_cbsonmodule.o build/temp.linux-i686-2.7/bson/time64.o build/temp.linux-i686-2.7/bson/buffer.o build/temp.linux-i686-2.7/bson/encoding_helpers.o -o build/lib.linux-i686-2.7/bson/_cbson.so
  773.     building 'pymongo._cmessage' extension
  774.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ibson -I/usr/include/python2.7 -c pymongo/_cmessagemodule.c -o build/temp.linux-i686-2.7/pymongo/_cmessagemodule.o
  775.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ibson -I/usr/include/python2.7 -c bson/buffer.c -o build/temp.linux-i686-2.7/bson/buffer.o
  776.     gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-i686-2.7/pymongo/_cmessagemodule.o build/temp.linux-i686-2.7/bson/buffer.o -o build/lib.linux-i686-2.7/pymongo/_cmessage.so
  777.    
  778.   Running setup.py install for zope.interface
  779.    
  780.     warning: no previously-included files matching '*.dll' found anywhere in distribution
  781.     warning: no previously-included files matching '*.pyc' found anywhere in distribution
  782.     warning: no previously-included files matching '*.pyo' found anywhere in distribution
  783.     warning: no previously-included files matching '*.so' found anywhere in distribution
  784.     building 'zope.interface._zope_interface_coptimizations' extension
  785.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c src/zope/interface/_zope_interface_coptimizations.c -o build/temp.linux-i686-2.7/src/zope/interface/_zope_interface_coptimizations.o
  786.     gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-i686-2.7/src/zope/interface/_zope_interface_coptimizations.o -o build/lib.linux-i686-2.7/zope/interface/_zope_interface_coptimizations.so
  787.     Skipping installation of /var/www/tribus/virtualenv/lib/python2.7/site-packages/zope/__init__.py (namespace package)
  788.     Installing /var/www/tribus/virtualenv/lib/python2.7/site-packages/zope.interface-4.0.5-py2.7-nspkg.pth
  789.   Running setup.py install for markupsafe
  790.    
  791.     building 'markupsafe._speedups' extension
  792.     gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c markupsafe/_speedups.c -o build/temp.linux-i686-2.7/markupsafe/_speedups.o
  793.     gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-i686-2.7/markupsafe/_speedups.o -o build/lib.linux-i686-2.7/markupsafe/_speedups.so
  794.   Running setup.py install for decorator
  795.    
  796.     warning: no previously-included files found matching 'Makefile'
  797.   Running setup.py install for Tempita
  798.    
  799.   Running setup.py install for anyjson
  800.    
  801.   Running setup.py install for amqp
  802.    
  803.   Running setup.py install for six
  804.    
  805. Successfully installed buildbot buildbot-slave django-static django-tastypie cssmin slimit docutils sphinx babel django South celery celery-with-redis django-celery django-redis hiredis oauth2 psycopg2 python-debian python-ldap python-openid redis chardet webdriverwrapper django-ldapdb django-auth-ldap django-social-auth mimeparse django-haystack celery-haystack django-tastypie-mongoengine mongoengine mongodbforms xapian-haystack twisted Jinja2 sqlalchemy sqlalchemy-migrate python-dateutil ply Pygments pytz billiard kombu httplib2 selenium django-appconf django-celery-transactions lxml defusedxml PyYAML biplist python-mimeparse pymongo zope.interface markupsafe decorator Tempita anyjson amqp six
  806. Cleaning up...
  807. [localhost] local: . /var/www/tribus/virtualenv/bin/activate; python manage.py syncdb --noinput
  808. Traceback (most recent call last):
  809.   File "manage.py", line 40, in <module>
  810.     execute_from_command_line(sys.argv)
  811.   File "/var/www/tribus/virtualenv/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 453, in execute_from_command_line
  812.     utility.execute()
  813.   File "/var/www/tribus/virtualenv/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  814.     self.fetch_command(subcommand).run_from_argv(self.argv)
  815.   File "/var/www/tribus/virtualenv/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 272, in fetch_command
  816.     klass = load_command_class(app_name, subcommand)
  817.   File "/var/www/tribus/virtualenv/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 77, in load_command_class
  818.     module = import_module('%s.management.commands.%s' % (app_name, name))
  819.   File "/var/www/tribus/virtualenv/local/lib/python2.7/site-packages/django/utils/importlib.py", line 35, in import_module
  820.     __import__(name)
  821.   File "/var/www/tribus/virtualenv/local/lib/python2.7/site-packages/south/management/commands/__init__.py", line 10, in <module>
  822.     import django.template.loaders.app_directories
  823.   File "/var/www/tribus/virtualenv/local/lib/python2.7/site-packages/django/template/loaders/app_directories.py", line 25, in <module>
  824.     raise ImproperlyConfigured('ImportError %s: %s' % (app, e.args[0]))
  825. django.core.exceptions.ImproperlyConfigured: ImportError django_gravatar: No module named django_gravatar
  826.  
  827. Fatal error: local() encountered an error (return code 1) while executing '. /var/www/tribus/virtualenv/bin/activate; python manage.py syncdb --noinput'
  828.  
  829. Aborting.
  830. make: *** [environment] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement