Your message dated Fri, 15 Jul 2005 11:32:39 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#314257: fixed in muine 0.8.3-5
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; 15 Jun 2005 12:37:58 +0000
>From [EMAIL PROTECTED] Wed Jun 15 05:37:58 2005
Return-path: <[EMAIL PROTECTED]>
Received: from d027183.adsl.hansenet.de (localhost.localdomain) [80.171.27.183] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DiX9a-0007mX-00; Wed, 15 Jun 2005 05:37:58 -0700
Received: from aj by localhost.localdomain with local (Exim 4.50)
        id 1DiX9Z-0006sO-7N; Wed, 15 Jun 2005 14:37:57 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: muine: FTBFS (amd64/gcc-4.0)
Message-Id: <[EMAIL PROTECTED]>
Date: Wed, 15 Jun 2005 14: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: muine
Version: 0.6.3-8
Severity: normal
Tags: patch

'muine' fails to build on amd64/unstable with gcc-4.0,
I get the following error:

With the attached patch 'muine' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/muine-0.6.3/debian/control ./debian/control
--- ../tmp-orig/muine-0.6.3/debian/control      2005-06-04 14:06:24.082494485 
+0200
+++ ./debian/control    2005-06-04 10:36:28.000000000 +0200
@@ -2,7 +2,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Dave Beckett <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.1.87), mono-jit [i386 powerpc], mono-mint 
[!i386 !powerpc], mono-mcs (>= 1.0) | c-sharp-compiler, mono-utils (>= 1.0-2), 
libgtk-cil (>= 1.0), libgconf-cil (>= 1.0), libgnome-cil (>= 1.0), libglade-cil 
(>= 1.0), libgtk2.0-dev (>= 2.2.0), libgdbm-dev (>= 1.8.0), libogg-dev (>= 
1.0), libvorbis-dev (>= 1.0), libid3tag0-dev (>= 0.15.1b-3), libflac-dev (>= 
1.1.1-3), autotools-dev, cdbs, libmono-dev (>= 1.0), libgconf2-dev (>= 2.4.0), 
libgnomevfs2-dev (>= 2.4.0), libgnome2-dev (>= 2.4.0), libgstreamer0.8-dev (>= 
0.8.0), libgstreamer-gconf0.8-dev (>= 0.8.0), libgstreamer-plugins0.8-dev (>= 
0.8.0), intltool
+Build-Depends: debhelper (>= 4.1.87), mono-jit [amd64 i386 powerpc], mono-mint 
[!amd64 !i386 !powerpc], mono-mcs (>= 1.0) | c-sharp-compiler, mono-utils (>= 
1.0-2), libgtk-cil (>= 1.0), libgconf-cil (>= 1.0), libgnome-cil (>= 1.0), 
libglade-cil (>= 1.0), libgtk2.0-dev (>= 2.2.0), libgdbm-dev (>= 1.8.0), 
libogg-dev (>= 1.0), libvorbis-dev (>= 1.0), libid3tag0-dev (>= 0.15.1b-3), 
libflac-dev (>= 1.1.1-3), autotools-dev, cdbs, libmono-dev (>= 1.0), 
libgconf2-dev (>= 2.4.0), libgnomevfs2-dev (>= 2.4.0), libgnome2-dev (>= 
2.4.0), libgstreamer0.8-dev (>= 0.8.0), libgstreamer-gconf0.8-dev (>= 0.8.0), 
libgstreamer-plugins0.8-dev (>= 0.8.0), intltool
 Standards-Version: 3.6.1.0
 
 Package: muine
diff -urN ../tmp-orig/muine-0.6.3/debian/rules ./debian/rules
--- ../tmp-orig/muine-0.6.3/debian/rules        2005-06-04 14:06:24.082494485 
+0200
+++ ./debian/rules      2005-06-04 14:06:19.951306850 +0200
@@ -15,7 +15,7 @@
        mkdir -p $(MONO_SHARED_DIR)/.wapi
 
 common-binary-predeb-arch::
-       dh_netdeps
+#      dh_netdeps
        sed -e 's/ libglib2[^,]*,//' -e 's/ libgnomevfs2[^,]*,//' 
debian/muine.substvars > debian/muine.substvars.new && mv 
debian/muine.substvars.new debian/muine.substvars
 
 common-binary-post-install-arch::
diff -urN ../tmp-orig/muine-0.6.3/libmuine/bacon-message-connection.c 
./libmuine/bacon-message-connection.c
--- ../tmp-orig/muine-0.6.3/libmuine/bacon-message-connection.c 2004-01-27 
15:28:42.000000000 +0100
+++ ./libmuine/bacon-message-connection.c       2005-06-04 12:13:59.743463262 
+0200
@@ -63,7 +63,8 @@
 {
        BaconMessageConnection *conn = (BaconMessageConnection *)data;
        char *message, *subs, buf[BUF_SIZE];
-       int cd, alen, rc, offset;
+       int cd, rc, offset;
+       unsigned alen;
        gboolean finished;
 
        message = NULL;
diff -urN ../tmp-orig/muine-0.6.3/libmuine/db.c ./libmuine/db.c
--- ../tmp-orig/muine-0.6.3/libmuine/db.c       2004-04-14 21:39:53.000000000 
+0200
+++ ./libmuine/db.c     2005-06-04 12:13:20.243224313 +0200
@@ -339,8 +339,8 @@
 {
        GString *string = (GString *) p;
        GdkPixdata *pixdata;
-       int len = 0;
-       char *str;
+       unsigned len = 0;
+       unsigned char *str;
 
        pixdata = g_new0 (GdkPixdata, 1);
        gdk_pixdata_from_pixbuf (pixdata, pixbuf, FALSE);
diff -urN ../tmp-orig/muine-0.6.3/libmuine/metadata.c ./libmuine/metadata.c
--- ../tmp-orig/muine-0.6.3/libmuine/metadata.c 2004-02-27 22:11:01.000000000 
+0100
+++ ./libmuine/metadata.c       2005-06-04 12:12:18.318394114 +0200
@@ -87,7 +87,7 @@
         * of the audio file in milliseconds,
         * represented as a numeric string."
         */
-       time = atol (latin1);
+       time = atol ((char*)latin1);
        g_free (latin1);
 
        if (time > 0)
@@ -268,10 +268,10 @@
        if (utf8 == NULL)
                return NULL;
 
-       if (!g_utf8_validate (utf8, -1, NULL))
+       if (!g_utf8_validate ((char*)utf8, -1, NULL))
                return NULL;
 
-       return utf8;
+       return (char*)utf8;
 }
 
 static Metadata *

---------------------------------------
Received: (at 314257-close) by bugs.debian.org; 15 Jul 2005 15:40:07 +0000
>From [EMAIL PROTECTED] Fri Jul 15 08:40:07 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1DtSIJ-0006X5-00; Fri, 15 Jul 2005 08:40:07 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DtSB5-0006MR-00; Fri, 15 Jul 2005 11:32:39 -0400
From: Dave Beckett <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#314257: fixed in muine 0.8.3-5
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 15 Jul 2005 11:32:39 -0400
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: muine
Source-Version: 0.8.3-5

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

muine-plugin-trayicon_0.8.3-5_all.deb
  to pool/main/m/muine/muine-plugin-trayicon_0.8.3-5_all.deb
muine_0.8.3-5.diff.gz
  to pool/main/m/muine/muine_0.8.3-5.diff.gz
muine_0.8.3-5.dsc
  to pool/main/m/muine/muine_0.8.3-5.dsc
muine_0.8.3-5_i386.deb
  to pool/main/m/muine/muine_0.8.3-5_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.
Dave Beckett <[EMAIL PROTECTED]> (supplier of updated muine 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: Fri, 15 Jul 2005 16:13:08 +0100
Source: muine
Binary: muine muine-plugin-trayicon
Architecture: source i386 all
Version: 0.8.3-5
Distribution: unstable
Urgency: low
Maintainer: Dave Beckett <[EMAIL PROTECTED]>
Changed-By: Dave Beckett <[EMAIL PROTECTED]>
Description: 
 muine      - Simple playlist based music player
 muine-plugin-trayicon - TrayIcon Plugin for the Muine music player
Closes: 314257
Changes: 
 muine (0.8.3-5) unstable; urgency=low
 .
   * Removed obsolete Build-Depend: on mono-jit and mono-utils
   * GCC 4 patch already merged upstream (Closes: 314257)
   * Bump standards version to 3.6.2
Files: 
 0fbbfcda01141e4a444b23bbe0459439 1261 gnome optional muine_0.8.3-5.dsc
 9fa214d8f2285f809a9f57d8f767be1a 5689 gnome optional muine_0.8.3-5.diff.gz
 a47c7a4106cbbafa0f0847ba700e5d0e 48440 gnome optional 
muine-plugin-trayicon_0.8.3-5_all.deb
 7a48b1ffd8232cbedacb1e2c99f018aa 262086 gnome optional muine_0.8.3-5_i386.deb

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

iD8DBQFC19KsQ+ySUE9xlVoRAsbRAJwMeB/eudA8qw6o06dVgpZtJ2dAIACffSt9
r7XUsHPinZcsPMTADfMfp5g=
=qimQ
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to