[Debichem-devel] Bug#973232: 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)=?UTF-8?Q?’

Lucas Nussbaum lucas at debian.org
Tue Oct 27 16:59:59 GMT 2020


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.



More information about the Debichem-devel mailing list