Your message dated Tue, 01 Nov 2005 06:47:22 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#302431: fixed in xmms-crossfade 0.3.8-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; 31 Mar 2005 19:26:11 +0000
>From [EMAIL PROTECTED] Thu Mar 31 11:26:11 2005
Return-path: <[EMAIL PROTECTED]>
Received: from gluck.debian.org [192.25.206.10]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DH55W-0004kY-01; Thu, 31 Mar 2005 11:12:18 -0800
Received: from c129061.adsl.hansenet.de (localhost.localdomain) [213.39.129.61]
by gluck.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DH45m-00041Z-00; Thu, 31 Mar 2005 11:08:30 -0700
Received: from aj by localhost.localdomain with local (Exim 4.50)
id 1DH450-0003AB-Vs; Thu, 31 Mar 2005 20:07:42 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: xmms-crossfade: FTBFS (amd64/gcc-4.0): static declaration of
'monitor_win' follows non-static declaration
Message-Id: <[EMAIL PROTECTED]>
Date: Thu, 31 Mar 2005 20:07:42 +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: xmms-crossfade
Version: 0.3.5-1
Severity: normal
Tags: patch
When building 'xmms-crossfade' on amd64/unstable with gcc-4.0,
I get the following error:
if /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -D_REENTRANT
-I/usr/include/glib-1.2 -I/usr/include/gtk-1.2 -I/usr/include/xmms
-I/usr/lib/glib/include -g -Wall -O2 -Wall -MT monitor.lo -MD -MP -MF
".deps/monitor.Tpo" -c -o monitor.lo monitor.c; \
then mv -f ".deps/monitor.Tpo" ".deps/monitor.Plo"; else rm -f
".deps/monitor.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I. -D_REENTRANT -I/usr/include/glib-1.2
-I/usr/include/gtk-1.2 -I/usr/include/xmms -I/usr/lib/glib/include -g -Wall -O2
-Wall -MT monitor.lo -MD -MP -MF .deps/monitor.Tpo -c monitor.c -fPIC -DPIC -o
.libs/monitor.o
monitor.c:38: error: static declaration of 'monitor_win' follows non-static
declaration
monitor.h:37: error: previous declaration of 'monitor_win' was here
monitor.c:39: error: static declaration of 'monitor_display_drawingarea'
follows non-static declaration
monitor.h:38: error: previous declaration of 'monitor_display_drawingarea' was
here
monitor.c:40: error: static declaration of 'monitor_output_progress' follows
non-static declaration
monitor.h:40: error: previous declaration of 'monitor_output_progress' was here
make[2]: *** [monitor.lo] Error 1
make[2]: Leaving directory `/xmms-crossfade-0.3.5'
With the attached patch 'xmms-crossfade' can be compiled
on amd64 using gcc-4.0.
Regards
Andreas Jochens
diff -urN ../tmp-orig/xmms-crossfade-0.3.5/monitor.h ./monitor.h
--- ../tmp-orig/xmms-crossfade-0.3.5/monitor.h 2004-08-05 15:23:46.000000000
+0200
+++ ./monitor.h 2005-03-31 20:00:34.939947273 +0200
@@ -34,9 +34,5 @@
void xfade_start_monitor ();
void xfade_stop_monitor ();
-extern GtkWidget *monitor_win;
-extern GtkWidget *monitor_display_drawingarea;
-extern GtkEntry *monitor_output_entry;
-extern GtkProgress *monitor_output_progress;
#endif /* _MONITOR_H_ */
diff -urN ../tmp-orig/xmms-crossfade-0.3.5/oss.c ./oss.c
--- ../tmp-orig/xmms-crossfade-0.3.5/oss.c 2004-08-05 15:23:46.000000000
+0200
+++ ./oss.c 2005-03-31 20:02:11.053926395 +0200
@@ -93,6 +93,7 @@
static gint dsp_fragment_utime = 0;
static gboolean dsp_select_works = FALSE;
+#define buffer_mutex buffer_mutex_oss
static pthread_mutex_t buffer_mutex;
static pthread_t buffer_thread;
---------------------------------------
Received: (at 302431-close) by bugs.debian.org; 1 Nov 2005 14:47:41 +0000
>From [EMAIL PROTECTED] Tue Nov 01 06:47:41 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EWxQ2-0004B4-00; Tue, 01 Nov 2005 06:47:22 -0800
From: Florian Ernst <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#302431: fixed in xmms-crossfade 0.3.8-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 01 Nov 2005 06:47:22 -0800
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Source: xmms-crossfade
Source-Version: 0.3.8-1
We believe that the bug you reported is fixed in the latest version of
xmms-crossfade, which is due to be installed in the Debian FTP archive:
xmms-crossfade_0.3.8-1.diff.gz
to pool/main/x/xmms-crossfade/xmms-crossfade_0.3.8-1.diff.gz
xmms-crossfade_0.3.8-1.dsc
to pool/main/x/xmms-crossfade/xmms-crossfade_0.3.8-1.dsc
xmms-crossfade_0.3.8-1_i386.deb
to pool/main/x/xmms-crossfade/xmms-crossfade_0.3.8-1_i386.deb
xmms-crossfade_0.3.8.orig.tar.gz
to pool/main/x/xmms-crossfade/xmms-crossfade_0.3.8.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.
Florian Ernst <[EMAIL PROTECTED]> (supplier of updated xmms-crossfade 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: Tue, 1 Nov 2005 15:14:44 +0100
Source: xmms-crossfade
Binary: xmms-crossfade
Architecture: source i386
Version: 0.3.8-1
Distribution: unstable
Urgency: low
Maintainer: Florian Ernst <[EMAIL PROTECTED]>
Changed-By: Florian Ernst <[EMAIL PROTECTED]>
Description:
xmms-crossfade - XMMS Plugin for Crossfading / Continuous Output
Closes: 302431 328270 328272 335091
Changes:
xmms-crossfade (0.3.8-1) unstable; urgency=low
.
* New upstream release (Closes: #328272)
+ was re-libtoolized, thus reducing the diff.gz size (Closes: #328270)
+ uses libsamplerate
* New maintainer (Closes: #335091)
+ pick up old rules, dropping cdbs as I personally don't like it
+ dropy some unneeded files from the diff.gz
+ simplify Build-Dependencies, also adding libsamplerate0-dev
+ extend long description
+ update debian/copyright to reflect changes
* Standards-Version 3.6.2
* Acknowledge previous NMU via -v0.3.5-1
.
xmms-crossfade (0.3.5-1.1) unstable; urgency=low
.
* Non-maintainer upload as requested by maintainer.
* FTBFS (amd64/gcc-4.0): static declaration of 'monitor_win' follows
non-static declaration, fixed by applying the patch provided by
Andreas Jochens (Closes: #302431)
Files:
34054c065505da295c672482f512da1b 635 sound optional xmms-crossfade_0.3.8-1.dsc
fbfff1bff29118309b0a02c713b13d50 435761 sound optional
xmms-crossfade_0.3.8.orig.tar.gz
0f45862a4c5c21a8feadb32cabfb18a8 4255 sound optional
xmms-crossfade_0.3.8-1.diff.gz
7388f832ec8c6e681c049d014f961d2c 91874 sound optional
xmms-crossfade_0.3.8-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDZ3uPs3U+TVFLPnwRAuODAJ9TM9Z3A8Nbt+OL0x2dzQy6acEOnQCdEkuI
se+zF4ouRgG1GV0x6eu3//U=
=50L2
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]