Hello,

thanks for this information.
The problem from my point of view is, that the version 00.02.39 is heavily 
outdated and should not be used anymore.
I will contact the package maintainer to find out that to do...

Sincerely
Stefan Köpsell
JAP-Team

> -----Ursprüngliche Nachricht-----
> Von: Martin Michlmayr [mailto:[EMAIL PROTECTED] 
> Gesendet: Freitag, 17. März 2006 14:50
> An: [EMAIL PROTECTED]
> Betreff: Bug#357455: FTBFS with G++ 4.1: misc errors
> 
> Package: anon-proxy
> Version: 00.02.39-8
> 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 anon-proxy_00.02.39-8 on bigsur by 
> sbuild/mips 1.94
> ...
> > if g++ -DHAVE_CONFIG_H -I. -I. -I.     -Wall -D_REENTRANT 
> -I/usr/include/xercesc -I/usr/local/include 
> -I/usr/local/include/xercesc -O3 -MT CACmdLnOptions.o -MD -MP 
> -MF ".deps/CACmdLnOptions.Tpo" \
> >       -c -o CACmdLnOptions.o `test -f 'CACmdLnOptions.cpp' 
> || echo './'`CACmdLnOptions.cpp; \
> >     then mv -f ".deps/CACmdLnOptions.Tpo" 
> ".deps/CACmdLnOptions.Po"; \
> >     else rm -f ".deps/CACmdLnOptions.Tpo"; exit 1; \
> >     fi
> > CASocketAddr.hpp:33: warning: 'class CASocketAddr' has 
> virtual functions but non-virtual destructor
> > CASocketAddrINet.hpp:34: warning: 'class CASocketAddrINet' 
> has virtual functions but non-virtual destructor
> > CASocketAddrUnix.hpp:35: warning: 'class CASocketAddrUnix' 
> has virtual functions but non-virtual destructor
> > CACmdLnOptions.cpp: In member function 'SINT32 
> CACmdLnOptions::reread(CAMix*)':
> > CACmdLnOptions.cpp:353: error: 'threadReConfigure' was not 
> declared in this scope
> > make[3]: *** [CACmdLnOptions.o] Error 1
> > make[3]: Leaving directory `/build/tbm/anon-proxy-00.02.39'
> (and other errors later)
> 
> 
> --- ./CACmdLnOptions.hpp~     2006-03-17 13:43:40.000000000 +0000
> +++ ./CACmdLnOptions.hpp      2006-03-17 13:43:59.000000000 +0000
> @@ -53,6 +53,8 @@
>  
>  typedef struct t_TargetInterface TargetInterface;
>  
> +THREAD_RETURN threadReConfigure(void *param);
> +
>  class CACmdLnOptions
>      {
>       public:
> --- ./CADatabase.hpp~ 2006-03-17 13:44:33.000000000 +0000
> +++ ./CADatabase.hpp  2006-03-17 13:44:40.000000000 +0000
> @@ -37,6 +37,8 @@
>  
>  typedef t_databaseEntry* LP_databaseEntry;
>  
> +THREAD_RETURN db_loopMaintenance(void *param);
> +
>  class CADatabase
>       {
>               public:
> --- ./CAMiddleMixChannelList.hpp~     2006-03-17 
> 13:45:14.000000000 +0000
> +++ ./CAMiddleMixChannelList.hpp      2006-03-17 
> 13:45:20.000000000 +0000
> @@ -72,7 +72,7 @@
>                       SINT32 remove(HCHANNEL channelIn);
>                       static SINT32 test();  
>               private:
> -                     SINT32 
> CAMiddleMixChannelList::getOutToIn_intern_without_lock(HCHANNE
> L* channelIn, HCHANNEL channelOut,CASymCipher** ppCipher)
> +                     SINT32 
> getOutToIn_intern_without_lock(HCHANNEL* channelIn, HCHANNEL 
> channelOut,CASymCipher** ppCipher)
>                               {
>                                       mmChannelListEntry* 
> pEntry=m_pHashTableOut[channelOut&0x0000FFFF];
>                                       while(pEntry!=NULL)
> 
> -- 
> Martin Michlmayr
> http://www.cyrius.com/
> 

Reply via email to