Your message dated Sun, 22 Apr 2007 13:32:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#418621: fixed in libsmbios 0.13.6-1
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: libsmbios
Version: 0.13.4-1
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 libsmbios_0.13.4-1 on em64t by sbuild/amd64 0.53
...
> x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"libsmbios\"
> -DPACKAGE_TARNAME=\"libsmbios\" -DPACKAGE_VERSION=\"version_not_defined\"
> "-DPACKAGE_STRING=\"libsmbios version_not_defined\"" -DPACKAGE_BUGREPORT=\"\"
> -DPACKAGE=\"libsmbios\" -DVERSION=\"version_not_defined\" -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_LIBINTL_H=1
> -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_FILE_H=1
> -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_PTRDIFF_T=1
> -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1
> -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MEMMOVE=1
> -DHAVE_MEMSET=1 -DHAVE_MUNMAP=1 -DHAVE_STRERROR=1 -DHAVE_STRNDUP=1
> -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -I. -I. -I../include -I../libraries/common
> -I../include -I../libraries/common -g -O2 -c smi/Smi.cpp -MT Smi.lo -MD -MP
> -MF .deps/Smi.TPlo -fPIC -DPIC -o .libs/Smi.lo
> In file included from ../include/smbios/config.hpp:36,
> from ../include/smbios/compat.h:23,
> from smi/Smi.cpp:21:
> ../include/smbios/config/compiler/gcc.hpp:99:7: warning: #warning "Unknown
> compiler version - please run the configure tests and report the results"
> In file included from smi/SmiImpl.h:21,
> from smi/Smi.cpp:25:
> ../include/smbios/ISmi.h:62: error: ISO C++ forbids declaration of 'auto_ptr'
> with no type
> ../include/smbios/ISmi.h:62: error: invalid use of '::'
--- include/smbios/ISmi.h~ 2007-04-10 20:08:08.000000000 +0000
+++ include/smbios/ISmi.h 2007-04-10 20:08:30.000000000 +0000
@@ -23,6 +23,7 @@
#include "smbios/compat.h"
#include <iostream>
+#include <memory>
// types.h should be first user-defined header.
#include "smbios/types.h"
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: libsmbios
Source-Version: 0.13.6-1
We believe that the bug you reported is fixed in the latest version of
libsmbios, which is due to be installed in the Debian FTP archive:
libsmbios-bin_0.13.6-1_amd64.deb
to pool/main/libs/libsmbios/libsmbios-bin_0.13.6-1_amd64.deb
libsmbios-dev_0.13.6-1_amd64.deb
to pool/main/libs/libsmbios/libsmbios-dev_0.13.6-1_amd64.deb
libsmbios-doc_0.13.6-1_all.deb
to pool/main/libs/libsmbios/libsmbios-doc_0.13.6-1_all.deb
libsmbios1_0.13.6-1_amd64.deb
to pool/main/libs/libsmbios/libsmbios1_0.13.6-1_amd64.deb
libsmbios_0.13.6-1.diff.gz
to pool/main/libs/libsmbios/libsmbios_0.13.6-1.diff.gz
libsmbios_0.13.6-1.dsc
to pool/main/libs/libsmbios/libsmbios_0.13.6-1.dsc
libsmbios_0.13.6.orig.tar.gz
to pool/main/libs/libsmbios/libsmbios_0.13.6.orig.tar.gz
libsmbiosxml-dev_0.13.6-1_amd64.deb
to pool/main/libs/libsmbios/libsmbiosxml-dev_0.13.6-1_amd64.deb
libsmbiosxml1_0.13.6-1_amd64.deb
to pool/main/libs/libsmbios/libsmbiosxml1_0.13.6-1_amd64.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.
Jose Luis Tallon <[EMAIL PROTECTED]> (supplier of updated libsmbios 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: Sun, 22 Apr 2007 13:04:55 +0200
Source: libsmbios
Binary: libsmbios-dev libsmbiosxml1 libsmbios1 libsmbiosxml-dev libsmbios-doc
libsmbios-bin
Architecture: source all amd64
Version: 0.13.6-1
Distribution: unstable
Urgency: low
Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]>
Changed-By: Jose Luis Tallon <[EMAIL PROTECTED]>
Description:
libsmbios-bin - Provide access to (SM)BIOS information -- utility binaries
libsmbios-dev - Provide access to (SM)BIOS information - development files
libsmbios-doc - Access to (SM)BIOS information in an OS-indepent way (docs)
libsmbios1 - Provide access to (SM)BIOS information -- dynamic library
libsmbiosxml-dev - Provide access to (SM)BIOS information - development files
libsmbiosxml1 - Provide XML access to (SM)BIOS information -- dynamic library
Closes: 418621
Changes:
libsmbios (0.13.6-1) unstable; urgency=low
.
* New upstream version
- Adds complete support for EFI (i.e. intel-based Macs)
.
* Fixed FTBFS with gcc4.3 (missing includes) (Closes: #418621)
Files:
912bc62900b397888c08b2f60fbe6804 735 libs optional libsmbios_0.13.6-1.dsc
125aa17d61b2bc49918961c74637b960 3818290 libs optional
libsmbios_0.13.6.orig.tar.gz
14d390ecdbe591adf006ff304262b06d 6924 libs optional libsmbios_0.13.6-1.diff.gz
d2f0dd648bcc18060801817553bb6b70 192268 libs optional
libsmbios1_0.13.6-1_amd64.deb
d1cfe973b2424c0c09ad1b9acbb044fb 526326 libdevel optional
libsmbios-dev_0.13.6-1_amd64.deb
f6e190e1efecf3f7c8605ff6d3f24294 104804 admin optional
libsmbios-bin_0.13.6-1_amd64.deb
d27fcd6b660268ec14903fbee451206b 4199660 libs optional
libsmbios-doc_0.13.6-1_all.deb
8ada6a97cd69bd913605374eefa364cf 54576 libs optional
libsmbiosxml1_0.13.6-1_amd64.deb
d54bf7660cedb42a8970be1f9854aa03 66870 libdevel optional
libsmbiosxml-dev_0.13.6-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGK18XzWFP1/XWUWkRAmtXAJ4pa37hMVEJzTQcI2Y3wiC5vrwPDACdHuvI
rOEz/bDGKit8cvY7Ne+a1nc=
=JwQb
-----END PGP SIGNATURE-----
--- End Message ---