[Debichem-devel] Bug#1002183: minexpert2: FTBFS: MzIntegrationParamsDlg.cpp:181:27: error: ‘class pappso::MzIntegrationParams’ has no member named ‘isApplySavGolFilter’

Lucas Nussbaum lucas at debian.org
Tue Dec 21 16:03:13 GMT 2021


Source: minexpert2
Version: 8.1.1-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-20211220 ftbfs-bookworm

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 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fopenmp -O3 -DNDEBUG   -Wno-unknown-pragmas -Wall -pedantic -Wextra -fPIC -std=gnu++17 -MD -MT src/CMakeFiles/minexpert2.dir/gui/MzIntegrationParamsDlg.cpp.o -MF CMakeFiles/minexpert2.dir/gui/MzIntegrationParamsDlg.cpp.o.d -o CMakeFiles/minexpert2.dir/gui/MzIntegrationParamsDlg.cpp.o -c /<<PKGBUILDDIR>>/src/gui/MzIntegrationParamsDlg.cpp
> /<<PKGBUILDDIR>>/src/gui/MzIntegrationParamsDlg.cpp: In member function ‘void msxps::minexpert::MzIntegrationParamsDlg::setupWidget()’:
> /<<PKGBUILDDIR>>/src/gui/MzIntegrationParamsDlg.cpp:181:27: error: ‘class pappso::MzIntegrationParams’ has no member named ‘isApplySavGolFilter’
>   181 |     m_mzIntegrationParams.isApplySavGolFilter());
>       |                           ^~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/src/gui/MzIntegrationParamsDlg.cpp:183:50: error: ‘class pappso::MzIntegrationParams’ has no member named ‘getSavGolParams’
>   183 |   m_ui.nlSpinBox->setValue(m_mzIntegrationParams.getSavGolParams().nL);
>       |                                                  ^~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/src/gui/MzIntegrationParamsDlg.cpp:184:50: error: ‘class pappso::MzIntegrationParams’ has no member named ‘getSavGolParams’
>   184 |   m_ui.nrSpinBox->setValue(m_mzIntegrationParams.getSavGolParams().nR);
>       |                                                  ^~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/src/gui/MzIntegrationParamsDlg.cpp:185:49: error: ‘class pappso::MzIntegrationParams’ has no member named ‘getSavGolParams’
>   185 |   m_ui.mSpinBox->setValue(m_mzIntegrationParams.getSavGolParams().m);
>       |                                                 ^~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/src/gui/MzIntegrationParamsDlg.cpp:186:50: error: ‘class pappso::MzIntegrationParams’ has no member named ‘getSavGolParams’
>   186 |   m_ui.ldSpinBox->setValue(m_mzIntegrationParams.getSavGolParams().lD);
>       |                                                  ^~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/src/gui/MzIntegrationParamsDlg.cpp: In member function ‘void msxps::minexpert::MzIntegrationParamsDlg::applyPushButtonClicked()’:
> /<<PKGBUILDDIR>>/src/gui/MzIntegrationParamsDlg.cpp:311:29: error: ‘class pappso::MzIntegrationParams’ has no member named ‘setApplySavGolFilter’
>   311 |       mz_integration_params.setApplySavGolFilter(true);
>       |                             ^~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/src/gui/MzIntegrationParamsDlg.cpp:312:29: error: ‘class pappso::MzIntegrationParams’ has no member named ‘setSavGolParams’
>   312 |       mz_integration_params.setSavGolParams(m_ui.nlSpinBox->value(),
>       |                             ^~~~~~~~~~~~~~~
> make[4]: *** [src/CMakeFiles/minexpert2.dir/build.make:892: src/CMakeFiles/minexpert2.dir/gui/MzIntegrationParamsDlg.cpp.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2021/12/20/minexpert2_8.1.1-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!

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.



More information about the Debichem-devel mailing list