Your message dated Mon, 27 Mar 2006 08:41:52 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#357402: FTBFS with G++ 4.1: extra qualification
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: libtunepimp
Version: 0.3.0-9.1
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 libtunepimp_0.3.0-9.1 on bigsur by sbuild/mips 1.94
...
>  g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/tunepimp -Ithreads/posix -Wall 
> -g -g -Wall -O2 -MT tunepimp.lo -MD -MP -MF .deps/tunepimp.Tpo -c 
> tunepimp.cpp  -fPIC -DPIC -o .libs/tunepimp.o
> ./metadata.h:58: error: extra qualification 'Metadata::' on member 'Metadata'
> make[4]: *** [tunepimp.lo] Error 1


--- ./lib/metadata.h~   2006-03-17 03:23:25.000000000 +0000
+++ ./lib/metadata.h    2006-03-17 03:23:31.000000000 +0000
@@ -55,7 +55,7 @@
     // This is only used in case of TRM collision
     int           numTRMIds;
 
-    Metadata::Metadata(void) 
+    Metadata(void) 
     { 
         trackNum = 0; 
         duration = 0; 

-- 
Martin Michlmayr
http://www.cyrius.com/


--- End Message ---
--- Begin Message ---
Version: 0.4.2-0.1

When this bug was filed, 0.4.2-1 was already in the archive which
contained the fix.
Thanks.
        Robert.

On Fri, 2006-03-17 at 03:28 +0000, Martin Michlmayr wrote:
> Package: libtunepimp
> Version: 0.3.0-9.1


--- End Message ---

Reply via email to