Your message dated Fri, 02 Sep 2005 18:02:07 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#314779: fixed in amarok 1.3.0-1
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)
--------------------------------------
Received: (at submit) by bugs.debian.org; 18 Jun 2005 13:37:59 +0000
>From [EMAIL PROTECTED] Sat Jun 18 06:37:59 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c225155.adsl.hansenet.de (localhost.localdomain)
[213.39.225.155]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DjdWJ-0003W3-00; Sat, 18 Jun 2005 06:37:59 -0700
Received: from aj by localhost.localdomain with local (Exim 4.50)
id 1DjdWH-0007Dx-Qd; Sat, 18 Jun 2005 15:37:57 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: amarok: FTBFS (amd64/gcc-4.0)
Message-Id: <[EMAIL PROTECTED]>
Date: Sat, 18 Jun 2005 15:37:57 +0200
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Package: amarok
Version: 1.2.4-1
Severity: normal
Tags: patch
When building 'amarok' on amd64/unstable with gcc-4.0,
I get the following error:
/amarok-1.2.4/build-tree/amarok-1.2.4/amarok/src/smartplaylisteditor.cpp: In
member function 'void SmartPlaylistEditor::removeCriteria(CriteriaEditor*)':
/amarok-1.2.4/build-tree/amarok-1.2.4/amarok/src/smartplaylisteditor.cpp:123:
error: request for member 'remove' in
'((SmartPlaylistEditor*)this)->SmartPlaylistEditor::m_criteriaEditorList',
which is of non-class type 'int'
/amarok-1.2.4/build-tree/amarok-1.2.4/amarok/src/smartplaylisteditor.cpp:128:
error: request for member 'count' in
'((SmartPlaylistEditor*)this)->SmartPlaylistEditor::m_criteriaEditorList',
which is of non-class type 'int'
/amarok-1.2.4/build-tree/amarok-1.2.4/amarok/src/smartplaylisteditor.cpp:129:
error: request for member 'first' in
'((SmartPlaylistEditor*)this)->SmartPlaylistEditor::m_criteriaEditorList',
which is of non-class type 'int'
/amarok-1.2.4/build-tree/amarok-1.2.4/amarok/src/smartplaylisteditor.cpp: In
member function 'QString SmartPlaylistEditor::query()':
/amarok-1.2.4/build-tree/amarok-1.2.4/amarok/src/smartplaylisteditor.cpp:161:
error: request for member 'first' in
'((SmartPlaylistEditor*)this)->SmartPlaylistEditor::m_criteriaEditorList',
which is of non-class type 'int'
/amarok-1.2.4/build-tree/amarok-1.2.4/amarok/src/smartplaylisteditor.cpp:162:
error: request for member 'next' in
'((SmartPlaylistEditor*)this)->SmartPlaylistEditor::m_criteriaEditorList',
which is of non-class type 'int'
/amarok-1.2.4/build-tree/amarok-1.2.4/amarok/src/smartplaylisteditor.cpp: In
member function 'void SmartPlaylistEditor::updateMatchWidgets()':
/amarok-1.2.4/build-tree/amarok-1.2.4/amarok/src/smartplaylisteditor.cpp:232:
error: request for member 'count' in
'((SmartPlaylistEditor*)this)->SmartPlaylistEditor::m_criteriaEditorList',
which is of non-class type 'int'
make[5]: *** [amarokapp.all_cpp.o] Error 1
make[5]: Leaving directory
`/amarok-1.2.4/build-tree/obj-x86_64-linux/amarok/src'
With the attached patch 'amarok' can be compiled
on amd64 using gcc-4.0.
Regards
Andreas Jochens
diff -urN ../tmp-orig/amarok-1.2.4/debian/patches/gcc4_fix.diff
./debian/patches/gcc4_fix.diff
--- ../tmp-orig/amarok-1.2.4/debian/patches/gcc4_fix.diff 1970-01-01
01:00:00.000000000 +0100
+++ ./debian/patches/gcc4_fix.diff 2005-06-18 15:24:25.000000000 +0200
@@ -0,0 +1,51 @@
+diff -urN tmp/amarok/src/collectionbrowser.h
amarok-1.2.4/amarok/src/collectionbrowser.h
+--- tmp/amarok/src/collectionbrowser.h 2005-05-19 19:00:19.000000000 +0200
++++ amarok-1.2.4/amarok/src/collectionbrowser.h 2005-06-18
15:00:05.000000000 +0200
+@@ -28,6 +28,8 @@
+ class KPopupMenu;
+ class KProgress;
+
++class CollectionView;
++
+ class CollectionBrowser: public QVBox
+ {
+ Q_OBJECT
+diff -urN tmp/amarok/src/mediabrowser.h amarok-1.2.4/amarok/src/mediabrowser.h
+--- tmp/amarok/src/mediabrowser.h 2005-05-19 19:00:19.000000000 +0200
++++ amarok-1.2.4/amarok/src/mediabrowser.h 2005-06-18 15:20:00.000000000
+0200
+@@ -22,6 +22,8 @@
+ class QPalette;
+ class QPushButton;
+
++class MediaDeviceView;
++class MediaDevice;
+
+ class MediaItem : public KListViewItem
+ {
+diff -urN tmp/amarok/src/playlistbrowser.h
amarok-1.2.4/amarok/src/playlistbrowser.h
+--- tmp/amarok/src/playlistbrowser.h 2005-05-19 19:00:19.000000000 +0200
++++ amarok-1.2.4/amarok/src/playlistbrowser.h 2005-06-18 15:18:26.000000000
+0200
+@@ -22,6 +22,12 @@
+ class QSplitter;
+ class QTimer;
+
++class PlaylistBrowserItem;
++class PlaylistBrowserView;
++class SmartPlaylistView;
++class TrackItemInfo;
++class PlaylistTrackItem;
++
+ class PlaylistBrowser : public QVBox
+ {
+ Q_OBJECT
+diff -urN tmp/amarok/src/smartplaylisteditor.h
amarok-1.2.4/amarok/src/smartplaylisteditor.h
+--- tmp/amarok/src/smartplaylisteditor.h 2005-05-19 19:00:19.000000000
+0200
++++ amarok-1.2.4/amarok/src/smartplaylisteditor.h 2005-06-18
15:21:13.000000000 +0200
+@@ -18,6 +18,7 @@
+ class QToolButton;
+ class QVGroupBox;
+
++class CriteriaEditor;
+
+ class SmartPlaylistEditor : public KDialogBase
+ {
---------------------------------------
Received: (at 314779-close) by bugs.debian.org; 3 Sep 2005 01:13:24 +0000
>From [EMAIL PROTECTED] Fri Sep 02 18:13:24 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EBMQ3-0007q1-00; Fri, 02 Sep 2005 18:02:07 -0700
From: =?utf-8?q?Adeodato_Sim=C3=B3?= <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#314779: fixed in amarok 1.3.0-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 02 Sep 2005 18:02:07 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-4.8 required=4.0 tests=BAYES_00,FROM_ENDS_IN_NUMS,
HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02
Source: amarok
Source-Version: 1.3.0-1
We believe that the bug you reported is fixed in the latest version of
amarok, which is due to be installed in the Debian FTP archive:
amarok-arts_1.3.0-1_i386.deb
to pool/main/a/amarok/amarok-arts_1.3.0-1_i386.deb
amarok-engines_1.3.0-1_i386.deb
to pool/main/a/amarok/amarok-engines_1.3.0-1_i386.deb
amarok-gstreamer_1.3.0-1_i386.deb
to pool/main/a/amarok/amarok-gstreamer_1.3.0-1_i386.deb
amarok-xine_1.3.0-1_i386.deb
to pool/main/a/amarok/amarok-xine_1.3.0-1_i386.deb
amarok_1.3.0-1.diff.gz
to pool/main/a/amarok/amarok_1.3.0-1.diff.gz
amarok_1.3.0-1.dsc
to pool/main/a/amarok/amarok_1.3.0-1.dsc
amarok_1.3.0-1_i386.deb
to pool/main/a/amarok/amarok_1.3.0-1_i386.deb
amarok_1.3.0.orig.tar.gz
to pool/main/a/amarok/amarok_1.3.0.orig.tar.gz
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.
Adeodato Simó <[EMAIL PROTECTED]> (supplier of updated amarok 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: Sat, 03 Sep 2005 01:42:56 +0200
Source: amarok
Binary: amarok-arts amarok amarok-gstreamer amarok-xine amarok-engines
Architecture: source i386
Version: 1.3.0-1
Distribution: unstable
Urgency: low
Maintainer: Adeodato Simó <[EMAIL PROTECTED]>
Changed-By: Adeodato Simó <[EMAIL PROTECTED]>
Description:
amarok - versatile and easy to use audio player for KDE
amarok-arts - aRts engine for the amaroK audio player
amarok-engines - output engines for the amaroK audio player
amarok-gstreamer - GStreamer engine for the amaroK audio player
amarok-xine - xine engine for the amaroK audio player
Closes: 283750 283761 293293 314779 318000 321499 323249
Changes:
amarok (1.3.0-1) unstable; urgency=low
.
* New upstream release packaged (closes: #323249). Bugs reported in the
Debian BTS fixed with in this version:
.
+ does not display advertisements in lyrics. (Closes: #321499)
+ pre-amp in the equalizer works with XINE engine too. (Closes: #283750)
+ includes PartyMode. (Closes: #293293)
+ includes equalizer presets. (Closes: #283761)
+ builds fine with GCC 4.0. (Closes: #314779)
.
* Updated Build-Dependencies:
.
+ automake1.6 to automake1.9.
+ libmysqlclient12-dev to libmysqlclient14-dev.
+ temporarily bump version constraint in kdemultimedia-dev and kdebase-dev
in order to allow an early upload in the middle of the KDE transition.
.
* Adjustments to the build-system:
.
+ do not require TagLib 1.4.0 since it's not in Debian yet (#323280).
+ don't use KDE_FINAL in amarok/src since both MySQL and KDE have had the
brilliant idea to define a struct/class named "NET".
.
* This version links against libtunepimp2c2, so libtunepimp2 0.3.0-4
breakage does not affect us anymore. (Closes: #318000)
.
* Update Standards-Version to 3.6.2 (no changes required).
Files:
b0166d05cd90541daeddc5c69c891210 987 kde optional amarok_1.3.0-1.dsc
d528291e46b59b0a5d81b421217dca23 6726214 kde optional amarok_1.3.0.orig.tar.gz
28ad3652017cfb0f21d4d242b08a40af 17136 kde optional amarok_1.3.0-1.diff.gz
54653aee82902bb2d27c33a60aa8f45a 6523422 kde optional amarok_1.3.0-1_i386.deb
7a58f8240eca43c9c20e402892371ed7 836 kde optional
amarok-engines_1.3.0-1_i386.deb
abd7a3cf8fb1c2f91c6e991563938f31 70206 kde optional
amarok-arts_1.3.0-1_i386.deb
8323bded69dd5f31738eee3580004bd1 63470 kde optional
amarok-gstreamer_1.3.0-1_i386.deb
03ee769648978be91e945d1b4ed99b9d 47814 kde optional
amarok-xine_1.3.0-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Signed by Adeodato Simó <[EMAIL PROTECTED]>
iEYEARECAAYFAkMY6YsACgkQgyNlRdHEGIJyCwCgsK1vRs4dcWcd4v3Vyo+LWJN/
MYMAoNsU+q6qpozv/eZrvysual5O3hKp
=AxPP
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]