From f2d5bf8c097cadd9731101d93e6e59690053a68c Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 24 Aug 2018 15:41:57 +0200 Subject: [PATCH 1/2] also ignore libc++experimental.a on dh_strip (fails on stretch) --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2a604345..072443df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ llvm-toolchain-7 (1:7~+rc1-1~exp4) UNRELEASED; urgency=medium * Force sphinx to be >> 1.2.3 + * also ignore libc++experimental.a on dh_strip (fails on stretch) [ John Paul Adrian Glaubitz ] * Don't build with ld.gold on powerpcspe diff --git a/debian/rules b/debian/rules index a807b4a5..7283a2c7 100755 --- a/debian/rules +++ b/debian/rules @@ -609,7 +609,7 @@ endif # endif ifeq ($(shell dpkg --compare-versions $(shell dpkg-query -W -f '$${Version}' binutils) ge 2.28 ; echo $$?),0) # strip segfaults on libFuzzer.a - dh_strip -a -v -XlibFuzzer.a -Xlibc++.a -Xlibc++abi.a + dh_strip -a -v -XlibFuzzer.a -Xlibc++.a -Xlibc++abi.a -Xlibc++experimental.a else dh_strip -a -v endif From a60424df6dfefe6d6b181b534e28dfccf23e52d2 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 24 Aug 2018 15:52:41 +0200 Subject: [PATCH 2/2] fix the version --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 2d7d23c9..8b4b83b3 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Sylvestre Ledru Build-Depends: debhelper (>= 9.0), flex, bison, dejagnu, tcl, expect, cmake, perl, libtool, chrpath, texinfo, sharutils, libffi-dev (>= 3.0.9), lsb-release, patchutils, diffstat, xz-utils, python-dev, - libedit-dev, libncurses5-dev, swig, python-six, python-sphinx (>> 1.2.3), + libedit-dev, libncurses5-dev, swig, python-six, python-sphinx (>= 1.4.9), binutils-dev, libjsoncpp-dev, pkg-config, lcov, procps, help2man, zlib1g-dev,