Your message dated Thu, 12 Mar 2015 21:51:06 +0000
with message-id <e1ywb0u-0005i7...@franck.debian.org>
and subject line Bug#779802: fixed in vtk6 6.1.0+dfsg2-6
has caused the Debian Bug report #779802,
regarding vtk6: FTBFS: error: no matching function for call to 'min(unsigned 
int&, int&)'
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.)


-- 
779802: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779802
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: vtk6
Version: 6.1.0+dfsg2-5
Tags: sid
Severity: serious
Justification: fails to build from source

Dear Maintainer,

vtk6 fails to build on sid/amd64, but it works on jessie/amd64 (hence the sid 
tag).

The errors are:

/tmp/buildd/vtk6-6.1.0+dfsg2/Rendering/FreeType/vtkFreeTypeTools.cxx: In member 
function 'bool vtkFreeTypeTools::CalculateBoundingBox(const T&, 
vtkFreeTypeTools::MetaData&)':
/tmp/buildd/vtk6-6.1.0+dfsg2/Rendering/FreeType/vtkFreeTypeTools.cxx:1190:51: error: no 
matching function for call to 'min(unsigned int&, int&)'
                                   metaData.descent);
                                                   ^
/tmp/buildd/vtk6-6.1.0+dfsg2/Rendering/FreeType/vtkFreeTypeTools.cxx:1190:51: 
note: candidates are:
In file included from /usr/include/c++/4.9/bits/char_traits.h:39:0,
                 from /usr/include/c++/4.9/ios:40,
                 from /usr/include/c++/4.9/ostream:38,
                 from /usr/include/c++/4.9/iostream:39,
                 from /tmp/buildd/vtk6-6.1.0+dfsg2/Common/Core/vtkIOStream.h:33,
                 from 
/tmp/buildd/vtk6-6.1.0+dfsg2/Common/Core/vtkSystemIncludes.h:36,
                 from 
/tmp/buildd/vtk6-6.1.0+dfsg2/debian/build/Common/Core/vtkAtomicInt.h:38,
                 from 
/tmp/buildd/vtk6-6.1.0+dfsg2/Common/Core/vtkObjectBase.h:44,
                 from /tmp/buildd/vtk6-6.1.0+dfsg2/Common/Core/vtkObject.h:42,
                 from 
/tmp/buildd/vtk6-6.1.0+dfsg2/Rendering/FreeType/vtkFreeTypeTools.h:27,
                 from 
/tmp/buildd/vtk6-6.1.0+dfsg2/Rendering/FreeType/vtkFreeTypeTools.cxx:16:
/usr/include/c++/4.9/bits/stl_algobase.h:194:5: note: template<class _Tp> const _Tp& 
std::min(const _Tp&, const _Tp&)
     min(const _Tp& __a, const _Tp& __b)
     ^
/usr/include/c++/4.9/bits/stl_algobase.h:194:5: note:   template argument 
deduction/substitution failed:
/tmp/buildd/vtk6-6.1.0+dfsg2/Rendering/FreeType/vtkFreeTypeTools.cxx:1190:51: 
note:   deduced conflicting types for parameter 'const _Tp' ('unsigned int' and 
'int')
                                   metaData.descent);
                                                   ^
In file included from /usr/include/c++/4.9/bits/char_traits.h:39:0,
                 from /usr/include/c++/4.9/ios:40,
                 from /usr/include/c++/4.9/ostream:38,
                 from /usr/include/c++/4.9/iostream:39,
                 from /tmp/buildd/vtk6-6.1.0+dfsg2/Common/Core/vtkIOStream.h:33,
                 from 
/tmp/buildd/vtk6-6.1.0+dfsg2/Common/Core/vtkSystemIncludes.h:36,
                 from 
/tmp/buildd/vtk6-6.1.0+dfsg2/debian/build/Common/Core/vtkAtomicInt.h:38,
                 from 
/tmp/buildd/vtk6-6.1.0+dfsg2/Common/Core/vtkObjectBase.h:44,
                 from /tmp/buildd/vtk6-6.1.0+dfsg2/Common/Core/vtkObject.h:42,
                 from 
/tmp/buildd/vtk6-6.1.0+dfsg2/Rendering/FreeType/vtkFreeTypeTools.h:27,
                 from 
/tmp/buildd/vtk6-6.1.0+dfsg2/Rendering/FreeType/vtkFreeTypeTools.cxx:16:
/usr/include/c++/4.9/bits/stl_algobase.h:240:5: note: template<class _Tp, class _Compare> 
const _Tp& std::min(const _Tp&, const _Tp&, _Compare)
     min(const _Tp& __a, const _Tp& __b, _Compare __comp)
     ^
/usr/include/c++/4.9/bits/stl_algobase.h:240:5: note:   template argument 
deduction/substitution failed:
/tmp/buildd/vtk6-6.1.0+dfsg2/Rendering/FreeType/vtkFreeTypeTools.cxx:1190:51: 
note:   deduced conflicting types for parameter 'const _Tp' ('unsigned int' and 
'int')
                                   metaData.descent);
                                                   ^
/tmp/buildd/vtk6-6.1.0+dfsg2/Rendering/FreeType/vtkFreeTypeTools.cxx: In member 
function 'void vtkFreeTypeTools::GetLineMetrics(T, T, vtkFreeTypeTools::MetaData&, 
int&, int*)':
/tmp/buildd/vtk6-6.1.0+dfsg2/Rendering/FreeType/vtkFreeTypeTools.cxx:1954:77: error: no 
matching function for call to 'max(int&, unsigned int&)'
       bbox[1] = std::max(bbox[1], pen[0] + bitmapGlyph->left + bitmap->width);
                                                                             ^
/tmp/buildd/vtk6-6.1.0+dfsg2/Rendering/FreeType/vtkFreeTypeTools.cxx:1954:77: 
note: candidates are:
In file included from /usr/include/c++/4.9/bits/char_traits.h:39:0,
                 from /usr/include/c++/4.9/ios:40,
                 from /usr/include/c++/4.9/ostream:38,
                 from /usr/include/c++/4.9/iostream:39,
                 from /tmp/buildd/vtk6-6.1.0+dfsg2/Common/Core/vtkIOStream.h:33,
                 from 
/tmp/buildd/vtk6-6.1.0+dfsg2/Common/Core/vtkSystemIncludes.h:36,
                 from 
/tmp/buildd/vtk6-6.1.0+dfsg2/debian/build/Common/Core/vtkAtomicInt.h:38,
                 from 
/tmp/buildd/vtk6-6.1.0+dfsg2/Common/Core/vtkObjectBase.h:44,
                 from /tmp/buildd/vtk6-6.1.0+dfsg2/Common/Core/vtkObject.h:42,
                 from 
/tmp/buildd/vtk6-6.1.0+dfsg2/Rendering/FreeType/vtkFreeTypeTools.h:27,
                 from 
/tmp/buildd/vtk6-6.1.0+dfsg2/Rendering/FreeType/vtkFreeTypeTools.cxx:16:
/usr/include/c++/4.9/bits/stl_algobase.h:217:5: note: template<class _Tp> const _Tp& 
std::max(const _Tp&, const _Tp&)
     max(const _Tp& __a, const _Tp& __b)
     ^
/usr/include/c++/4.9/bits/stl_algobase.h:217:5: note:   template argument 
deduction/substitution failed:
/tmp/buildd/vtk6-6.1.0+dfsg2/Rendering/FreeType/vtkFreeTypeTools.cxx:1954:77: 
note:   deduced conflicting types for parameter 'const _Tp' ('int' and 
'unsigned int')
       bbox[1] = std::max(bbox[1], pen[0] + bitmapGlyph->left + bitmap->width);
                                                                             ^
In file included from /usr/include/c++/4.9/bits/char_traits.h:39:0,
                 from /usr/include/c++/4.9/ios:40,
                 from /usr/include/c++/4.9/ostream:38,
                 from /usr/include/c++/4.9/iostream:39,
                 from /tmp/buildd/vtk6-6.1.0+dfsg2/Common/Core/vtkIOStream.h:33,
                 from 
/tmp/buildd/vtk6-6.1.0+dfsg2/Common/Core/vtkSystemIncludes.h:36,
                 from 
/tmp/buildd/vtk6-6.1.0+dfsg2/debian/build/Common/Core/vtkAtomicInt.h:38,
                 from 
/tmp/buildd/vtk6-6.1.0+dfsg2/Common/Core/vtkObjectBase.h:44,
                 from /tmp/buildd/vtk6-6.1.0+dfsg2/Common/Core/vtkObject.h:42,
                 from 
/tmp/buildd/vtk6-6.1.0+dfsg2/Rendering/FreeType/vtkFreeTypeTools.h:27,
                 from 
/tmp/buildd/vtk6-6.1.0+dfsg2/Rendering/FreeType/vtkFreeTypeTools.cxx:16:
/usr/include/c++/4.9/bits/stl_algobase.h:261:5: note: template<class _Tp, class _Compare> 
const _Tp& std::max(const _Tp&, const _Tp&, _Compare)
     max(const _Tp& __a, const _Tp& __b, _Compare __comp)
     ^
/usr/include/c++/4.9/bits/stl_algobase.h:261:5: note:   template argument 
deduction/substitution failed:
/tmp/buildd/vtk6-6.1.0+dfsg2/Rendering/FreeType/vtkFreeTypeTools.cxx:1954:77: 
note:   deduced conflicting types for parameter 'const _Tp' ('int' and 
'unsigned int')
       bbox[1] = std::max(bbox[1], pen[0] + bitmapGlyph->left + bitmap->width);
                                                                             ^
/tmp/buildd/vtk6-6.1.0+dfsg2/Rendering/FreeType/vtkFreeTypeTools.cxx:1955:79: error: no 
matching function for call to 'min(int&, unsigned int&)'
       bbox[2] = std::min(bbox[2], pen[1] + bitmapGlyph->top - 1 - 
bitmap->rows);
                                                                               ^
/tmp/buildd/vtk6-6.1.0+dfsg2/Rendering/FreeType/vtkFreeTypeTools.cxx:1955:79: 
note: candidates are:
In file included from /usr/include/c++/4.9/bits/char_traits.h:39:0,
                 from /usr/include/c++/4.9/ios:40,
                 from /usr/include/c++/4.9/ostream:38,
                 from /usr/include/c++/4.9/iostream:39,
                 from /tmp/buildd/vtk6-6.1.0+dfsg2/Common/Core/vtkIOStream.h:33,
                 from 
/tmp/buildd/vtk6-6.1.0+dfsg2/Common/Core/vtkSystemIncludes.h:36,
                 from 
/tmp/buildd/vtk6-6.1.0+dfsg2/debian/build/Common/Core/vtkAtomicInt.h:38,
                 from 
/tmp/buildd/vtk6-6.1.0+dfsg2/Common/Core/vtkObjectBase.h:44,
                 from /tmp/buildd/vtk6-6.1.0+dfsg2/Common/Core/vtkObject.h:42,
                 from 
/tmp/buildd/vtk6-6.1.0+dfsg2/Rendering/FreeType/vtkFreeTypeTools.h:27,
                 from 
/tmp/buildd/vtk6-6.1.0+dfsg2/Rendering/FreeType/vtkFreeTypeTools.cxx:16:
/usr/include/c++/4.9/bits/stl_algobase.h:194:5: note: template<class _Tp> const _Tp& 
std::min(const _Tp&, const _Tp&)
     min(const _Tp& __a, const _Tp& __b)
     ^
/usr/include/c++/4.9/bits/stl_algobase.h:194:5: note:   template argument 
deduction/substitution failed:
/tmp/buildd/vtk6-6.1.0+dfsg2/Rendering/FreeType/vtkFreeTypeTools.cxx:1955:79: 
note:   deduced conflicting types for parameter 'const _Tp' ('int' and 
'unsigned int')
       bbox[2] = std::min(bbox[2], pen[1] + bitmapGlyph->top - 1 - 
bitmap->rows);
                                                                               ^
In file included from /usr/include/c++/4.9/bits/char_traits.h:39:0,
                 from /usr/include/c++/4.9/ios:40,
                 from /usr/include/c++/4.9/ostream:38,
                 from /usr/include/c++/4.9/iostream:39,
                 from /tmp/buildd/vtk6-6.1.0+dfsg2/Common/Core/vtkIOStream.h:33,
                 from 
/tmp/buildd/vtk6-6.1.0+dfsg2/Common/Core/vtkSystemIncludes.h:36,
                 from 
/tmp/buildd/vtk6-6.1.0+dfsg2/debian/build/Common/Core/vtkAtomicInt.h:38,
                 from 
/tmp/buildd/vtk6-6.1.0+dfsg2/Common/Core/vtkObjectBase.h:44,
                 from /tmp/buildd/vtk6-6.1.0+dfsg2/Common/Core/vtkObject.h:42,
                 from 
/tmp/buildd/vtk6-6.1.0+dfsg2/Rendering/FreeType/vtkFreeTypeTools.h:27,
                 from 
/tmp/buildd/vtk6-6.1.0+dfsg2/Rendering/FreeType/vtkFreeTypeTools.cxx:16:
/usr/include/c++/4.9/bits/stl_algobase.h:240:5: note: template<class _Tp, class _Compare> 
const _Tp& std::min(const _Tp&, const _Tp&, _Compare)
     min(const _Tp& __a, const _Tp& __b, _Compare __comp)
     ^
/usr/include/c++/4.9/bits/stl_algobase.h:240:5: note:   template argument 
deduction/substitution failed:
/tmp/buildd/vtk6-6.1.0+dfsg2/Rendering/FreeType/vtkFreeTypeTools.cxx:1955:79: 
note:   deduced conflicting types for parameter 'const _Tp' ('int' and 
'unsigned int')
       bbox[2] = std::min(bbox[2], pen[1] + bitmapGlyph->top - 1 - 
bitmap->rows);
                                                                               ^
make[4]: *** 
[Rendering/FreeType/CMakeFiles/vtkRenderingFreeType.dir/vtkFreeTypeTools.cxx.o] 
Error 1
make[3]: *** [Rendering/FreeType/CMakeFiles/vtkRenderingFreeType.dir/all] Error 
2

Best regards,
Andreas

--- End Message ---
--- Begin Message ---
Source: vtk6
Source-Version: 6.1.0+dfsg2-6

We believe that the bug you reported is fixed in the latest version of
vtk6, 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 779...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Anton Gladky <gl...@debian.org> (supplier of updated vtk6 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: SHA1

Format: 1.8
Date: Thu, 12 Mar 2015 18:44:44 +0100
Source: vtk6
Binary: libvtk6.1 libvtk6-dev python-vtk6 tcl-vtk6 vtk6 vtk6-doc vtk6-examples
Architecture: source all
Version: 6.1.0+dfsg2-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Anton Gladky <gl...@debian.org>
Description:
 libvtk6-dev - VTK header files for building C++ code
 libvtk6.1  - Visualization Toolkit - A high level 3D visualization library - r
 python-vtk6 - Python bindings for VTK
 tcl-vtk6   - Tcl bindings for VTK
 vtk6       - Binaries for VTK6
 vtk6-doc   - VTK class reference documentation
 vtk6-examples - C++, Tcl and Python example programs/scripts for VTK
Closes: 779802
Changes:
 vtk6 (6.1.0+dfsg2-6) unstable; urgency=medium
 .
   [ James Cowgill ]
   * [0b9b309] Fix FTBFS due to new freetype. (Closes: #779802)
Checksums-Sha1:
 79127846773408d3bb29fd4080ff0ed07928b983 3421 vtk6_6.1.0+dfsg2-6.dsc
 5bd16ea3b365b736882c31c3d143c7cf04162bdf 30556 vtk6_6.1.0+dfsg2-6.debian.tar.xz
 400f709d49f23dd54644af35d4cf4057d11962e9 43521536 
vtk6-doc_6.1.0+dfsg2-6_all.deb
 c441dd240340cf1766b1999ef9189d7da99ce229 462498 
vtk6-examples_6.1.0+dfsg2-6_all.deb
Checksums-Sha256:
 c72432abbc03a0d836624617438ecf47e3b2981d4dd39fb96f318e323a7be3bc 3421 
vtk6_6.1.0+dfsg2-6.dsc
 f6efa0c60d5fd1fa3a78cf67e02ab54dc99291efeaa3268d351506ad35556d56 30556 
vtk6_6.1.0+dfsg2-6.debian.tar.xz
 683b5f0c4170419a30ae9d6df6ccdc9777493e1d269b06749b3107783dcd0299 43521536 
vtk6-doc_6.1.0+dfsg2-6_all.deb
 08ee00c3196be85309c20de093678cd6e7328794eee3a3a42bbd2dd1bc386c76 462498 
vtk6-examples_6.1.0+dfsg2-6_all.deb
Files:
 0b0e404e1745dd13d0515af207031c13 3421 graphics optional vtk6_6.1.0+dfsg2-6.dsc
 8ad419d6e16e68c3de64e1555b16f017 30556 graphics optional 
vtk6_6.1.0+dfsg2-6.debian.tar.xz
 b310e5270bd528dce9bda63212812423 43521536 doc optional 
vtk6-doc_6.1.0+dfsg2-6_all.deb
 d1524e28ca13fbbfc725a3a9383e0938 462498 graphics optional 
vtk6-examples_6.1.0+dfsg2-6_all.deb

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

iQIcBAEBAgAGBQJVAgS+AAoJENPhc4PPp/8GTyYP/0MVKAzOQT/Vc3CjVXwnGS9B
ktF2v9Aa4OFFndt6fa1IwKGEr9bKtQS/6pyelYWLosupmnDUUGI3OCV5b+fvJvO5
egwB0wpA4LsRoTfa8vzvwwnNcSnfcWRBnoujCI8B9vpin0oob1WhlOSwT1/H4N9a
xbds0bFP58A+XMn4aty7lZ3Rb+ekC9ZlFhXn3R5pwd+gO8ODR39blhV9It8bzlJn
cSyhJZvBFPbZFZBB6mW4//lFmovB2RVybjjLI24G5ig/evOs6kzLQV1F3B3QzHyq
PpG6i69n0HbzDRFnobB4CtJceM/Y87rdieYCwtl3vP3FxKWgQqjyvysaJcDKVPD8
JQkdxwe02ufweE5g+oOQOhBZ+k7dobjdIhxWCShLyE/0FMmbtJ8tXQFfAJ9o31BQ
2630GoQSbDZJskGFhBIMwJVaAO99U/5QSAhDm+t+ABr23e/JZd6srXbLJ6PAFyq5
E+6R2GRnN20fv0YcBHNX0hBgW/RkSBI71PMG0e8/a3V9HZEQDocqv23+IRxmav6E
wQA1A4di7F/QftKu7Gk7wMcxcLifDatEHSX2gfeOoZIVu1lUvkflAfMu35TSrT7R
KEDzt4AHGmlZINjBwbKRjxnAWZnEzba1oOMIzwF/kFK7pjOCEPiD24IJ/yZ+Z0W+
GHpIKLo5MNForQa9G3gY
=ztWP
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to