Your message dated Fri, 09 Sep 2011 08:49:12 +0000
with message-id <e1r1wls-0006xk...@franck.debian.org>
and subject line Bug#565092: fixed in qgo 1.5.4-r3-2.1
has caused the Debian Bug report #565092,
regarding qgo: ftbfs with gcc-4.5
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.)


-- 
565092: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565092
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: qgo
Version: 1.5.4-r3-1
Severity: normal
Tags: sid
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.5

The package fails to build in a test rebuild on at least amd64 with
gcc-4.5/g++-4.5, but succeeds to build with gcc-4.4/g++-4.4.
For the compiler version used, see:
http://lists.debian.org/debian-devel/2010/01/msg00230.html

The full build log can be found at:
http://people.debian.org/~lucas/logs/2010/01/08b/qgo_1.5.4-r3-1_lsid64b.buildlog
The last lines of the build log are cwat the end of this report.

The reason of the build failure is likely in the package (compiler or
linker message found in the build log), if this turns out as a gcc bug,
please reassign to the gcc-4.5 package. If the build ends with a
message "confused by earlier errors, bailing out", please
ignore it for now; these compiler errors are filed separately.


[...]
gamedialog.cpp:562:70: error:   initializing argument 2 of 
'QColor::QColor(QRgb, uint)'
gamedialog.cpp:563:70: error: cannot call constructor 'QColor::QColor' directly
gamedialog.cpp:563:70: note: for a function-style cast, remove the redundant 
'::QColor'
gamedialog.cpp:563:70: error: invalid conversion from 'const char*' to 'QRgb'
gamedialog.cpp:563:70: error:   initializing argument 1 of 
'QColor::QColor(QRgb, uint)'
gamedialog.cpp:563:70: error: invalid conversion from 'const char*' to 'uint'
gamedialog.cpp:563:70: error:   initializing argument 2 of 
'QColor::QColor(QRgb, uint)'
gamedialog.cpp:569:71: error: cannot call constructor 'QColor::QColor' directly
gamedialog.cpp:569:71: note: for a function-style cast, remove the redundant 
'::QColor'
gamedialog.cpp:570:70: error: cannot call constructor 'QColor::QColor' directly
gamedialog.cpp:570:70: note: for a function-style cast, remove the redundant 
'::QColor'
gamedialog.cpp:570:70: error: invalid conversion from 'const char*' to 'QRgb'
gamedialog.cpp:570:70: error:   initializing argument 1 of 
'QColor::QColor(QRgb, uint)'
gamedialog.cpp:570:70: error: invalid conversion from 'const char*' to 'uint'
gamedialog.cpp:570:70: error:   initializing argument 2 of 
'QColor::QColor(QRgb, uint)'
gamedialog.cpp:571:70: error: cannot call constructor 'QColor::QColor' directly
gamedialog.cpp:571:70: note: for a function-style cast, remove the redundant 
'::QColor'
gamedialog.cpp:571:70: error: invalid conversion from 'const char*' to 'QRgb'
gamedialog.cpp:571:70: error:   initializing argument 1 of 
'QColor::QColor(QRgb, uint)'
gamedialog.cpp:571:70: error: invalid conversion from 'const char*' to 'uint'
gamedialog.cpp:571:70: error:   initializing argument 2 of 
'QColor::QColor(QRgb, uint)'
make[4]: *** [gamedialog.o] Error 1
make[4]: Leaving directory 
`/build/user-qgo_1.5.4-r3-1-amd64-u0uflc/qgo-1.5.4-r3/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory 
`/build/user-qgo_1.5.4-r3-1-amd64-u0uflc/qgo-1.5.4-r3/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/build/user-qgo_1.5.4-r3-1-amd64-u0uflc/qgo-1.5.4-r3'
make[1]: *** [all] Error 2
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2



--- End Message ---
--- Begin Message ---
Source: qgo
Source-Version: 1.5.4-r3-2.1

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

qgo_1.5.4-r3-2.1.diff.gz
  to main/q/qgo/qgo_1.5.4-r3-2.1.diff.gz
qgo_1.5.4-r3-2.1.dsc
  to main/q/qgo/qgo_1.5.4-r3-2.1.dsc
qgo_1.5.4-r3-2.1_amd64.deb
  to main/q/qgo/qgo_1.5.4-r3-2.1_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 565...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Laurent Fousse <lfou...@debian.org> (supplier of updated qgo 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...@debian.org)


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

Format: 1.8
Date: Tue, 30 Aug 2011 09:03:34 +0200
Source: qgo
Binary: qgo
Architecture: source amd64
Version: 1.5.4-r3-2.1
Distribution: unstable
Urgency: low
Maintainer: Cyril Chaboisseau <cyril.chaboiss...@free.fr>
Changed-By: Laurent Fousse <lfou...@debian.org>
Description: 
 qgo        - Go client and full featured SGF editor
Closes: 565092
Changes: 
 qgo (1.5.4-r3-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix g++-4.5 FTBFS, thanks Andreas Moog for the patch (closes: #565092).
Checksums-Sha1: 
 5779d951275214f3ab2068e2e05d48f2f67b3950 1034 qgo_1.5.4-r3-2.1.dsc
 c21cf8956712e2f4d500de7241935694c610ed03 547019 qgo_1.5.4-r3-2.1.diff.gz
 692e4c2ec21598b2eb29d493893eb6480ab50123 1860298 qgo_1.5.4-r3-2.1_amd64.deb
Checksums-Sha256: 
 a5bd58ff7b153aeec7b7d8835555d49c7eba585d08f8793caf5b2fe124310cab 1034 
qgo_1.5.4-r3-2.1.dsc
 3e28df8c4fc086df067d7b499ea29b6ab701bd3497286ef0deae3ce683957b4c 547019 
qgo_1.5.4-r3-2.1.diff.gz
 a475c29939ae98d3d9bc169f0e29452c42371b68c208c8d2da4f48ba7f03b134 1860298 
qgo_1.5.4-r3-2.1_amd64.deb
Files: 
 ef8b6fe009f7cf2d2938f0e36a0dedd8 1034 games optional qgo_1.5.4-r3-2.1.dsc
 292ef8d9f9c26ca23c2111b8c15a3922 547019 games optional qgo_1.5.4-r3-2.1.diff.gz
 3904d8f5d68fc3fe4ad6f08eb169e005 1860298 games optional 
qgo_1.5.4-r3-2.1_amd64.deb

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

iEYEARECAAYFAk5cjzIACgkQRoAVF6FpbSuk4gCgoiEioR8lRd7lB5KQYrmIfUfb
nCEAn1fPsMFCAHWpVaQD3xq4XIo3b+RQ
=z4z2
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to