Your message dated Sat, 20 May 2006 14:17:07 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#356109: fixed in gsmlib 1.10-10
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: gsmlib
Version: 1.10-9
Severity: important
Tags: patch

Your package fails to build with G++ 4.1.  I'm filing this bug as
important for now, but when 4.1 will be the default compiler in
unstable (probably in a few weeks) I'll upgrade this to serious.

A patch is below.


> Automatic build of gsmlib_1.10-9 on bigsur by sbuild/mips 1.80
...
>  mips-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wall -D_REENTRANT -O2 
> -c gsm_phonebook.cc -MT gsm_phonebook.lo -MD -MP -MF .deps/gsm_phonebook.TPlo 
>  -fPIC -DPIC -o .libs/gsm_phonebook.o
> In file included from 
> /usr/lib/gcc/mips-linux-gnu/4.1.0/../../../../include/c++/4.1.0/backward/strstream:51,
>                  from gsm_phonebook.cc:21:
> /usr/lib/gcc/mips-linux-gnu/4.1.0/../../../../include/c++/4.1.0/backward/backward_warning.h:32:2:
>  warning: #warning This file includes at least one deprecated or antiquated 
> header. Please consider using one of the 32 headers found in section 17.4.1.2 
> of the C++ standard. Examples include substituting the <X> header for the 
> <X.h> header for C++ includes, or <iostream> instead of the deprecated header 
> <iostream.h>. To disable this warning use -Wno-deprecated.
> ../gsmlib/gsm_util.h:194: warning: 'class gsmlib::InterruptBase' has virtual 
> functions but non-virtual destructor
> ../gsmlib/gsm_util.h:209: warning: 'class gsmlib::ProgressBase' has virtual 
> functions but non-virtual destructor
> ../gsmlib/gsm_sorted_phonebook_base.h:189: warning: 'class 
> gsmlib::CustomPhonebookFactory' has virtual functions but non-virtual 
> destructor
> ../gsmlib/gsm_event.h:30: warning: 'class gsmlib::GsmEvent' has virtual 
> functions but non-virtual destructor
> ../gsmlib/gsm_me_ta.h:294: error: extra qualification 'gsmlib::MeTa::' on 
> member 'getFunctionalityLevel'
> ../gsmlib/gsm_me_ta.h:295: error: extra qualification 'gsmlib::MeTa::' on 
> member 'setFunctionalityLevel'
> ../gsmlib/gsm_me_ta.h:389: error: extra qualification 'gsmlib::MeTa::' on 
> member 'setCLIRPresentation'
> ../gsmlib/gsm_me_ta.h:395: error: extra qualification 'gsmlib::MeTa::' on 
> member 'getCLIRPresentation'
> make[3]: *** [gsm_phonebook.lo] Error 1


--- ./gsmlib/gsm_me_ta.h~       2006-03-09 19:15:59.000000000 +0000
+++ ./gsmlib/gsm_me_ta.h        2006-03-09 19:16:31.000000000 +0000
@@ -291,8 +291,8 @@
     // 3 disable phone receive RF circuits only
     // 4 disable phone both transmit and receive RF circuits
     // 5...127 implementation-defined
-    int MeTa::getFunctionalityLevel() throw(GsmException);
-    void MeTa::setFunctionalityLevel(int level) throw(GsmException);
+    int getFunctionalityLevel() throw(GsmException);
+    void setFunctionalityLevel(int level) throw(GsmException);
 
     // return battery charge status (+CBC):
     // 0 ME is powered by the battery
@@ -386,13 +386,13 @@
     void setCallWaitingLockStatus(FacilityClass cl,
                                   bool lock)throw(GsmException);
 
-    void MeTa::setCLIRPresentation(bool enable) throw(GsmException);
+    void setCLIRPresentation(bool enable) throw(GsmException);
     //(+CLIR)
     
     // 0:according to the subscription of the CLIR service
     // 1:CLIR invocation
     // 2:CLIR suppression
-    int MeTa::getCLIRPresentation() throw(GsmException);
+    int getCLIRPresentation() throw(GsmException);
 
     friend class Phonebook;
     friend class SMSStore;

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


--- End Message ---
--- Begin Message ---
Source: gsmlib
Source-Version: 1.10-10

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-10_i386.deb
  to pool/main/g/gsmlib/gsm-utils_1.10-10_i386.deb
gsmlib_1.10-10.diff.gz
  to pool/main/g/gsmlib/gsmlib_1.10-10.diff.gz
gsmlib_1.10-10.dsc
  to pool/main/g/gsmlib/gsmlib_1.10-10.dsc
libgsmme-dev_1.10-10_i386.deb
  to pool/main/g/gsmlib/libgsmme-dev_1.10-10_i386.deb
libgsmme1c2a_1.10-10_i386.deb
  to pool/main/g/gsmlib/libgsmme1c2a_1.10-10_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.
Mark Purcell <[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: Sat, 20 May 2006 21:54:42 +0100
Source: gsmlib
Binary: libgsmme-dev libgsmme1c2a gsm-utils
Architecture: source i386
Version: 1.10-10
Distribution: unstable
Urgency: low
Maintainer: Mark Purcell <[EMAIL PROTECTED]>
Changed-By: Mark Purcell <[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: 356109
Changes: 
 gsmlib (1.10-10) unstable; urgency=low
 .
   * FTBFS with G++ 4.1: extra qualifications (Closes: #356109)
Files: 
 822d6d869187747810b6ee7bcc331f55 594 comm extra gsmlib_1.10-10.dsc
 7bb50a9d356866c74bf501ed63ad5b93 448822 comm extra gsmlib_1.10-10.diff.gz
 4b926d09e2e3801a1367fddf5bbec35c 271584 libdevel extra 
libgsmme-dev_1.10-10_i386.deb
 8de253aed56d09e4a4a907c40f1f2c25 216982 libs extra 
libgsmme1c2a_1.10-10_i386.deb
 eaa6a8ee55fb1dd54b2355ecb2df812f 137122 comm extra gsm-utils_1.10-10_i386.deb

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

iD8DBQFEb4MFoCzanz0IthIRAnvlAJ95MgzdFPESVMQ9fz/1cDy7zT88wQCeKjDp
gA1RocXYJqfuFT0NwD0+b6o=
=gxz4
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to