[med-svn] [bcl2fastq2] 02/02: Enable backport to Jessie

Andreas Tille tille at debian.org
Tue Aug 22 13:43:53 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository bcl2fastq2.

commit b9e11fadc2e5545d4467da05687a6d8cceccd088
Author: Andreas Tille <tille at debian.org>
Date:   Tue Aug 22 15:43:25 2017 +0200

    Enable backport to Jessie
---
 debian/README.backports                          | 13 -------------
 debian/patches/enable_older_boost_versions.patch |  6 ++++++
 2 files changed, 6 insertions(+), 13 deletions(-)

diff --git a/debian/README.backports b/debian/README.backports
deleted file mode 100644
index 5dca3f9..0000000
--- a/debian/README.backports
+++ /dev/null
@@ -1,13 +0,0 @@
-I've found an issue when trying to backport bcl2fastq to Jessie featuring
-boost 1.55:
-
-cd /build/bcl2fastq2-2.19.1.403/bcl2fastq-build/cxx/lib/io && /usr/bin/g++    -isystem /usr/include/libxml2 -I/build/bcl2fastq2-2.19.1.403/src/cxx/include -I/build/bcl2fastq2-2.19.1.403/bcl2fastq-build/cxx -I/ build/bcl2fastq2-2.19.1.403/bcl2fastq-build/cxx/lib/io -I/build/bcl2fastq2-2.19.1.403/src/cxx/lib/io -I/build/bcl2fastq2-2.19.1.403/bcl2fastq-build/cxx/common  -g -O2 -fPIE -fstack-protector-strong -Wformat -  Werror=format-security -std=c++11 -fopenmp -msse2 -Wall -Wextra -Wunused [...]
-/build/bcl2fastq2-2.19.1.403/src/cxx/lib/io/Xml.cpp: In function 'std::ostream& bcl2fastq::io::serializeAsXml(std::ostream&, const ptree&)':
-/build/bcl2fastq2-2.19.1.403/src/cxx/lib/io/Xml.cpp:171:136: error: no matching function for call to 'xml_writer_make_settings(char, int)'
-         boost::property_tree::write_xml(os, treeWithIndexAttributes, boost::property_tree::xml_writer_make_settings<std::string>(' ', 2));
-
-which seems to be explained here:
-
-   http://seqanswers.com/forums/archive/index.php/t-58052.html
-
-The problem does not happen with boost 1.62.
diff --git a/debian/patches/enable_older_boost_versions.patch b/debian/patches/enable_older_boost_versions.patch
index e0c17dd..14dd21e 100644
--- a/debian/patches/enable_older_boost_versions.patch
+++ b/debian/patches/enable_older_boost_versions.patch
@@ -1,3 +1,9 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Tue, 22 Aug 2017 15:40:53 +0200
+Source: Idea stolen from
+        https://github.com/mapnik/mapnik/commit/65bd9e69260be0b82732b4606d048c85b22f3d8c
+Description: Enable building with boost <= 1.55 which is default in Jessie
+
 --- a/src/cxx/lib/io/Xml.cpp
 +++ b/src/cxx/lib/io/Xml.cpp
 @@ -168,11 +168,19 @@ std::ostream &serializeAsXml(std::ostrea

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/bcl2fastq2.git



More information about the debian-med-commit mailing list