Bug#335160: FTBFS: error in stl_bvector.h

2005-10-22 Thread Laurent Bonnaud
Package: vnc4
Severity: serious
Justification: must build from source


Hi,

here is the problem:

$ fakeroot apt-get -b source xvnc4viewer
[...]
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/i486-linux-gnu/4.0.2/../../../../include/c++/4.0.2/bits/stl_bvector.h:
 In member function 'void std::vectorbool, 
_Alloc::_M_insert_range(std::_Bit_iterator, _ForwardIterator, 
_ForwardIterator, std::forward_iterator_tag)':
/usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../include/c++/4.0.2/bits/stl_bvector.h:542:
 error: expected unqualified-id before '(' token
/usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../include/c++/4.0.2/bits/stl_bvector.h:
 In member function 'void std::vectorbool, 
_Alloc::_M_fill_insert(std::_Bit_iterator, size_t, bool)':
/usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../include/c++/4.0.2/bits/stl_bvector.h:889:
 error: expected unqualified-id before '(' token
/usr/lib/gcc/i486-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_iteratortypename _Alloc::pointer, 
std::vector_Tp, _Alloc , size_t, const _Tp)':
/usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../include/c++/4.0.2/bits/vector.tcc:353:
 error: expected unqualified-id before '(' token
/usr/lib/gcc/i486-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_iteratortypename _Alloc::pointer, 
std::vector_Tp, _Alloc , _ForwardIterator, _ForwardIterator, 
std::forward_iterator_tag)':
/usr/lib/gcc/i486-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 `/home/chercheur/bonnaud/vnc4-4.0/rfb'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/home/chercheur/bonnaud/vnc4-4.0'
make: *** [build-arch-stamp] Error 2
Build command 'cd vnc4-4.0  dpkg-buildpackage -b -uc' failed.
E: Child process failed


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (100, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)


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



Bug#335160: FTBFS: error in stl_bvector.h

2005-10-22 Thread Ola Lundqvist
On Sat, Oct 22, 2005 at 09:36:57AM +0200, Laurent Bonnaud wrote:
 Package: vnc4
 Severity: serious
 Justification: must build from source
 

I know it has problem to build. I'm working on it.

Regards,

// Ola

 Hi,
 
 here is the problem:
 
 $ fakeroot apt-get -b source xvnc4viewer
 [...]
 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/i486-linux-gnu/4.0.2/../../../../include/c++/4.0.2/bits/stl_bvector.h:
  In member function 'void std::vectorbool, 
 _Alloc::_M_insert_range(std::_Bit_iterator, _ForwardIterator, 
 _ForwardIterator, std::forward_iterator_tag)':
 /usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../include/c++/4.0.2/bits/stl_bvector.h:542:
  error: expected unqualified-id before '(' token
 /usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../include/c++/4.0.2/bits/stl_bvector.h:
  In member function 'void std::vectorbool, 
 _Alloc::_M_fill_insert(std::_Bit_iterator, size_t, bool)':
 /usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../include/c++/4.0.2/bits/stl_bvector.h:889:
  error: expected unqualified-id before '(' token
 /usr/lib/gcc/i486-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_iteratortypename 
 _Alloc::pointer, std::vector_Tp, _Alloc , size_t, const _Tp)':
 /usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../include/c++/4.0.2/bits/vector.tcc:353:
  error: expected unqualified-id before '(' token
 /usr/lib/gcc/i486-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_iteratortypename 
 _Alloc::pointer, std::vector_Tp, _Alloc , _ForwardIterator, 
 _ForwardIterator, std::forward_iterator_tag)':
 /usr/lib/gcc/i486-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 `/home/chercheur/bonnaud/vnc4-4.0/rfb'
 make[1]: *** [all] Error 1
 make[1]: Leaving directory `/home/chercheur/bonnaud/vnc4-4.0'
 make: *** [build-arch-stamp] Error 2
 Build command 'cd vnc4-4.0  dpkg-buildpackage -b -uc' failed.
 E: Child process failed
 
 
 -- System Information:
 Debian Release: testing/unstable
   APT prefers unstable
   APT policy: (100, 'unstable'), (99, 'experimental')
 Architecture: i386 (i686)
 Shell:  /bin/sh linked to /bin/bash
 Kernel: Linux 2.6.13-1-686
 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
 
 

-- 
 - 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]