Your message dated Mon, 07 Jul 2014 12:55:55 +0000
with message-id <e1x48sz-00048y...@franck.debian.org>
and subject line Bug#733352: fixed in tophat 2.0.12+dfsg-1
has caused the Debian Bug report #733352,
regarding tophat: FTBFS: string_base.h:1465:53: error: no matching function for 
call to 'seqan::Gaps<seqan::String<char, seqan::Alloc<> >, 
seqan::Tag<seqan::ArrayGaps_> >::Gaps(const seqan::String<char, seqan::Alloc<> 
>&)'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
733352: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733352
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: tophat
Version: 2.0.10-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20131226 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> g++ -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2  -Wall 
> -Wno-strict-aliasing -g -gdwarf-2 -Wuninitialized  -O3 -g -O2 
> -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security 
> -DNDEBUG -pthread -I/usr/include  -I./SeqAn-1.3 -c -o segment_juncs.o 
> segment_juncs.cpp
> In file included from segment_juncs.cpp:37:0:
> common.h: In member function 'void GBamWriter::write(bam1_t*, int64_t)':
> common.h:578:14: warning: variable 'pre_block_offs' set but not used 
> [-Wunused-but-set-variable]
>       int     pre_block_offs=0; //but before this write()
>               ^
> segment_juncs.cpp: In member function 'void 
> SegmentSearchWorker::operator()()':
> segment_juncs.cpp:4720:27: warning: variable 'last_read_id' set but not used 
> [-Wunused-but-set-variable]
>      uint64_t read_id = 0, last_read_id = 0;
>                            ^
> In file included from /usr/include/seqan/sequence.h:82:0,
>                  from segment_juncs.cpp:27:
> /usr/include/seqan/sequence/string_base.h: In instantiation of 'static void 
> seqan::AppendValueToString_<TExpand>::appendValue_(T&, TValue&) [with T = 
> seqan::String<seqan::Gaps<seqan::String<char, seqan::Alloc<> >, 
> seqan::Tag<seqan::ArrayGaps_> >, seqan::Alloc<> >; TValue = const 
> seqan::String<char, seqan::Alloc<> >; TExpand = 
> seqan::Tag<seqan::TagGenerous_>]':
> /usr/include/seqan/sequence/string_base.h:1490:65:   required from 'void 
> seqan::appendValue(seqan::String<TValue, TSpec>&, const TValue&, 
> seqan::Tag<TUsage>) [with TTargetValue = seqan::Gaps<seqan::String<char, 
> seqan::Alloc<> >, seqan::Tag<seqan::ArrayGaps_> >; TTargetSpec = 
> seqan::Alloc<>; TValue = seqan::String<char, seqan::Alloc<> >; TExpand = 
> seqan::TagGenerous_]'
> /usr/include/seqan/sequence/sequence_interface.h:1241:72:   required from 
> 'void seqan::appendValue(T&, const TValue&) [with T = 
> seqan::String<seqan::Gaps<seqan::String<char, seqan::Alloc<> >, 
> seqan::Tag<seqan::ArrayGaps_> >, seqan::Alloc<> >; TValue = 
> seqan::String<char, seqan::Alloc<> >]'
> segment_juncs.cpp:2605:32:   required from here
> /usr/include/seqan/sequence/string_base.h:1465:53: error: no matching 
> function for call to 'seqan::Gaps<seqan::String<char, seqan::Alloc<> >, 
> seqan::Tag<seqan::ArrayGaps_> >::Gaps(const seqan::String<char, 
> seqan::Alloc<> >&)'
>              typename Value<T>::Type temp_copy(_value); //temp copy because 
> resize could invalidate _value
>                                                      ^
> /usr/include/seqan/sequence/string_base.h:1465:53: note: candidates are:
> In file included from /usr/include/seqan/align.h:76:0,
>                  from segment_juncs.cpp:31:
> /usr/include/seqan/align/gaps_array.h:156:5: note: seqan::Gaps<TSequence, 
> seqan::Tag<seqan::ArrayGaps_> >::Gaps(const seqan::Gaps<TSequence, 
> seqan::Tag<seqan::ArrayGaps_> >&) [with TSequence = seqan::String<char, 
> seqan::Alloc<> >]
>      Gaps(Gaps const & other) :
>      ^
> /usr/include/seqan/align/gaps_array.h:156:5: note:   no known conversion for 
> argument 1 from 'const seqan::String<char, seqan::Alloc<> >' to 'const 
> seqan::Gaps<seqan::String<char, seqan::Alloc<> >, 
> seqan::Tag<seqan::ArrayGaps_> >&'
> /usr/include/seqan/align/gaps_array.h:146:5: note: seqan::Gaps<TSequence, 
> seqan::Tag<seqan::ArrayGaps_> >::Gaps(TSequence&) [with TSequence = 
> seqan::String<char, seqan::Alloc<> >]
>      Gaps(TSequence & seq) :
>      ^
> /usr/include/seqan/align/gaps_array.h:146:5: note:   no known conversion for 
> argument 1 from 'const seqan::String<char, seqan::Alloc<> >' to 
> 'seqan::String<char, seqan::Alloc<> >&'
> /usr/include/seqan/align/gaps_array.h:141:5: note: seqan::Gaps<TSequence, 
> seqan::Tag<seqan::ArrayGaps_> >::Gaps() [with TSequence = seqan::String<char, 
> seqan::Alloc<> >]
>      Gaps() : _sourceBeginPos(0), _sourceEndPos(0), _clippingBeginPos(0), 
> _clippingEndPos(0)//,
>      ^
> /usr/include/seqan/align/gaps_array.h:141:5: note:   candidate expects 0 
> arguments, 1 provided
> In file included from /usr/include/seqan/modifier.h:67:0,
>                  from /usr/include/seqan/find.h:44,
>                  from segment_juncs.cpp:28:
> /usr/include/seqan/modifier/modifier_view.h: In instantiation of 
> 'seqan::ModifiedString<THost, seqan::ModView<TFunctor> 
> >::ModifiedString(const THost_&, typename 
> seqan::EnableIf<seqan::IsSameType<THost, THost_> >::Type*) [with THost_ = 
> seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<> 
> >; THost = seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, 
> seqan::Alloc<> >; TFunctor = 
> seqan::FunctorComplement<seqan::SimpleType<unsigned char, seqan::Dna_> >; 
> typename seqan::EnableIf<seqan::IsSameType<THost, THost_> >::Type = void]':
> /usr/include/seqan/modifier/modifier_reverse.h:153:33:   required from 
> 'seqan::ModifiedString<THost, seqan::Tag<seqan::ModReverse_> 
> >::ModifiedString(const THost_&, typename 
> seqan::EnableIf<seqan::And<seqan::Not<seqan::IsSameType<typename 
> seqan::InnermostHost_<seqan::ModifiedString<THost, 
> seqan::Tag<seqan::ModReverse_> > >::Type, THost> >, 
> seqan::IsSameType<typename seqan::InnermostHost_<seqan::ModifiedString<THost, 
> seqan::Tag<seqan::ModReverse_> > >::Type, THost_> > >::Type*) [with THost_ = 
> seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<> 
> >; THost = seqan::ModifiedString<seqan::String<seqan::SimpleType<unsigned 
> char, seqan::Dna_>, seqan::Alloc<> >, 
> seqan::ModView<seqan::FunctorComplement<seqan::SimpleType<unsigned char, 
> seqan::Dna_> > > >; typename 
> seqan::EnableIf<seqan::And<seqan::Not<seqan::IsSameType<typename 
> seqan::InnermostHost_<seqan::ModifiedString<THost, 
> seqan::Tag<seqan::ModReverse_> > >::Type, THost> >, 
> seqan::IsSameType<typename seqan::InnermostHost_<seqan::ModifiedString<THost, 
> seqan::Tag<seqan::ModReverse_> > >::Type, THost_> > >::Type = void]'
> segment_juncs.cpp:2059:66:   required from 'void 
> juncs_from_ref_segs(RefSequenceTable&, std::vector<RefSeg>&, PotentialJuncs&, 
> const DnaString&, const DnaString&, int, int, size_t, bool, size_t) [with 
> JunctionRecorder = RecordSegmentJuncs; PotentialJuncs = std::set<Junction, 
> skip_count_lt>; seqan::DnaString = seqan::String<seqan::SimpleType<unsigned 
> char, seqan::Dna_>, seqan::Alloc<> >; size_t = long unsigned int]'
> segment_juncs.cpp:3723:12:   required from here
> /usr/include/seqan/modifier/modifier_view.h:151:34: error: invalid conversion 
> from 'seqan::Pointer_<const seqan::String<seqan::SimpleType<unsigned char, 
> seqan::Dna_>, seqan::Alloc<> > >::Type {aka const 
> seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<> 
> >*}' to 'seqan::ModifiedString<seqan::String<seqan::SimpleType<unsigned char, 
> seqan::Dna_>, seqan::Alloc<> >, 
> seqan::ModView<seqan::FunctorComplement<seqan::SimpleType<unsigned char, 
> seqan::Dna_> > > >::THostPointer_ {aka 
> seqan::String<seqan::SimpleType<unsigned char, seqan::Dna_>, seqan::Alloc<> 
> >*}' [-fpermissive]
>              _host(_toPointer(host)), _cargo(), tmp_value()
>                                   ^
> make[3]: *** [segment_juncs.o] Error 1

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2013/12/26/tophat_2.0.10-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: tophat
Source-Version: 2.0.12+dfsg-1

We believe that the bug you reported is fixed in the latest version of
tophat, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 733...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alexandre Mestiashvili <a...@biotec.tu-dresden.de> (supplier of updated tophat 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 03 Jul 2014 21:06:10 +0200
Source: tophat
Binary: tophat
Architecture: source amd64
Version: 2.0.12+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Alexandre Mestiashvili <a...@biotec.tu-dresden.de>
Description:
 tophat     - fast splice junction mapper for RNA-Seq reads
Closes: 733352
Changes:
 tophat (2.0.12+dfsg-1) unstable; urgency=medium
 .
   [ Alexandre Mestiashvili ]
   * d/watch: new url
   * Imported Upstream version 2.0.12+dfsg
   * d/patches/fix_build_w_seqan1.4.patch: patch from Manuel Holtgrewe
     resolving #733352.
      removed const_ness_part1.patch as the new patch solves the problem
      completely
     Closes: #733352
   * debian/patches/fix_includes_path.patch: exclude SeqAn-1.3 from configure.ac
Checksums-Sha1:
 6c3117962670b6e938e5f70b6216832379aec7bc 2171 tophat_2.0.12+dfsg-1.dsc
 9e5cf645a1996f7bb9d911d69dd2997f68ba8778 441303 tophat_2.0.12+dfsg.orig.tar.gz
 948665dfb8f6dac1d002ed154851592903808d42 7248 
tophat_2.0.12+dfsg-1.debian.tar.xz
 09c6a92b1ed9cba1535084edc8437e254b4075a5 613798 tophat_2.0.12+dfsg-1_amd64.deb
Checksums-Sha256:
 3a4f42afb7edae7124255779ebfbaee402d2e837f40b0425d104cb45196e90dd 2171 
tophat_2.0.12+dfsg-1.dsc
 3c1f277e0710df72afcca513cfb31d3f0e68c8c6fa518e1490d89bc5a4359399 441303 
tophat_2.0.12+dfsg.orig.tar.gz
 93e408f2152604af152da765a805160cfad438454d5d8d4b70d0d2a9b3fd3610 7248 
tophat_2.0.12+dfsg-1.debian.tar.xz
 dcbcb4047ba1bb71c4ad1534826672f25bff0d8805603ea3a953ac4ec6f8df35 613798 
tophat_2.0.12+dfsg-1_amd64.deb
Files:
 97d202b1f2e5b0ba494a01cede1354c4 613798 science optional 
tophat_2.0.12+dfsg-1_amd64.deb
 94693887b916df3649afebafcf462f3f 2171 science optional tophat_2.0.12+dfsg-1.dsc
 0737706c328db903fb1fa194da2ced13 441303 science optional 
tophat_2.0.12+dfsg.orig.tar.gz
 f917e1c051158ed135c470e4fdaa2737 7248 science optional 
tophat_2.0.12+dfsg-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJTupY0AAoJEBz3khEbUiiwvNQQAI5YjzogOwMNI+dJGmDEIdES
nk6jyRe78EEMWw6JO3KpmUOU5GQx+mCyT1aPS+qBQR/kC8HMwRXJesv9nnW7YCNY
Bv5iwsJdMcVlh3UebCZUanAhr/woA/CjYwPSE/VbbZgTN9Z5I8hj6NftFXfBmuQi
Lr2J1ZonHyFt51q2y1OkK3Y7qCidB4+cJAoegjybqANL6pw3wbSiclaw95/4VjDz
LNcVIY78PVRRG+Le1aFxLEHOwHj7oMQJnArrVgiEu7NCxi9ZmSbWdoeTJYnNkOI7
UAS+vG0cLXWnRpWCgxQ5kJ+h6n4uhajEMOgivX203YKJkAh82ygEGDLP6xfNHsV9
oQuUlf/enrHAtSt4Lt0XEX1fEtwuSXP53xeUWy8tNVjbkv6a8sIxYZiMULMziObL
yEFL+fCInFimek6irhC9QqM1COgduB1AC2CZkoWTD+U+2/3ND/WSn/zNKIT5XmaR
HEbuG5WK+TeNhUgzbsYoDH0I0tjZRk5RXYUtlUsSlHs89P02CWikPbsqIKZrUz4Y
vPIyO9VABcixaBxUyHXuU7mrV2ySZsnNpz6XhuPRDsXp/I1sRPsevti0X1gyZgiV
+tyfiskusQlvaTuL0hH5u16v+ylhzXzx3N+Q4KZJlhmlld1U1h/sDjsLvHhM+gEP
KCNp5XI0afVRVvN/r6uF
=S2BV
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to