Your message dated Fri, 04 Apr 2008 16:17:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#455402: fixed in gsmlib 1.10-12.2
has caused the Debian Bug report #455402,
regarding FTBFS with GCC 4.3: 'strerror' was not declared in this scope
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.)
--
455402: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=455402
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: gsmlib
Version: 1.10-12
Usertags: ftbfs-gcc-4.3
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. GCC 4.3 has converted a number
of warnings into errors. With GCC 4.3, you're no longer to
just redefine a previous #define. You need to either avoid
redefinitions directly or to use #ifndef to make sure that something
has not been defined already. See
http://www.cyrius.com/journal/gcc/gcc-4.3-pedwarn.html
You can reproduce this problem with gcc-snapshot from unstable. Note
that Red Hat, Novell and Ubuntu have done some work getting packages
to build with GCC 4.3 so there might be patches floating around
somewhere. I suggest you talk to your upstream.
> Automatic build of gsmlib_1.10-12 on em64t by sbuild/amd64 0.53
...
> /bin/sh ../libtool --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H
> -I. -I. -I.. -I.. -Wall -D_REENTRANT -O2 -c -o gsm_util.lo `test -f
> 'gsm_util.cc' || echo './'`gsm_util.cc
> x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wall -D_REENTRANT
> -O2 -c gsm_util.cc -MT gsm_util.lo -MD -MP -MF .deps/gsm_util.TPlo -fPIC
> -DPIC -o .libs/gsm_util.o
> In file included from
> /usr/lib/gcc-snapshot/lib/gcc/x86_64-linux-gnu/4.3.0/../../../../include/c++/4.3.0/backward/strstream:51,
> from gsm_util.cc:23:
> /usr/lib/gcc-snapshot/lib/gcc/x86_64-linux-gnu/4.3.0/../../../../include/c++/4.3.0/backward/backward_warning.h:32:2:
> warning: #warning This file includes at least one deprecated or antiquated
> header. Please consider use of an equivalent, non-deprecated interface for
> the requested functionality. A list of valid replacements is as follows: Use:
> Instead of: <sstream>, basic_stringbuf <strstream>, strstreambuf <sstream>,
> basic_istringstream <strstream>, istrstream <sstream>, basic_ostringstream
> <strstream>, ostrstream <sstream>, basic_stringstream <strstream>, strstream
> <unordered_set>, unordered_set <ext/hash_set>, hash_set <unordered_set>,
> unordered_multiset <ext/hash_set>, hash_multiset <unordered_map>,
> unordered_map <ext/hash_set>, hash_map <unordered_map>, unordered_multimap
> <ext/hash_set>, hash_multimap <functional>, bind <functional>, binder1st
> <functional>, bind <functional>, binder2nd <functional>, bind <functional>,
> bind1st <functional>, bind <functional>, bind2nd <memory>, unique_ptr
> <memory>, auto_ptr To disable this warning use -Wno-deprecated.
> gsm_util.cc:35:1: error: "__USE_GNU" redefined
> In file included from /usr/include/libintl.h:24,
> from ../gsmlib/gsm_nls.h:26,
> from gsm_util.cc:16:
> /usr/include/features.h:277:1: error: this is the location of the previous
> definition
> gsm_util.cc:36:1: error: "_GNU_SOURCE" redefined
> <command-line>: error: this is the location of the previous definition
> gsm_util.cc: In function 'std::string gsmlib::gsmToLatin1(std::string)':
> gsm_util.cc:107: warning: array subscript has type 'char'
> make[3]: *** [gsm_util.lo] Error 1
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: gsmlib
Source-Version: 1.10-12.2
We believe that the bug you reported is fixed in the latest version of
gsmlib, which is due to be installed in the Debian FTP archive:
gsm-utils_1.10-12.2_amd64.deb
to pool/main/g/gsmlib/gsm-utils_1.10-12.2_amd64.deb
gsmlib_1.10-12.2.diff.gz
to pool/main/g/gsmlib/gsmlib_1.10-12.2.diff.gz
gsmlib_1.10-12.2.dsc
to pool/main/g/gsmlib/gsmlib_1.10-12.2.dsc
libgsmme-dev_1.10-12.2_amd64.deb
to pool/main/g/gsmlib/libgsmme-dev_1.10-12.2_amd64.deb
libgsmme1c2a_1.10-12.2_amd64.deb
to pool/main/g/gsmlib/libgsmme1c2a_1.10-12.2_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.
Christoph Berg <[EMAIL PROTECTED]> (supplier of updated gsmlib 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, 04 Apr 2008 18:01:05 +0200
Source: gsmlib
Binary: libgsmme-dev libgsmme1c2a gsm-utils
Architecture: source amd64
Version: 1.10-12.2
Distribution: unstable
Urgency: low
Maintainer: Mark Purcell <[EMAIL PROTECTED]>
Changed-By: Christoph Berg <[EMAIL PROTECTED]>
Description:
gsm-utils - GSM mobile phone access applications
libgsmme-dev - Header files and static libraries for gsmlib
libgsmme1c2a - GSM mobile phone access library
Closes: 455402
Changes:
gsmlib (1.10-12.2) unstable; urgency=low
.
* Non-maintainer upload.
* Fix FTBFS with GCC 4.3: 'strerror' was not declared in this scope, thanks
to Cyril Brulebois for the patch (Closes: #455402).
Files:
e908683a3d3fbf0dd030451e11e78281 598 comm extra gsmlib_1.10-12.2.dsc
2658d9fb4cf311377ccabb05564da084 452523 comm extra gsmlib_1.10-12.2.diff.gz
ae34941e6eeb9b9c30c73a5df20719e2 311906 libdevel extra
libgsmme-dev_1.10-12.2_amd64.deb
d1c99dbf682653a13cb10520299707ef 236520 libs extra
libgsmme1c2a_1.10-12.2_amd64.deb
b0bb64c5bb22f0e9358aadaf0f8b5b2b 158048 comm extra
gsm-utils_1.10-12.2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH9lOGxa93SlhRC1oRAm3FAJsGECaAvrTbqlaAEqoEOm7sDlav0QCgkGwl
VP5GHmpc6/HVkSeds6kMo1k=
=tYdn
-----END PGP SIGNATURE-----
--- End Message ---