Your message dated Mon, 01 Nov 2021 16:49:00 +0000
with message-id <e1mhauw-000f7n...@fasolo.debian.org>
and subject line Bug#997195: fixed in cpl-plugin-vimos 4.1.6+dfsg-1
has caused the Debian Bug report #997195,
regarding cpl-plugin-vimos: FTBFS: vimos_flat_normalise.cc:479: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.)


-- 
997195: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997195
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: cpl-plugin-vimos
Version: 4.1.1+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..  -D_XOPEN_SOURCE -I../casu/src -I../mosca/hdrl 
> -I../mosca/libmosca  -I../vimos -I../casu/src -I../mosca/libmosca 
> -I../libpil/pil -I../libpil/kazlib -I../external/libwcs -I../irplib 
> -I/usr/include/cpl -I/usr/include -I/usr/include/cext -I/usr/include 
> -I/usr/include/cfitsio  -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -c -o vimos_calib_impl.lo vimos_calib_impl.cc
> libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -D_XOPEN_SOURCE 
> -I../casu/src -I../mosca/hdrl -I../mosca/libmosca -I../vimos -I../casu/src 
> -I../mosca/libmosca -I../libpil/pil -I../libpil/kazlib -I../external/libwcs 
> -I../irplib -I/usr/include/cpl -I/usr/include -I/usr/include/cext 
> -I/usr/include -I/usr/include/cfitsio -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -c vimos_calib_impl.cc  -fPIC -DPIC -o 
> .libs/vimos_calib_impl.o
> moses.c: In function ‘mos_wavelength_calibration_raw’:
> moses.c:6424:19: warning: argument 1 range [18446744071562067968, 
> 18446744073709551615] exceeds maximum object size 9223372036854775807 
> [-Walloc-size-larger-than=]
>  6424 |         have_it = cpl_calloc(ny, sizeof(int));
>       |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/cpl.h:45,
>                  from ./fors_tools.h:31,
>                  from moses.c:39:
> /usr/include/cpl_memory.h:35:7: note: in a call to allocation function 
> ‘cpl_calloc’ declared here
>    35 | void *cpl_calloc(size_t, size_t) CPL_ATTR_CALLOC;
>       |       ^~~~~~~~~~
> In file included from ../mosca/libmosca/vector_utils.h:178,
>                  from vimos_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 vimos_flat_normalise.h:31,
>                  from vimos_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 vimos_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 vimos_flat_normalise.h:31,
>                  from vimos_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 *,
>       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> vimos_flat_normalise.cc: In function ‘void dump_vector(const 
> std::vector<float>&)’:
> vimos_flat_normalise.cc:479:23: error: aggregate ‘std::stringstream ss’ has 
> incomplete type and cannot be defined
>   479 |     std::stringstream ss;
>       |                       ^~
> In file included from ../mosca/libmosca/vector_utils.h:178,
>                  from vimos_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]’
> ../mosca/libmosca/image_normalisation.tcc:84:31:   required from 
> ‘mosca::image mosca::image_normalise_spa_local(const mosca::image&, const 
> mosca::image&, int, int, int, int, double, bool, std::vector<T>&, 
> std::vector<T>&) [with T = float]’
> vimos_flat_normalise.cc:252:65:   required from here
> ../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 vimos_flat_normalise.h:31,
>                  from vimos_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 vimos_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 vimos_flat_normalise.h:31,
>                  from vimos_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 vimos_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 vimos_flat_normalise.h:31,
>                  from vimos_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:783: vimos_flat_normalise.lo] Error 1


The full build log is available from:
http://qa-logs.debian.net/2021/10/23/cpl-plugin-vimos_4.1.1+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-vimos
Source-Version: 4.1.6+dfsg-1
Done: Ole Streicher <oleb...@debian.org>

We believe that the bug you reported is fixed in the latest version of
cpl-plugin-vimos, 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-vimos 
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:13:01 +0100
Source: cpl-plugin-vimos
Architecture: source
Version: 4.1.6+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: 997195
Changes:
 cpl-plugin-vimos (4.1.6+dfsg-1) unstable; urgency=medium
 .
   * New upstream version 4.1.6+dfsg. Closes: #997195
   * Rediff patches
   * Push Standards-Version to 4.6.0. No changes required
Checksums-Sha1:
 9043ee2e4f4a3e5a5d7c7a96869e634ecf397d14 2447 cpl-plugin-vimos_4.1.6+dfsg-1.dsc
 abae126a299712dfe703cf99bd782ed7cbf53705 2147628 
cpl-plugin-vimos_4.1.6+dfsg.orig.tar.xz
 93d00c5a59dd0f8497ef4e936eabf95eaafe60db 11476 
cpl-plugin-vimos_4.1.6+dfsg-1.debian.tar.xz
Checksums-Sha256:
 86cb64488bf447c2383f50dc65d2daaa293082f253679a11b9ea7847c007f9b5 2447 
cpl-plugin-vimos_4.1.6+dfsg-1.dsc
 0936671b03019bf16d61cd33d5156c4a663afb3a0dcf45c29daf7f1b2606ab36 2147628 
cpl-plugin-vimos_4.1.6+dfsg.orig.tar.xz
 72b93031e3a9dcedba3c3d4f996aae6fed922102a77bcacd0f539a8f4d59785b 11476 
cpl-plugin-vimos_4.1.6+dfsg-1.debian.tar.xz
Files:
 a4b448bd4c09ac30a4cbe9471dabb939 2447 science optional 
cpl-plugin-vimos_4.1.6+dfsg-1.dsc
 0bbf91a41e351e711013806b80b95321 2147628 science optional 
cpl-plugin-vimos_4.1.6+dfsg.orig.tar.xz
 2d360866e0f32159dd2bc8ef1286aa43 11476 science optional 
cpl-plugin-vimos_4.1.6+dfsg-1.debian.tar.xz

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

iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAmGAFfcACgkQcRWv0HcQ
3Pc5fg//UviUG65XuagF3N4uPJ2/dd3SdxSdUtFJU00toWr6IAEtZ/7WQ5gsLWEC
J9RpKxIFaxREVMib2Q0lNa60aEjoNPuH83wLxWkB1jVjK4erkPfMrpys/DIW7Aad
InA4GNSoVBOStT4GhKlEQwO8GTZrI00+0TXChaUpSg1zJaEygyCrjRWdWYlNsbQz
oZWfswyvNZi5YNuBLJwQZEemyhBdmjAU7YqL1J+w3oJKdgz+n/S31Z2hCcfedAYu
mvqLiVPaVkcLFZ9XlrWYwoKAbd7EWZsrBncQXNXPp+5ADFanhaOJ4633x7qvhf3h
XssxKENbqCeiHmdl1b6cnPB7VCOMHaFAOfU1L5rw3dX0OE/T5n8NaDcNxYnzoe7H
dBlm3Mlkyb3LMYCdFdkYvVsFuXxKELBtPjKEx0ytWnjEISHt1+byxGE8xDGNrpjz
kBDMevuZRBm51yDs1z7ikti5WpRnpNGLX5CGnwT6ze329xZQh8DEvGNy0uiHSOJ0
3v4tqmF31nZX7qrAU9tbZ5bz4tgbbPLmJRvpR3UUTNnP4QNGgusi5JhYTQbiUIE5
czBnMnINDCWZZW5c7b/4hxWnzDrGuvQ8oLe4D4zGMRRJgl4/ODbi6b2sqesMmOwk
di/YJ3erFBvcji4yESFUPRaMif/53zwVeO8vL5AazoUb/iqLvos=
=Md+X
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to