Skip to content

Instantly share code, notes, and snippets.

View dagelf's full-sized avatar

Coenraad Loubser dagelf

View GitHub Profile
@dagelf
dagelf / Ubuntu 14.04 bees.txt
Last active September 16, 2017 07:39
Getting Zygo/bees btrfs deduplication working on Ubuntu 14.04
Getting bees working on Ubuntu 14.04.
Simply adding g++-4.9 still yields unsatisfied btrfs dependencies, so you'll have to build btrfs yourself too.
Building bees in docker on 16.04 yields unsatisfied GLIBCXX_3.4.20 and GLIBCXX_3.4.21 bindings on 14.04. I am
doubtful that bees will run in docker via a bind mount. So far looks like you need to rebuild / use a newer
btrfs too, that's the next step. The story so far:
cd /usr/src
git clone https://github.com/Zygo/bees.git --depth 1
docker run -ti -v /usr/src/bees:/usr/src/bees ubuntu:14.04