Your message dated Mon, 08 Aug 2016 10:20:22 +0000
with message-id <[email protected]>
and subject line Bug#811998: fixed in gamera 1:3.4.2+git20160808.1725654-1
has caused the Debian Bug report #811998,
regarding gamera: FTBFS with GCC 6: misc errors
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 [email protected]
immediately.)


-- 
811998: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811998
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gamera
Version: 3.4.2+svn1437-2
Severity: important
User: [email protected]
Usertags: ftbfs-gcc-6 gcc-6-overloaded-ambiguous

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> creating build/temp.linux-x86_64-2.7-pydebug/src
> x86_64-linux-gnu-gcc -pthread -g -O0 -Wall -Wstrict-prototypes 
> -fno-strict-aliasing -g -Og -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Iinclude 
> -I/usr/include/python2.7_d -c src/gameramodule.cpp -o 
> build/temp.linux-x86_64-2.7-pydebug/src/gameramodule.o -Wall
> cc1plus: warning: command line option '-Wstrict-prototypes' is valid for 
> C/ObjC but not for C++
> In file included from /usr/include/python2.7/Python.h:19:0,
>                  from include/gameramodule.hpp:24,
>                  from src/gameramodule.cpp:21:
> /usr/include/vigra/numerictraits.hxx:645:43: error: overflow in constant 
> expression [-fpermissive]
>      static const unsigned char maxConst = UCHAR_MAX;
>                                            ^
> 
> /usr/include/vigra/numerictraits.hxx:645:43: error: overflow in constant 
> expression [-fpermissive]
> /usr/include/vigra/numerictraits.hxx:645:43: error: overflow in constant 
> expression [-fpermissive]
> /usr/include/vigra/numerictraits.hxx:645:43: error: overflow in constant 
> expression [-fpermissive]
> /usr/include/vigra/numerictraits.hxx:723:48: error: overflow in constant 
> expression [-fpermissive]
>      static const short unsigned int maxConst = USHRT_MAX;
>                                                 ^
> 
> /usr/include/vigra/numerictraits.hxx:723:48: error: overflow in constant 
> expression [-fpermissive]
> /usr/include/vigra/numerictraits.hxx:723:48: error: overflow in constant 
> expression [-fpermissive]
> /usr/include/vigra/numerictraits.hxx:723:48: error: overflow in constant 
> expression [-fpermissive]
> error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
> debian/rules:59: recipe for target 'build/build-stamp-python2.7' failed
> make[1]: *** [build/build-stamp-python2.7] Error 1
....
> x86_64-linux-gnu-gcc -pthread -g -O0 -Wall -Wstrict-prototypes 
> -fno-strict-aliasing -g -Og -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Iinclude 
> -I/usr/include/python2.7_d -c src/imageobject.cpp -o 
> build/temp.linux-x86_64-2.7-pydebug/src/imageobject.o -Wall
> cc1plus: warning: command line option '-Wstrict-prototypes' is valid for 
> C/ObjC but not for C++
> In file included from include/gamera.hpp:62:0,
>                  from include/gameramodule.hpp:38,
>                  from src/imageobject.cpp:22:
> include/rle_data.hpp: In instantiation of 'void 
> Gamera::RleDataDetail::RleVector<Data>::set(size_t, 
> Gamera::RleDataDetail::RleVector<Data>::value_type, typename 
> Gamera::RleDataDetail::RleVector<Data>::list_type::iterator) [with Data = 
> short unsigned int; size_t = long unsigned int; 
> Gamera::RleDataDetail::RleVector<Data>::value_type = short unsigned int; 
> typename Gamera::RleDataDetail::RleVector<Data>::list_type::iterator = 
> std::_List_iterator<Gamera::RleDataDetail::Run<short unsigned int> >]':
> include/rle_data.hpp:423:2:   required from 'void 
> Gamera::RleDataDetail::RleVectorIteratorBase<V, Iterator, 
> ListIterator>::set(const value_type&) [with V = 
> Gamera::RleDataDetail::RleVector<short unsigned int>; Iterator = 
> Gamera::RleDataDetail::RleVectorIterator<Gamera::RleDataDetail::RleVector<short
>  unsigned int> >; ListIterator = 
> std::_List_iterator<Gamera::RleDataDetail::Run<short unsigned int> >; 
> Gamera::RleDataDetail::RleVectorIteratorBase<V, Iterator, 
> ListIterator>::value_type = short unsigned int]'
> include/accessor.hpp:55:7:   required from 'void 
> Gamera::ImageAccessor<T>::set(const value_type&, Iterator) const [with 
> Iterator = 
> Gamera::RleDataDetail::RleVectorIterator<Gamera::RleDataDetail::RleVector<short
>  unsigned int> >; T = short unsigned int; 
> Gamera::ImageAccessor<T>::value_type = short unsigned int]'
> include/image_view.hpp:299:7:   required from 'void 
> Gamera::ImageView<T>::set(const Gamera::Point&, 
> Gamera::ImageView<T>::value_type) [with T = Gamera::RleImageData<short 
> unsigned int>; Gamera::ImageView<T>::value_type = short unsigned int]'
> src/imageobject.cpp:835:73:   required from here
> include/rle_data.hpp:623:46: error: call of overloaded 
> 'prev(std::__cxx11::list<Gamera::RleDataDetail::Run<short unsigned int>, 
> std::allocator<Gamera::RleDataDetail::Run<short unsigned int> > >::iterator)' 
> is ambiguous
>       typename list_type::iterator last = prev(m_data[chunk].end());
>                                           ~~~~^~~~~~~~~~~~~~~~~~~~~
> 
> include/rle_data.hpp:160:7: note: candidate: T Gamera::RleDataDetail::prev(T) 
> [with T = std::_List_iterator<Gamera::RleDataDetail::Run<short unsigned int> 
> >]
>      T prev(T i) {
>        ^~~~
> 
> In file included from /usr/include/c++/6/bits/stl_algobase.h:66:0,
>                  from /usr/include/c++/6/vector:60,
>                  from include/gamera.hpp:50,
>                  from include/gameramodule.hpp:38,
>                  from src/imageobject.cpp:22:
> /usr/include/c++/6/bits/stl_iterator_base_funcs.h:217:5: note: candidate: 
> _BidirectionalIterator std::prev(_BidirectionalIterator, typename 
> std::iterator_traits<_Iter>::difference_type) [with _BidirectionalIterator = 
> std::_List_iterator<Gamera::RleDataDetail::Run<short unsigned int> >; 
> typename std::iterator_traits<_Iter>::difference_type = long int]
>      prev(_BidirectionalIterator __x, typename
>      ^~~~
> 
> In file included from include/gamera.hpp:62:0,
>                  from include/gameramodule.hpp:38,
>                  from src/imageobject.cpp:22:
> include/rle_data.hpp: In instantiation of 'void 
> Gamera::RleDataDetail::RleVector<Data>::insert_in_run(size_t, 
> Gamera::RleDataDetail::RleVector<Data>::value_type, typename 
> Gamera::RleDataDetail::RleVector<Data>::list_type::iterator) [with Data = 
> short unsigned int; size_t = long unsigned int; 
> Gamera::RleDataDetail::RleVector<Data>::value_type = short unsigned int; 
> typename Gamera::RleDataDetail::RleVector<Data>::list_type::iterator = 
> std::_List_iterator<Gamera::RleDataDetail::Run<short unsigned int> >]':
> include/rle_data.hpp:620:19:   required from 'void 
> Gamera::RleDataDetail::RleVector<Data>::set(size_t, 
> Gamera::RleDataDetail::RleVector<Data>::value_type, typename 
> Gamera::RleDataDetail::RleVector<Data>::list_type::iterator) [with Data = 
> short unsigned int; size_t = long unsigned int; 
> Gamera::RleDataDetail::RleVector<Data>::value_type = short unsigned int; 
> typename Gamera::RleDataDetail::RleVector<Data>::list_type::iterator = 
> std::_List_iterator<Gamera::RleDataDetail::Run<short unsigned int> >]'
> include/rle_data.hpp:423:2:   required from 'void 
> Gamera::RleDataDetail::RleVectorIteratorBase<V, Iterator, 
> ListIterator>::set(const value_type&) [with V = 
> Gamera::RleDataDetail::RleVector<short unsigned int>; Iterator = 
> Gamera::RleDataDetail::RleVectorIterator<Gamera::RleDataDetail::RleVector<short
>  unsigned int> >; ListIterator = 
> std::_List_iterator<Gamera::RleDataDetail::Run<short unsigned int> >; 
> Gamera::RleDataDetail::RleVectorIteratorBase<V, Iterator, 
> ListIterator>::value_type = short unsigned int]'
> include/accessor.hpp:55:7:   required from 'void 
> Gamera::ImageAccessor<T>::set(const value_type&, Iterator) const [with 
> Iterator = 
> Gamera::RleDataDetail::RleVectorIterator<Gamera::RleDataDetail::RleVector<short
>  unsigned int> >; T = short unsigned int; 
> Gamera::ImageAccessor<T>::value_type = short unsigned int]'
> include/image_view.hpp:299:7:   required from 'void 
> Gamera::ImageView<T>::set(const Gamera::Point&, 
> Gamera::ImageView<T>::value_type) [with T = Gamera::RleImageData<short 
> unsigned int>; Gamera::ImageView<T>::value_type = short unsigned int]'
> src/imageobject.cpp:835:73:   required from here
> include/rle_data.hpp:681:48: error: call of overloaded 
> 'prev(std::__cxx11::list<Gamera::RleDataDetail::Run<short unsigned int>, 
> std::allocator<Gamera::RleDataDetail::Run<short unsigned int> > 
> >::iterator&)' is ambiguous
>       typename list_type::iterator prev_i = prev(i);
>                                             ~~~~^~~
> 
> include/rle_data.hpp:160:7: note: candidate: T Gamera::RleDataDetail::prev(T) 
> [with T = std::_List_iterator<Gamera::RleDataDetail::Run<short unsigned int> 
> >]
>      T prev(T i) {
>        ^~~~
> 
> In file included from /usr/include/c++/6/bits/stl_algobase.h:66:0,
>                  from /usr/include/c++/6/vector:60,
>                  from include/gamera.hpp:50,
>                  from include/gameramodule.hpp:38,
>                  from src/imageobject.cpp:22:
> /usr/include/c++/6/bits/stl_iterator_base_funcs.h:217:5: note: candidate: 
> _BidirectionalIterator std::prev(_BidirectionalIterator, typename 
> std::iterator_traits<_Iter>::difference_type) [with _BidirectionalIterator = 
> std::_List_iterator<Gamera::RleDataDetail::Run<short unsigned int> >; 
> typename std::iterator_traits<_Iter>::difference_type = long int]
>      prev(_BidirectionalIterator __x, typename
>      ^~~~
> 
> In file included from include/gamera.hpp:62:0,
>                  from include/gameramodule.hpp:38,
>                  from src/imageobject.cpp:22:
> include/rle_data.hpp:719:48: error: call of overloaded 
> 'next(std::__cxx11::list<Gamera::RleDataDetail::Run<short unsigned int>, 
> std::allocator<Gamera::RleDataDetail::Run<short unsigned int> > 
> >::iterator&)' is ambiguous
>       typename list_type::iterator next_i = next(i);
>                                             ~~~~^~~
> 

--- End Message ---
--- Begin Message ---
Source: gamera
Source-Version: 1:3.4.2+git20160808.1725654-1

We believe that the bug you reported is fixed in the latest version of
gamera, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Stender <[email protected]> (supplier of updated gamera 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 08 Aug 2016 10:45:36 +0200
Source: gamera
Binary: python-gamera python-gamera-dbg python-gamera-dev gamera-gui gamera-doc
Architecture: all source
Version: 1:3.4.2+git20160808.1725654-1
Distribution: unstable
Urgency: medium
Maintainer: Daniel Stender <[email protected]>
Changed-By: Daniel Stender <[email protected]>
Closes: 811998
Description: 
 gamera-doc - documentation for the Gamera framework
 gamera-gui - GUI for the Gamera framework
 python-gamera-dbg - framework for document analysis applications (debug 
symbols)
 python-gamera-dev - framework for document analysis applications (header files)
 python-gamera - framework for building document analysis applications
Changes:
 gamera (1:3.4.2+git20160808.1725654-1) unstable; urgency=medium
 .
   * Update source to latest Git snapshot (Closes: #811998) [thanks
     to Jakub Wilk].
   * deb/control: update Homepage.
   * deb/copyright: update Source.
   * deb/watch: upstream moved to Github repo.
Checksums-Sha1: 
 c93c20aa64e90ab3bd65c6a1571b8a05ed54163f 2734 
gamera_3.4.2+git20160808.1725654-1.dsc
 91d7f43c6ff05049731131771ef5cead80b15689 4619576 
gamera_3.4.2+git20160808.1725654.orig.tar.bz2
 b8c5101083b02fcae2d5e9426c1f5e6d52319454 33932 
gamera_3.4.2+git20160808.1725654-1.debian.tar.xz
 4615a483008f8d135e079fba49339f4a8452d6d5 2753330 
gamera-doc_3.4.2+git20160808.1725654-1_all.deb
 cb0d1b76836f847386b0e7ce1e0f66ecb29e7dc9 373332 
gamera-gui_3.4.2+git20160808.1725654-1_all.deb
 a0826f6175fad42327b5b353b3c7146d41a3bb79 161430 
python-gamera-dev_3.4.2+git20160808.1725654-1_all.deb
Checksums-Sha256: 
 de04df6a1974c424ea15f06f70336a759e9bac7cbe2668ef770160085fa5d8b6 2734 
gamera_3.4.2+git20160808.1725654-1.dsc
 6b2a47b9467d653db4263a609385006eee788509f0b4c7108fffac994e187094 4619576 
gamera_3.4.2+git20160808.1725654.orig.tar.bz2
 09087548f0ec7a08fe45eb2c7149f1410523c2e29f25d9073c3c43b70ce21adc 33932 
gamera_3.4.2+git20160808.1725654-1.debian.tar.xz
 873dc9026f5e94332a7bee5d2cfaaa21005a6dd5bea627f976032701e0be798f 2753330 
gamera-doc_3.4.2+git20160808.1725654-1_all.deb
 715b8743ab418e0954cce58c500caf196db74c733a880cde3c26205672482586 373332 
gamera-gui_3.4.2+git20160808.1725654-1_all.deb
 29ec51102544f42a670348f2172400b0f3d80e49bb6d9646907cb3a0068a5197 161430 
python-gamera-dev_3.4.2+git20160808.1725654-1_all.deb
Files: 
 0616b72112d94a7b228c572abdc70085 2734 python optional 
gamera_3.4.2+git20160808.1725654-1.dsc
 534ffefd5e9680829b19a27b5b011bdb 4619576 python optional 
gamera_3.4.2+git20160808.1725654.orig.tar.bz2
 336e23f55c5dc0f5d9615435549dcfce 33932 python optional 
gamera_3.4.2+git20160808.1725654-1.debian.tar.xz
 439f6a7de951a8ab84821338d743b7fa 2753330 doc optional 
gamera-doc_3.4.2+git20160808.1725654-1_all.deb
 bacd1e811549e699dc971cb0fd104278 373332 python optional 
gamera-gui_3.4.2+git20160808.1725654-1_all.deb
 e01124e3e5226f80ae72c9fe2629c045 161430 python optional 
python-gamera-dev_3.4.2+git20160808.1725654-1_all.deb

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

iQIcBAEBCgAGBQJXqEtgAAoJEBXgmvTfUYLI/7IQAKyWzgjSpO0bu6eO9ChvBaFQ
x5ClIr0bVLw08iIVecUV/gY1oT0sM73aq1nHlMMtk0pPFc/16kmFYucaLuULP0aR
j2irfku+7cFakKNnnJ7Rk9NxkL6sMoHGaR+2HUTUnDSX7d28DO8pVsaIekLpsDhq
4PYm/dwLWcNGjJnNtwBQBJ4fVKfeiXOPFgYA/S/KROh08obrvlH369S4R65pJIYv
l/Ryo0i4WA24t5Wg2Vm4xQYRQpH0404fjtzTc9en7x0+siZMYVrTSbCPF7UxL4Vn
NIFDFN+foZneR0r1qMrcFGBRfsZVPU6Tu9ngRRF023HVm/U2bteKYV2UY4e2hQ1b
OtUhEYuU/oMI6p6LrLfjsvDyxJGLOHeoJemeIlaWU5ATZ4O3oAcrsjWhdsoDhNQr
i3ofATGXb9oh5LZWo5DzoBlz916Yyta9abMd/kA2tOGSSZwLGVXAgciU44aXIK5C
nwfBaR4aB6M8iKqRX1dSk+Y7SxwO4bNvlBsPG5KmgWWGhEnYnoj5svd6lSKtsOCq
ueKHQgITS5jOmA6d7Uxml1Kgun8vIL/ioh9o924JfnzopTsEJ/j/NOOOdsHzds4q
6GYvVTxYTOoaEOEDjtbqzZ8vU6YbklVvGSqcJ3VLN/MpAxlrbHiorExOQenGMyRY
MWhQQnm919SgX+IqAaya
=qfCT
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to