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/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to