Your message dated Thu, 16 Feb 2006 13:47:33 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#260652: fixed in mpack 1.6-2 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: mpack Severity: normal Tags: patch When building 'mpack' with gcc-3.4 I get the following error: unixos.c:44: error: conflicting types for 'malloc' unixos.c: In function `os_genid': unixos.c:67: warning: implicit declaration of function `getpid' unixos.c:68: warning: implicit declaration of function `time' unixos.c:69: warning: implicit declaration of function `gethostname' unixos.c:81: warning: int format, different type arg (arg 4) unixos.c: In function `os_idtodir': unixos.c:103: warning: implicit declaration of function `mkdir' unixos.c: In function `os_donewithdir': unixos.c:133: warning: implicit declaration of function `rmdir' unixos.c: In function `os_newtypedfile': unixos.c:199: warning: suggest parentheses around assignment used as truth value unixos.c:207: warning: suggest parentheses around assignment used as truth value unixos.c:220: warning: implicit declaration of function `free' unixos.c:233: warning: suggest parentheses around assignment used as truth value unixos.c: In function `os_warnMD5mismatch': unixos.c:273: warning: implicit declaration of function `warn' make[1]: *** [unixos.o] Error 1 make[1]: Leaving directory `/mpack-1.6' make: *** [build] Error 2 With the attached patch 'mpack' can be compiled using gcc-3.4. Regards Andreas Jochens diff -urN ../tmp-orig/mpack-1.6/unixos.c ./unixos.c --- ../tmp-orig/mpack-1.6/unixos.c 2004-07-21 17:06:36.790742950 +0200 +++ ./unixos.c 2004-07-21 17:06:17.944387430 +0200 @@ -41,8 +41,6 @@ #ifndef errno extern int errno; #endif -extern char *malloc(); -extern char *getenv(); int overwrite_files = 0; int didchat; diff -urN ../tmp-orig/mpack-1.6/xmalloc.c ./xmalloc.c --- ../tmp-orig/mpack-1.6/xmalloc.c 2003-07-21 22:35:31.000000000 +0200 +++ ./xmalloc.c 2004-07-21 17:06:31.721723191 +0200 @@ -24,7 +24,6 @@ */ #include <stdio.h> #include <string.h> -extern char *malloc(), *realloc(); char *xmalloc (int size) {
--- End Message ---
--- Begin Message ---Source: mpack Source-Version: 1.6-2 We believe that the bug you reported is fixed in the latest version of mpack, which is due to be installed in the Debian FTP archive: mpack_1.6-2.diff.gz to pool/main/m/mpack/mpack_1.6-2.diff.gz mpack_1.6-2.dsc to pool/main/m/mpack/mpack_1.6-2.dsc mpack_1.6-2_i386.deb to pool/main/m/mpack/mpack_1.6-2_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. Anibal Monsalve Salazar <[EMAIL PROTECTED]> (supplier of updated mpack 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, 17 Feb 2006 08:13:08 +1100 Source: mpack Binary: mpack Architecture: source i386 Version: 1.6-2 Distribution: unstable Urgency: low Maintainer: Anibal Monsalve Salazar <[EMAIL PROTECTED]> Changed-By: Anibal Monsalve Salazar <[EMAIL PROTECTED]> Description: mpack - tools for encoding/decoding MIME messages Closes: 153187 243737 260652 311460 321685 353129 Changes: mpack (1.6-2) unstable; urgency=low . * New maintainer, closes: #353129. * ACKed NMUs. - "NMU patch", closes: #321685. - "FTBFS with gcc-3.4: conflicting types for 'malloc'", closes: #260652. - "implicit function declarations are evil", closes: #153187. - "Please remove inewsinn from Suggests", closes: #243737. - "'man munpack' typo: Supresses", closes: #311460. * Fixed the following linda errors: - E: mpack; Binary /usr/bin/mpack contains unneeded section comment. - E: mpack; Binary /usr/bin/munpack contains unneeded section comment. * Set priority to standard and added homepage to description. * Added watch file. Files: 5f4df23f1207ede4cdc4d17467a032be 521 mail standard mpack_1.6-2.dsc b691c86b7756625b4da7c9c4bac97c25 7835 mail standard mpack_1.6-2.diff.gz 8fad4b0bc129deec91abcec702160f7e 38268 mail standard mpack_1.6-2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFD9OyNipBneRiAKDwRAivPAJ9l1TP9jA0WxlX7af08MUYdt83P+gCfaeI/ FW30T7/P4Qt0e5OJE456NVI= =V8IV -----END PGP SIGNATURE-----
--- End Message ---

