Your message dated Fri, 06 Nov 2020 11:03:33 +0000
with message-id <e1kazwn-000ago...@fasolo.debian.org>
and subject line Bug#973232: fixed in minexpert2 7.3.0-1
has caused the Debian Bug report #973232,
regarding minexpert2: FTBFS: ProgramWindow.cpp:2318:58: error: no matching 
function for call to 
‘pappso::ColorMapPlotConfig::ColorMapPlotConfig(pappso::DataKind&, 
pappso::DataKind, std::size_t, std::size_t, double, double, double, double)’
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.)


-- 
973232: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973232
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: minexpert2
Version: 7.2.0-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20201027 ftbfs-bullseye

Hi,

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

Relevant part (hopefully):
> cd /<<PKGBUILDDIR>>/debian/build/src && /usr/bin/c++ 
> -DQCUSTOMPLOT_USE_LIBRARY -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG 
> -DQT_NO_DEBUG_OUTPUT -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB 
> -DQT_XML_LIB -I/<<PKGBUILDDIR>>/debian/build/src -I/<<PKGBUILDDIR>>/src 
> -I/<<PKGBUILDDIR>>/debian/build/src/minexpert2_autogen/include 
> -I/<<PKGBUILDDIR>>/debian/build -I/<<PKGBUILDDIR>> -isystem 
> /usr/include/x86_64-linux-gnu/qt5 -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem 
> /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtSvg -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtPrintSupport -isystem 
> /usr/include/IsoSpec++ -isystem /usr/include/pappsomspp -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -fopenmp -O3 -DNDEBUG   -Wno-unknown-pragmas -Wall 
> -pedantic -Wextra -fPIC -std=gnu++17 -o 
> CMakeFiles/minexpert2.dir/gui/ProgramWindow.cpp.o -c 
> /<<PKGBUILDDIR>>/src/gui/ProgramWindow.cpp
> /<<PKGBUILDDIR>>/src/gui/ProgramWindow.cpp: In member function ‘void 
> msxps::minexpert::ProgramWindow::finishedIntegratingQualifiedMassSpectrumVectorToDtRtMz(msxps::minexpert::QualifiedMassSpectrumVectorMassDataIntegrator*)’:
> /<<PKGBUILDDIR>>/src/gui/ProgramWindow.cpp:2318:58: error: no matching 
> function for call to 
> ‘pappso::ColorMapPlotConfig::ColorMapPlotConfig(pappso::DataKind&, 
> pappso::DataKind, std::size_t, std::size_t, double, double, double, double)’
>  2318 |     qualified_mass_spectra_integrator->getColorMapMaxMz());
>       |                                                          ^
> In file included from /<<PKGBUILDDIR>>/src/gui/BaseColorMapPlotWnd.hpp:44,
>                  from 
> /<<PKGBUILDDIR>>/src/gui/DriftSpecMassSpecColorMapWnd.hpp:46,
>                  from /<<PKGBUILDDIR>>/src/gui/ProgramWindow.hpp:71,
>                  from /<<PKGBUILDDIR>>/src/gui/ProgramWindow.cpp:63:
> /usr/include/pappsomspp/widget/plotwidget/colormapplotconfig.h:42:3: note: 
> candidate: ‘pappso::ColorMapPlotConfig::ColorMapPlotConfig(pappso::DataKind, 
> pappso::DataKind, pappso::AxisScale, pappso::AxisScale, pappso::AxisScale, 
> std::size_t, std::size_t, double, double, double, double)’
>    42 |   ColorMapPlotConfig(DataKind x_axis_data_kind,
>       |   ^~~~~~~~~~~~~~~~~~
> /usr/include/pappsomspp/widget/plotwidget/colormapplotconfig.h:42:3: note:   
> candidate expects 11 arguments, 8 provided
> /usr/include/pappsomspp/widget/plotwidget/colormapplotconfig.h:40:3: note: 
> candidate: ‘pappso::ColorMapPlotConfig::ColorMapPlotConfig()’
>    40 |   ColorMapPlotConfig();
>       |   ^~~~~~~~~~~~~~~~~~
> /usr/include/pappsomspp/widget/plotwidget/colormapplotconfig.h:40:3: note:   
> candidate expects 0 arguments, 8 provided
> /usr/include/pappsomspp/widget/plotwidget/colormapplotconfig.h:22:23: note: 
> candidate: ‘constexpr pappso::ColorMapPlotConfig::ColorMapPlotConfig(const 
> pappso::ColorMapPlotConfig&)’
>    22 | struct PMSPP_LIB_DECL ColorMapPlotConfig
>       |                       ^~~~~~~~~~~~~~~~~~
> /usr/include/pappsomspp/widget/plotwidget/colormapplotconfig.h:22:23: note:   
> candidate expects 1 argument, 8 provided
> /usr/include/pappsomspp/widget/plotwidget/colormapplotconfig.h:22:23: note: 
> candidate: ‘constexpr 
> pappso::ColorMapPlotConfig::ColorMapPlotConfig(pappso::ColorMapPlotConfig&&)’
> /usr/include/pappsomspp/widget/plotwidget/colormapplotconfig.h:22:23: note:   
> candidate expects 1 argument, 8 provided
> /<<PKGBUILDDIR>>/src/gui/ProgramWindow.cpp: In member function ‘void 
> msxps::minexpert::ProgramWindow::finishedIntegratingQualifiedMassSpectrumVectorToRtDt(msxps::minexpert::QualifiedMassSpectrumVectorMassDataIntegrator*)’:
> /<<PKGBUILDDIR>>/src/gui/ProgramWindow.cpp:2571:58: error: no matching 
> function for call to 
> ‘pappso::ColorMapPlotConfig::ColorMapPlotConfig(pappso::DataKind&, 
> pappso::DataKind, std::size_t, std::size_t, double, double, double, double)’
>  2571 |     qualified_mass_spectra_integrator->getColorMapMaxMz());
>       |                                                          ^
> In file included from /<<PKGBUILDDIR>>/src/gui/BaseColorMapPlotWnd.hpp:44,
>                  from 
> /<<PKGBUILDDIR>>/src/gui/DriftSpecMassSpecColorMapWnd.hpp:46,
>                  from /<<PKGBUILDDIR>>/src/gui/ProgramWindow.hpp:71,
>                  from /<<PKGBUILDDIR>>/src/gui/ProgramWindow.cpp:63:
> /usr/include/pappsomspp/widget/plotwidget/colormapplotconfig.h:42:3: note: 
> candidate: ‘pappso::ColorMapPlotConfig::ColorMapPlotConfig(pappso::DataKind, 
> pappso::DataKind, pappso::AxisScale, pappso::AxisScale, pappso::AxisScale, 
> std::size_t, std::size_t, double, double, double, double)’
>    42 |   ColorMapPlotConfig(DataKind x_axis_data_kind,
>       |   ^~~~~~~~~~~~~~~~~~
> /usr/include/pappsomspp/widget/plotwidget/colormapplotconfig.h:42:3: note:   
> candidate expects 11 arguments, 8 provided
> /usr/include/pappsomspp/widget/plotwidget/colormapplotconfig.h:40:3: note: 
> candidate: ‘pappso::ColorMapPlotConfig::ColorMapPlotConfig()’
>    40 |   ColorMapPlotConfig();
>       |   ^~~~~~~~~~~~~~~~~~
> /usr/include/pappsomspp/widget/plotwidget/colormapplotconfig.h:40:3: note:   
> candidate expects 0 arguments, 8 provided
> /usr/include/pappsomspp/widget/plotwidget/colormapplotconfig.h:22:23: note: 
> candidate: ‘constexpr pappso::ColorMapPlotConfig::ColorMapPlotConfig(const 
> pappso::ColorMapPlotConfig&)’
>    22 | struct PMSPP_LIB_DECL ColorMapPlotConfig
>       |                       ^~~~~~~~~~~~~~~~~~
> /usr/include/pappsomspp/widget/plotwidget/colormapplotconfig.h:22:23: note:   
> candidate expects 1 argument, 8 provided
> /usr/include/pappsomspp/widget/plotwidget/colormapplotconfig.h:22:23: note: 
> candidate: ‘constexpr 
> pappso::ColorMapPlotConfig::ColorMapPlotConfig(pappso::ColorMapPlotConfig&&)’
> /usr/include/pappsomspp/widget/plotwidget/colormapplotconfig.h:22:23: note:   
> candidate expects 1 argument, 8 provided
> make[4]: *** [src/CMakeFiles/minexpert2.dir/build.make:817: 
> src/CMakeFiles/minexpert2.dir/gui/ProgramWindow.cpp.o] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/10/27/minexpert2_7.2.0-1_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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: minexpert2
Source-Version: 7.3.0-1
Done: Filippo Rusconi <lopi...@debian.org>

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

Debian distribution maintenance software
pp.
Filippo Rusconi <lopi...@debian.org> (supplier of updated minexpert2 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: SHA256

Format: 1.8
Date: Fri, 23 Oct 2020 13:37:46 +0200
Source: minexpert2
Architecture: source
Version: 7.3.0-1
Distribution: unstable
Urgency: low
Maintainer: The Debichem Group <debichem-de...@lists.alioth.debian.org>
Changed-By: Filippo Rusconi <lopi...@debian.org>
Closes: 973232
Changes:
 minexpert2 (7.3.0-1) unstable; urgency=low
 .
   * Closes: #973232 (I was waiting for libpappsomspp 0.8.8 to be in testing).
 .
   * New feature to rescale the intensities of color maps to log10 so that
     invisible feature appear.
 .
   * Updated the documentation to document the new feature.
Checksums-Sha1:
 6eae15545936718b03d2e3836ce2946e9000edf5 2519 minexpert2_7.3.0-1.dsc
 6ae077d772ae6ba6b0bd00107bd6e01cffc54d48 46868996 minexpert2_7.3.0.orig.tar.gz
 be2a6d62e0f65026f53eec9a7bf6e1a9c5facfdb 285700 
minexpert2_7.3.0-1.debian.tar.xz
 e47583b6f5cf62625bb36eab41e05e80f90406ab 19354 
minexpert2_7.3.0-1_amd64.buildinfo
Checksums-Sha256:
 6a93edd8156cf255ee9b0c1f6c1bf45ce540a22c701218b7d991c8b047dfb304 2519 
minexpert2_7.3.0-1.dsc
 0a045bb68b33d83c03ad0ce76451f81c132bff77f8abfbc4da76be4dc6fd1202 46868996 
minexpert2_7.3.0.orig.tar.gz
 c0e7086e882486794ec592ecffca56adc872e4e9d4595a28136ef2da1e7577c7 285700 
minexpert2_7.3.0-1.debian.tar.xz
 f4b1631f0a58291c9d9a98c90600051fd207d892a2986bb763f47fe171cc4bea 19354 
minexpert2_7.3.0-1_amd64.buildinfo
Files:
 f5e09d036f7d7f31230833d0b8c3d15a 2519 science optional minexpert2_7.3.0-1.dsc
 d4f20a7020ea2ca364b86765054dc15c 46868996 science optional 
minexpert2_7.3.0.orig.tar.gz
 543ab161e4da19ca4259aedf072b5a02 285700 science optional 
minexpert2_7.3.0-1.debian.tar.xz
 aa41268f1f483fffb27c8c29d0599fde 19354 science optional 
minexpert2_7.3.0-1_amd64.buildinfo

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

iQIzBAEBCAAdFiEEsFMwThfW1Bndm0ZRQatITXaUz0IFAl+lKRcACgkQQatITXaU
z0LMnQ//eqj0smcJz+NBLNEkrItAQ9rDEQT6cb8KaXGRppIHFHXjCGhFJ8QF7A/2
7G0fu0N3xVs8e9P5lqNCmAdKvb28n/H53n3ylZ+jk4dNGTNVprVplI/Pk8S4nU8F
QNTFXVb1yn7XfbihFcWgs7y9CtG7tYFltYHQ3ybvRDUZ0Ctb/Ba1mLBulEPH081Z
TrG/a0xAc/v64J5mePVyJ9KI1SvnFSOBMVh2Ht34LU/VU7DTEICHfONEMpMMdJC4
7YfHTztmlZS5L2zJOPDVj62dbC/0vgYr2zwgesOO+eJm9NBs2eCxz6uOCUF0Ced3
Q8nK47H2jnb3cI8aVMUDWcoDbCvH26CqnZpK+LpRkHm7M5UE0KOau3v7FDbiH+Ha
SobSW/A5JifnJZ92wcQUCNqPVsCFxu5X7xof72j5jtqeWNFiLzhQVL3GhMm+4CkU
EqumBaSqAErJLgHKA/3pDubOjDKyK8Mt/Em3s+ZO/pfGwPiOrKC3cCAuOF1hJd5w
Xk/TGH+xP51misOv9LpTEo0l6jryLDGiX2yUxUClktiPjhVf5+XYCNBrSk9mlbGw
BdA4LdVFzbFRfsmYXiN2mBp17WbPY9xI97m/IdJfK7y4RR0aaouCgY3dpfR7LJLo
Asdgp5ABq4IBtqPs1RCZiFD17RA+vij/ChQsjI6kDl32GOfMY7Q=
=gzPT
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to