Skip to content

Instantly share code, notes, and snippets.

@cypreess
Created August 14, 2013 08:20
Show Gist options
  • Select an option

  • Save cypreess/6228975 to your computer and use it in GitHub Desktop.

Select an option

Save cypreess/6228975 to your computer and use it in GitHub Desktop.
Using worker: worker-linux-3-2.bb.travis-ci.org:travis-linux-9
$ git clone --depth=50 --branch=master git://github.com/agh-glk/pydic.git agh-glk/pydic
Cloning into 'agh-glk/pydic'...
remote: Counting objects: 155, done.
remote: Compressing objects: 100% (87/87), done.
remote: Total 155 (delta 71), reused 144 (delta 66)
Receiving objects: 100% (155/155), 43.05 KiB | 0 bytes/s, done.
Resolving deltas: 100% (71/71), done.
$ cd agh-glk/pydic
$ git checkout -qf 5e7d914c3689259502220964a8a80095fb7acd21
$ source ~/virtualenv/python2.7/bin/activate
$ python --version
Python 2.7.3
$ pip --version
pip 1.3.1 from /home/travis/virtualenv/python2.7/lib/python2.7/site-packages/pip-1.3.1-py2.7.egg (python 2.7)
$ sudo apt-get update -qq
$ sudo apt-get install -qq python-bsddb3
Selecting previously unselected package python-bsddb3.
(Reading database ... 62342 files and directories currently installed.)
Unpacking python-bsddb3 (from .../python-bsddb3_5.2.0-1build1_amd64.deb) ...
Setting up python-bsddb3 (5.2.0-1build1) ...
$ pip install -e .
Obtaining file:///home/travis/build/agh-glk/pydic
Running setup.py egg_info for package from file:///home/travis/build/agh-glk/pydic
Downloading/unpacking bsddb3 (from pydic==1.1)
Downloading bsddb3-6.0.0.tar.gz (342kB): 342kB downloaded
Running setup.py egg_info for package bsddb3
Can't find a local Berkeley DB installation.
(suggestion: try the --berkeley-db=/path/to/bsddb option)
Complete output from command python setup.py egg_info:
Can't find a local Berkeley DB installation.
(suggestion: try the --berkeley-db=/path/to/bsddb option)
----------------------------------------
Command python setup.py egg_info failed with error code 1 in /home/travis/virtualenv/python2.7/build/bsddb3
Storing complete log in /home/travis/.pip/pip.log
The command "pip install -e ." failed and exited with 1 during install.
Your build has been stopped.
@calmrat

calmrat commented May 21, 2014

Copy link
Copy Markdown

Any solution to this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment