Bug#896179: qspeakers FTBFS with Qt 5.10

2018-04-22 Thread Benoît Rouits
Hello Georges,

Great, thank you.
Does the bug closes automagically thanks to changelog ?
or is there an action i should do for closing it now ?

P.S: i created ben-guest account on salsa.d.o
 can you add me as a member of qspeakers project ?

Thank you for having uploaded to Debian so quickly.
 Benoît
Le 22/04/2018 à 15:53, Georges Khaznadar a écrit :
> Hello Benoît,
> 
> I am making a few modifications : the VCS repository is changed to
> https://salsa.debian.org/georgesk/qspeakers.git, in order to fix the
> current error reported about it: 
> 
>   Last scan: 2018-04-22 02:10:10+00
>   Error: debian/changelog missing in 
> svn://svn.gtmp.org/qspeakers/branches/qtcharts/
> 
> I shall upload the package shortly.
> Please create a guest account at https://signup.salsa.debian.org/, so
> you can maintain the package there. Please use git branches and tags
> consistently: there should be at least two branches, "master" and
> "upstream", which are supposed to differ only by the debian/
> subdirectory in the "master" branch. Currently, tags are:
> 
>   debian/1.2.0-1
>   upstream/1.2.0
> 
> New tags should use such a naming scheme.
> 
> Best regards, Georges.
> 
> 
> Benoît Rouits a écrit :
>> 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
>>>
> 



signature.asc
Description: OpenPGP digital signature


Bug#896179: qspeakers FTBFS with Qt 5.10

2018-04-22 Thread Georges Khaznadar
Hello Benoît,

I am making a few modifications : the VCS repository is changed to
https://salsa.debian.org/georgesk/qspeakers.git, in order to fix the
current error reported about it: 

  Last scan: 2018-04-22 02:10:10+00
  Error: debian/changelog missing in 
svn://svn.gtmp.org/qspeakers/branches/qtcharts/

I shall upload the package shortly.
Please create a guest account at https://signup.salsa.debian.org/, so
you can maintain the package there. Please use git branches and tags
consistently: there should be at least two branches, "master" and
"upstream", which are supposed to differ only by the debian/
subdirectory in the "master" branch. Currently, tags are:

  debian/1.2.0-1
  upstream/1.2.0

New tags should use such a naming scheme.

Best regards,   Georges.


Benoît Rouits a écrit :
> 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
> > 

-- 
Georges KHAZNADAR et Jocelyne FOURNIER
22 rue des mouettes, 59240 Dunkerque France.
Téléphone +33 (0)3 28 29 17 70



signature.asc
Description: PGP signature


Bug#896179: qspeakers FTBFS with Qt 5.10

2018-04-21 Thread Benoît Rouits
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
> 



Bug#896179: qspeakers FTBFS with Qt 5.10

2018-04-20 Thread Adrian Bunk
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