Your message dated Sun, 25 May 2008 18:02:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#482211: fixed in ktoon 0.8.1-4
has caused the Debian Bug report #482211,
regarding ktoon: FTBFS: agldevice.h:24:21: error: QGLWidget: No such file or 
directory
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 [EMAIL PROTECTED]
immediately.)


-- 
482211: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=482211
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ktoon
Version: 0.8.1-3.1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080520 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3
is now the default on most architectures (even if it's not the case on
i386 yet).  Consequently, many failures are caused by the switch to gcc
4.3.
If you determine that this failure is caused by gcc 4.3, feel free to
downgrade this bug to 'important' if your package is only built on i386,
and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
> g++ -c -pipe -O2 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_XML_LIB 
> -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED 
> -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore 
> -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui 
> -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml 
> -I/usr/include/qt4 -I../../../../src/modules/arthury/interfaces 
> -I../../../../src/store -I../../../../src/ktoonlib 
> -I../../../../src/dlib/dgui -I../../../../src/dlib/dcore -I/usr/X11R6/include 
> -I.moc -I.ui -o .obj/apaintarea.o apaintarea.cpp
> In file included from apaintarea.h:45,
>                  from apaintarea.cpp:21:
> agldevice.h:24:21: error: QGLWidget: No such file or directory
> In file included from apaintarea.h:45,
>                  from apaintarea.cpp:21:
> agldevice.h:30: error: expected class-name before '{' token
> apaintarea.h: In constructor 'APaintArea::APaintArea(const QSize&, 
> KToon::RenderType, QWidget*)':
> apaintarea.h:110: warning: 'APaintArea::m_zoomFactor' will be initialized 
> after
> apaintarea.h:109: warning:   'int APaintArea::m_nextFramesNumber'
> apaintarea.cpp:45: warning:   when initialized here
> apaintarea.h:109: warning: 'APaintArea::m_nextFramesNumber' will be 
> initialized after
> apaintarea.h:100: warning:   'AGraphicComponent* APaintArea::m_currentGraphic'
> apaintarea.cpp:45: warning:   when initialized here
> apaintarea.cpp:68: error: cannot convert 'AGLDevice*' to 'QWidget*' in 
> assignment
> apaintarea.cpp: In member function 'virtual void 
> APaintArea::paintEvent(QPaintEvent*)':
> apaintarea.cpp:132: error: no matching function for call to 
> 'QPainter::begin(AGLDevice*)'
> /usr/include/qt4/QtGui/qpainter.h:106: note: candidates are: bool 
> QPainter::begin(QPaintDevice*)
> apaintarea.cpp: At global scope:
> apaintarea.cpp:124: warning: unused parameter 'e'
> apaintarea.cpp: In member function 'void APaintArea::aUpdate(const QRect&)':
> apaintarea.cpp:419: error: no matching function for call to 
> 'QPainter::begin(AGLDevice*)'
> /usr/include/qt4/QtGui/qpainter.h:106: note: candidates are: bool 
> QPainter::begin(QPaintDevice*)
> apaintarea.cpp:442: error: 'class AGLDevice' has no member named 
> 'grabFrameBuffer'
> apaintarea.cpp: In member function 'void APaintArea::drawGhostGraphic(const 
> QPainterPath&)':
> apaintarea.cpp:455: error: no matching function for call to 
> 'QPainter::begin(AGLDevice*)'
> /usr/include/qt4/QtGui/qpainter.h:106: note: candidates are: bool 
> QPainter::begin(QPaintDevice*)
> apaintarea.cpp: In member function 'virtual void 
> APaintArea::mousePressEvent(QMouseEvent*)':
> apaintarea.cpp:515: error: no matching function for call to 
> 'QPainter::begin(AGLDevice*)'
> /usr/include/qt4/QtGui/qpainter.h:106: note: candidates are: bool 
> QPainter::begin(QPaintDevice*)
> apaintarea.cpp: In member function 'virtual void 
> APaintArea::mouseMoveEvent(QMouseEvent*)':
> apaintarea.cpp:591: error: no matching function for call to 
> 'QPainter::begin(AGLDevice*)'
> /usr/include/qt4/QtGui/qpainter.h:106: note: candidates are: bool 
> QPainter::begin(QPaintDevice*)
> apaintarea.cpp: In member function 'virtual void 
> APaintArea::mouseReleaseEvent(QMouseEvent*)':
> apaintarea.cpp:619: error: no matching function for call to 
> 'QPainter::begin(AGLDevice*)'
> /usr/include/qt4/QtGui/qpainter.h:106: note: candidates are: bool 
> QPainter::begin(QPaintDevice*)
> apaintarea.cpp: In member function 'void APaintArea::setZoomFactor(double)':
> apaintarea.cpp:939: warning: suggest parentheses around && within ||
> /usr/include/qt4/QtCore/qobject.h: In function 'T qobject_cast(QObject*) 
> [with T = AGLDevice*]':
> apaintarea.cpp:132:   instantiated from here
> /usr/include/qt4/QtCore/qobject.h:436: error: invalid static_cast from type 
> 'QObject*' to type 'AGLDevice*'
> make[5]: *** [.obj/apaintarea.o] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/05/20

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 about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED]             GPG: 1024D/023B3F4F |



--- End Message ---
--- Begin Message ---
Source: ktoon
Source-Version: 0.8.1-4

We believe that the bug you reported is fixed in the latest version of
ktoon, which is due to be installed in the Debian FTP archive:

ktoon_0.8.1-4.diff.gz
  to pool/main/k/ktoon/ktoon_0.8.1-4.diff.gz
ktoon_0.8.1-4.dsc
  to pool/main/k/ktoon/ktoon_0.8.1-4.dsc
ktoon_0.8.1-4_amd64.deb
  to pool/main/k/ktoon/ktoon_0.8.1-4_amd64.deb



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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Juan Manuel Garcia Molina <[EMAIL PROTECTED]> (supplier of updated ktoon 
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 [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 25 May 2008 18:45:42 +0200
Source: ktoon
Binary: ktoon
Architecture: source amd64
Version: 0.8.1-4
Distribution: unstable
Urgency: low
Maintainer: Juan Manuel Garcia Molina <[EMAIL PROTECTED]>
Changed-By: Juan Manuel Garcia Molina <[EMAIL PROTECTED]>
Description: 
 ktoon      - 2D animation toolkit
Closes: 466185 482211
Changes: 
 ktoon (0.8.1-4) unstable; urgency=low
 .
   * Depend on libgif-dev instead on libungif4-dev. Closes: #466185.
   * Add libqt4-opengl-dev. Closes: #482211.
Checksums-Sha1: 
 488c05567675ac8ae41d49c7ebbc40d3da798737 1206 ktoon_0.8.1-4.dsc
 6059368335e8080ea0d61b2156316bd14c9dd0d0 33290 ktoon_0.8.1-4.diff.gz
 d52a993aa50c5955cfe962ae42627e5ea40996d1 2550322 ktoon_0.8.1-4_amd64.deb
Checksums-Sha256: 
 e805e90e746c40dcf026ce591fbbd1bf64f096c51ce64f0a0b6b3b85d3158c9d 1206 
ktoon_0.8.1-4.dsc
 f22636c2f73ff0d9834fbd181ce822365b8bc2d6c9ef6cca374258d3d5ddd627 33290 
ktoon_0.8.1-4.diff.gz
 0c9bf3c20f303cbe2e98a328cf99a76e7223cd4fda5dfc05105732a934b6658b 2550322 
ktoon_0.8.1-4_amd64.deb
Files: 
 efed32009ad8ffc8d4562b57879a2bd9 1206 graphics optional ktoon_0.8.1-4.dsc
 68d75f306e52ebf4821f8bb228718558 33290 graphics optional ktoon_0.8.1-4.diff.gz
 f0ed2e30374f102a9d1b64ae6c7d2920 2550322 graphics optional 
ktoon_0.8.1-4_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIOaXl42HTkrCqhFARArMPAKCRLCFGaep+ucn1/41l2o2o0U3UFwCgo/ah
q98YevA/A/XehMp5wLXIOww=
=CMwf
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to