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

Bug#357640: marked as done (FTBFS with G++ 4.1: extra qualification)



Your message dated Sun, 19 Mar 2006 05:17:43 -0800
with message-id <E1FKxmx-0000MD-G0@spohr.debian.org>
and subject line Bug#357640: fixed in phaseshift 0.40-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: phaseshift
Version: 0.40-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 phaseshift_0.40-9 on bigsur by sbuild/mips 1.94
...
> g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/qt3      -O2 -Wall -c phaseshift.moc.cpp
> /usr/include/qt3/qnetworkprotocol.h:58: warning: 'class QNetworkProtocolFactoryBase' has virtual functions but non-virtual destructor
> /usr/include/qt3/qfiledialog.h:78: warning: 'class QFilePreview' has virtual functions but non-virtual destructor
> psk31receiver.h:88: error: extra qualification 'Psk31Receiver::' on member 'Psk31Receiver'
> phaseshift.h:200: error: extra qualification 'PhaseShift::' on member 'processSample'
> /usr/include/qt3/private/qucom_p.h:69: warning: 'struct QUBuffer' has virtual functions but non-virtual destructor
> /usr/include/qt3/private/qucom_p.h:77: warning: 'struct QUType' has virtual functions but non-virtual destructor
> /usr/include/qt3/private/qucom_p.h:104: warning: 'struct QUType_Null' has virtual functions but non-virtual destructor
> /usr/include/qt3/private/qucom_p.h:287: warning: 'struct QUType_enum' has virtual functions but non-virtual destructor
> /usr/include/qt3/private/qucom_p.h:307: warning: 'struct QUType_ptr' has virtual functions but non-virtual destructor
> /usr/include/qt3/private/qucom_p.h:326: warning: 'struct QUType_iface' has virtual functions but non-virtual destructor
> /usr/include/qt3/private/qucom_p.h:345: warning: 'struct QUType_idisp' has virtual functions but non-virtual destructor
> /usr/include/qt3/private/qucom_p.h:364: warning: 'struct QUType_bool' has virtual functions but non-virtual destructor
> /usr/include/qt3/private/qucom_p.h:383: warning: 'struct QUType_int' has virtual functions but non-virtual destructor
> /usr/include/qt3/private/qucom_p.h:403: warning: 'struct QUType_double' has virtual functions but non-virtual destructor
> /usr/include/qt3/private/qucom_p.h:423: warning: 'struct QUType_charstar' has virtual functions but non-virtual destructor
> /usr/include/qt3/private/qucom_p.h:444: warning: 'struct QUType_QString' has virtual functions but non-virtual destructor
> /usr/include/qt3/private/qucomextra_p.h:65: warning: 'struct QUType_QVariant' has virtual functions but non-virtual destructor
> /usr/include/qt3/private/qucomextra_p.h:87: warning: 'struct QUType_varptr' has virtual functions but non-virtual destructor
> make[3]: *** [phaseshift.moc.o] Error 1
> make[3]: Leaving directory `/build/tbm/phaseshift-0.40/phaseshift'


--- ./phaseshift/psk31receiver.h~	2006-03-18 18:22:45.000000000 +0000
+++ ./phaseshift/psk31receiver.h	2006-03-18 18:22:50.000000000 +0000
@@ -85,7 +85,7 @@
 	}
 
 
-    Psk31Receiver::~Psk31Receiver(){ }
+    ~Psk31Receiver(){ }
 
 
 	int set_mode(int qpsk_flag, int lsb_flag=0) { 
--- ./phaseshift/phaseshift.h~	2006-03-18 18:22:58.000000000 +0000
+++ ./phaseshift/phaseshift.h	2006-03-18 18:23:03.000000000 +0000
@@ -197,7 +197,7 @@
 private:
 
   void rxText( int c );
-  inline void PhaseShift::processSample( short sample )
+  inline void processSample( short sample )
   {
     static int i = 0;
 
-- 
Martin Michlmayr
http://www.cyrius.com/


--- End Message ---
--- Begin Message ---
Source: phaseshift
Source-Version: 0.40-10

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

phaseshift_0.40-10.diff.gz
  to pool/main/p/phaseshift/phaseshift_0.40-10.diff.gz
phaseshift_0.40-10.dsc
  to pool/main/p/phaseshift/phaseshift_0.40-10.dsc
phaseshift_0.40-10_i386.deb
  to pool/main/p/phaseshift/phaseshift_0.40-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 357640@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Hamish Moffatt <hamish@debian.org> (supplier of updated phaseshift 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, 19 Mar 2006 23:58:30 +1100
Source: phaseshift
Binary: phaseshift
Architecture: source i386
Version: 0.40-10
Distribution: unstable
Urgency: low
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Changed-By: Hamish Moffatt <hamish@debian.org>
Description: 
 phaseshift - PSK31 terminal for X11
Closes: 336866 357640
Changes: 
 phaseshift (0.40-10) unstable; urgency=low
 .
   * Apply patch to allow compilation on kFreeBSD (closes: #336866)
     and get latest config.guess/sub from autotools-dev; thanks to
     Aurelien Jarno
   * Apply patch to allow compilation with g++ 4.1 (closes: #357640);
     thanks to Martin Michlmayr for the patch
   * Change maintainer to debian-hams team
Files: 
 e82b1035f16e0a6e0391deb5ae1b86fc 1071 hamradio optional phaseshift_0.40-10.dsc
 da99524ddd09ba92fea258af0004c989 5985 hamradio optional phaseshift_0.40-10.diff.gz
 aed20c7a8007316efe8ba49d5225aa76 64876 hamradio optional phaseshift_0.40-10_i386.deb

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

iQCVAwUBRB1Xs9iYIdPvprnVAQKlZQP+PHtNfV2+zFWDrIVglWUKXNkEUYjiNO7D
F+6qupY1qOcMnvlO5ERO+TZID0qcXfcCOORuheNtKdu41gjzGY+zWZpOvZA87WVA
RbkLGWy0H0XCFZ9XdNh8IpcnJQv1iK6yDMaEA3Cg1ELz1Iz7udXZIr1eLnYpdH4Y
scaM+AFF5dk=
=GYoL
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: