Your message dated Mon, 02 Apr 2007 18:17:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417379: fixed in lzma 4.43-6
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: lzma
Version: 4.43-5
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.
> Automatic build of lzma_4.43-5 on em64t by sbuild/amd64 0.53
...
> lzmp.cpp:237: error: 'strtol' was not declared in this scope
> lzmp.cpp:239: warning: deprecated conversion from string constant to 'char*'
> lzmp.cpp: In function 'void lzma::parse_options(int, char**, stringVector&)':
> lzmp.cpp:297: error: 'free' was not declared in this scope
--- C/7zip/Compress/LZMA_Alone/lzmp.cpp~ 2007-04-02 13:38:59.000000000
+0000
+++ C/7zip/Compress/LZMA_Alone/lzmp.cpp 2007-04-02 13:39:07.000000000 +0000
@@ -28,6 +28,7 @@
using std::endl;
#include <cstdio>
+#include <cstdlib>
#include <cstring>
#include <string>
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: lzma
Source-Version: 4.43-6
We believe that the bug you reported is fixed in the latest version of
lzma, which is due to be installed in the Debian FTP archive:
lzma_4.43-6.diff.gz
to pool/main/l/lzma/lzma_4.43-6.diff.gz
lzma_4.43-6.dsc
to pool/main/l/lzma/lzma_4.43-6.dsc
lzma_4.43-6_i386.deb
to pool/main/l/lzma/lzma_4.43-6_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.
Mohammed Adnène Trojette <[EMAIL PROTECTED]> (supplier of updated lzma 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: Mon, 02 Apr 2007 19:59:52 +0200
Source: lzma
Binary: lzma
Architecture: source i386
Version: 4.43-6
Distribution: experimental
Urgency: low
Maintainer: Mohammed Adnène Trojette <[EMAIL PROTECTED]>
Changed-By: Mohammed Adnène Trojette <[EMAIL PROTECTED]>
Description:
lzma - Default and general compression method of 7z format in 7-Zip prog
Closes: 417304 417379
Changes:
lzma (4.43-6) experimental; urgency=low
.
* 02_lzmp.diff:
+ include <cstdlib> to be able to build with GCC 4.3. (Closes: #417379)
Thanks Martin Michlmayr for the patch.
+ use hc4 for -1 option, as hc3 is no more built in the SDK.
(Closes: #417304)
Thanks Lasse Collin for the help.
Files:
417cd21b7564545cc351e0cf3b9fe1ba 565 utils optional lzma_4.43-6.dsc
fe8b35fe6f2af23d1d6c8c577c1c18cb 13724 utils optional lzma_4.43-6.diff.gz
899cb15cc878de60078439db310e21ce 125702 utils optional lzma_4.43-6_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGEUbGOU3FkQ7XBOoRAvo2AJ0QrpLCUbYb6Hg99zpCZ6FvyAmXzQCfU9ih
08Eyq8j9s3Nl1a4m4S5A5N8=
=hW96
-----END PGP SIGNATURE-----
--- End Message ---