Your message dated Wed, 05 Apr 2006 14:03:52 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#357960: fixed in lastfm 1.1.90-3
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: lastfm
Version: 1.1.90-2
Severity: important
Tags: patch
Your package fails to build with G++ 4.1. I'm filing this bug as
important for now, but when 4.1 will be the default compiler in
unstable (probably in a few weeks) I'll upgrade this to serious.
A patch is below.
> Automatic build of lastfm_1.1.90-2 on bigsur by sbuild/mips 1.106
...
> /usr/share/qt4/bin/uic src/stationdialog.ui -o build/ui_stationdialog.h
> g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_XML_LIB
> -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB
> -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore
> -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui
> -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -Ibuild -Ibuild -o
> build/main.o src/main.cpp
> src/player.h:47: error: extra qualification 'Player::' on member 'transmitCli'
> make[1]: *** [build/main.o] Error 1
> make[1]: Leaving directory `/build/tbm/lastfm-1.1.90'
> make: *** [build-stamp] Error 2
--- ./src/player.h~ 2006-03-20 13:57:44.000000000 +0000
+++ ./src/player.h 2006-03-20 13:57:50.000000000 +0000
@@ -44,7 +44,7 @@
Player( QWidget *parent = 0, QString commandLine = QString( "" ) );
~Player();
- static bool Player::transmitCli( QString parameter );
+ static bool transmitCli( QString parameter );
protected:
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: lastfm
Source-Version: 1.1.90-3
We believe that the bug you reported is fixed in the latest version of
lastfm, which is due to be installed in the Debian FTP archive:
lastfm_1.1.90-3.diff.gz
to pool/main/l/lastfm/lastfm_1.1.90-3.diff.gz
lastfm_1.1.90-3.dsc
to pool/main/l/lastfm/lastfm_1.1.90-3.dsc
lastfm_1.1.90-3_i386.deb
to pool/main/l/lastfm/lastfm_1.1.90-3_i386.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.
Paul Telford <[EMAIL PROTECTED]> (supplier of updated lastfm 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.7
Date: Wed, 5 Apr 2006 12:01:17 -0700
Source: lastfm
Binary: lastfm
Architecture: source i386
Version: 1.1.90-3
Distribution: unstable
Urgency: low
Maintainer: Paul Telford <[EMAIL PROTECTED]>
Changed-By: Paul Telford <[EMAIL PROTECTED]>
Description:
lastfm - an audio player for last.fm personalized radio
Closes: 357539 357960 359782
Changes:
lastfm (1.1.90-3) unstable; urgency=low
.
* Fix browser integration (Closes: #357539)
* Fix .desktop file (Closes: #359782)
* Fix to build with g++ 4.1 (Closes: #357960)
* Change to link against standard libsamplerate package
Files:
840c7cf1d4010021de4ff2dc1cead1af 616 sound optional lastfm_1.1.90-3.dsc
7eb7b8f3c200d4cba795ff24652b836c 16147 sound optional lastfm_1.1.90-3.diff.gz
930a66950bedb5911c7fcec9b9d38300 496278 sound optional lastfm_1.1.90-3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFENBio1+lDY0MbOLoRAoN6AKDQpMylqqql1r3biIs53tDIDbeksgCfevTs
fxUuX56OxA/EfsWx560G5BY=
=qu8L
-----END PGP SIGNATURE-----
--- End Message ---