Your message dated Wed, 07 Oct 2009 10:33:00 +0000
with message-id <[email protected]>
and subject line Bug#548468: fixed in muse 0.8.1a-6.3
has caused the Debian Bug report #548468,
regarding gcc-4.4/new eglibc fix
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 [email protected]
immediately.)


-- 
548468: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=548468
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: muse
Version: 0.8.1a-6.1
Severity: normal
Tags: patch

Hi,

thanks for maintaining muse.
During Ubunut's rebuild test, muse failed to build from source[1] due to 
changed signatures of the c++ string functions in gcc-4.4/new eglibc.

Attached is a patch to fix the problem.

Cheers,
   Stefan.

[1]:
<http://launchpadlibrarian.net/31947671/buildlog_ubuntu-karmic-amd64.muse_0.8.1a-6.1_FAILEDTOBUILD.txt.gz>
-- System Information:
Debian Release: squeeze/sid
  APT prefers karmic-updates
  APT policy: (500, 'karmic-updates'), (500, 'karmic-security'), (500, 'karmic')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31-10-generic (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
#! /bin/sh /usr/share/dpatch/dpatch-run
## 20_fix_const.dpatch by  <[email protected]>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.

@DPATCH@
diff -urNad muse-0.8.1a~/grepmidi/grepmidi.cpp muse-0.8.1a/grepmidi/grepmidi.cpp
--- muse-0.8.1a~/grepmidi/grepmidi.cpp	2003-10-27 19:57:02.000000000 +0100
+++ muse-0.8.1a/grepmidi/grepmidi.cpp	2009-09-26 16:05:23.000000000 +0200
@@ -280,7 +280,7 @@
 int grepMidi(const char* name)
       {
       curName = name;
-      char*p = strrchr(name, '.');
+      const char *p = strrchr(name, '.');
       FILE* f;
       if (p && strcmp(p, ".gz") == 0) {
             char buffer[512];

--- End Message ---
--- Begin Message ---
Source: muse
Source-Version: 0.8.1a-6.3

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

muse_0.8.1a-6.3.diff.gz
  to pool/main/m/muse/muse_0.8.1a-6.3.diff.gz
muse_0.8.1a-6.3.dsc
  to pool/main/m/muse/muse_0.8.1a-6.3.dsc
muse_0.8.1a-6.3_i386.deb
  to pool/main/m/muse/muse_0.8.1a-6.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.
Christian Perrier <[email protected]> (supplier of updated muse 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.8
Date: Sun, 27 Sep 2009 08:18:22 +0200
Source: muse
Binary: muse
Architecture: source i386
Version: 0.8.1a-6.3
Distribution: unstable
Urgency: low
Maintainer: Daniel Kobras <[email protected]>
Changed-By: Christian Perrier <[email protected]>
Description: 
 muse       - Qt-based midi/audio sequencer
Closes: 548468
Changes: 
 muse (0.8.1a-6.3) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Get ready for being built with GCC 4.4.
     Thanks to Stefan Potyra for the patch
     Closes: #548468
Checksums-Sha1: 
 1f070b41cd050549521429fc435b5fba8cd78bdc 1101 muse_0.8.1a-6.3.dsc
 78090e5bc5912328435bf9147d97b5bd7a890db0 36933 muse_0.8.1a-6.3.diff.gz
 50070ef9b0a9ff520977ee1ab18e19abbf8080d5 5266334 muse_0.8.1a-6.3_i386.deb
Checksums-Sha256: 
 7abedae0cb92fcd6c423244840db489954ad8c4d634ab5915b5f1f97a66b606c 1101 
muse_0.8.1a-6.3.dsc
 7d84f10c2be31574496a1432932581db6d4d11080d4117ebd480c04547db6d13 36933 
muse_0.8.1a-6.3.diff.gz
 f4f892038ce6657c44db71f8939e57bc3b9fef2ce98cd395b198c03eef6e3f19 5266334 
muse_0.8.1a-6.3_i386.deb
Files: 
 fdc987d884f66620c61cd079d8f8bf4f 1101 sound optional muse_0.8.1a-6.3.dsc
 59204121d65a9fb50c64e7775cd9edc4 36933 sound optional muse_0.8.1a-6.3.diff.gz
 6d2f346e4fa2c124302213db8447fba3 5266334 sound optional 
muse_0.8.1a-6.3_i386.deb

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

iD8DBQFKvzRs1OXtrMAUPS0RAkctAKChRmZxrmL86vVJ7HidO+sBZ6wOPgCfVn9x
6jvCmLPAu6CmyWeM2rtWNBk=
=fzXA
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to