From f7f88f9fa38add62edb7d9f9dd402fc617de41c7 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Sat, 11 Jul 2015 10:25:04 +0100 Subject: [PATCH 1/2] Add bustle I am in the process of improving the buildability of this package on Travis-CI. It builds from the Hackage package locally, but there are some tedious gtk2hs-buildtools/Cabal library version/miscellaneous problems which make building it not always a pleasant experience. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 39a462af..3e385043 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1138,6 +1138,9 @@ packages: "Sven Heyll @sheyll": - b9 + + "Will Thompson @wjt": + - bustle "Stackage upper bounds": # https://github.com/fpco/stackage/issues/537 From a1e2c3483eac177d392cb055f2187a93611b7072 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Sat, 11 Jul 2015 10:30:59 +0100 Subject: [PATCH 2/2] Install libpcap headers The 'bustle' package depends on 'pcap' which has a build-dependency on libpcap. --- debian-bootstrap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 54034881..61b853af 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -57,7 +57,8 @@ apt-get install -y \ libphash0-dev \ libopenal-dev \ libhidapi-dev \ - libzmq3-dev + libzmq3-dev \ + libpcap0.8-dev mkdir /tmp/nettle-build (