[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#417746: marked as done (FTBFS with GCC 4.3: missing #includes)



Your message dated Sun, 15 Apr 2007 17:32:07 +0000
with message-id <E1Hd8a7-00060G-V0@ries.debian.org>
and subject line Bug#417746: fixed in unalz 0.55-4
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: unalz
Version: 0.55-3
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.  In GCC 4.3, the C++ header
dependencies have been cleaned up.  The advantage of this is that
programs will compile faster.  The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC).  Some background of this can be found at
http://gcc.gnu.org/PR28080

You can reproduce this problem with gcc-snapshot (20070326-1 or higher)
from unstable. (Currently not available for i386, but for amd64, powerpc
and ia64.  I hope to have i386 binaries in the archive in ~3 weeks.)

> Automatic build of unalz_0.55-3 on coconut0 by sbuild/ia64 0.49
...
> make[1]: Entering directory `/build/tbm/unalz-0.55'
> g++ -Wall -g -O2   -c -o main.o main.cpp
> In file included from main.cpp:11:
> UnAlz.h: In member function 'void UNALZ::SLocalFileHeader::Clear()':
> UnAlz.h:272: error: 'free' was not declared in this scope
> UnAlz.h:272: error: 'free' was not declared in this scope

--- unalz-0.55.orig/UnAlz.h
+++ unalz-0.55/UnAlz.h
@@ -96,6 +96,7 @@
 #ifndef _UNALZ_H_

 #define _UNALZ_H_

 

+#include <cstdlib>

 #include <vector>

 using namespace std;

 


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


--- End Message ---
--- Begin Message ---
Source: unalz
Source-Version: 0.55-4

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

unalz_0.55-4.diff.gz
  to pool/main/u/unalz/unalz_0.55-4.diff.gz
unalz_0.55-4.dsc
  to pool/main/u/unalz/unalz_0.55-4.dsc
unalz_0.55-4_i386.deb
  to pool/main/u/unalz/unalz_0.55-4_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 417746@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matej Vela <vela@debian.org> (supplier of updated unalz 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 15 Apr 2007 19:11:53 +0200
Source: unalz
Binary: unalz
Architecture: source i386
Version: 0.55-4
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Matej Vela <vela@debian.org>
Description: 
 unalz      - Decompress alzip format files
Closes: 417746
Changes: 
 unalz (0.55-4) unstable; urgency=low
 .
   * QA upload.
   * UnAlz.h: Add missing includes.  Thanks to Martin Michlmayr for the
     patch.  Closes: #417746.
Files: 
 5f44684f30dce354c36a07454c1fb328 581 utils optional unalz_0.55-4.dsc
 af2de86d766373e67d70d7a9021a2b6b 5891 utils optional unalz_0.55-4.diff.gz
 ccf4817f31b40855c7eaf18dce22c0b2 42926 utils optional unalz_0.55-4_i386.deb

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

iD8DBQFGIl0LqbYs6sQrY8oRAmUwAKCoXppTUjZWTWszfpFpKyFsDehJEgCfSArx
WLj2OF0dj/QwpxiBT8Irq4E=
=qcBN
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: