Your message dated Mon, 1 Mar 2010 18:50:23 +0100
with message-id <e5354091003010950k3057395bwad6ad18f53b91...@mail.gmail.com>
and subject line ams: FTBFS: error: no matching function for call to 
'min(qreal&,  double)'
has caused the Debian Bug report #570848,
regarding ams: FTBFS: error: no matching function for call to 'min(qreal&, 
double)'
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.)


-- 
570848: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=570848
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ams
Severity: serious

relevant log:

g++ -D_REENTRANT -DLADSPA_PATH=\"/usr/lib/ladspa:/usr/local/lib/ladspa\" 
-DTRANSLATIONSDIR=\"/usr/share/ams/translations\" -DHAVE_CONFIG_H -I.    
-DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore 
-I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL   -Wall -g -O2 -c -o 
canvasfunction.o canvasfunction.cpp
In file included from /usr/include/qt4/QtCore/qobject.h:48,
                 from /usr/include/qt4/QtCore/qiodevice.h:46,
                 from /usr/include/qt4/QtCore/qdatastream.h:45,
                 from /usr/include/qt4/QtCore/qpair.h:45,
                 from /usr/include/qt4/QtGui/qbrush.h:45,
                 from canvasfunction.cpp:4:
/usr/include/qt4/QtCore/qstring.h:91: note: the mangling of 'va_list' has 
changed in GCC 4.4
canvasfunction.cpp: In member function 'void 
CanvasFunction::mouseMoveEvent(int, QGraphicsSceneMouseEvent*)':
canvasfunction.cpp:37: error: no matching function for call to 'min(qreal&, 
double)'
canvasfunction.cpp:38: error: no matching function for call to 'max(qreal&, 
double)'
canvasfunction.cpp:39: error: no matching function for call to 'min(qreal&, 
double)'
canvasfunction.cpp:40: error: no matching function for call to 'max(qreal&, 
double)'
canvasfunction.cpp:61: error: no matching function for call to 'min(qreal, 
double)'
canvasfunction.cpp:62: error: no matching function for call to 'max(qreal, 
double)'
canvasfunction.cpp:72: error: no matching function for call to 'min(qreal, 
double)'
canvasfunction.cpp:73: error: no matching function for call to 'max(qreal, 
double)'
canvasfunction.cpp:83: error: no matching function for call to 'min(qreal, 
double)'
canvasfunction.cpp:84: error: no matching function for call to 'max(qreal, 
double)'
canvasfunction.cpp:94: error: no matching function for call to 'min(qreal, 
double)'
canvasfunction.cpp:95: error: no matching function for call to 'max(qreal, 
double)'

the affected code however reads like this:

,----
| void CanvasFunction::mouseMoveEvent(int p, QGraphicsSceneMouseEvent *event)
| {
|   qreal x = event->scenePos().x();
|   qreal y = event->scenePos().y();
| 
|   x = std::min(x, 5.0 * FUNCTION_SCALE);
|   x = std::max(x, -5.0 * FUNCTION_SCALE);
|   y = std::min(y, 5.0 * FUNCTION_SCALE);
|   y = std::max(y, -5.0 * FUNCTION_SCALE);
| 
|   switch (*function.mode) {
`----

not sure what this problem could mean. Perhaps debian armel people can
comment on this?

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



--- End Message ---
--- Begin Message ---
fixed 570848 2.0.1-2

-- 
Alessio Treglia <quadris...@ubuntu.com>
Ubuntu Developer | Homepage: http://www.alessiotreglia.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0


--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to