Your message dated Sat, 05 Apr 2008 15:17:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417062: fixed in id3lib3.8.3 3.8.3-7.1
has caused the Debian Bug report #417062,
regarding FTBFS with GCC 4.3: first argument of 'int main...' should be...
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.)


-- 
417062: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417062
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: id3lib3.8.3
Version: 3.8.3-6
Usertags: ftbfs-gcc-4.3
Tags: patch

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  A patch for this problem is
below.


> Automatic build of id3lib3.8.3_3.8.3-6 on coconut0 by sbuild/ia64 0.49
...
> if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include    -g -O2 -Wall -Wno-unused 
> -Wno-inline -Woverloaded-virtual -Wmissing-declarations  -MT demo_info.o -MD 
> -MP -MF ".deps/demo_info.Tpo" \
>         -c -o demo_info.o `test -f 'demo_info.cpp' || echo 
> './'`demo_info.cpp; \
>       then mv -f ".deps/demo_info.Tpo" ".deps/demo_info.Po"; \
>       else rm -f ".deps/demo_info.Tpo"; exit 1; \
>       fi
> demo_info.cpp: In function 'void PrintUsage(const char*)':
> demo_info.cpp:38: warning: no previous declaration for 'void PrintUsage(const 
> char*)'
> demo_info.cpp: In function 'void PrintVersion(const char*)':
> demo_info.cpp:49: warning: no previous declaration for 'void 
> PrintVersion(const char*)'
> demo_info.cpp: In function 'void PrintInformation(const ID3_Tag&)':
> demo_info.cpp:56: warning: no previous declaration for 'void 
> PrintInformation(const ID3_Tag&)'
> demo_info.cpp: At global scope:
> demo_info.cpp:312: error: first argument of 'int main(unsigned int, char* 
> const*)' should be 'int'
> make[3]: *** [demo_info.o] Error 1
> make[3]: Leaving directory `/build/tbm/id3lib3.8.3-3.8.3/examples'

--- examples/demo_info.cpp~     2007-04-01 13:38:30.000000000 +0000
+++ examples/demo_info.cpp      2007-04-01 13:38:51.000000000 +0000
@@ -309,7 +309,7 @@
 
 #define DEBUG
 
-int main( unsigned int argc, char * const argv[])
+int main(int argc, char * const argv[])
 {
   ID3D_INIT_DOUT();
 
--- examples/demo_convert.cpp~  2007-04-01 13:39:02.000000000 +0000
+++ examples/demo_convert.cpp   2007-04-01 13:39:12.000000000 +0000
@@ -84,7 +84,7 @@
   }
 }
 
-int main( unsigned int argc, char * const argv[])
+int main(int argc, char * const argv[])
 {
   flags_t ulFlag = ID3TT_ALL;
   gengetopt_args_info args;
--- examples/demo_tag.cpp~      2007-04-01 13:39:21.000000000 +0000
+++ examples/demo_tag.cpp       2007-04-01 13:39:26.000000000 +0000
@@ -46,7 +46,7 @@
     os << "v2";
 }
 
-int main( unsigned int argc, char * const argv[])
+int main(int argc, char * const argv[])
 {
   int ulFlag = ID3TT_ID3;
   ID3D_INIT_DOUT();
--- examples/demo_copy.cpp~     2007-04-01 13:40:08.000000000 +0000
+++ examples/demo_copy.cpp      2007-04-01 13:40:13.000000000 +0000
@@ -81,7 +81,7 @@
   }
 }
 
-int main( unsigned int argc, char * const argv[])
+int main(int argc, char * const argv[])
 {
   int ulFlag = ID3TT_ID3;
   ID3D_INIT_DOUT();

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


--- End Message ---
--- Begin Message ---
Source: id3lib3.8.3
Source-Version: 3.8.3-7.1

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

id3lib3.8.3_3.8.3-7.1.diff.gz
  to pool/main/i/id3lib3.8.3/id3lib3.8.3_3.8.3-7.1.diff.gz
id3lib3.8.3_3.8.3-7.1.dsc
  to pool/main/i/id3lib3.8.3/id3lib3.8.3_3.8.3-7.1.dsc
libid3-3.8.3-dev_3.8.3-7.1_i386.deb
  to pool/main/i/id3lib3.8.3/libid3-3.8.3-dev_3.8.3-7.1_i386.deb
libid3-3.8.3c2a_3.8.3-7.1_i386.deb
  to pool/main/i/id3lib3.8.3/libid3-3.8.3c2a_3.8.3-7.1_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.
Stephen Gran <[EMAIL PROTECTED]> (supplier of updated id3lib3.8.3 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, 05 Apr 2008 15:55:14 +0100
Source: id3lib3.8.3
Binary: libid3-3.8.3-dev libid3-3.8.3c2a
Architecture: source i386
Version: 3.8.3-7.1
Distribution: unstable
Urgency: low
Maintainer: Robert Woodcock <[EMAIL PROTECTED]>
Changed-By: Stephen Gran <[EMAIL PROTECTED]>
Description: 
 libid3-3.8.3-dev - ID3 Tag Library: Development Libraries and Header Files.
 libid3-3.8.3c2a - Library for manipulating ID3v1 and ID3v2 tags.
Closes: 417062
Changes: 
 id3lib3.8.3 (3.8.3-7.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS with gcc-4.3 (closes: #417062)
   * Lintian warnigns repaired:
     - Update DH_COMPAT from, er, 1
     - Don't ignore make clean failures
     - Add link to LGPL-2 in common-licenses
     - Add © to debian/copyright
     - remove some broken non-roff form manpages
Files: 
 1090920e33fe78a1056ad8f90e2fa8e1 646 libs optional id3lib3.8.3_3.8.3-7.1.dsc
 078f8be78bd1468fc5fff2dcf65e2fa1 135743 libs optional 
id3lib3.8.3_3.8.3-7.1.diff.gz
 ac2082a6a2a49cec23e31e1392f6f6a8 90768 libdevel optional 
libid3-3.8.3-dev_3.8.3-7.1_i386.deb
 e37098d9f045a8347cc0730fec23304b 169216 libs optional 
libid3-3.8.3c2a_3.8.3-7.1_i386.deb

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

iD8DBQFH95TFSYIMHOpZA44RArkoAJ4pOO0+H0jqEwCpWbs8qk6Sh8y8xACg2zwM
4McGnelFvCf/JQQtCBdR9Ow=
=qdzm
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to