Bug#778185: xmltooling: ftbfs with GCC-5

Matthias Klose doko at debian.org
Sun Jul 12 18:30:17 UTC 2015


Control: tags -1 + pending patch

attaching a patch, and uploading to delayed.
-------------- next part --------------
diff -Nru xmltooling-1.5.3/debian/changelog xmltooling-1.5.3/debian/changelog
--- xmltooling-1.5.3/debian/changelog	2013-07-12 03:56:36.000000000 +0200
+++ xmltooling-1.5.3/debian/changelog	2015-07-12 20:18:30.000000000 +0200
@@ -1,3 +1,10 @@
+xmltooling (1.5.3-2.1) unstable; urgency=medium
+
+  * Non maintainer upload.
+  * Call cpp with -P for the boost config. Closes: #778185.
+
+ -- Matthias Klose <doko at debian.org>  Sun, 12 Jul 2015 19:18:55 +0200
+
 xmltooling (1.5.3-2) unstable; urgency=low
 
   * Upload to unstable.
diff -Nru xmltooling-1.5.3/debian/patches/gcc5.diff xmltooling-1.5.3/debian/patches/gcc5.diff
--- xmltooling-1.5.3/debian/patches/gcc5.diff	1970-01-01 01:00:00.000000000 +0100
+++ xmltooling-1.5.3/debian/patches/gcc5.diff	2015-07-12 19:18:52.000000000 +0200
@@ -0,0 +1,13 @@
+Index: b/m4/boost.m4
+===================================================================
+--- a/m4/boost.m4
++++ b/m4/boost.m4
+@@ -71,7 +71,7 @@ dnl strip `\n' with backquotes, not the
+ dnl boost_cv_lib_version='1_37\r' for instance, which breaks
+ dnl everything else.
+ dnl Cannot use 'dnl' after [$4] because a trailing dnl may break AC_CACHE_CHECK
+-(eval "$ac_cpp conftest.$ac_ext") 2>&AS_MESSAGE_LOG_FD |
++(eval "$ac_cpp -P conftest.$ac_ext") 2>&AS_MESSAGE_LOG_FD |
+   tr -d '\r' |
+   $SED -n -e "$1" >conftest.i 2>&1],
+   [$3],
diff -Nru xmltooling-1.5.3/debian/patches/series xmltooling-1.5.3/debian/patches/series
--- xmltooling-1.5.3/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ xmltooling-1.5.3/debian/patches/series	2015-07-12 19:18:28.000000000 +0200
@@ -0,0 +1 @@
+gcc5.diff


More information about the Pkg-shibboleth-devel mailing list