Skip to content

Instantly share code, notes, and snippets.

@jblaine
Created August 21, 2013 19:00
Show Gist options
  • Save jblaine/6298703 to your computer and use it in GitHub Desktop.
Save jblaine/6298703 to your computer and use it in GitHub Desktop.
Upgrading to 0.9.12
(graphite)graphite% pip install carbon --upgrade --install-option="--prefix=/rcf-monitor/graphite" --install-option="--install-lib=/rcf-monitor/graphite/lib/python2.6/site-packages"
...
copying conf/whitelist.conf.example -> /rcf-monitor/graphite/conf
copying conf/carbon.amqp.conf.example -> /rcf-monitor/graphite/conf
error: can't copy 'distro/redhat/init.d/carbon-cache': doesn't exist or not a regular file
----------------------------------------
Command /rcf-monitor/graphite/bin/python -c "import setuptools;__file__='/rcf-monitor/graphite/build/carbon/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-KY8j2q-record/install-record.txt --single-version-externally-managed --install-headers /rcf-monitor/graphite/include/site/python2.6 --prefix=/rcf-monitor/graphite --install-lib=/rcf-monitor/graphite/lib/python2.6/site-packages failed with error code 1 in /rcf-monitor/graphite/build/carbon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment