Thank you for your report, This has been just fixed upstream, thanks to you. The package is waiting to be uploaded by my mentor.
https://mentors.debian.net/package/qspeakers Benoît Le 20/04/2018 à 16:17, Adrian Bunk a écrit : > Source: qspeakers > Version: 1.1.0-1 > Severity: serious > Tags: buster sid > > https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/qspeakers.html > > ... > g++ -Wl,-z,relro -o qspeakers main.o mainwindow.o speakerdialog.o speakerdb.o > speaker.o importexport.o box.o sealedbox.o portedbox.o bandpassbox.o plot.o > listdialog.o searchdialog.o system.o moc_mainwindow.o moc_speakerdialog.o > moc_plot.o moc_listdialog.o moc_searchdialog.o -lQt5PrintSupport > -lQt5Widgets -lQt5Gui -lQt5Xml -lQt5Core -lGL -lpthread > plot.o: In function `Plot::~Plot()': > qspeakers_1.1.0-1/plot.cpp:34: undefined reference to > `QtCharts::QXYSeries::clear()' > plot.o: In function `Plot::initializeCurve()': > qspeakers_1.1.0-1/plot.cpp:67: undefined reference to > `QtCharts::QLineSeries::QLineSeries(QObject*)' > qspeakers_1.1.0-1/plot.cpp:68: undefined reference to > `QtCharts::QAbstractSeries::setUseOpenGL(bool)' > ... > > > Due to the following in qspeakers.pro: > greaterThan(QT_VERSION, 5.8): QT += charts > > This is interpreted as float, so 5.10 < 5.8 >