Bug#332682: vnc4: don't build with gcc 4.0

2006-01-23 Thread Danilo Piazzalunga
Package: vnc4
Version: 4.0-8
Followup-For: Bug #332682

I can confirm that the attached patch solves the problem (tested in a
sid chroot with pbuilder). However, the build will still fail because of
#273536.

Regards,
Danilo


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



Bug#332682: vnc4 - don't build with gcc 4.0

2005-10-08 Thread Ola Lundqvist
Hello

Ok. I'll try to build the 4.1 version and see if that works better.
It will take some time as I have to integrate x.org as well and it is not
trivial.

Regards,

// Ola

On Fri, Oct 07, 2005 at 10:39:09PM +0200, Bastian Blank wrote:
> Package: vnc4
> Version: 4.0-8
> Severity: serious
> 
> There was an error while trying to autobuild your package:
> 
> > Automatic build of vnc4_4.0-8 on debian01 by sbuild/s390 42
> [...]
> > c++   -I.. -DHAVE_VSNPRINTF -O2 -Wall -DPIC -fPIC -c HTTPServer.cxx
> > .../rdr/Exception.h:27: warning: 'struct rdr::Exception' has virtual 
> > functions but non-virtual destructor
> > .../rdr/Exception.h:44: warning: 'struct rdr::SystemException' has virtual 
> > functions but non-virtual destructor
> > .../rdr/Exception.h:49: warning: 'struct rdr::TimedOut' has virtual 
> > functions but non-virtual destructor
> > .../rdr/Exception.h:53: warning: 'struct rdr::EndOfStream' has virtual 
> > functions but non-virtual destructor
> > /usr/lib/gcc/s390-linux-gnu/4.0.2/../../../../include/c++/4.0.2/bits/stl_bvector.h:
> >  In member function 'void std::vector > _Alloc>::_M_insert_range(std::_Bit_iterator, _ForwardIterator, 
> > _ForwardIterator, std::forward_iterator_tag)':
> > /usr/lib/gcc/s390-linux-gnu/4.0.2/../../../../include/c++/4.0.2/bits/stl_bvector.h:542:
> >  error: expected unqualified-id before '(' token
> > /usr/lib/gcc/s390-linux-gnu/4.0.2/../../../../include/c++/4.0.2/bits/stl_bvector.h:
> >  In member function 'void std::vector > _Alloc>::_M_fill_insert(std::_Bit_iterator, size_t, bool)':
> > /usr/lib/gcc/s390-linux-gnu/4.0.2/../../../../include/c++/4.0.2/bits/stl_bvector.h:889:
> >  error: expected unqualified-id before '(' token
> > /usr/lib/gcc/s390-linux-gnu/4.0.2/../../../../include/c++/4.0.2/bits/vector.tcc:
> >  In member function 'void std::vector<_Tp, 
> > _Alloc>::_M_fill_insert(__gnu_cxx::__normal_iterator > _Alloc::pointer, std::vector<_Tp, _Alloc> >, size_t, const _Tp&)':
> > /usr/lib/gcc/s390-linux-gnu/4.0.2/../../../../include/c++/4.0.2/bits/vector.tcc:353:
> >  error: expected unqualified-id before '(' token
> > /usr/lib/gcc/s390-linux-gnu/4.0.2/../../../../include/c++/4.0.2/bits/vector.tcc:
> >  In member function 'void std::vector<_Tp, 
> > _Alloc>::_M_range_insert(__gnu_cxx::__normal_iterator > _Alloc::pointer, std::vector<_Tp, _Alloc> >, _ForwardIterator, 
> > _ForwardIterator, std::forward_iterator_tag)':
> > /usr/lib/gcc/s390-linux-gnu/4.0.2/../../../../include/c++/4.0.2/bits/vector.tcc:452:
> >  error: expected unqualified-id before '(' token
> > .../rfb/ImageGetter.h: At global scope:
> > .../rfb/ImageGetter.h:24: warning: 'class rfb::ImageGetter' has virtual 
> > functions but non-virtual destructor
> > .../rfb/ColourMap.h:29: warning: 'class rfb::ColourMap' has virtual 
> > functions but non-virtual destructor
> > .../rdr/FdInStream.h:30: warning: 'class rdr::FdInStreamBlockCallback' has 
> > virtual functions but non-virtual destructor
> > .../network/Socket.h:69: warning: 'class network::ConnectionFilter' has 
> > virtual functions but non-virtual destructor
> > .../network/Socket.h:95: warning: 'struct network::SocketException' has 
> > virtual functions but non-virtual destructor
> > make[2]: *** [HTTPServer.o] Error 1
> > make[2]: Leaving directory `/build/buildd/vnc4-4.0/rfb'
> > make[1]: *** [all] Error 1
> > make[1]: Leaving directory `/build/buildd/vnc4-4.0'
> > make: *** [build-arch-stamp] Error 2
> > **
> > Build finished at 20051006-1125
> > FAILED [dpkg-buildpackage died]
> 
> Bastian
> 
> 

-- 
 - Ola Lundqvist ---
/  [EMAIL PROTECTED] Annebergsslingan 37  \
|  [EMAIL PROTECTED] 654 65 KARLSTAD  |
|  +46 (0)54-10 14 30  +46 (0)70-332 1551   |
|  http://www.opal.dhs.org UIN/icq: 4912500 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---


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



Bug#332682: vnc4 - don't build with gcc 4.0

2005-10-07 Thread Bastian Blank
Package: vnc4
Version: 4.0-8
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of vnc4_4.0-8 on debian01 by sbuild/s390 42
[...]
> c++   -I.. -DHAVE_VSNPRINTF -O2 -Wall -DPIC -fPIC -c HTTPServer.cxx
> .../rdr/Exception.h:27: warning: 'struct rdr::Exception' has virtual 
> functions but non-virtual destructor
> .../rdr/Exception.h:44: warning: 'struct rdr::SystemException' has virtual 
> functions but non-virtual destructor
> .../rdr/Exception.h:49: warning: 'struct rdr::TimedOut' has virtual functions 
> but non-virtual destructor
> .../rdr/Exception.h:53: warning: 'struct rdr::EndOfStream' has virtual 
> functions but non-virtual destructor
> /usr/lib/gcc/s390-linux-gnu/4.0.2/../../../../include/c++/4.0.2/bits/stl_bvector.h:
>  In member function 'void std::vector _Alloc>::_M_insert_range(std::_Bit_iterator, _ForwardIterator, 
> _ForwardIterator, std::forward_iterator_tag)':
> /usr/lib/gcc/s390-linux-gnu/4.0.2/../../../../include/c++/4.0.2/bits/stl_bvector.h:542:
>  error: expected unqualified-id before '(' token
> /usr/lib/gcc/s390-linux-gnu/4.0.2/../../../../include/c++/4.0.2/bits/stl_bvector.h:
>  In member function 'void std::vector _Alloc>::_M_fill_insert(std::_Bit_iterator, size_t, bool)':
> /usr/lib/gcc/s390-linux-gnu/4.0.2/../../../../include/c++/4.0.2/bits/stl_bvector.h:889:
>  error: expected unqualified-id before '(' token
> /usr/lib/gcc/s390-linux-gnu/4.0.2/../../../../include/c++/4.0.2/bits/vector.tcc:
>  In member function 'void std::vector<_Tp, 
> _Alloc>::_M_fill_insert(__gnu_cxx::__normal_iterator _Alloc::pointer, std::vector<_Tp, _Alloc> >, size_t, const _Tp&)':
> /usr/lib/gcc/s390-linux-gnu/4.0.2/../../../../include/c++/4.0.2/bits/vector.tcc:353:
>  error: expected unqualified-id before '(' token
> /usr/lib/gcc/s390-linux-gnu/4.0.2/../../../../include/c++/4.0.2/bits/vector.tcc:
>  In member function 'void std::vector<_Tp, 
> _Alloc>::_M_range_insert(__gnu_cxx::__normal_iterator _Alloc::pointer, std::vector<_Tp, _Alloc> >, _ForwardIterator, 
> _ForwardIterator, std::forward_iterator_tag)':
> /usr/lib/gcc/s390-linux-gnu/4.0.2/../../../../include/c++/4.0.2/bits/vector.tcc:452:
>  error: expected unqualified-id before '(' token
> .../rfb/ImageGetter.h: At global scope:
> .../rfb/ImageGetter.h:24: warning: 'class rfb::ImageGetter' has virtual 
> functions but non-virtual destructor
> .../rfb/ColourMap.h:29: warning: 'class rfb::ColourMap' has virtual functions 
> but non-virtual destructor
> .../rdr/FdInStream.h:30: warning: 'class rdr::FdInStreamBlockCallback' has 
> virtual functions but non-virtual destructor
> .../network/Socket.h:69: warning: 'class network::ConnectionFilter' has 
> virtual functions but non-virtual destructor
> .../network/Socket.h:95: warning: 'struct network::SocketException' has 
> virtual functions but non-virtual destructor
> make[2]: *** [HTTPServer.o] Error 1
> make[2]: Leaving directory `/build/buildd/vnc4-4.0/rfb'
> make[1]: *** [all] Error 1
> make[1]: Leaving directory `/build/buildd/vnc4-4.0'
> make: *** [build-arch-stamp] Error 2
> **
> Build finished at 20051006-1125
> FAILED [dpkg-buildpackage died]

Bastian


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