Your message dated Mon, 11 Jul 2016 03:50:00 +0000
with message-id <e1bmsek-0006eo...@franck.debian.org>
and subject line Bug#830420: fixed in csoundqt 0.9.2.1-3
has caused the Debian Bug report #830420,
regarding csoundqt: FTBFS: src/csoundengine.cpp:1252:33: error: conversion from 
'uint64_t {aka long unsigned int}' to 'const QVariant' is ambiguous
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.)


-- 
830420: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=830420
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: csoundqt
Version: 0.9.2.1-2
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160707 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
> g++ -c -m64 -pipe -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
> -fstack-protector-strong -Wformat -Werror=format-security -std=gnu++0x 
> -D_REENTRANT -Wall -W -fPIC -DNOMINMAX -DCSOUND6 -DQCS_DEBUGGER -DUSE_QT5 
> -DUSE_QT_GT_53 -DUSE_QT_GT_54 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB 
> -DQT_QUICKWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_GUI_LIB 
> -DQT_CONCURRENT_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB 
> -I. -isystem /usr/include/csound -isystem /usr/include/x86_64-linux-gnu/qt5 
> -isystem /usr/include/x86_64-linux-gnu/qt5/QtPrintSupport -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtQuickWidgets -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtQuick -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtConcurrent -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtQml -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtCore -Ibuild/moc -Ibuild/ui 
> -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -o 
> build/doubles/obj/csoundengine.o src/csoundengine.cpp
> src/csoundengine.cpp:337:42: warning: unused parameter 'csound' 
> [-Wunused-parameter]
>  int CsoundEngine::midiOutCloseCb(CSOUND *csound, void *ud)
>                                           ^
> src/csoundengine.cpp:337:56: warning: unused parameter 'ud' 
> [-Wunused-parameter]
>  int CsoundEngine::midiOutCloseCb(CSOUND *csound, void *ud)
>                                                         ^
> src/csoundengine.cpp:362:56: warning: unused parameter 'message' 
> [-Wunused-parameter]
>  void CsoundEngine::sendMidiOut(QVector<unsigned char> &message)
>                                                         ^
> src/csoundengine.cpp:746:54: warning: unused parameter 'delay' 
> [-Wunused-parameter]
>  void CsoundEngine::queueEvent(QString eventLine, int delay)
>                                                       ^
> src/csoundengine.cpp: In static member function 'static void 
> CsoundEngine::breakpointCallback(CSOUND*, debug_bkpt_info_t*, void*)':
> src/csoundengine.cpp:1252:33: error: conversion from 'uint64_t {aka long 
> unsigned int}' to 'const QVariant' is ambiguous
>    instance << debug_instr_list->kcounter;
>                                  ^
> In file included from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvariantanimation.h:40:0,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qpropertyanimation.h:37,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/QtCore:8,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtConcurrent/QtConcurrentDepends:3,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtConcurrent/QtConcurrent:3,
>                  from src/csoundengine.cpp:24:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:210:5: note: candidate: 
> QVariant::QVariant(float)
>      QVariant(float f);
>      ^
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:209:5: note: candidate: 
> QVariant::QVariant(double)
>      QVariant(double d);
>      ^
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:208:5: note: candidate: 
> QVariant::QVariant(bool)
>      QVariant(bool b);
>      ^
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:207:5: note: candidate: 
> QVariant::QVariant(qulonglong)
>      QVariant(qulonglong ull);
>      ^
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:206:5: note: candidate: 
> QVariant::QVariant(qlonglong)
>      QVariant(qlonglong ll);
>      ^
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:205:5: note: candidate: 
> QVariant::QVariant(uint)
>      QVariant(uint ui);
>      ^
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:204:5: note: candidate: 
> QVariant::QVariant(int)
>      QVariant(int i);
>      ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:43:0,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qabstractanimation.h:37,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/QtCore:4,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtConcurrent/QtConcurrentDepends:3,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtConcurrent/QtConcurrent:3,
>                  from src/csoundengine.cpp:24:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:375:22: note:   initializing 
> argument 1 of 'QList<T>& QList<T>::operator<<(const T&) [with T = QVariant]'
>      inline QList<T> &operator<< (const T &t)
>                       ^
> src/csoundengine.cpp: At global scope:
> src/csoundengine.cpp:1207:47: warning: unused parameter 'csound' 
> [-Wunused-parameter]
>  void CsoundEngine::breakpointCallback(CSOUND *csound, debug_bkpt_info_t 
> *bkpt_info, void *udata)
>                                                ^
> make[1]: *** [build/doubles/obj/csoundengine.o] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2016/07/07/csoundqt_0.9.2.1-2_unstable_reb.normal.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: csoundqt
Source-Version: 0.9.2.1-3

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

Debian distribution maintenance software
pp.
Felipe Sateler <fsate...@debian.org> (supplier of updated csoundqt 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: Sun, 10 Jul 2016 22:40:27 -0400
Source: csoundqt
Binary: csoundqt csoundqt-examples
Architecture: source
Version: 0.9.2.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
<pkg-multimedia-maintain...@lists.alioth.debian.org>
Changed-By: Felipe Sateler <fsate...@debian.org>
Description:
 csoundqt   - frontend for the csound sound processor
 csoundqt-examples - example scores for csoundqt
Closes: 830420
Changes:
 csoundqt (0.9.2.1-3) unstable; urgency=medium
 .
   * Resolve ambiguous conversion from uint64_t to QVariant.
     Closes: #830420
Checksums-Sha1:
 4f360598d3f9c9b4b7c27de089cb5d0a7a14c592 2179 csoundqt_0.9.2.1-3.dsc
 c648f29cda848490dff36e6e8c165bc8807503a3 11584 csoundqt_0.9.2.1-3.debian.tar.xz
Checksums-Sha256:
 2cf1780094b6bc0d9d717f723e9721f7909bf52592103fc93a04e4a9e1741cc9 2179 
csoundqt_0.9.2.1-3.dsc
 92ea62c7575c1b76f4e3f88f80e7cb4e06780d7e6a67e28fef0257f2e26878b4 11584 
csoundqt_0.9.2.1-3.debian.tar.xz
Files:
 235f02c122bf4f436f50a8dd80879ef5 2179 sound optional csoundqt_0.9.2.1-3.dsc
 fc5cf13b7dc017fb43ba741d0e8b7213 11584 sound optional 
csoundqt_0.9.2.1-3.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJXgwdBAAoJEKO6uuJAjdbPoIoQAKNb35mPpF//QJMSyCjicNfb
RDnBAf2+3nhEhaW1r0e2aib2YQ+edhtpvgo6GB1LaZrvdL1ZqqIPxSPu0cNheJy2
OghjFP1LBoFHY+rJA7ZcAt5DI0/lP5ZmmW4Yd28eKaj+HP7YQvUwQU2nwPidVc1/
9F/EfO3SEZpwV9cCUFWcV4Rc/bBhtvsbklzP+h6I2JDM2oV++JaSQnEl2A+HTCLM
jNI5JFGoIyjJf6dXIJ1CzJcGhiqlNokiK4DxqfuPzD3/wQcdW9hlErMXkD/8xx7N
q0NZdM0FCgRlc0IFu2ukBRootzeNq0YNZNT+GZT1xlOElpxpX2FTf93D33nF1nPE
t4h9FEadpJUpGZk0JAM/n9aRzTEvdlFlyKLqp6JqUlPEUoRj9JiO0EUtTuGkirro
GlTgMD6hCrLE+puDi44BHdeQda3NwdnsrxCmYLcHUXyYjHoS1ScHYYLufcCj4FLL
dfXeP6D27IIQoK1gkiTJzFkHiZsVxEw6YImvjbk6rFgs5qMPxufqM4a12+4DiMLc
zMR0ZOXD/x87OMIt4x+hHGubXX6e0Dvk13OgBibRQ1F6zybdpPtP8HBjqjqI15yU
/r7B5D99aWV8709LrjKIqQsHGRR+GhfzAsB1nB/NkvF1rezepZBldnaWmZqb6Fwc
JL5CcypEtChCXLp+4CzR
=+ANi
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to