Your message dated Sat, 11 Aug 2018 14:37:12 +0000
with message-id <e1fov0y-000djs...@fasolo.debian.org>
and subject line Bug#897757: fixed in gamera 1:3.4.2+git20160808.1725654-3
has caused the Debian Bug report #897757,
regarding gamera: ftbfs with GCC-8
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.)


-- 
897757: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897757
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gamera
Version: 1:3.4.2+git20160808.1725654-2
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-8

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-8/g++-8, but succeeds to build with gcc-7/g++-7. The
severity of this report will be raised before the buster release.

The full build log can be found at:
http://aws-logs.debian.net/2018/05/01/gcc8/gamera_3.4.2+git20160808.1725654-2_unstable_gcc8.log.gz
The last lines of the build log are at the end of this report.

To build with GCC 8, either set CC=gcc-8 CXX=g++-8 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-8/porting_to.html

[...]
test_plugins.TestPlugins.test_plugin_union_images ... ok
test_plugins.TestPlugins.test_plugin_value ... ok
test_plugins.TestPlugins.test_plugin_variance_filter ... ok
test_plugins.TestPlugins.test_plugin_volume ... ok
test_plugins.TestPlugins.test_plugin_volume16regions ... ok
test_plugins.TestPlugins.test_plugin_volume64regions ... ok
test_plugins.TestPlugins.test_plugin_voronoi_from_labeled_image ... ok
test_plugins.TestPlugins.test_plugin_voronoi_from_points ... ok
test_plugins.TestPlugins.test_plugin_wave ... ok
test_plugins.TestPlugins.test_plugin_white_rohrer_threshold ... ok
test_plugins.TestPlugins.test_plugin_white_speckles ... ok
test_plugins.TestPlugins.test_plugin_wiener_filter ... ok
test_plugins.TestPlugins.test_plugin_xor_image ... ok
test_plugins.TestPlugins.test_plugin_yellow ... ok
test_plugins.TestPlugins.test_plugin_zernike_moments ... ok
test_rect.test_rect ... ok
test_rle.test_rle1 ... FAIL
test_save_image.test_save_image ... ok
test_voronoi.test_wrongparams ... ok
test_voronoi.test_voronoi_cell_labeling ... ok
test_voronoi.test_delaunay_triangulation ... ok
test_xml.test_glyphs_from_xml ... ok
test_xml.test_glyphs_with_features_from_xml ... 
/<<BUILDDIR>>/gamera-3.4.2+git20160808.1725654/build/lib.linux-x86_64-2.7-pydebug/gamera/gamera_xml.py:454:
 DeprecationWarning: Use glyphs_from_xml with a feature descriptor instead of 
glyphs_with_features_from_xml.
  warnings.warn("Use glyphs_from_xml with a feature descriptor instead of 
glyphs_with_features_from_xml.", DeprecationWarning)
ok
test_xml.test_glyphs_to_xml ... ok
test_xml.test_glyphs_to_xml_with_features ... ok
test_xml.test_glyphs_from_xml_gz ... ok
test_xml.test_glyphs_to_xml_gz ... ok
test_xml.test_write_xml ... ok
test_xml.test_symbol_table ... ok
test_xml.test_missing_attributes ... ok
test_xml.test_malformed ... ok

======================================================================
FAIL: test_rle.test_rle1
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/<<BUILDDIR>>/gamera-3.4.2+git20160808.1725654/tests/test_rle.py", line 
23, in test_rle1
    assert image1.color_ccs().to_string() == image2.color_ccs().to_string()
AssertionError

----------------------------------------------------------------------
Ran 586 tests in 8.020s

FAILED (failures=1)
make: *** [debian/rules:45: build/build-stamp] Error 123
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

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

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 897...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Stender <sten...@debian.org> (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 ftpmas...@ftp-master.debian.org)


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

Format: 1.8
Date: Sat, 11 Aug 2018 15:41:59 +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-3
Distribution: unstable
Urgency: medium
Maintainer: Daniel Stender <sten...@debian.org>
Changed-By: Daniel Stender <sten...@debian.org>
Closes: 897757
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-3) unstable; urgency=medium
 .
   * deb/rules: turn off optimization for debugging symbols throughout
     (Closes: #897757).
   * deb/symlink-helper, deb/run-tests.py: some changes to make the
     scripts more PEP8 compliant [Chris Lamb].
 .
     [ Ondřej Nový ]
   * d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
   * d/rules: Remove trailing whitespaces
   * d/control: Remove ancient X-Python-Version field
Checksums-Sha1: 
 77c1aa2e08da26a329c069018ad86a8010e1fc53 2726 
gamera_3.4.2+git20160808.1725654-3.dsc
 e92c38581e7fc26678c9623ca55943bbd52d83aa 33544 
gamera_3.4.2+git20160808.1725654-3.debian.tar.xz
 440da2b2e9cd1c2bb655183a4d0ca8a5210bc3a4 2752596 
gamera-doc_3.4.2+git20160808.1725654-3_all.deb
 96c2092dd7a38f5bce2d4cbc1c6ef3b9fc44fa8d 373800 
gamera-gui_3.4.2+git20160808.1725654-3_all.deb
 afe56858e93d7de0a87753c650f38c33d565cf7b 161812 
python-gamera-dev_3.4.2+git20160808.1725654-3_all.deb
Checksums-Sha256: 
 44c223a575f0553c173d818bacdafabb24f99dba09ae35f23650f091e56ab336 2726 
gamera_3.4.2+git20160808.1725654-3.dsc
 b61a6036facd514c97781c5bc2c729719a02b5dc616f3c23260ee7f89fb8d471 33544 
gamera_3.4.2+git20160808.1725654-3.debian.tar.xz
 89398714f95bae30fbf845a14ffd2c125c873d1497c5813625078998e3667bcb 2752596 
gamera-doc_3.4.2+git20160808.1725654-3_all.deb
 bdb008e3de148b82752f9addfdc774d6c96dcf053c7ce57d74a9d5bf17dcef70 373800 
gamera-gui_3.4.2+git20160808.1725654-3_all.deb
 70a31c932627f6c89a091b3f04ae82b59ae7a5c398e257e6696299a82f945130 161812 
python-gamera-dev_3.4.2+git20160808.1725654-3_all.deb
Files: 
 f9d88bb322842965b53e675decfaed04 2726 python optional 
gamera_3.4.2+git20160808.1725654-3.dsc
 4b461daa611601db02fee0a693d3b7c1 33544 python optional 
gamera_3.4.2+git20160808.1725654-3.debian.tar.xz
 b350cf4a20b8e62a14da678ec6b870c9 2752596 doc optional 
gamera-doc_3.4.2+git20160808.1725654-3_all.deb
 920fe5885ae681c0a832a8fb3fc48368 373800 python optional 
gamera-gui_3.4.2+git20160808.1725654-3_all.deb
 a8810613fea9e6f9db0135701bb29ca4 161812 python optional 
python-gamera-dev_3.4.2+git20160808.1725654-3_all.deb

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEERsscqJ6jt0N2dh25FeCa9N9RgsgFAltu6nQACgkQFeCa9N9R
gsjn+w//cHl5+xBmo7LyIKu72/oEk8SKJGbBUaGP2S+CYKEiLIgkzKi6FFC/VaWC
sIcaetsDClA2AWvuJ5XFqETn3dFFVvtA1g8eR/OQEC/GcCkgiTOW3cUqCpE9Oeo/
E5IiQtw0qivpUszy8CZdcMw2JvxmdhHAIeyEBQfxkFU1EMpl+sc6OyPRrJ9zVgZD
D2uwkfCsql6TbnuHt2yUQuEI0A3BsmaTpVayreYbU0ivEC6ILRXchAkZ3DEF6CLI
82ZQBztLfwD923REQ/mNr7YCSzxlSvZuj1+Psyox8aBQG/YxN1/9JoFjadsMSe0N
DB0A7j02x1kG7xoS8QsLWUwHxRdNl8bjBgtvQb/rNVz6gfOZpvSBlblL9TG8YaV4
BzzJY0VHKmuArbFz7GGieU16R4QPhEKliFh4R3iUEN429ndHJqSveFukiuTkhp2i
w4azT9aLChOpdlh100ymwYmH2cALfeiUwd/scSN1vwgfy16V2/uh0RFsJA7Pn8k6
ZTQtEhHgNlhq0GMZxJQ7q7mPr2X7zntscMXfT0dyB1y6VOIZ46ItYy1OpX3VzLr3
QQD/oOS3m9kPmowRTjSLlDnz2ZS5oTZ+Yk/lKVpNP7mjcijaWiXQaP+/KPq/O0fL
WuD66nO/+bwxggLoVkanys4UHpMis7DqKOrG0NlVyWRTNg8z1Cw=
=hnNM
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to