Your message dated Thu, 05 Dec 2019 06:29:47 +0000
with message-id <e1icke3-000ca1...@fasolo.debian.org>
and subject line Bug#945179: Removed package(s) from unstable
has caused the Debian Bug report #925689,
regarding gamera: ftbfs with GCC-9
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.)


-- 
925689: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925689
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gamera
Version: 1:3.4.3-1
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-9

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-9/g++-9, but succeeds to build with gcc-8/g++-8. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc9-20190321/gamera_3.4.3-1_unstable_gcc9.log
The last lines of the build log are at the end of this report.

To build with GCC 9, either set CC=gcc-9 CXX=g++-9 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-9/porting_to.html

GCC 9 also passes the linker option --as-needed by default; typical
build issues are passing libraries before object files to the linker,
or underlinking of convenience libraries built from the same source.

[...]
test_plugins.TestPlugins.test_plugin_sauvola_threshold ... ok
test_plugins.TestPlugins.test_plugin_save_PNG ... ok
test_plugins.TestPlugins.test_plugin_save_image ... ok
test_plugins.TestPlugins.test_plugin_save_tiff ... ok
test_plugins.TestPlugins.test_plugin_scale ... ok
test_plugins.TestPlugins.test_plugin_segmentation_error ... ok
test_plugins.TestPlugins.test_plugin_shading_subtraction ... ok
test_plugins.TestPlugins.test_plugin_shaped_grouping_function ... ok
test_plugins.TestPlugins.test_plugin_shear_column ... ok
test_plugins.TestPlugins.test_plugin_shear_row ... ok
test_plugins.TestPlugins.test_plugin_simple_sharpen ... ok
test_plugins.TestPlugins.test_plugin_skeleton_features ... ok
test_plugins.TestPlugins.test_plugin_sobel_edge_detection ... ok
test_plugins.TestPlugins.test_plugin_soft_threshold ... ok
test_plugins.TestPlugins.test_plugin_soft_threshold_find_sigma ... ok
test_plugins.TestPlugins.test_plugin_splitx ... ok
test_plugins.TestPlugins.test_plugin_splitx_left ... ok
test_plugins.TestPlugins.test_plugin_splitx_max ... ok
test_plugins.TestPlugins.test_plugin_splitx_right ... ok
test_plugins.TestPlugins.test_plugin_splity ... ok
test_plugins.TestPlugins.test_plugin_splity_bottom ... ok
test_plugins.TestPlugins.test_plugin_splity_top ... ok
test_plugins.TestPlugins.test_plugin_sub_cc_analysis ... ok
test_plugins.TestPlugins.test_plugin_subimage ... ok
test_plugins.TestPlugins.test_plugin_subtract_images ... ok
test_plugins.TestPlugins.test_plugin_textline_reading_order ... ok
test_plugins.TestPlugins.test_plugin_thin_hs ... ok
test_plugins.TestPlugins.test_plugin_thin_hs_large_image ... ok
test_plugins.TestPlugins.test_plugin_thin_lc ... ok
test_plugins.TestPlugins.test_plugin_thin_zs ... ok
test_plugins.TestPlugins.test_plugin_threshold ... ok
test_plugins.TestPlugins.test_plugin_tiff_info ... ok
test_plugins.TestPlugins.test_plugin_to_buffer ... ok
test_plugins.TestPlugins.test_plugin_to_complex ... ok
test_plugins.TestPlugins.test_plugin_to_cv ... ok
test_plugins.TestPlugins.test_plugin_to_float ... ok
test_plugins.TestPlugins.test_plugin_to_grey16 ... ok
test_plugins.TestPlugins.test_plugin_to_greyscale ... ok
test_plugins.TestPlugins.test_plugin_to_nested_list ... ok
test_plugins.TestPlugins.test_plugin_to_onebit ... ok
test_plugins.TestPlugins.test_plugin_to_pil ... ok
test_plugins.TestPlugins.test_plugin_to_rgb ... ok
test_plugins.TestPlugins.test_plugin_to_rle ... ok
test_plugins.TestPlugins.test_plugin_to_xml ... ok
test_plugins.TestPlugins.test_plugin_to_xml_filename ... ok
test_plugins.TestPlugins.test_plugin_top_bottom ... ok
test_plugins.TestPlugins.test_plugin_trim_image ... ok
test_plugins.TestPlugins.test_plugin_tsai_moment_preserving_find_threshold ... 
ok
test_plugins.TestPlugins.test_plugin_tsai_moment_preserving_threshold ... ok
test_plugins.TestPlugins.test_plugin_unclassify ... ok
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_plugins.TestPlugins.test_plugin_zernike_moments_plugin ... ok
test_rect.test_rect ... ok
test_rle.test_rle1 ... Segmentation fault
make: *** [debian/rules:42: build/build-stamp] Error 139
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Version: 1:3.4.3-1+rm

Dear submitter,

as the package gamera has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/945179

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

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

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to