Your message dated Mon, 01 Nov 2021 16:48:54 +0000
with message-id <e1mhauq-000f4l...@fasolo.debian.org>
and subject line Bug#997214: fixed in cpl-plugin-fors 5.5.7+dfsg-1
has caused the Debian Bug report #997214,
regarding cpl-plugin-fors: FTBFS: fors_flat_normalise.cc:582:23: error: 
aggregate ‘std::stringstream ss’ has incomplete type and cannot be defined
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.)


-- 
997214: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997214
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: cpl-plugin-fors
Version: 5.5.6+dfsg-4
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> /bin/bash ../libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 
> -DHAVE_CONFIG_H -I. -I..  -I../mosca/hdrl -I../mosca/libmosca -I../irplib 
> -I/usr/include/cpl -I/usr/include  -Wdate-time -D_FORTIFY_SOURCE=2 -Wall 
> -Wextra  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -Wformat -Werror=format-security -c -o fors_img_science_impl.lo 
> fors_img_science_impl.cc
> In file included from ../mosca/libmosca/vector_utils.h:178,
>                  from fors_flat_normalise.cc:37:
> ../mosca/libmosca/vector_utils.tcc: In member function ‘void 
> mosca::vector_polynomial::fit(const std::vector<T>&, std::vector<T>&, const 
> std::vector<bool>&, size_t&)’:
> ../mosca/libmosca/vector_utils.tcc:371:13: warning: ‘cpl_polynomial* 
> cpl_polynomial_fit_1d_create(const cpl_vector*, const cpl_vector*, cpl_size, 
> double*)’ is deprecated [-Wdeprecated-declarations]
>   370 |     m_pol_fit = cpl_polynomial_fit_1d_create
>       |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>   371 |             (xpos, filtered_values, polyorder, NULL);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/cpl_image_resample.h:33,
>                  from /usr/include/cpl_image.h:31,
>                  from /usr/include/cpl.h:28,
>                  from ./fors_flat_normalise.h:31,
>                  from fors_flat_normalise.cc:34:
> /usr/include/cpl_polynomial.h:111:18: note: declared here
>   111 | cpl_polynomial * cpl_polynomial_fit_1d_create(const cpl_vector *,
>       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from ../mosca/libmosca/image_spline_fit.h:47,
>                  from fors_flat_normalise.cc:38:
> ../mosca/libmosca/image_spline_fit.tcc: In function ‘void 
> mosca::image_pol_1d_fit(mosca::image&, int, double)’:
> ../mosca/libmosca/image_spline_fit.tcc:255:13: warning: ‘cpl_polynomial* 
> cpl_polynomial_fit_1d_create(const cpl_vector*, const cpl_vector*, cpl_size, 
> double*)’ is deprecated [-Wdeprecated-declarations]
>   254 |     cpl_polynomial * pol_fit = cpl_polynomial_fit_1d_create
>       |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>   255 |             (xpos_final, values_final, polyorder, NULL);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/cpl_image_resample.h:33,
>                  from /usr/include/cpl_image.h:31,
>                  from /usr/include/cpl.h:28,
>                  from ./fors_flat_normalise.h:31,
>                  from fors_flat_normalise.cc:34:
> /usr/include/cpl_polynomial.h:111:18: note: declared here
>   111 | cpl_polynomial * cpl_polynomial_fit_1d_create(const cpl_vector *,
>       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../mosca/hdrl 
> -I../mosca/libmosca -I../irplib -I/usr/include/cpl -I/usr/include -Wdate-time 
> -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -c 
> fors_img_science_impl.cc  -fPIC -DPIC -o .libs/fors_img_science_impl.o
> fors_flat_normalise.cc: In function ‘void dump_vector(const 
> std::vector<float>&)’:
> fors_flat_normalise.cc:582:23: error: aggregate ‘std::stringstream ss’ has 
> incomplete type and cannot be defined
>   582 |     std::stringstream ss;
>       |                       ^~
> /bin/bash ../libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 
> -DHAVE_CONFIG_H -I. -I..  -I../mosca/hdrl -I../mosca/libmosca -I../irplib 
> -I/usr/include/cpl -I/usr/include  -Wdate-time -D_FORTIFY_SOURCE=2 -Wall 
> -Wextra  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -Wformat -Werror=format-security -c -o fors_img_screen_flat_impl.lo 
> fors_img_screen_flat_impl.cc
> In file included from ../mosca/libmosca/profile_providers.h:126,
>                  from ../mosca/libmosca/image_normalisation.tcc:36,
>                  from ../mosca/libmosca/image_normalisation.h:60,
>                  from fors_flat_normalise.cc:39:
> ../mosca/libmosca/profile_providers.tcc: In instantiation of ‘void 
> mosca::profile_spatial_fitter::fit(std::vector<T>&, std::vector<T>&) const 
> [with T = float]’:
> ../mosca/libmosca/profile_providers.tcc:141:15:   required from 
> ‘mosca::profile_provider_base<T>::profile_provider_base(const mosca::image&, 
> const mosca::image&, profile_smootherType, FitterType, mosca::axis, 
> mosca::axis) [with profile_smootherType = mosca::profile_smoother; FitterType 
> = mosca::profile_spatial_fitter; T = float]’
> ../mosca/libmosca/profile_providers.tcc:203:47:   required from 
> ‘mosca::spatial_profile_provider<T>::spatial_profile_provider(const 
> mosca::image&, const mosca::image&, int, int, double) [with T = float]’
> ../mosca/libmosca/image_normalisation.tcc:64:33:   required from 
> ‘mosca::image mosca::image_normalise(const mosca::image&, const 
> mosca::image&, int, int, int, int, double, std::vector<T>&, std::vector<T>&) 
> [with T = float]’
> fors_flat_normalise.cc:238:55:   required from here
> ../mosca/libmosca/profile_providers.tcc:62:82: warning: unused parameter 
> ‘weight_profile’ [-Wunused-parameter]
>    62 | void mosca::profile_spatial_fitter::fit(std::vector<T>& profile, 
> std::vector<T>& weight_profile) const{
>       |                                                                  
> ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
> libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../mosca/hdrl 
> -I../mosca/libmosca -I../irplib -I/usr/include/cpl -I/usr/include -Wdate-time 
> -D_FORTIFY_SOURCE=2 -Wall -Wextra -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -c 
> fors_img_screen_flat_impl.cc  -fPIC -DPIC -o .libs/fors_img_screen_flat_impl.o
> In file included from ../mosca/libmosca/mosca_image.h:138,
>                  from ./fors_flat_normalise.h:32,
>                  from fors_flat_normalise.cc:34:
> ../mosca/libmosca/mosca_image.tcc: In instantiation of ‘std::vector<T> 
> mosca::image::collapse(mosca::axis, collapseFuncType) const [with T = float; 
> collapseOperatorType = mosca::image::collapse<float>(mosca::axis) 
> const::<lambda(const cpl_image*, int)>]’:
> ../mosca/libmosca/mosca_image.tcc:126:23:   required from ‘std::vector<T> 
> mosca::image::collapse(mosca::axis) const [with T = float]’
> ../mosca/libmosca/profile_providers.tcc:113:38:   required from 
> ‘mosca::profile_provider_base<T>::profile_provider_base(const mosca::image&, 
> const mosca::image&, profile_smootherType, FitterType, mosca::axis, 
> mosca::axis) [with profile_smootherType = mosca::profile_smoother; FitterType 
> = mosca::profile_spatial_fitter; T = float]’
> ../mosca/libmosca/profile_providers.tcc:203:47:   required from 
> ‘mosca::spatial_profile_provider<T>::spatial_profile_provider(const 
> mosca::image&, const mosca::image&, int, int, double) [with T = float]’
> ../mosca/libmosca/image_normalisation.tcc:64:33:   required from 
> ‘mosca::image mosca::image_normalise(const mosca::image&, const 
> mosca::image&, int, int, int, int, double, std::vector<T>&, std::vector<T>&) 
> [with T = float]’
> fors_flat_normalise.cc:238:55:   required from here
> ../mosca/libmosca/mosca_image.tcc:163:25: warning: comparison of integer 
> expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and 
> ‘cpl_size’ {aka ‘long long int’} [-Wsign-compare]
>   163 |     for(size_t i = 0; i < size; i++)
>       |                       ~~^~~~~~
> In file included from ../mosca/libmosca/vector_utils.h:178,
>                  from fors_flat_normalise.cc:37:
> ../mosca/libmosca/vector_utils.tcc: In instantiation of ‘void 
> mosca::vector_polynomial::fit(const std::vector<T>&, std::vector<T>&, const 
> std::vector<bool>&, size_t&) [with T = float; size_t = long unsigned int]’:
> ../mosca/libmosca/vector_utils.tcc:319:8:   required from ‘void 
> mosca::vector_polynomial::fit(std::vector<T>&, const std::vector<bool>&, 
> size_t&) [with T = float; size_t = long unsigned int]’
> ../mosca/libmosca/profile_providers.tcc:74:18:   required from ‘void 
> mosca::profile_spatial_fitter::fit(std::vector<T>&, std::vector<T>&) const 
> [with T = float]’
> ../mosca/libmosca/profile_providers.tcc:141:15:   required from 
> ‘mosca::profile_provider_base<T>::profile_provider_base(const mosca::image&, 
> const mosca::image&, profile_smootherType, FitterType, mosca::axis, 
> mosca::axis) [with profile_smootherType = mosca::profile_smoother; FitterType 
> = mosca::profile_spatial_fitter; T = float]’
> ../mosca/libmosca/profile_providers.tcc:203:47:   required from 
> ‘mosca::spatial_profile_provider<T>::spatial_profile_provider(const 
> mosca::image&, const mosca::image&, int, int, double) [with T = float]’
> ../mosca/libmosca/image_normalisation.tcc:64:33:   required from 
> ‘mosca::image mosca::image_normalise(const mosca::image&, const 
> mosca::image&, int, int, int, int, double, std::vector<T>&, std::vector<T>&) 
> [with T = float]’
> fors_flat_normalise.cc:238:55:   required from here
> ../mosca/libmosca/vector_utils.tcc:360:34: warning: comparison of integer 
> expressions of different signedness: ‘cpl_size’ {aka ‘long long int’} and 
> ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
>   360 |     if(cpl_vector_get_size(xpos) < polyorder + 1)
>       |        ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
> ../mosca/libmosca/vector_utils.tcc:371:13: warning: ‘cpl_polynomial* 
> cpl_polynomial_fit_1d_create(const cpl_vector*, const cpl_vector*, cpl_size, 
> double*)’ is deprecated [-Wdeprecated-declarations]
>   370 |     m_pol_fit = cpl_polynomial_fit_1d_create
>       |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>   371 |             (xpos, filtered_values, polyorder, NULL);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/cpl_image_resample.h:33,
>                  from /usr/include/cpl_image.h:31,
>                  from /usr/include/cpl.h:28,
>                  from ./fors_flat_normalise.h:31,
>                  from fors_flat_normalise.cc:34:
> /usr/include/cpl_polynomial.h:111:18: note: declared here
>   111 | cpl_polynomial * cpl_polynomial_fit_1d_create(const cpl_vector *,
>       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from ../mosca/libmosca/vector_utils.h:178,
>                  from fors_flat_normalise.cc:37:
> ../mosca/libmosca/vector_utils.tcc:371:13: warning: ‘cpl_polynomial* 
> cpl_polynomial_fit_1d_create(const cpl_vector*, const cpl_vector*, cpl_size, 
> double*)’ is deprecated [-Wdeprecated-declarations]
>   370 |     m_pol_fit = cpl_polynomial_fit_1d_create
>       |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>   371 |             (xpos, filtered_values, polyorder, NULL);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/cpl_image_resample.h:33,
>                  from /usr/include/cpl_image.h:31,
>                  from /usr/include/cpl.h:28,
>                  from ./fors_flat_normalise.h:31,
>                  from fors_flat_normalise.cc:34:
> /usr/include/cpl_polynomial.h:111:18: note: declared here
>   111 | cpl_polynomial * cpl_polynomial_fit_1d_create(const cpl_vector *,
>       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from ../mosca/libmosca/vector_utils.h:178,
>                  from fors_flat_normalise.cc:37:
> ../mosca/libmosca/vector_utils.tcc:371:13: warning: ‘cpl_polynomial* 
> cpl_polynomial_fit_1d_create(const cpl_vector*, const cpl_vector*, cpl_size, 
> double*)’ is deprecated [-Wdeprecated-declarations]
>   370 |     m_pol_fit = cpl_polynomial_fit_1d_create
>       |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>   371 |             (xpos, filtered_values, polyorder, NULL);
>       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/cpl_image_resample.h:33,
>                  from /usr/include/cpl_image.h:31,
>                  from /usr/include/cpl.h:28,
>                  from ./fors_flat_normalise.h:31,
>                  from fors_flat_normalise.cc:34:
> /usr/include/cpl_polynomial.h:111:18: note: declared here
>   111 | cpl_polynomial * cpl_polynomial_fit_1d_create(const cpl_vector *,
>       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> make[4]: *** [Makefile:800: fors_flat_normalise.lo] Error 1


The full build log is available from:
http://qa-logs.debian.net/2021/10/23/cpl-plugin-fors_5.5.6+dfsg-4_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!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: cpl-plugin-fors
Source-Version: 5.5.7+dfsg-1
Done: Ole Streicher <oleb...@debian.org>

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

Debian distribution maintenance software
pp.
Ole Streicher <oleb...@debian.org> (supplier of updated cpl-plugin-fors 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: Mon, 01 Nov 2021 11:35:51 +0100
Source: cpl-plugin-fors
Architecture: source
Version: 5.5.7+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Astronomy Maintainers 
<debian-astro-maintain...@lists.alioth.debian.org>
Changed-By: Ole Streicher <oleb...@debian.org>
Closes: 997214
Changes:
 cpl-plugin-fors (5.5.7+dfsg-1) unstable; urgency=medium
 .
   * New upstream version 5.5.7+dfsg. Closes: #997214
   * Rediff patches
   * Push Standards-Version to 4.6.0. No changes required
Checksums-Sha1:
 f2af68074d9fbf70771d1c7a21f112967c0313e8 2431 cpl-plugin-fors_5.5.7+dfsg-1.dsc
 7ad06c3ce32e2f52d43921a15b49275bbbf472d9 1299476 
cpl-plugin-fors_5.5.7+dfsg.orig.tar.xz
 95555a6750dbbda39787763e6c3906a260e56c00 12996 
cpl-plugin-fors_5.5.7+dfsg-1.debian.tar.xz
Checksums-Sha256:
 52c318a643e4f683806c17b019abce31304b52b933b081ddb63e55fe470f6337 2431 
cpl-plugin-fors_5.5.7+dfsg-1.dsc
 74572d7ca63d5f5568a4c155df2cc75fb7e854cc7c6573a7e2dc17c32151a13e 1299476 
cpl-plugin-fors_5.5.7+dfsg.orig.tar.xz
 7598bc70b8aea971691338037253134cf1ea6cfecd767d6ee8728a6648dff8b8 12996 
cpl-plugin-fors_5.5.7+dfsg-1.debian.tar.xz
Files:
 7e11df6a6882af3df2f05f2f2525cee8 2431 science optional 
cpl-plugin-fors_5.5.7+dfsg-1.dsc
 761a72df1df2a7f82fa85d48b4e3eea2 1299476 science optional 
cpl-plugin-fors_5.5.7+dfsg.orig.tar.xz
 6634d0e9e253170384b381def5964fa2 12996 science optional 
cpl-plugin-fors_5.5.7+dfsg-1.debian.tar.xz

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

iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAmGAFxUACgkQcRWv0HcQ
3PeeUhAAxJfw3ZeEmndftT9yAMxySAewiWSzQ5V++kfIlVioF+6qxIhXxku94jOW
+3wTjymj0HJl63ssEXZIrsQDEzivlEgNSn2yVJyfuP8ka6jjdta+D2HzjE0l4d9L
gHXCqQ4QqXka0BGZbezFrz2UiMoJW//0nVYL9LMIWc6MZsQYxxxnnzZqWrwapgyT
tsZuiddg4wHywQtvWrSYTk0DFBrkVL1cMLCxWAInJWlRFo71JDt29ZeyLVGBWuzP
THBz/et7fcGsmopSQ31FjBb3WBIoEU5zWMTf/ixHj3J++0aN+gwvrQYgqgPH4gtA
m+wDMDUWUNah+Vti8qn4bGKz+MPgbh3e5+hXrzUxliHgkf60kkpAka/DDEvjYbpx
KW1whXVZC9WwBx2j8n4O/1RVr2/jDNCSmT1w38S9wQzqOHm5DjzWX6qa+qoav2ne
ZSXNivAKHaWb4BD0Jwml1EBlJK6TWn3FL5sAMYeETDs4D3l+MXrzMDFT2c1UqdFd
egUZyAnl0Wf3ECgrGTjg+E2iiRpUYia6YHedY5N76blPCc6uJlnBYQ9L6FqmSdgZ
JeAa3OSgQHvuBQMKobhEghh8vL/j3/zxaWxSy+Zw1sUq5CHkjk7DM7r38upMH1US
tywqd8dyH6s7C6ibSaR6wKG+DBpq9C3R68aNsVEDeT8wUxNjUOs=
=ZQWK
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to