shinken-solutions / shinken

Flexible and scalable monitoring framework
http://www.shinken-monitoring.org
GNU Affero General Public License v3.0
1.13k stars 338 forks source link

pip install shinken: error: /etc/default/shinken: No such file or directory #1226

Closed quantonganh closed 10 years ago

quantonganh commented 10 years ago
------------------------------------------------------------
/usr/local/shinken/bin/pip run on Fri Jun 20 09:22:01 2014
Downloading/unpacking shinken
  Getting page https://pypi.python.org/simple/shinken/
  URLs to search for versions for shinken:
  * https://pypi.python.org/simple/shinken/
  Analyzing links from page https://pypi.python.org/simple/Shinken/
    Found link https://pypi.python.org/packages/source/S/Shinken/Shinken-2.0.1.tar.gz#md5=5670b870accf0153e3bf5f476ad2f7f5 (from https://pypi.python.org/simple/Shinken/), version: 2.0.1
    Found link https://pypi.python.org/packages/source/S/Shinken/Shinken-2.0.2.tar.gz#md5=8f0920d5d3834542763c47468464e900 (from https://pypi.python.org/simple/Shinken/), version: 2.0.2
    Found link https://pypi.python.org/packages/source/S/Shinken/Shinken-2.0.3.tar.gz#md5=0350cc0fbeba6405d88e5fbce3580a91 (from https://pypi.python.org/simple/Shinken/), version: 2.0.3
    Found link https://pypi.python.org/packages/source/S/Shinken/Shinken-2.0.tar.gz#md5=9f36c39f47008e0047f4a3902f536819 (from https://pypi.python.org/simple/Shinken/), version: 2.0
  Using version 2.0.3 (newest of versions: 2.0.3, 2.0.2, 2.0.1, 2.0)
  Downloading from URL https://pypi.python.org/packages/source/S/Shinken/Shinken-2.0.3.tar.gz#md5=0350cc0fbeba6405d88e5fbce3580a91 (from https://pypi.python.org/simple/Shinken/)
  Running setup.py (path:/usr/local/shinken/build/shinken/setup.py) egg_info for package shinken
    Parser error no such option: --egg-base
    ('updating path in %s', 'build/shinken.cfg')
    running egg_info
    creating pip-egg-info/Shinken.egg-info
    writing requirements to pip-egg-info/Shinken.egg-info/requires.txt
    writing pip-egg-info/Shinken.egg-info/PKG-INFO
    writing top-level names to pip-egg-info/Shinken.egg-info/top_level.txt
    writing dependency_links to pip-egg-info/Shinken.egg-info/dependency_links.txt
    writing manifest file 'pip-egg-info/Shinken.egg-info/SOURCES.txt'
    warning: manifest_maker: standard file '-c' not found

    reading manifest file 'pip-egg-info/Shinken.egg-info/SOURCES.txt'
    reading manifest template 'MANIFEST.in'
    warning: no files found matching '.reg' under directory 'windows'
    warning: no files found matching 'test'
    warning: no files found matching '*.txt'
    warning: no previously-included files matching '.git' found anywhere in distribution
    warning: no previously-included files matching '*.pyc' found anywhere in distribution
    warning: no previously-included files matching '*.pyo' found anywhere in distribution
    warning: no previously-included files matching '.debug' found anywhere in distribution
    warning: no previously-included files matching '.pid' found anywhere in distribution
    warning: no previously-included files matching '.exe' found anywhere in distribution
    warning: no previously-included files matching '*~' found anywhere in distribution
    writing manifest file 'pip-egg-info/Shinken.egg-info/SOURCES.txt'
    Notice: for better performances for the daemons communication, you should install the python-cherrypy3 lib
    Shinken setup done
  Source in /usr/local/shinken/build/shinken has version 2.0.3, which satisfies requirement shinken
  skipping extra setproctitle
Installing collected packages: shinken
  Running setup.py install for shinken
    Running command /usr/local/shinken/bin/python -c "import setuptools, tokenize;__file__='/usr/local/shinken/build/shinken/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-CTCbhx-record/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/shinken/include/site/python2.7
    Parser error no such option: --compile
    ('updating path in %s', 'build/shinken.cfg')
    running install
    running build
    running build_py
    creating build/lib.linux-x86_64-2.7
    creating build/lib.linux-x86_64-2.7/shinken
    copying shinken/easter.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/macroresolver.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/daemon.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/trigger_functions.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/db_mysql.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/singleton.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/db.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/db_sqlite.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/borg.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/receiverlink.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/satellitelink.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/http_daemon.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/modulesmanager.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/worker.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/modulesctx.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/comment.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/dependencynode.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/dispatcher.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/http_client.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/pollerlink.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/autoslots.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/scheduler.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/arbiterlink.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/db_oracle.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/check.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/acknowledge.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/bin.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/util.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/graph.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/downtime.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/__init__.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/log.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/memoized.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/property.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/eventhandler.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/commandcall.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/sorteddict.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/external_command.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/reactionnerlink.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/contactdowntime.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/load.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/message.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/action.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/satellite.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/complexexpression.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/brokerlink.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/notification.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/brok.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/daterange.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/basemodule.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/schedulerlink.py -> build/lib.linux-x86_64-2.7/shinken
    creating build/lib.linux-x86_64-2.7/modules
    copying modules/__init__.py -> build/lib.linux-x86_64-2.7/modules
    creating build/lib.linux-x86_64-2.7/shinken/webui
    copying shinken/webui/bottlewebui.py -> build/lib.linux-x86_64-2.7/shinken/webui
    copying shinken/webui/bottlecore.py -> build/lib.linux-x86_64-2.7/shinken/webui
    copying shinken/webui/__init__.py -> build/lib.linux-x86_64-2.7/shinken/webui
    creating build/lib.linux-x86_64-2.7/shinken/daemons
    copying shinken/daemons/reactionnerdaemon.py -> build/lib.linux-x86_64-2.7/shinken/daemons
    copying shinken/daemons/pollerdaemon.py -> build/lib.linux-x86_64-2.7/shinken/daemons
    copying shinken/daemons/schedulerdaemon.py -> build/lib.linux-x86_64-2.7/shinken/daemons
    copying shinken/daemons/arbiterdaemon.py -> build/lib.linux-x86_64-2.7/shinken/daemons
    copying shinken/daemons/__init__.py -> build/lib.linux-x86_64-2.7/shinken/daemons
    copying shinken/daemons/brokerdaemon.py -> build/lib.linux-x86_64-2.7/shinken/daemons
    copying shinken/daemons/receiverdaemon.py -> build/lib.linux-x86_64-2.7/shinken/daemons
    creating build/lib.linux-x86_64-2.7/shinken/discovery
    copying shinken/discovery/__init__.py -> build/lib.linux-x86_64-2.7/shinken/discovery
    copying shinken/discovery/discoverymanager.py -> build/lib.linux-x86_64-2.7/shinken/discovery
    creating build/lib.linux-x86_64-2.7/shinken/clients
    copying shinken/clients/livestatus.py -> build/lib.linux-x86_64-2.7/shinken/clients
    copying shinken/clients/LSB.py -> build/lib.linux-x86_64-2.7/shinken/clients
    copying shinken/clients/__init__.py -> build/lib.linux-x86_64-2.7/shinken/clients
    creating build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/macromodulation.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/matchingitem.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/discoveryrule.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/module.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/timeperiod.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/hostextinfo.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/escalation.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/host.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/hostescalation.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/hostgroup.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/serviceextinfo.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/contactgroup.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/itemgroup.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/businessimpactmodulation.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/realm.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/hostdependency.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/notificationway.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/config.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/checkmodulation.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/servicegroup.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/trigger.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/__init__.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/contact.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/schedulingitem.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/item.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/resultmodulation.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/pack.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/discoveryrun.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/serviceescalation.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/servicedependency.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/command.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/service.py -> build/lib.linux-x86_64-2.7/shinken/objects
    creating build/lib.linux-x86_64-2.7/shinken/misc
    copying shinken/misc/filter.py -> build/lib.linux-x86_64-2.7/shinken/misc
    copying shinken/misc/regenerator.py -> build/lib.linux-x86_64-2.7/shinken/misc
    copying shinken/misc/datamanager.py -> build/lib.linux-x86_64-2.7/shinken/misc
    copying shinken/misc/perfdata.py -> build/lib.linux-x86_64-2.7/shinken/misc
    copying shinken/misc/termcolor.py -> build/lib.linux-x86_64-2.7/shinken/misc
    copying shinken/misc/sorter.py -> build/lib.linux-x86_64-2.7/shinken/misc
    copying shinken/misc/__init__.py -> build/lib.linux-x86_64-2.7/shinken/misc
    copying shinken/misc/md5crypt.py -> build/lib.linux-x86_64-2.7/shinken/misc
    creating build/lib.linux-x86_64-2.7/modules/dummy_broker
    copying modules/dummy_broker/module.py -> build/lib.linux-x86_64-2.7/modules/dummy_broker
    copying modules/dummy_broker/__init__.py -> build/lib.linux-x86_64-2.7/modules/dummy_broker
    creating build/lib.linux-x86_64-2.7/modules/dummy_poller
    copying modules/dummy_poller/module.py -> build/lib.linux-x86_64-2.7/modules/dummy_poller
    copying modules/dummy_poller/__init__.py -> build/lib.linux-x86_64-2.7/modules/dummy_poller
    creating build/lib.linux-x86_64-2.7/modules/dummy_broker_external
    copying modules/dummy_broker_external/module.py -> build/lib.linux-x86_64-2.7/modules/dummy_broker_external
    copying modules/dummy_broker_external/__init__.py -> build/lib.linux-x86_64-2.7/modules/dummy_broker_external
    creating build/lib.linux-x86_64-2.7/modules/dummy_scheduler
    copying modules/dummy_scheduler/module.py -> build/lib.linux-x86_64-2.7/modules/dummy_scheduler
    copying modules/dummy_scheduler/__init__.py -> build/lib.linux-x86_64-2.7/modules/dummy_scheduler
    creating build/lib.linux-x86_64-2.7/modules/dummy_arbiter
    copying modules/dummy_arbiter/module.py -> build/lib.linux-x86_64-2.7/modules/dummy_arbiter
    copying modules/dummy_arbiter/__init__.py -> build/lib.linux-x86_64-2.7/modules/dummy_arbiter
    running install_lib
    creating /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/easter.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/macroresolver.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/daemon.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/trigger_functions.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/db_mysql.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/singleton.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/db.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/db_sqlite.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/borg.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/receiverlink.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/satellitelink.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/http_daemon.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/modulesmanager.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/worker.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/modulesctx.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/comment.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/dependencynode.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/dispatcher.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/http_client.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/pollerlink.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/autoslots.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/scheduler.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/arbiterlink.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/db_oracle.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/check.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/acknowledge.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/bin.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/util.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/graph.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/downtime.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/__init__.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/log.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/memoized.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/property.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/eventhandler.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/commandcall.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/sorteddict.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/external_command.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/reactionnerlink.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/contactdowntime.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/load.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    creating /usr/local/shinken/lib/python2.7/site-packages/shinken/webui
    copying build/lib.linux-x86_64-2.7/shinken/webui/bottlewebui.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/webui
    copying build/lib.linux-x86_64-2.7/shinken/webui/bottlecore.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/webui
    copying build/lib.linux-x86_64-2.7/shinken/webui/__init__.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/webui
    creating /usr/local/shinken/lib/python2.7/site-packages/shinken/daemons
    copying build/lib.linux-x86_64-2.7/shinken/daemons/reactionnerdaemon.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/daemons
    copying build/lib.linux-x86_64-2.7/shinken/daemons/pollerdaemon.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/daemons
    copying build/lib.linux-x86_64-2.7/shinken/daemons/schedulerdaemon.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/daemons
    copying build/lib.linux-x86_64-2.7/shinken/daemons/arbiterdaemon.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/daemons
    copying build/lib.linux-x86_64-2.7/shinken/daemons/__init__.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/daemons
    copying build/lib.linux-x86_64-2.7/shinken/daemons/brokerdaemon.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/daemons
    copying build/lib.linux-x86_64-2.7/shinken/daemons/receiverdaemon.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/daemons
    copying build/lib.linux-x86_64-2.7/shinken/message.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/action.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/satellite.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    creating /usr/local/shinken/lib/python2.7/site-packages/shinken/discovery
    copying build/lib.linux-x86_64-2.7/shinken/discovery/__init__.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/discovery
    copying build/lib.linux-x86_64-2.7/shinken/discovery/discoverymanager.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/discovery
    copying build/lib.linux-x86_64-2.7/shinken/complexexpression.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    creating /usr/local/shinken/lib/python2.7/site-packages/shinken/clients
    copying build/lib.linux-x86_64-2.7/shinken/clients/livestatus.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/clients
    copying build/lib.linux-x86_64-2.7/shinken/clients/LSB.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/clients
    copying build/lib.linux-x86_64-2.7/shinken/clients/__init__.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/clients
    copying build/lib.linux-x86_64-2.7/shinken/brokerlink.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/notification.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    creating /usr/local/shinken/lib/python2.7/site-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/macromodulation.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/matchingitem.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/discoveryrule.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/module.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/timeperiod.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/hostextinfo.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/escalation.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/host.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/hostescalation.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/hostgroup.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/serviceextinfo.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/contactgroup.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/itemgroup.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/businessimpactmodulation.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/realm.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/hostdependency.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/notificationway.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/config.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/checkmodulation.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/servicegroup.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/trigger.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/__init__.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/contact.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/schedulingitem.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/item.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/resultmodulation.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/pack.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/discoveryrun.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/serviceescalation.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/servicedependency.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/command.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/service.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/brok.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    creating /usr/local/shinken/lib/python2.7/site-packages/shinken/misc
    copying build/lib.linux-x86_64-2.7/shinken/misc/filter.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/misc
    copying build/lib.linux-x86_64-2.7/shinken/misc/regenerator.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/misc
    copying build/lib.linux-x86_64-2.7/shinken/misc/datamanager.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/misc
    copying build/lib.linux-x86_64-2.7/shinken/misc/perfdata.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/misc
    copying build/lib.linux-x86_64-2.7/shinken/misc/termcolor.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/misc
    copying build/lib.linux-x86_64-2.7/shinken/misc/sorter.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/misc
    copying build/lib.linux-x86_64-2.7/shinken/misc/__init__.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/misc
    copying build/lib.linux-x86_64-2.7/shinken/misc/md5crypt.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/misc
    copying build/lib.linux-x86_64-2.7/shinken/daterange.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/basemodule.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/schedulerlink.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken
    copying build/lib.linux-x86_64-2.7/modules/dummy_broker/module.py -> /usr/local/shinken/lib/python2.7/site-packages/modules/dummy_broker
    copying build/lib.linux-x86_64-2.7/modules/dummy_broker/__init__.py -> /usr/local/shinken/lib/python2.7/site-packages/modules/dummy_broker
    copying build/lib.linux-x86_64-2.7/modules/dummy_poller/module.py -> /usr/local/shinken/lib/python2.7/site-packages/modules/dummy_poller
    copying build/lib.linux-x86_64-2.7/modules/dummy_poller/__init__.py -> /usr/local/shinken/lib/python2.7/site-packages/modules/dummy_poller
    copying build/lib.linux-x86_64-2.7/modules/dummy_broker_external/module.py -> /usr/local/shinken/lib/python2.7/site-packages/modules/dummy_broker_external
    copying build/lib.linux-x86_64-2.7/modules/dummy_broker_external/__init__.py -> /usr/local/shinken/lib/python2.7/site-packages/modules/dummy_broker_external
    copying build/lib.linux-x86_64-2.7/modules/__init__.py -> /usr/local/shinken/lib/python2.7/site-packages/modules
    copying build/lib.linux-x86_64-2.7/modules/dummy_scheduler/module.py -> /usr/local/shinken/lib/python2.7/site-packages/modules/dummy_scheduler
    copying build/lib.linux-x86_64-2.7/modules/dummy_scheduler/__init__.py -> /usr/local/shinken/lib/python2.7/site-packages/modules/dummy_scheduler
    copying build/lib.linux-x86_64-2.7/modules/dummy_arbiter/module.py -> /usr/local/shinken/lib/python2.7/site-packages/modules/dummy_arbiter
    copying build/lib.linux-x86_64-2.7/modules/dummy_arbiter/__init__.py -> /usr/local/shinken/lib/python2.7/site-packages/modules/dummy_arbiter
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/easter.py to easter.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/macroresolver.py to macroresolver.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/daemon.py to daemon.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/trigger_functions.py to trigger_functions.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/db_mysql.py to db_mysql.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/singleton.py to singleton.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/db.py to db.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/db_sqlite.py to db_sqlite.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/borg.py to borg.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/receiverlink.py to receiverlink.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/satellitelink.py to satellitelink.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/http_daemon.py to http_daemon.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/modulesmanager.py to modulesmanager.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/worker.py to worker.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/modulesctx.py to modulesctx.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/comment.py to comment.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/dependencynode.py to dependencynode.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/dispatcher.py to dispatcher.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/http_client.py to http_client.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/pollerlink.py to pollerlink.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/autoslots.py to autoslots.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/scheduler.py to scheduler.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/arbiterlink.py to arbiterlink.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/db_oracle.py to db_oracle.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/check.py to check.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/acknowledge.py to acknowledge.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/bin.py to bin.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/util.py to util.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/graph.py to graph.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/downtime.py to downtime.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/__init__.py to __init__.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/log.py to log.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/memoized.py to memoized.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/property.py to property.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/eventhandler.py to eventhandler.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/commandcall.py to commandcall.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/sorteddict.py to sorteddict.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/external_command.py to external_command.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/reactionnerlink.py to reactionnerlink.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/contactdowntime.py to contactdowntime.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/load.py to load.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/webui/bottlewebui.py to bottlewebui.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/webui/bottlecore.py to bottlecore.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/webui/__init__.py to __init__.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/daemons/reactionnerdaemon.py to reactionnerdaemon.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/daemons/pollerdaemon.py to pollerdaemon.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/daemons/schedulerdaemon.py to schedulerdaemon.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/daemons/arbiterdaemon.py to arbiterdaemon.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/daemons/__init__.py to __init__.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/daemons/brokerdaemon.py to brokerdaemon.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/daemons/receiverdaemon.py to receiverdaemon.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/message.py to message.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/action.py to action.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/satellite.py to satellite.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/discovery/__init__.py to __init__.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/discovery/discoverymanager.py to discoverymanager.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/complexexpression.py to complexexpression.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/clients/livestatus.py to livestatus.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/clients/LSB.py to LSB.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/clients/__init__.py to __init__.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/brokerlink.py to brokerlink.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/notification.py to notification.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/macromodulation.py to macromodulation.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/matchingitem.py to matchingitem.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/discoveryrule.py to discoveryrule.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/module.py to module.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/timeperiod.py to timeperiod.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/hostextinfo.py to hostextinfo.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/escalation.py to escalation.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/host.py to host.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/hostescalation.py to hostescalation.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/hostgroup.py to hostgroup.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/serviceextinfo.py to serviceextinfo.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/contactgroup.py to contactgroup.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/itemgroup.py to itemgroup.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/businessimpactmodulation.py to businessimpactmodulation.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/realm.py to realm.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/hostdependency.py to hostdependency.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/notificationway.py to notificationway.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/config.py to config.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/checkmodulation.py to checkmodulation.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/servicegroup.py to servicegroup.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/trigger.py to trigger.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/__init__.py to __init__.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/contact.py to contact.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/schedulingitem.py to schedulingitem.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/item.py to item.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/resultmodulation.py to resultmodulation.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/pack.py to pack.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/discoveryrun.py to discoveryrun.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/serviceescalation.py to serviceescalation.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/servicedependency.py to servicedependency.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/command.py to command.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/service.py to service.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/brok.py to brok.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/misc/filter.py to filter.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/misc/regenerator.py to regenerator.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/misc/datamanager.py to datamanager.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/misc/perfdata.py to perfdata.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/misc/termcolor.py to termcolor.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/misc/sorter.py to sorter.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/misc/__init__.py to __init__.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/misc/md5crypt.py to md5crypt.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/daterange.py to daterange.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/basemodule.py to basemodule.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/schedulerlink.py to schedulerlink.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/modules/dummy_broker/module.py to module.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/modules/dummy_broker/__init__.py to __init__.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/modules/dummy_poller/module.py to module.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/modules/dummy_poller/__init__.py to __init__.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/modules/dummy_broker_external/module.py to module.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/modules/dummy_broker_external/__init__.py to __init__.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/modules/__init__.py to __init__.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/modules/dummy_scheduler/module.py to module.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/modules/dummy_scheduler/__init__.py to __init__.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/modules/dummy_arbiter/module.py to module.pyc
    byte-compiling /usr/local/shinken/lib/python2.7/site-packages/modules/dummy_arbiter/__init__.py to __init__.pyc
    running install_data
    copying bin/init.d/shinken -> /etc/init.d
    copying bin/init.d/shinken-arbiter -> /etc/init.d
    copying bin/init.d/shinken-broker -> /etc/init.d
    copying bin/init.d/shinken-receiver -> /etc/init.d
    copying bin/init.d/shinken-poller -> /etc/init.d
    copying bin/init.d/shinken-reactionner -> /etc/init.d
    copying bin/init.d/shinken-scheduler -> /etc/init.d
    copying build/bin/default/shinken -> /etc/default
    error: /etc/default/shinken: No such file or directory
    Complete output from command /usr/local/shinken/bin/python -c "import setuptools, tokenize;__file__='/usr/local/shinken/build/shinken/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-CTCbhx-record/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/shinken/include/site/python2.7:
    Parser error no such option: --compile

('updating path in %s', 'build/shinken.cfg')

running install

running build

running build_py

creating build/lib.linux-x86_64-2.7

creating build/lib.linux-x86_64-2.7/shinken

copying shinken/easter.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/macroresolver.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/daemon.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/trigger_functions.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/db_mysql.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/singleton.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/db.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/db_sqlite.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/borg.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/receiverlink.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/satellitelink.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/http_daemon.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/modulesmanager.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/worker.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/modulesctx.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/comment.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/dependencynode.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/dispatcher.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/http_client.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/pollerlink.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/autoslots.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/scheduler.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/arbiterlink.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/db_oracle.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/check.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/acknowledge.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/bin.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/util.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/graph.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/downtime.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/__init__.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/log.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/memoized.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/property.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/eventhandler.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/commandcall.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/sorteddict.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/external_command.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/reactionnerlink.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/contactdowntime.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/load.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/message.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/action.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/satellite.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/complexexpression.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/brokerlink.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/notification.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/brok.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/daterange.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/basemodule.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/schedulerlink.py -> build/lib.linux-x86_64-2.7/shinken

creating build/lib.linux-x86_64-2.7/modules

copying modules/__init__.py -> build/lib.linux-x86_64-2.7/modules

creating build/lib.linux-x86_64-2.7/shinken/webui

copying shinken/webui/bottlewebui.py -> build/lib.linux-x86_64-2.7/shinken/webui

copying shinken/webui/bottlecore.py -> build/lib.linux-x86_64-2.7/shinken/webui

copying shinken/webui/__init__.py -> build/lib.linux-x86_64-2.7/shinken/webui

creating build/lib.linux-x86_64-2.7/shinken/daemons

copying shinken/daemons/reactionnerdaemon.py -> build/lib.linux-x86_64-2.7/shinken/daemons

copying shinken/daemons/pollerdaemon.py -> build/lib.linux-x86_64-2.7/shinken/daemons

copying shinken/daemons/schedulerdaemon.py -> build/lib.linux-x86_64-2.7/shinken/daemons

copying shinken/daemons/arbiterdaemon.py -> build/lib.linux-x86_64-2.7/shinken/daemons

copying shinken/daemons/__init__.py -> build/lib.linux-x86_64-2.7/shinken/daemons

copying shinken/daemons/brokerdaemon.py -> build/lib.linux-x86_64-2.7/shinken/daemons

copying shinken/daemons/receiverdaemon.py -> build/lib.linux-x86_64-2.7/shinken/daemons

creating build/lib.linux-x86_64-2.7/shinken/discovery

copying shinken/discovery/__init__.py -> build/lib.linux-x86_64-2.7/shinken/discovery

copying shinken/discovery/discoverymanager.py -> build/lib.linux-x86_64-2.7/shinken/discovery

creating build/lib.linux-x86_64-2.7/shinken/clients

copying shinken/clients/livestatus.py -> build/lib.linux-x86_64-2.7/shinken/clients

copying shinken/clients/LSB.py -> build/lib.linux-x86_64-2.7/shinken/clients

copying shinken/clients/__init__.py -> build/lib.linux-x86_64-2.7/shinken/clients

creating build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/macromodulation.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/matchingitem.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/discoveryrule.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/module.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/timeperiod.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/hostextinfo.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/escalation.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/host.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/hostescalation.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/hostgroup.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/serviceextinfo.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/contactgroup.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/itemgroup.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/businessimpactmodulation.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/realm.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/hostdependency.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/notificationway.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/config.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/checkmodulation.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/servicegroup.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/trigger.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/__init__.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/contact.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/schedulingitem.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/item.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/resultmodulation.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/pack.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/discoveryrun.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/serviceescalation.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/servicedependency.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/command.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/service.py -> build/lib.linux-x86_64-2.7/shinken/objects

creating build/lib.linux-x86_64-2.7/shinken/misc

copying shinken/misc/filter.py -> build/lib.linux-x86_64-2.7/shinken/misc

copying shinken/misc/regenerator.py -> build/lib.linux-x86_64-2.7/shinken/misc

copying shinken/misc/datamanager.py -> build/lib.linux-x86_64-2.7/shinken/misc

copying shinken/misc/perfdata.py -> build/lib.linux-x86_64-2.7/shinken/misc

copying shinken/misc/termcolor.py -> build/lib.linux-x86_64-2.7/shinken/misc

copying shinken/misc/sorter.py -> build/lib.linux-x86_64-2.7/shinken/misc

copying shinken/misc/__init__.py -> build/lib.linux-x86_64-2.7/shinken/misc

copying shinken/misc/md5crypt.py -> build/lib.linux-x86_64-2.7/shinken/misc

creating build/lib.linux-x86_64-2.7/modules/dummy_broker

copying modules/dummy_broker/module.py -> build/lib.linux-x86_64-2.7/modules/dummy_broker

copying modules/dummy_broker/__init__.py -> build/lib.linux-x86_64-2.7/modules/dummy_broker

creating build/lib.linux-x86_64-2.7/modules/dummy_poller

copying modules/dummy_poller/module.py -> build/lib.linux-x86_64-2.7/modules/dummy_poller

copying modules/dummy_poller/__init__.py -> build/lib.linux-x86_64-2.7/modules/dummy_poller

creating build/lib.linux-x86_64-2.7/modules/dummy_broker_external

copying modules/dummy_broker_external/module.py -> build/lib.linux-x86_64-2.7/modules/dummy_broker_external

copying modules/dummy_broker_external/__init__.py -> build/lib.linux-x86_64-2.7/modules/dummy_broker_external

creating build/lib.linux-x86_64-2.7/modules/dummy_scheduler

copying modules/dummy_scheduler/module.py -> build/lib.linux-x86_64-2.7/modules/dummy_scheduler

copying modules/dummy_scheduler/__init__.py -> build/lib.linux-x86_64-2.7/modules/dummy_scheduler

creating build/lib.linux-x86_64-2.7/modules/dummy_arbiter

copying modules/dummy_arbiter/module.py -> build/lib.linux-x86_64-2.7/modules/dummy_arbiter

copying modules/dummy_arbiter/__init__.py -> build/lib.linux-x86_64-2.7/modules/dummy_arbiter

running install_lib

creating /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/easter.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/macroresolver.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/daemon.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/trigger_functions.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/db_mysql.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/singleton.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/db.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/db_sqlite.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/borg.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/receiverlink.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/satellitelink.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/http_daemon.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/modulesmanager.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/worker.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/modulesctx.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/comment.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/dependencynode.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/dispatcher.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/http_client.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/pollerlink.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/autoslots.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/scheduler.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/arbiterlink.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/db_oracle.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/check.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/acknowledge.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/bin.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/util.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/graph.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/downtime.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/__init__.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/log.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/memoized.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/property.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/eventhandler.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/commandcall.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/sorteddict.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/external_command.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/reactionnerlink.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/contactdowntime.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/load.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

creating /usr/local/shinken/lib/python2.7/site-packages/shinken/webui

copying build/lib.linux-x86_64-2.7/shinken/webui/bottlewebui.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/webui

copying build/lib.linux-x86_64-2.7/shinken/webui/bottlecore.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/webui

copying build/lib.linux-x86_64-2.7/shinken/webui/__init__.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/webui

creating /usr/local/shinken/lib/python2.7/site-packages/shinken/daemons

copying build/lib.linux-x86_64-2.7/shinken/daemons/reactionnerdaemon.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/daemons

copying build/lib.linux-x86_64-2.7/shinken/daemons/pollerdaemon.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/daemons

copying build/lib.linux-x86_64-2.7/shinken/daemons/schedulerdaemon.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/daemons

copying build/lib.linux-x86_64-2.7/shinken/daemons/arbiterdaemon.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/daemons

copying build/lib.linux-x86_64-2.7/shinken/daemons/__init__.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/daemons

copying build/lib.linux-x86_64-2.7/shinken/daemons/brokerdaemon.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/daemons

copying build/lib.linux-x86_64-2.7/shinken/daemons/receiverdaemon.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/daemons

copying build/lib.linux-x86_64-2.7/shinken/message.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/action.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/satellite.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

creating /usr/local/shinken/lib/python2.7/site-packages/shinken/discovery

copying build/lib.linux-x86_64-2.7/shinken/discovery/__init__.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/discovery

copying build/lib.linux-x86_64-2.7/shinken/discovery/discoverymanager.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/discovery

copying build/lib.linux-x86_64-2.7/shinken/complexexpression.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

creating /usr/local/shinken/lib/python2.7/site-packages/shinken/clients

copying build/lib.linux-x86_64-2.7/shinken/clients/livestatus.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/clients

copying build/lib.linux-x86_64-2.7/shinken/clients/LSB.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/clients

copying build/lib.linux-x86_64-2.7/shinken/clients/__init__.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/clients

copying build/lib.linux-x86_64-2.7/shinken/brokerlink.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/notification.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

creating /usr/local/shinken/lib/python2.7/site-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/macromodulation.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/matchingitem.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/discoveryrule.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/module.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/timeperiod.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/hostextinfo.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/escalation.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/host.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/hostescalation.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/hostgroup.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/serviceextinfo.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/contactgroup.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/itemgroup.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/businessimpactmodulation.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/realm.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/hostdependency.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/notificationway.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/config.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/checkmodulation.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/servicegroup.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/trigger.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/__init__.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/contact.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/schedulingitem.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/item.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/resultmodulation.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/pack.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/discoveryrun.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/serviceescalation.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/servicedependency.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/command.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/service.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/brok.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

creating /usr/local/shinken/lib/python2.7/site-packages/shinken/misc

copying build/lib.linux-x86_64-2.7/shinken/misc/filter.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/misc

copying build/lib.linux-x86_64-2.7/shinken/misc/regenerator.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/misc

copying build/lib.linux-x86_64-2.7/shinken/misc/datamanager.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/misc

copying build/lib.linux-x86_64-2.7/shinken/misc/perfdata.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/misc

copying build/lib.linux-x86_64-2.7/shinken/misc/termcolor.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/misc

copying build/lib.linux-x86_64-2.7/shinken/misc/sorter.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/misc

copying build/lib.linux-x86_64-2.7/shinken/misc/__init__.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/misc

copying build/lib.linux-x86_64-2.7/shinken/misc/md5crypt.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken/misc

copying build/lib.linux-x86_64-2.7/shinken/daterange.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/basemodule.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/schedulerlink.py -> /usr/local/shinken/lib/python2.7/site-packages/shinken

copying build/lib.linux-x86_64-2.7/modules/dummy_broker/module.py -> /usr/local/shinken/lib/python2.7/site-packages/modules/dummy_broker

copying build/lib.linux-x86_64-2.7/modules/dummy_broker/__init__.py -> /usr/local/shinken/lib/python2.7/site-packages/modules/dummy_broker

copying build/lib.linux-x86_64-2.7/modules/dummy_poller/module.py -> /usr/local/shinken/lib/python2.7/site-packages/modules/dummy_poller

copying build/lib.linux-x86_64-2.7/modules/dummy_poller/__init__.py -> /usr/local/shinken/lib/python2.7/site-packages/modules/dummy_poller

copying build/lib.linux-x86_64-2.7/modules/dummy_broker_external/module.py -> /usr/local/shinken/lib/python2.7/site-packages/modules/dummy_broker_external

copying build/lib.linux-x86_64-2.7/modules/dummy_broker_external/__init__.py -> /usr/local/shinken/lib/python2.7/site-packages/modules/dummy_broker_external

copying build/lib.linux-x86_64-2.7/modules/__init__.py -> /usr/local/shinken/lib/python2.7/site-packages/modules

copying build/lib.linux-x86_64-2.7/modules/dummy_scheduler/module.py -> /usr/local/shinken/lib/python2.7/site-packages/modules/dummy_scheduler

copying build/lib.linux-x86_64-2.7/modules/dummy_scheduler/__init__.py -> /usr/local/shinken/lib/python2.7/site-packages/modules/dummy_scheduler

copying build/lib.linux-x86_64-2.7/modules/dummy_arbiter/module.py -> /usr/local/shinken/lib/python2.7/site-packages/modules/dummy_arbiter

copying build/lib.linux-x86_64-2.7/modules/dummy_arbiter/__init__.py -> /usr/local/shinken/lib/python2.7/site-packages/modules/dummy_arbiter

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/easter.py to easter.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/macroresolver.py to macroresolver.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/daemon.py to daemon.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/trigger_functions.py to trigger_functions.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/db_mysql.py to db_mysql.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/singleton.py to singleton.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/db.py to db.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/db_sqlite.py to db_sqlite.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/borg.py to borg.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/receiverlink.py to receiverlink.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/satellitelink.py to satellitelink.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/http_daemon.py to http_daemon.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/modulesmanager.py to modulesmanager.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/worker.py to worker.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/modulesctx.py to modulesctx.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/comment.py to comment.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/dependencynode.py to dependencynode.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/dispatcher.py to dispatcher.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/http_client.py to http_client.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/pollerlink.py to pollerlink.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/autoslots.py to autoslots.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/scheduler.py to scheduler.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/arbiterlink.py to arbiterlink.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/db_oracle.py to db_oracle.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/check.py to check.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/acknowledge.py to acknowledge.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/bin.py to bin.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/util.py to util.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/graph.py to graph.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/downtime.py to downtime.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/__init__.py to __init__.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/log.py to log.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/memoized.py to memoized.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/property.py to property.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/eventhandler.py to eventhandler.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/commandcall.py to commandcall.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/sorteddict.py to sorteddict.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/external_command.py to external_command.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/reactionnerlink.py to reactionnerlink.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/contactdowntime.py to contactdowntime.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/load.py to load.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/webui/bottlewebui.py to bottlewebui.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/webui/bottlecore.py to bottlecore.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/webui/__init__.py to __init__.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/daemons/reactionnerdaemon.py to reactionnerdaemon.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/daemons/pollerdaemon.py to pollerdaemon.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/daemons/schedulerdaemon.py to schedulerdaemon.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/daemons/arbiterdaemon.py to arbiterdaemon.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/daemons/__init__.py to __init__.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/daemons/brokerdaemon.py to brokerdaemon.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/daemons/receiverdaemon.py to receiverdaemon.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/message.py to message.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/action.py to action.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/satellite.py to satellite.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/discovery/__init__.py to __init__.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/discovery/discoverymanager.py to discoverymanager.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/complexexpression.py to complexexpression.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/clients/livestatus.py to livestatus.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/clients/LSB.py to LSB.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/clients/__init__.py to __init__.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/brokerlink.py to brokerlink.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/notification.py to notification.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/macromodulation.py to macromodulation.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/matchingitem.py to matchingitem.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/discoveryrule.py to discoveryrule.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/module.py to module.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/timeperiod.py to timeperiod.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/hostextinfo.py to hostextinfo.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/escalation.py to escalation.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/host.py to host.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/hostescalation.py to hostescalation.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/hostgroup.py to hostgroup.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/serviceextinfo.py to serviceextinfo.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/contactgroup.py to contactgroup.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/itemgroup.py to itemgroup.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/businessimpactmodulation.py to businessimpactmodulation.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/realm.py to realm.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/hostdependency.py to hostdependency.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/notificationway.py to notificationway.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/config.py to config.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/checkmodulation.py to checkmodulation.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/servicegroup.py to servicegroup.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/trigger.py to trigger.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/__init__.py to __init__.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/contact.py to contact.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/schedulingitem.py to schedulingitem.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/item.py to item.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/resultmodulation.py to resultmodulation.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/pack.py to pack.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/discoveryrun.py to discoveryrun.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/serviceescalation.py to serviceescalation.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/servicedependency.py to servicedependency.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/command.py to command.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/objects/service.py to service.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/brok.py to brok.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/misc/filter.py to filter.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/misc/regenerator.py to regenerator.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/misc/datamanager.py to datamanager.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/misc/perfdata.py to perfdata.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/misc/termcolor.py to termcolor.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/misc/sorter.py to sorter.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/misc/__init__.py to __init__.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/misc/md5crypt.py to md5crypt.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/daterange.py to daterange.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/basemodule.py to basemodule.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/shinken/schedulerlink.py to schedulerlink.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/modules/dummy_broker/module.py to module.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/modules/dummy_broker/__init__.py to __init__.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/modules/dummy_poller/module.py to module.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/modules/dummy_poller/__init__.py to __init__.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/modules/dummy_broker_external/module.py to module.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/modules/dummy_broker_external/__init__.py to __init__.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/modules/__init__.py to __init__.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/modules/dummy_scheduler/module.py to module.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/modules/dummy_scheduler/__init__.py to __init__.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/modules/dummy_arbiter/module.py to module.pyc

byte-compiling /usr/local/shinken/lib/python2.7/site-packages/modules/dummy_arbiter/__init__.py to __init__.pyc

running install_data

copying bin/init.d/shinken -> /etc/init.d

copying bin/init.d/shinken-arbiter -> /etc/init.d

copying bin/init.d/shinken-broker -> /etc/init.d

copying bin/init.d/shinken-receiver -> /etc/init.d

copying bin/init.d/shinken-poller -> /etc/init.d

copying bin/init.d/shinken-reactionner -> /etc/init.d

copying bin/init.d/shinken-scheduler -> /etc/init.d

copying build/bin/default/shinken -> /etc/default

error: /etc/default/shinken: No such file or directory

----------------------------------------
Cleaning up...
  Removing temporary dir /usr/local/shinken/build...
Command /usr/local/shinken/bin/python -c "import setuptools, tokenize;__file__='/usr/local/shinken/build/shinken/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-CTCbhx-record/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/shinken/include/site/python2.7 failed with error code 1 in /usr/local/shinken/build/shinken
Exception information:
Traceback (most recent call last):
  File "/usr/local/shinken/local/lib/python2.7/site-packages/pip/basecommand.py", line 122, in main
    status = self.run(options, args)
  File "/usr/local/shinken/local/lib/python2.7/site-packages/pip/commands/install.py", line 279, in run
    requirement_set.install(install_options, global_options, root=options.root_path)
  File "/usr/local/shinken/local/lib/python2.7/site-packages/pip/req.py", line 1380, in install
    requirement.install(install_options, global_options, *args, **kwargs)
  File "/usr/local/shinken/local/lib/python2.7/site-packages/pip/req.py", line 699, in install
    cwd=self.source_dir, filter_stdout=self._filter_install, show_stdout=False)
  File "/usr/local/shinken/local/lib/python2.7/site-packages/pip/util.py", line 697, in call_subprocess
    % (command_desc, proc.returncode, cwd))
InstallationError: Command /usr/local/shinken/bin/python -c "import setuptools, tokenize;__file__='/usr/local/shinken/build/shinken/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-CTCbhx-record/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/shinken/include/site/python2.7 failed with error code 1 in /usr/local/shinken/build/shinken
naparuba commented 10 years ago

are you trying to rn in a virtual env? If so it won't works, it's not designed for such case.

On Fri, Jun 20, 2014 at 11:27 AM, quantonganh notifications@github.com wrote:

  • Ubuntu 12.04 LTS
  • virtualenv 1.9.1
  • Python 2.7.3

/usr/local/shinken/bin/pip run on Fri Jun 20 08:16:33 2014 Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking https://pypi.python.org/simple/Downloading/unpacking shinken URLs to search for versions for shinken:

quantonganh commented 10 years ago

are you trying to run in a virtual env? If so it won't works, it's not designed for such case.

Yes, but trying to install outside of a virtual env gave me the same error:

------------------------------------------------------------
/usr/local/bin/pip run on Fri Jun 20 14:12:53 2014
Downloading/unpacking shinken
  Getting page https://pypi.python.org/simple/shinken/
  URLs to search for versions for shinken:
  * https://pypi.python.org/simple/shinken/
  Analyzing links from page https://pypi.python.org/simple/Shinken/
    Found link https://pypi.python.org/packages/source/S/Shinken/Shinken-2.0.1.tar.gz#md5=5670b870accf0153e3bf5f476ad2f7f5 (from https://pypi.python.org/simple/Shinken/), version: 2.0.1
    Found link https://pypi.python.org/packages/source/S/Shinken/Shinken-2.0.2.tar.gz#md5=8f0920d5d3834542763c47468464e900 (from https://pypi.python.org/simple/Shinken/), version: 2.0.2
    Found link https://pypi.python.org/packages/source/S/Shinken/Shinken-2.0.3.tar.gz#md5=0350cc0fbeba6405d88e5fbce3580a91 (from https://pypi.python.org/simple/Shinken/), version: 2.0.3
    Found link https://pypi.python.org/packages/source/S/Shinken/Shinken-2.0.tar.gz#md5=9f36c39f47008e0047f4a3902f536819 (from https://pypi.python.org/simple/Shinken/), version: 2.0
  Using version 2.0.3 (newest of versions: 2.0.3, 2.0.2, 2.0.1, 2.0)
  Downloading from URL https://pypi.python.org/packages/source/S/Shinken/Shinken-2.0.3.tar.gz#md5=0350cc0fbeba6405d88e5fbce3580a91 (from https://pypi.python.org/simple/Shinken/)
  Running setup.py (path:/tmp/pip_build_root/shinken/setup.py) egg_info for package shinken
    Parser error no such option: --egg-base
    Previous Shinken lib detected (/usr/local/lib/python2.7/dist-packages/shinken/__init__.pyc)
    running egg_info
    creating pip-egg-info/Shinken.egg-info
    writing requirements to pip-egg-info/Shinken.egg-info/requires.txt
    writing pip-egg-info/Shinken.egg-info/PKG-INFO
    writing top-level names to pip-egg-info/Shinken.egg-info/top_level.txt
    writing dependency_links to pip-egg-info/Shinken.egg-info/dependency_links.txt
    writing manifest file 'pip-egg-info/Shinken.egg-info/SOURCES.txt'
    warning: manifest_maker: standard file '-c' not found

    reading manifest file 'pip-egg-info/Shinken.egg-info/SOURCES.txt'
    reading manifest template 'MANIFEST.in'
    warning: no files found matching '.reg' under directory 'windows'
    warning: no files found matching 'test'
    warning: no files found matching '*.txt'
    warning: no previously-included files matching '.git' found anywhere in distribution
    warning: no previously-included files matching '*.pyc' found anywhere in distribution
    warning: no previously-included files matching '*.pyo' found anywhere in distribution
    warning: no previously-included files matching '.debug' found anywhere in distribution
    warning: no previously-included files matching '.pid' found anywhere in distribution
    warning: no previously-included files matching '.exe' found anywhere in distribution
    warning: no previously-included files matching '*~' found anywhere in distribution
    writing manifest file 'pip-egg-info/Shinken.egg-info/SOURCES.txt'
    Notice: for better performances for the daemons communication, you should install the python-cherrypy3 lib
    Shinken setup done
  Source in /tmp/pip_build_root/shinken has version 2.0.3, which satisfies requirement shinken
  skipping extra setproctitle
Installing collected packages: shinken
  Running setup.py install for shinken
    Running command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/shinken/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-550Qny-record/install-record.txt --single-version-externally-managed --compile
    Parser error no such option: --compile
    Previous Shinken lib detected (/usr/local/lib/python2.7/dist-packages/shinken/__init__.pyc)
    running install
    running build
    running build_py
    creating build/lib.linux-x86_64-2.7
    creating build/lib.linux-x86_64-2.7/shinken
    copying shinken/easter.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/macroresolver.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/daemon.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/trigger_functions.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/db_mysql.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/singleton.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/db.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/db_sqlite.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/borg.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/receiverlink.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/satellitelink.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/http_daemon.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/modulesmanager.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/worker.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/modulesctx.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/comment.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/dependencynode.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/dispatcher.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/http_client.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/pollerlink.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/autoslots.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/scheduler.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/arbiterlink.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/db_oracle.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/check.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/acknowledge.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/bin.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/util.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/graph.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/downtime.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/__init__.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/log.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/memoized.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/property.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/eventhandler.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/commandcall.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/sorteddict.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/external_command.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/reactionnerlink.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/contactdowntime.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/load.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/message.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/action.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/satellite.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/complexexpression.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/brokerlink.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/notification.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/brok.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/daterange.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/basemodule.py -> build/lib.linux-x86_64-2.7/shinken
    copying shinken/schedulerlink.py -> build/lib.linux-x86_64-2.7/shinken
    creating build/lib.linux-x86_64-2.7/modules
    copying modules/__init__.py -> build/lib.linux-x86_64-2.7/modules
    creating build/lib.linux-x86_64-2.7/shinken/webui
    copying shinken/webui/bottlewebui.py -> build/lib.linux-x86_64-2.7/shinken/webui
    copying shinken/webui/bottlecore.py -> build/lib.linux-x86_64-2.7/shinken/webui
    copying shinken/webui/__init__.py -> build/lib.linux-x86_64-2.7/shinken/webui
    creating build/lib.linux-x86_64-2.7/shinken/daemons
    copying shinken/daemons/reactionnerdaemon.py -> build/lib.linux-x86_64-2.7/shinken/daemons
    copying shinken/daemons/pollerdaemon.py -> build/lib.linux-x86_64-2.7/shinken/daemons
    copying shinken/daemons/schedulerdaemon.py -> build/lib.linux-x86_64-2.7/shinken/daemons
    copying shinken/daemons/arbiterdaemon.py -> build/lib.linux-x86_64-2.7/shinken/daemons
    copying shinken/daemons/__init__.py -> build/lib.linux-x86_64-2.7/shinken/daemons
    copying shinken/daemons/brokerdaemon.py -> build/lib.linux-x86_64-2.7/shinken/daemons
    copying shinken/daemons/receiverdaemon.py -> build/lib.linux-x86_64-2.7/shinken/daemons
    creating build/lib.linux-x86_64-2.7/shinken/discovery
    copying shinken/discovery/__init__.py -> build/lib.linux-x86_64-2.7/shinken/discovery
    copying shinken/discovery/discoverymanager.py -> build/lib.linux-x86_64-2.7/shinken/discovery
    creating build/lib.linux-x86_64-2.7/shinken/clients
    copying shinken/clients/livestatus.py -> build/lib.linux-x86_64-2.7/shinken/clients
    copying shinken/clients/LSB.py -> build/lib.linux-x86_64-2.7/shinken/clients
    copying shinken/clients/__init__.py -> build/lib.linux-x86_64-2.7/shinken/clients
    creating build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/macromodulation.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/matchingitem.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/discoveryrule.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/module.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/timeperiod.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/hostextinfo.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/escalation.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/host.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/hostescalation.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/hostgroup.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/serviceextinfo.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/contactgroup.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/itemgroup.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/businessimpactmodulation.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/realm.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/hostdependency.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/notificationway.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/config.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/checkmodulation.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/servicegroup.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/trigger.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/__init__.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/contact.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/schedulingitem.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/item.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/resultmodulation.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/pack.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/discoveryrun.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/serviceescalation.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/servicedependency.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/command.py -> build/lib.linux-x86_64-2.7/shinken/objects
    copying shinken/objects/service.py -> build/lib.linux-x86_64-2.7/shinken/objects
    creating build/lib.linux-x86_64-2.7/shinken/misc
    copying shinken/misc/filter.py -> build/lib.linux-x86_64-2.7/shinken/misc
    copying shinken/misc/regenerator.py -> build/lib.linux-x86_64-2.7/shinken/misc
    copying shinken/misc/datamanager.py -> build/lib.linux-x86_64-2.7/shinken/misc
    copying shinken/misc/perfdata.py -> build/lib.linux-x86_64-2.7/shinken/misc
    copying shinken/misc/termcolor.py -> build/lib.linux-x86_64-2.7/shinken/misc
    copying shinken/misc/sorter.py -> build/lib.linux-x86_64-2.7/shinken/misc
    copying shinken/misc/__init__.py -> build/lib.linux-x86_64-2.7/shinken/misc
    copying shinken/misc/md5crypt.py -> build/lib.linux-x86_64-2.7/shinken/misc
    creating build/lib.linux-x86_64-2.7/modules/dummy_broker
    copying modules/dummy_broker/module.py -> build/lib.linux-x86_64-2.7/modules/dummy_broker
    copying modules/dummy_broker/__init__.py -> build/lib.linux-x86_64-2.7/modules/dummy_broker
    creating build/lib.linux-x86_64-2.7/modules/dummy_poller
    copying modules/dummy_poller/module.py -> build/lib.linux-x86_64-2.7/modules/dummy_poller
    copying modules/dummy_poller/__init__.py -> build/lib.linux-x86_64-2.7/modules/dummy_poller
    creating build/lib.linux-x86_64-2.7/modules/dummy_broker_external
    copying modules/dummy_broker_external/module.py -> build/lib.linux-x86_64-2.7/modules/dummy_broker_external
    copying modules/dummy_broker_external/__init__.py -> build/lib.linux-x86_64-2.7/modules/dummy_broker_external
    creating build/lib.linux-x86_64-2.7/modules/dummy_scheduler
    copying modules/dummy_scheduler/module.py -> build/lib.linux-x86_64-2.7/modules/dummy_scheduler
    copying modules/dummy_scheduler/__init__.py -> build/lib.linux-x86_64-2.7/modules/dummy_scheduler
    creating build/lib.linux-x86_64-2.7/modules/dummy_arbiter
    copying modules/dummy_arbiter/module.py -> build/lib.linux-x86_64-2.7/modules/dummy_arbiter
    copying modules/dummy_arbiter/__init__.py -> build/lib.linux-x86_64-2.7/modules/dummy_arbiter
    running install_lib
    copying build/lib.linux-x86_64-2.7/shinken/easter.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/macroresolver.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/daemon.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/trigger_functions.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/db_mysql.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/singleton.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/db.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/db_sqlite.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/borg.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/receiverlink.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/satellitelink.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/http_daemon.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/modulesmanager.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/worker.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/modulesctx.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/comment.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/dependencynode.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/dispatcher.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/http_client.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/pollerlink.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/autoslots.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/scheduler.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/arbiterlink.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/db_oracle.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/check.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/acknowledge.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/bin.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/util.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/graph.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/downtime.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/__init__.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/log.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/memoized.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/property.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/eventhandler.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/commandcall.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/sorteddict.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/external_command.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/reactionnerlink.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/contactdowntime.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/load.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/webui/bottlewebui.py -> /usr/local/lib/python2.7/dist-packages/shinken/webui
    copying build/lib.linux-x86_64-2.7/shinken/webui/bottlecore.py -> /usr/local/lib/python2.7/dist-packages/shinken/webui
    copying build/lib.linux-x86_64-2.7/shinken/webui/__init__.py -> /usr/local/lib/python2.7/dist-packages/shinken/webui
    copying build/lib.linux-x86_64-2.7/shinken/daemons/reactionnerdaemon.py -> /usr/local/lib/python2.7/dist-packages/shinken/daemons
    copying build/lib.linux-x86_64-2.7/shinken/daemons/pollerdaemon.py -> /usr/local/lib/python2.7/dist-packages/shinken/daemons
    copying build/lib.linux-x86_64-2.7/shinken/daemons/schedulerdaemon.py -> /usr/local/lib/python2.7/dist-packages/shinken/daemons
    copying build/lib.linux-x86_64-2.7/shinken/daemons/arbiterdaemon.py -> /usr/local/lib/python2.7/dist-packages/shinken/daemons
    copying build/lib.linux-x86_64-2.7/shinken/daemons/__init__.py -> /usr/local/lib/python2.7/dist-packages/shinken/daemons
    copying build/lib.linux-x86_64-2.7/shinken/daemons/brokerdaemon.py -> /usr/local/lib/python2.7/dist-packages/shinken/daemons
    copying build/lib.linux-x86_64-2.7/shinken/daemons/receiverdaemon.py -> /usr/local/lib/python2.7/dist-packages/shinken/daemons
    copying build/lib.linux-x86_64-2.7/shinken/message.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/action.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/satellite.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/discovery/__init__.py -> /usr/local/lib/python2.7/dist-packages/shinken/discovery
    copying build/lib.linux-x86_64-2.7/shinken/discovery/discoverymanager.py -> /usr/local/lib/python2.7/dist-packages/shinken/discovery
    copying build/lib.linux-x86_64-2.7/shinken/complexexpression.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/clients/livestatus.py -> /usr/local/lib/python2.7/dist-packages/shinken/clients
    copying build/lib.linux-x86_64-2.7/shinken/clients/LSB.py -> /usr/local/lib/python2.7/dist-packages/shinken/clients
    copying build/lib.linux-x86_64-2.7/shinken/clients/__init__.py -> /usr/local/lib/python2.7/dist-packages/shinken/clients
    copying build/lib.linux-x86_64-2.7/shinken/brokerlink.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/notification.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/objects/macromodulation.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/matchingitem.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/discoveryrule.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/module.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/timeperiod.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/hostextinfo.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/escalation.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/host.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/hostescalation.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/hostgroup.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/serviceextinfo.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/contactgroup.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/itemgroup.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/businessimpactmodulation.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/realm.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/hostdependency.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/notificationway.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/config.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/checkmodulation.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/servicegroup.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/trigger.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/__init__.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/contact.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/schedulingitem.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/item.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/resultmodulation.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/pack.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/discoveryrun.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/serviceescalation.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/servicedependency.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/command.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/objects/service.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects
    copying build/lib.linux-x86_64-2.7/shinken/brok.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/misc/filter.py -> /usr/local/lib/python2.7/dist-packages/shinken/misc
    copying build/lib.linux-x86_64-2.7/shinken/misc/regenerator.py -> /usr/local/lib/python2.7/dist-packages/shinken/misc
    copying build/lib.linux-x86_64-2.7/shinken/misc/datamanager.py -> /usr/local/lib/python2.7/dist-packages/shinken/misc
    copying build/lib.linux-x86_64-2.7/shinken/misc/perfdata.py -> /usr/local/lib/python2.7/dist-packages/shinken/misc
    copying build/lib.linux-x86_64-2.7/shinken/misc/termcolor.py -> /usr/local/lib/python2.7/dist-packages/shinken/misc
    copying build/lib.linux-x86_64-2.7/shinken/misc/sorter.py -> /usr/local/lib/python2.7/dist-packages/shinken/misc
    copying build/lib.linux-x86_64-2.7/shinken/misc/__init__.py -> /usr/local/lib/python2.7/dist-packages/shinken/misc
    copying build/lib.linux-x86_64-2.7/shinken/misc/md5crypt.py -> /usr/local/lib/python2.7/dist-packages/shinken/misc
    copying build/lib.linux-x86_64-2.7/shinken/daterange.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/basemodule.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/shinken/schedulerlink.py -> /usr/local/lib/python2.7/dist-packages/shinken
    copying build/lib.linux-x86_64-2.7/modules/dummy_broker/module.py -> /usr/local/lib/python2.7/dist-packages/modules/dummy_broker
    copying build/lib.linux-x86_64-2.7/modules/dummy_broker/__init__.py -> /usr/local/lib/python2.7/dist-packages/modules/dummy_broker
    copying build/lib.linux-x86_64-2.7/modules/dummy_poller/module.py -> /usr/local/lib/python2.7/dist-packages/modules/dummy_poller
    copying build/lib.linux-x86_64-2.7/modules/dummy_poller/__init__.py -> /usr/local/lib/python2.7/dist-packages/modules/dummy_poller
    copying build/lib.linux-x86_64-2.7/modules/dummy_broker_external/module.py -> /usr/local/lib/python2.7/dist-packages/modules/dummy_broker_external
    copying build/lib.linux-x86_64-2.7/modules/dummy_broker_external/__init__.py -> /usr/local/lib/python2.7/dist-packages/modules/dummy_broker_external
    copying build/lib.linux-x86_64-2.7/modules/__init__.py -> /usr/local/lib/python2.7/dist-packages/modules
    copying build/lib.linux-x86_64-2.7/modules/dummy_scheduler/module.py -> /usr/local/lib/python2.7/dist-packages/modules/dummy_scheduler
    copying build/lib.linux-x86_64-2.7/modules/dummy_scheduler/__init__.py -> /usr/local/lib/python2.7/dist-packages/modules/dummy_scheduler
    copying build/lib.linux-x86_64-2.7/modules/dummy_arbiter/module.py -> /usr/local/lib/python2.7/dist-packages/modules/dummy_arbiter
    copying build/lib.linux-x86_64-2.7/modules/dummy_arbiter/__init__.py -> /usr/local/lib/python2.7/dist-packages/modules/dummy_arbiter
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/easter.py to easter.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/macroresolver.py to macroresolver.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/daemon.py to daemon.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/trigger_functions.py to trigger_functions.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/db_mysql.py to db_mysql.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/singleton.py to singleton.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/db.py to db.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/db_sqlite.py to db_sqlite.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/borg.py to borg.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/receiverlink.py to receiverlink.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/satellitelink.py to satellitelink.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/http_daemon.py to http_daemon.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/modulesmanager.py to modulesmanager.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/worker.py to worker.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/modulesctx.py to modulesctx.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/comment.py to comment.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/dependencynode.py to dependencynode.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/dispatcher.py to dispatcher.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/http_client.py to http_client.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/pollerlink.py to pollerlink.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/autoslots.py to autoslots.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/scheduler.py to scheduler.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/arbiterlink.py to arbiterlink.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/db_oracle.py to db_oracle.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/check.py to check.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/acknowledge.py to acknowledge.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/bin.py to bin.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/util.py to util.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/graph.py to graph.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/downtime.py to downtime.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/__init__.py to __init__.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/log.py to log.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/memoized.py to memoized.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/property.py to property.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/eventhandler.py to eventhandler.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/commandcall.py to commandcall.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/sorteddict.py to sorteddict.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/external_command.py to external_command.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/reactionnerlink.py to reactionnerlink.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/contactdowntime.py to contactdowntime.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/load.py to load.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/webui/bottlewebui.py to bottlewebui.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/webui/bottlecore.py to bottlecore.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/webui/__init__.py to __init__.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/daemons/reactionnerdaemon.py to reactionnerdaemon.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/daemons/pollerdaemon.py to pollerdaemon.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/daemons/schedulerdaemon.py to schedulerdaemon.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/daemons/arbiterdaemon.py to arbiterdaemon.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/daemons/__init__.py to __init__.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/daemons/brokerdaemon.py to brokerdaemon.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/daemons/receiverdaemon.py to receiverdaemon.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/message.py to message.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/action.py to action.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/satellite.py to satellite.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/discovery/__init__.py to __init__.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/discovery/discoverymanager.py to discoverymanager.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/complexexpression.py to complexexpression.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/clients/livestatus.py to livestatus.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/clients/LSB.py to LSB.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/clients/__init__.py to __init__.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/brokerlink.py to brokerlink.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/notification.py to notification.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/macromodulation.py to macromodulation.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/matchingitem.py to matchingitem.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/discoveryrule.py to discoveryrule.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/module.py to module.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/timeperiod.py to timeperiod.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/hostextinfo.py to hostextinfo.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/escalation.py to escalation.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/host.py to host.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/hostescalation.py to hostescalation.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/hostgroup.py to hostgroup.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/serviceextinfo.py to serviceextinfo.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/contactgroup.py to contactgroup.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/itemgroup.py to itemgroup.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/businessimpactmodulation.py to businessimpactmodulation.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/realm.py to realm.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/hostdependency.py to hostdependency.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/notificationway.py to notificationway.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/config.py to config.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/checkmodulation.py to checkmodulation.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/servicegroup.py to servicegroup.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/trigger.py to trigger.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/__init__.py to __init__.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/contact.py to contact.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/schedulingitem.py to schedulingitem.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/item.py to item.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/resultmodulation.py to resultmodulation.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/pack.py to pack.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/discoveryrun.py to discoveryrun.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/serviceescalation.py to serviceescalation.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/servicedependency.py to servicedependency.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/command.py to command.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/service.py to service.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/brok.py to brok.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/misc/filter.py to filter.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/misc/regenerator.py to regenerator.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/misc/datamanager.py to datamanager.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/misc/perfdata.py to perfdata.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/misc/termcolor.py to termcolor.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/misc/sorter.py to sorter.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/misc/__init__.py to __init__.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/misc/md5crypt.py to md5crypt.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/daterange.py to daterange.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/basemodule.py to basemodule.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/schedulerlink.py to schedulerlink.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/modules/dummy_broker/module.py to module.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/modules/dummy_broker/__init__.py to __init__.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/modules/dummy_poller/module.py to module.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/modules/dummy_poller/__init__.py to __init__.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/modules/dummy_broker_external/module.py to module.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/modules/dummy_broker_external/__init__.py to __init__.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/modules/__init__.py to __init__.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/modules/dummy_scheduler/module.py to module.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/modules/dummy_scheduler/__init__.py to __init__.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/modules/dummy_arbiter/module.py to module.pyc
    byte-compiling /usr/local/lib/python2.7/dist-packages/modules/dummy_arbiter/__init__.py to __init__.pyc
    running install_data
    copying bin/init.d/shinken -> /etc/init.d
    copying bin/init.d/shinken-arbiter -> /etc/init.d
    copying bin/init.d/shinken-broker -> /etc/init.d
    copying bin/init.d/shinken-receiver -> /etc/init.d
    copying bin/init.d/shinken-poller -> /etc/init.d
    copying bin/init.d/shinken-reactionner -> /etc/init.d
    copying bin/init.d/shinken-scheduler -> /etc/init.d
    copying build/bin/default/shinken -> /etc/default
    error: /etc/default/shinken: No such file or directory
    Complete output from command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/shinken/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-550Qny-record/install-record.txt --single-version-externally-managed --compile:
    Parser error no such option: --compile

Previous Shinken lib detected (/usr/local/lib/python2.7/dist-packages/shinken/__init__.pyc)

running install

running build

running build_py

creating build/lib.linux-x86_64-2.7

creating build/lib.linux-x86_64-2.7/shinken

copying shinken/easter.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/macroresolver.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/daemon.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/trigger_functions.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/db_mysql.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/singleton.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/db.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/db_sqlite.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/borg.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/receiverlink.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/satellitelink.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/http_daemon.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/modulesmanager.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/worker.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/modulesctx.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/comment.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/dependencynode.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/dispatcher.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/http_client.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/pollerlink.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/autoslots.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/scheduler.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/arbiterlink.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/db_oracle.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/check.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/acknowledge.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/bin.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/util.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/graph.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/downtime.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/__init__.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/log.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/memoized.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/property.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/eventhandler.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/commandcall.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/sorteddict.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/external_command.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/reactionnerlink.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/contactdowntime.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/load.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/message.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/action.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/satellite.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/complexexpression.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/brokerlink.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/notification.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/brok.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/daterange.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/basemodule.py -> build/lib.linux-x86_64-2.7/shinken

copying shinken/schedulerlink.py -> build/lib.linux-x86_64-2.7/shinken

creating build/lib.linux-x86_64-2.7/modules

copying modules/__init__.py -> build/lib.linux-x86_64-2.7/modules

creating build/lib.linux-x86_64-2.7/shinken/webui

copying shinken/webui/bottlewebui.py -> build/lib.linux-x86_64-2.7/shinken/webui

copying shinken/webui/bottlecore.py -> build/lib.linux-x86_64-2.7/shinken/webui

copying shinken/webui/__init__.py -> build/lib.linux-x86_64-2.7/shinken/webui

creating build/lib.linux-x86_64-2.7/shinken/daemons

copying shinken/daemons/reactionnerdaemon.py -> build/lib.linux-x86_64-2.7/shinken/daemons

copying shinken/daemons/pollerdaemon.py -> build/lib.linux-x86_64-2.7/shinken/daemons

copying shinken/daemons/schedulerdaemon.py -> build/lib.linux-x86_64-2.7/shinken/daemons

copying shinken/daemons/arbiterdaemon.py -> build/lib.linux-x86_64-2.7/shinken/daemons

copying shinken/daemons/__init__.py -> build/lib.linux-x86_64-2.7/shinken/daemons

copying shinken/daemons/brokerdaemon.py -> build/lib.linux-x86_64-2.7/shinken/daemons

copying shinken/daemons/receiverdaemon.py -> build/lib.linux-x86_64-2.7/shinken/daemons

creating build/lib.linux-x86_64-2.7/shinken/discovery

copying shinken/discovery/__init__.py -> build/lib.linux-x86_64-2.7/shinken/discovery

copying shinken/discovery/discoverymanager.py -> build/lib.linux-x86_64-2.7/shinken/discovery

creating build/lib.linux-x86_64-2.7/shinken/clients

copying shinken/clients/livestatus.py -> build/lib.linux-x86_64-2.7/shinken/clients

copying shinken/clients/LSB.py -> build/lib.linux-x86_64-2.7/shinken/clients

copying shinken/clients/__init__.py -> build/lib.linux-x86_64-2.7/shinken/clients

creating build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/macromodulation.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/matchingitem.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/discoveryrule.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/module.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/timeperiod.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/hostextinfo.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/escalation.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/host.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/hostescalation.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/hostgroup.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/serviceextinfo.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/contactgroup.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/itemgroup.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/businessimpactmodulation.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/realm.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/hostdependency.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/notificationway.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/config.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/checkmodulation.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/servicegroup.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/trigger.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/__init__.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/contact.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/schedulingitem.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/item.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/resultmodulation.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/pack.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/discoveryrun.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/serviceescalation.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/servicedependency.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/command.py -> build/lib.linux-x86_64-2.7/shinken/objects

copying shinken/objects/service.py -> build/lib.linux-x86_64-2.7/shinken/objects

creating build/lib.linux-x86_64-2.7/shinken/misc

copying shinken/misc/filter.py -> build/lib.linux-x86_64-2.7/shinken/misc

copying shinken/misc/regenerator.py -> build/lib.linux-x86_64-2.7/shinken/misc

copying shinken/misc/datamanager.py -> build/lib.linux-x86_64-2.7/shinken/misc

copying shinken/misc/perfdata.py -> build/lib.linux-x86_64-2.7/shinken/misc

copying shinken/misc/termcolor.py -> build/lib.linux-x86_64-2.7/shinken/misc

copying shinken/misc/sorter.py -> build/lib.linux-x86_64-2.7/shinken/misc

copying shinken/misc/__init__.py -> build/lib.linux-x86_64-2.7/shinken/misc

copying shinken/misc/md5crypt.py -> build/lib.linux-x86_64-2.7/shinken/misc

creating build/lib.linux-x86_64-2.7/modules/dummy_broker

copying modules/dummy_broker/module.py -> build/lib.linux-x86_64-2.7/modules/dummy_broker

copying modules/dummy_broker/__init__.py -> build/lib.linux-x86_64-2.7/modules/dummy_broker

creating build/lib.linux-x86_64-2.7/modules/dummy_poller

copying modules/dummy_poller/module.py -> build/lib.linux-x86_64-2.7/modules/dummy_poller

copying modules/dummy_poller/__init__.py -> build/lib.linux-x86_64-2.7/modules/dummy_poller

creating build/lib.linux-x86_64-2.7/modules/dummy_broker_external

copying modules/dummy_broker_external/module.py -> build/lib.linux-x86_64-2.7/modules/dummy_broker_external

copying modules/dummy_broker_external/__init__.py -> build/lib.linux-x86_64-2.7/modules/dummy_broker_external

creating build/lib.linux-x86_64-2.7/modules/dummy_scheduler

copying modules/dummy_scheduler/module.py -> build/lib.linux-x86_64-2.7/modules/dummy_scheduler

copying modules/dummy_scheduler/__init__.py -> build/lib.linux-x86_64-2.7/modules/dummy_scheduler

creating build/lib.linux-x86_64-2.7/modules/dummy_arbiter

copying modules/dummy_arbiter/module.py -> build/lib.linux-x86_64-2.7/modules/dummy_arbiter

copying modules/dummy_arbiter/__init__.py -> build/lib.linux-x86_64-2.7/modules/dummy_arbiter

running install_lib

copying build/lib.linux-x86_64-2.7/shinken/easter.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/macroresolver.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/daemon.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/trigger_functions.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/db_mysql.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/singleton.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/db.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/db_sqlite.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/borg.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/receiverlink.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/satellitelink.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/http_daemon.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/modulesmanager.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/worker.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/modulesctx.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/comment.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/dependencynode.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/dispatcher.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/http_client.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/pollerlink.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/autoslots.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/scheduler.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/arbiterlink.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/db_oracle.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/check.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/acknowledge.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/bin.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/util.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/graph.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/downtime.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/__init__.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/log.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/memoized.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/property.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/eventhandler.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/commandcall.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/sorteddict.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/external_command.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/reactionnerlink.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/contactdowntime.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/load.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/webui/bottlewebui.py -> /usr/local/lib/python2.7/dist-packages/shinken/webui

copying build/lib.linux-x86_64-2.7/shinken/webui/bottlecore.py -> /usr/local/lib/python2.7/dist-packages/shinken/webui

copying build/lib.linux-x86_64-2.7/shinken/webui/__init__.py -> /usr/local/lib/python2.7/dist-packages/shinken/webui

copying build/lib.linux-x86_64-2.7/shinken/daemons/reactionnerdaemon.py -> /usr/local/lib/python2.7/dist-packages/shinken/daemons

copying build/lib.linux-x86_64-2.7/shinken/daemons/pollerdaemon.py -> /usr/local/lib/python2.7/dist-packages/shinken/daemons

copying build/lib.linux-x86_64-2.7/shinken/daemons/schedulerdaemon.py -> /usr/local/lib/python2.7/dist-packages/shinken/daemons

copying build/lib.linux-x86_64-2.7/shinken/daemons/arbiterdaemon.py -> /usr/local/lib/python2.7/dist-packages/shinken/daemons

copying build/lib.linux-x86_64-2.7/shinken/daemons/__init__.py -> /usr/local/lib/python2.7/dist-packages/shinken/daemons

copying build/lib.linux-x86_64-2.7/shinken/daemons/brokerdaemon.py -> /usr/local/lib/python2.7/dist-packages/shinken/daemons

copying build/lib.linux-x86_64-2.7/shinken/daemons/receiverdaemon.py -> /usr/local/lib/python2.7/dist-packages/shinken/daemons

copying build/lib.linux-x86_64-2.7/shinken/message.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/action.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/satellite.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/discovery/__init__.py -> /usr/local/lib/python2.7/dist-packages/shinken/discovery

copying build/lib.linux-x86_64-2.7/shinken/discovery/discoverymanager.py -> /usr/local/lib/python2.7/dist-packages/shinken/discovery

copying build/lib.linux-x86_64-2.7/shinken/complexexpression.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/clients/livestatus.py -> /usr/local/lib/python2.7/dist-packages/shinken/clients

copying build/lib.linux-x86_64-2.7/shinken/clients/LSB.py -> /usr/local/lib/python2.7/dist-packages/shinken/clients

copying build/lib.linux-x86_64-2.7/shinken/clients/__init__.py -> /usr/local/lib/python2.7/dist-packages/shinken/clients

copying build/lib.linux-x86_64-2.7/shinken/brokerlink.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/notification.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/objects/macromodulation.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/matchingitem.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/discoveryrule.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/module.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/timeperiod.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/hostextinfo.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/escalation.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/host.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/hostescalation.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/hostgroup.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/serviceextinfo.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/contactgroup.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/itemgroup.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/businessimpactmodulation.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/realm.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/hostdependency.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/notificationway.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/config.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/checkmodulation.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/servicegroup.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/trigger.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/__init__.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/contact.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/schedulingitem.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/item.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/resultmodulation.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/pack.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/discoveryrun.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/serviceescalation.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/servicedependency.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/command.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/objects/service.py -> /usr/local/lib/python2.7/dist-packages/shinken/objects

copying build/lib.linux-x86_64-2.7/shinken/brok.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/misc/filter.py -> /usr/local/lib/python2.7/dist-packages/shinken/misc

copying build/lib.linux-x86_64-2.7/shinken/misc/regenerator.py -> /usr/local/lib/python2.7/dist-packages/shinken/misc

copying build/lib.linux-x86_64-2.7/shinken/misc/datamanager.py -> /usr/local/lib/python2.7/dist-packages/shinken/misc

copying build/lib.linux-x86_64-2.7/shinken/misc/perfdata.py -> /usr/local/lib/python2.7/dist-packages/shinken/misc

copying build/lib.linux-x86_64-2.7/shinken/misc/termcolor.py -> /usr/local/lib/python2.7/dist-packages/shinken/misc

copying build/lib.linux-x86_64-2.7/shinken/misc/sorter.py -> /usr/local/lib/python2.7/dist-packages/shinken/misc

copying build/lib.linux-x86_64-2.7/shinken/misc/__init__.py -> /usr/local/lib/python2.7/dist-packages/shinken/misc

copying build/lib.linux-x86_64-2.7/shinken/misc/md5crypt.py -> /usr/local/lib/python2.7/dist-packages/shinken/misc

copying build/lib.linux-x86_64-2.7/shinken/daterange.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/basemodule.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/shinken/schedulerlink.py -> /usr/local/lib/python2.7/dist-packages/shinken

copying build/lib.linux-x86_64-2.7/modules/dummy_broker/module.py -> /usr/local/lib/python2.7/dist-packages/modules/dummy_broker

copying build/lib.linux-x86_64-2.7/modules/dummy_broker/__init__.py -> /usr/local/lib/python2.7/dist-packages/modules/dummy_broker

copying build/lib.linux-x86_64-2.7/modules/dummy_poller/module.py -> /usr/local/lib/python2.7/dist-packages/modules/dummy_poller

copying build/lib.linux-x86_64-2.7/modules/dummy_poller/__init__.py -> /usr/local/lib/python2.7/dist-packages/modules/dummy_poller

copying build/lib.linux-x86_64-2.7/modules/dummy_broker_external/module.py -> /usr/local/lib/python2.7/dist-packages/modules/dummy_broker_external

copying build/lib.linux-x86_64-2.7/modules/dummy_broker_external/__init__.py -> /usr/local/lib/python2.7/dist-packages/modules/dummy_broker_external

copying build/lib.linux-x86_64-2.7/modules/__init__.py -> /usr/local/lib/python2.7/dist-packages/modules

copying build/lib.linux-x86_64-2.7/modules/dummy_scheduler/module.py -> /usr/local/lib/python2.7/dist-packages/modules/dummy_scheduler

copying build/lib.linux-x86_64-2.7/modules/dummy_scheduler/__init__.py -> /usr/local/lib/python2.7/dist-packages/modules/dummy_scheduler

copying build/lib.linux-x86_64-2.7/modules/dummy_arbiter/module.py -> /usr/local/lib/python2.7/dist-packages/modules/dummy_arbiter

copying build/lib.linux-x86_64-2.7/modules/dummy_arbiter/__init__.py -> /usr/local/lib/python2.7/dist-packages/modules/dummy_arbiter

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/easter.py to easter.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/macroresolver.py to macroresolver.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/daemon.py to daemon.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/trigger_functions.py to trigger_functions.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/db_mysql.py to db_mysql.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/singleton.py to singleton.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/db.py to db.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/db_sqlite.py to db_sqlite.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/borg.py to borg.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/receiverlink.py to receiverlink.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/satellitelink.py to satellitelink.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/http_daemon.py to http_daemon.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/modulesmanager.py to modulesmanager.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/worker.py to worker.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/modulesctx.py to modulesctx.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/comment.py to comment.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/dependencynode.py to dependencynode.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/dispatcher.py to dispatcher.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/http_client.py to http_client.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/pollerlink.py to pollerlink.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/autoslots.py to autoslots.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/scheduler.py to scheduler.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/arbiterlink.py to arbiterlink.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/db_oracle.py to db_oracle.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/check.py to check.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/acknowledge.py to acknowledge.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/bin.py to bin.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/util.py to util.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/graph.py to graph.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/downtime.py to downtime.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/__init__.py to __init__.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/log.py to log.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/memoized.py to memoized.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/property.py to property.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/eventhandler.py to eventhandler.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/commandcall.py to commandcall.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/sorteddict.py to sorteddict.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/external_command.py to external_command.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/reactionnerlink.py to reactionnerlink.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/contactdowntime.py to contactdowntime.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/load.py to load.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/webui/bottlewebui.py to bottlewebui.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/webui/bottlecore.py to bottlecore.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/webui/__init__.py to __init__.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/daemons/reactionnerdaemon.py to reactionnerdaemon.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/daemons/pollerdaemon.py to pollerdaemon.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/daemons/schedulerdaemon.py to schedulerdaemon.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/daemons/arbiterdaemon.py to arbiterdaemon.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/daemons/__init__.py to __init__.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/daemons/brokerdaemon.py to brokerdaemon.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/daemons/receiverdaemon.py to receiverdaemon.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/message.py to message.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/action.py to action.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/satellite.py to satellite.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/discovery/__init__.py to __init__.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/discovery/discoverymanager.py to discoverymanager.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/complexexpression.py to complexexpression.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/clients/livestatus.py to livestatus.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/clients/LSB.py to LSB.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/clients/__init__.py to __init__.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/brokerlink.py to brokerlink.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/notification.py to notification.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/macromodulation.py to macromodulation.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/matchingitem.py to matchingitem.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/discoveryrule.py to discoveryrule.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/module.py to module.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/timeperiod.py to timeperiod.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/hostextinfo.py to hostextinfo.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/escalation.py to escalation.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/host.py to host.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/hostescalation.py to hostescalation.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/hostgroup.py to hostgroup.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/serviceextinfo.py to serviceextinfo.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/contactgroup.py to contactgroup.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/itemgroup.py to itemgroup.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/businessimpactmodulation.py to businessimpactmodulation.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/realm.py to realm.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/hostdependency.py to hostdependency.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/notificationway.py to notificationway.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/config.py to config.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/checkmodulation.py to checkmodulation.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/servicegroup.py to servicegroup.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/trigger.py to trigger.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/__init__.py to __init__.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/contact.py to contact.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/schedulingitem.py to schedulingitem.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/item.py to item.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/resultmodulation.py to resultmodulation.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/pack.py to pack.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/discoveryrun.py to discoveryrun.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/serviceescalation.py to serviceescalation.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/servicedependency.py to servicedependency.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/command.py to command.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/objects/service.py to service.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/brok.py to brok.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/misc/filter.py to filter.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/misc/regenerator.py to regenerator.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/misc/datamanager.py to datamanager.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/misc/perfdata.py to perfdata.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/misc/termcolor.py to termcolor.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/misc/sorter.py to sorter.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/misc/__init__.py to __init__.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/misc/md5crypt.py to md5crypt.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/daterange.py to daterange.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/basemodule.py to basemodule.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/shinken/schedulerlink.py to schedulerlink.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/modules/dummy_broker/module.py to module.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/modules/dummy_broker/__init__.py to __init__.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/modules/dummy_poller/module.py to module.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/modules/dummy_poller/__init__.py to __init__.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/modules/dummy_broker_external/module.py to module.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/modules/dummy_broker_external/__init__.py to __init__.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/modules/__init__.py to __init__.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/modules/dummy_scheduler/module.py to module.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/modules/dummy_scheduler/__init__.py to __init__.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/modules/dummy_arbiter/module.py to module.pyc

byte-compiling /usr/local/lib/python2.7/dist-packages/modules/dummy_arbiter/__init__.py to __init__.pyc

running install_data

copying bin/init.d/shinken -> /etc/init.d

copying bin/init.d/shinken-arbiter -> /etc/init.d

copying bin/init.d/shinken-broker -> /etc/init.d

copying bin/init.d/shinken-receiver -> /etc/init.d

copying bin/init.d/shinken-poller -> /etc/init.d

copying bin/init.d/shinken-reactionner -> /etc/init.d

copying bin/init.d/shinken-scheduler -> /etc/init.d

copying build/bin/default/shinken -> /etc/default

error: /etc/default/shinken: No such file or directory

----------------------------------------
Cleaning up...
  Removing temporary dir /tmp/pip_build_root...
Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/shinken/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-550Qny-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_root/shinken
Exception information:
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/pip-1.5.2-py2.7.egg/pip/basecommand.py", line 122, in main
    status = self.run(options, args)
  File "/usr/local/lib/python2.7/dist-packages/pip-1.5.2-py2.7.egg/pip/commands/install.py", line 279, in run
    requirement_set.install(install_options, global_options, root=options.root_path)
  File "/usr/local/lib/python2.7/dist-packages/pip-1.5.2-py2.7.egg/pip/req.py", line 1380, in install
    requirement.install(install_options, global_options, *args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/pip-1.5.2-py2.7.egg/pip/req.py", line 699, in install
    cwd=self.source_dir, filter_stdout=self._filter_install, show_stdout=False)
  File "/usr/local/lib/python2.7/dist-packages/pip-1.5.2-py2.7.egg/pip/util.py", line 697, in call_subprocess
    % (command_desc, proc.returncode, cwd))
InstallationError: Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/shinken/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-550Qny-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_root/shinken
Seb-Solon commented 10 years ago

Does /etc/default exists?

quantonganh commented 10 years ago

Does /etc/default exists?

Oh, don't know why /etc/default/shinken link to a non-exist file:

ls -l /etc/default/shinken 
lrwxrwxrwx 1 root root 38 Nov 27  2013 /etc/default/shinken -> /usr/local/shinken/bin/default/shinken
file /usr/local/shinken/bin/default/shinken
/usr/local/shinken/bin/default/shinken: ERROR: cannot open `/usr/local/shinken/bin/default/shinken' (No such file or directory)

Delete this file and try again, now it works.

@naparuba : no way to install in a virtual env? Why?

naparuba commented 10 years ago

because we never took the time for as shinken is designed to be on the full os server, it's not designed to be on merged server that's all :)

On Fri, Jun 20, 2014 at 4:37 PM, quantonganh notifications@github.com wrote:

Does /etc/default exists?

Oh, don't know why /etc/default/shinken link to a non-exist file:

ls -l /etc/default/shinken lrwxrwxrwx 1 root root 38 Nov 27 2013 /etc/default/shinken -> /usr/local/shinken/bin/default/shinken

file /usr/local/shinken/bin/default/shinken /usr/local/shinken/bin/default/shinken: ERROR: cannot open `/usr/local/shinken/bin/default/shinken' (No such file or directory)

Delete this file and try again, now it works.

@naparuba https://github.com/naparuba : no way to install in a virtual env? Why?

— Reply to this email directly or view it on GitHub https://github.com/naparuba/shinken/issues/1226#issuecomment-46685201.

Seb-Solon commented 10 years ago

Can we close it? I think a setup.py enhencement could be great for a next release.