After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 305750 - gst-plugins fails to build in the arts plugin with gcc4
gst-plugins fails to build in the arts plugin with gcc4
Status: RESOLVED NOTGNOME
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.10
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-05-28 15:14 UTC by Kjartan Maraas
Modified: 2005-06-03 15:08 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description Kjartan Maraas 2005-05-28 15:14:43 UTC
cc1plus: warnings being treated as errors
/usr/include/kde/arts/iomanager.h:93: warning: 'class Arts::IONotify' has
virtual functions but non-virtual destructor
/usr/include/kde/arts/iomanager.h:112: warning: 'class Arts::TimeNotify' has
virtual functions but non-virtual destructor
/usr/include/kde/arts/notification.h:54: warning: 'class
Arts::NotificationClient' has virtual functions but non-virtual destructor
/usr/include/kde/arts/startupmanager.h:42: warning: 'class Arts::StartupClass'
has virtual functions but non-virtual destructor
/usr/include/kde/arts/factory.h:45: warning: 'class Arts::Factory' has virtual
functions but non-virtual destructor
/usr/include/kde/arts/idlfilereg.h:41: warning: 'class Arts::IDLFileReg' has
virtual functions but non-virtual destructor
/usr/include/kde/arts/datapacket.h:43: warning: 'class Arts::GenericDataChannel'
has virtual functions but non-virtual destructor
/usr/include/kde/arts/asyncstream.h:44: warning: 'class
Arts::GenericAsyncStream' has virtual functions but non-virtual destructor
/usr/include/kde/arts/asyncstream.h: In instantiation of 'Arts::AsyncStream<float>':
/usr/include/kde/arts/asyncstream.h:87:   instantiated from here
/usr/include/kde/arts/asyncstream.h:63: warning: 'class
Arts::AsyncStream<float>' has virtual functions but non-virtual destructor
/usr/include/kde/arts/asyncstream.h:88: warning: 'class Arts::FloatAsyncStream'
has virtual functions but non-virtual destructor
/usr/include/kde/arts/asyncstream.h: In instantiation of
'Arts::AsyncStream<Arts::mcopbyte>':
/usr/include/kde/arts/asyncstream.h:94:   instantiated from here
/usr/include/kde/arts/asyncstream.h:63: warning: 'class
Arts::AsyncStream<Arts::mcopbyte>' has virtual functions but non-virtual destructor
/usr/include/kde/arts/asyncstream.h:95: warning: 'class Arts::ByteAsyncStream'
has virtual functions but non-virtual destructor
make[4]: *** [libgstarts_la-gst_artsio_impl.lo] Error 1
make[3]: *** [all] Error 2
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Comment 1 Tim-Philipp Müller 2005-06-01 10:16:40 UTC
This needs to be fixed in arts, I think.

 Cheers
  -Tim
Comment 2 Ronald Bultje 2005-06-03 15:08:04 UTC
Indeed. Please report upstream.