[SCM] kodi/master: Fix FTBFS: Build-depend on and build with gcc-6 and g++-6 (until bug#841556 is fixed). Closes: Bug#853476. Thanks to Matthias Klose and Bálint Réczey.

js at users.alioth.debian.org js at users.alioth.debian.org
Tue Oct 3 20:49:26 UTC 2017


The following commit has been merged in the master branch:
commit 10e38f4028737911ddce4ac622f6bb458969ad6e
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Oct 3 21:57:49 2017 +0200

    Fix FTBFS: Build-depend on and build with gcc-6 and g++-6 (until bug#841556 is fixed). Closes: Bug#853476. Thanks to Matthias Klose and Bálint Réczey.

diff --git a/debian/control b/debian/control
index bb44790..ceea182 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,8 @@ Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Balint Reczey <rbalint at ubuntu.com>
 Build-Depends: autoconf,
+ gcc-6,
+ g++-6,
  automake,
  autopoint,
  autotools-dev,
diff --git a/debian/rules b/debian/rules
index 2dd7eba..7804e62 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,11 @@
 # This has to be exported to make some magic below work.
 export DH_OPTIONS
 
+# Temporary workaround - see bug#841556
+export CPP=cpp-6
+export CC=gcc-6
+export CXX=g++-6
+
 # Avoid custom build rule silencing
 export V=1
 

-- 
kodi packaging



More information about the pkg-multimedia-commits mailing list