Opened 9 years ago

Last modified 9 years ago

#47625 closed defect

xmms2 @0.8DrO_o: binding of reference to type 'Xmms::Coll::Coll' to a value of type 'const Xmms::Coll::Coll' drops qualifiers — at Version 1

Reported by: nand0p (Fernando José Pando) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: yosemite Cc:
Port: xmms2

Description (last modified by ryandesign (Ryan Carsten Schmidt))

xmms2 not installing on yosemite

In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/include/xmmsclient/xmmsclient++/result.h:23:
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/include/xmmsclient/xmmsclient++/coll.h:615:6: error: 
      binding of reference to type 'Xmms::Coll::Coll' to a value of type 'const Xmms::Coll::Coll' drops qualifiers
                        : coll_ (coll), index_( index )
                          ^      ~~~~
In file included from ../src/clients/lib/xmmsclient++/medialib.cpp:18:
In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/include/xmmsclient/xmmsclient++/medialib.h:22:
In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/include/xmmsclient/xmmsclient++/result.h:23:
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/include/xmmsclient/xmmsclient++/coll.h:615:6: error: 
      binding of reference to type 'Xmms::Coll::Coll' to a value of type 'const Xmms::Coll::Coll' drops qualifiers
                        : coll_ (coll), index_( index )
                          ^      ~~~~
../src/clients/lib/xmmsclient++/playback.cpp:70:23: warning: 'xmmsc_playback_seek_ms_abs' is deprecated
      [-Wdeprecated-declarations]
                              boost::bind( xmmsc_playback_seek_ms_abs, conn_, milliseconds ) );
                                           ^
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/include/xmmsclient/xmmsclient.h:129:17: note: 
      'xmmsc_playback_seek_ms_abs' has been explicitly marked deprecated here
xmmsc_result_t *xmmsc_playback_seek_ms_abs (xmmsc_connection_t *c, int milliseconds) XMMS_DEPRECATED;
                ^
../src/clients/lib/xmmsclient++/playback.cpp:78:23: warning: 'xmmsc_playback_seek_ms_rel' is deprecated
      [-Wdeprecated-declarations]
                              boost::bind( xmmsc_playback_seek_ms_rel,
                                           ^
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/include/xmmsclient/xmmsclient.h:130:17: note: 
      'xmmsc_playback_seek_ms_rel' has been explicitly marked deprecated here
xmmsc_result_t *xmmsc_playback_seek_ms_rel (xmmsc_connection_t *c, int milliseconds) XMMS_DEPRECATED;
                ^
../src/clients/lib/xmmsclient++/playback.cpp:87:23: warning: 'xmmsc_playback_seek_samples_abs' is deprecated
      [-Wdeprecated-declarations]
                              boost::bind( xmmsc_playback_seek_samples_abs, conn_, samples ) );
                                           ^
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/include/xmmsclient/xmmsclient.h:132:17: note: 
      'xmmsc_playback_seek_samples_abs' has been explicitly marked deprecated here
xmmsc_result_t *xmmsc_playback_seek_samples_abs (xmmsc_connection_t *c, int samples) XMMS_DEPRECATED;
                ^
../src/clients/lib/xmmsclient++/playback.cpp:95:23: warning: 'xmmsc_playback_seek_samples_rel' is deprecated
      [-Wdeprecated-declarations]
                              boost::bind( xmmsc_playback_seek_samples_rel,
                                           ^
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/include/xmmsclient/xmmsclient.h:133:17: note: 
      'xmmsc_playback_seek_samples_rel' has been explicitly marked deprecated here
xmmsc_result_t *xmmsc_playback_seek_samples_rel (xmmsc_connection_t *c, int samples) XMMS_DEPRECATED;
                ^
22 warnings generated.
../src/clients/lib/xmmsclient++/medialib.cpp:53:26: warning: 'xmmsc_medialib_add_entry_args' is deprecated
      [-Wdeprecated-declarations]
                          boost::bind( xmmsc_medialib_add_entry_args, conn_,
                                       ^
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/include/xmmsclient/xmmsclient.h:224:17: note: 
      'xmmsc_medialib_add_entry_args' has been explicitly marked deprecated here
xmmsc_result_t *xmmsc_medialib_add_entry_args (xmmsc_connection_t *conn, const char *url, int numargs, const char **...
                ^
../src/clients/lib/xmmsclient++/medialib.cpp:152:26: warning: 'xmmsc_medialib_path_import' is deprecated
      [-Wdeprecated-declarations]
                          boost::bind( xmmsc_medialib_path_import, conn_, path.c_str() )
                                       ^
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/include/xmmsclient/xmmsclient.h:228:17: note: 
      'xmmsc_medialib_path_import' has been explicitly marked deprecated here
xmmsc_result_t *xmmsc_medialib_path_import (xmmsc_connection_t *conn, const char *path) XMMS_DEPRECATED;
                ^
../src/clients/lib/xmmsclient++/medialib.cpp:161:26: warning: 'xmmsc_medialib_path_import_encoded' is deprecated
      [-Wdeprecated-declarations]
                          boost::bind( xmmsc_medialib_path_import_encoded,
                                       ^
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/include/xmmsclient/xmmsclient.h:229:17: note: 
      'xmmsc_medialib_path_import_encoded' ../src/clients/lib/python/xmmsapi.c:3062:14: warning: explicitly assigning value of variable of type 'PyObject *'
      (aka 'struct _object *') to itself [-Wself-assign]
  __pyx_self = __pyx_self;
  ~~~~~~~~~~ ^ ~~~~~~~~~~
../src/clients/lib/python/xmmsapi.c:3178:14: warning: explicitly assigning value of variable of type 'PyObject *'
      (aka 'struct _object *') to itself [-Wself-assign]
  __pyx_self = __pyx_self;
  ~~~~~~~~~~ ^ ~~~~~~~~~~
has been explicitly marked deprecated here
xmmsc_result_t *xmmsc_medialib_path_import_encoded (xmmsc_connection_t *conn, const char *path) XMMS_DEPRECATED;
                ^
../src/clients/lib/python/xmmsapi.c:7160:14: warning: explicitly assigning value of variable of type 'PyObject *'
      (aka 'struct _object *') to itself [-Wself-assign]
  __pyx_self = __pyx_self;
  ~~~~~~~~~~ ^ ~~~~~~~~~~
../src/clients/lib/python/xmmsapi.c:7205:14: warning: explicitly assigning value of variable of type 'PyObject *'
      (aka 'struct _object *') to itself [-Wself-assign]
  __pyx_self = __pyx_self;
  ~~~~~~~~~~ ^ ~~~~~~~~~~
5 warnings and 1 error generated.
4 warnings and 1 error generated.
In file included from ../src/clients/lib/xmmsclient++/client.cpp:19:
In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/include/xmmsclient/xmmsclient++/client.h:22:
In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/include/xmmsclient/xmmsclient++/playback.h:24:
In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/include/xmmsclient/xmmsclient++/result.h:23:
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/include/xmmsclient/xmmsclient++/coll.h:615:6: error: 
      binding of reference to type 'Xmms::Coll::Coll' to a value of type 'const Xmms::Coll::Coll' drops qualifiers
                        : coll_ (coll), index_( index )
                          ^      ~~~~
../src/clients/lib/python/xmmsapi.c:35374:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
                                ^
../src/clients/lib/python/xmmsapi.c:35388:29: warning: unused function '__Pyx_PyInt_AsSize_t' [-Wunused-function]
static CYTHON_INLINE size_t __Pyx_PyInt_AsSize_t(PyObject* x) {
                            ^
../src/clients/lib/python/xmmsapi.c:2216:32: warning: unused function '__Pyx_GetItemInt_List_Fast' [-Wunused-function]
static CYTHON_INLINE PyObject *__Pyx_GetItemInt_List_Fast(PyObject *o, Py_ssize_t i) {
                               ^
../src/clients/lib/python/xmmsapi.c:2276:26: warning: unused function '__Pyx_NegateNonNeg' [-Wunused-function]
static CYTHON_INLINE int __Pyx_NegateNonNeg(int b) { 
                         ^
../src/clients/lib/python/xmmsapi.c:2279:32: warning: unused function '__Pyx_PyBoolOrNull_FromLong' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyBoolOrNull_FromLong(long b) {
                               ^
../src/clients/lib/python/xmmsapi.c:34158:27: warning: unused function '__Pyx_RaiseNoneIndexingError' [-Wunused-function]
static CYTHON_INLINE void __Pyx_RaiseNoneIndexingError(void) {
                          ^
../src/clients/lib/python/xmmsapi.c:34239:26: warning: unused function '__Pyx_PyUnicode_Equals' [-Wunused-function]
static CYTHON_INLINE int __Pyx_PyUnicode_Equals(PyObject* s1, PyObject* s2, int equals) {
                         ^
../src/clients/lib/python/xmmsapi.c:34566:36: warning: unused function '__Pyx_PyInt_AsUnsignedChar' [-Wunused-function]
static CYTHON_INLINE unsigned char __Pyx_PyInt_AsUnsignedChar(PyObject* x) {
                                   ^
../src/clients/lib/python/xmmsapi.c:34585:37: warning: unused function '__Pyx_PyInt_AsUnsignedShort' [-Wunused-function]
static CYTHON_INLINE unsigned short __Pyx_PyInt_AsUnsignedShort(PyObject* x) {
                                    ^
../src/clients/lib/python/xmmsapi.c:34623:27: warning: unused function '__Pyx_PyInt_AsChar' [-Wunused-function]
static CYTHON_INLINE char __Pyx_PyInt_AsChar(PyObject* x) {
                          ^
../src/clients/lib/python/xmmsapi.c:34642:28: warning: unused function '__Pyx_PyInt_AsShort' [-Wunused-function]
static CYTHON_INLINE short __Pyx_PyInt_AsShort(PyObject* x) {
                           ^
../src/clients/lib/python/xmmsapi.c:34680:34: warning: unused function '__Pyx_PyInt_AsSignedChar' [-Wunused-function]
static CYTHON_INLINE signed char __Pyx_PyInt_AsSignedChar(PyObject* x) {
                                 ^
../src/clients/lib/python/xmmsapi.c:34699:35: warning: unused function '__Pyx_PyInt_AsSignedShort' [-Wunused-function]
static CYTHON_INLINE signed short __Pyx_PyInt_AsSignedShort(PyObject* x) {
                                  ^
../src/clients/lib/python/xmmsapi.c:34718:33: warning: unused function '__Pyx_PyInt_AsSignedInt' [-Wunused-function]
static CYTHON_INLINE signed int __Pyx_PyInt_AsSignedInt(PyObject* x) {
                                ^
../src/clients/lib/python/xmmsapi.c:34737:26: warning: unused function '__Pyx_PyInt_AsLongDouble' [-Wunused-function]
static CYTHON_INLINE int __Pyx_PyInt_AsLongDouble(PyObject* x) {
                         ^
../src/clients/lib/python/xmmsapi.c:34861:35: warning: function '__Pyx_PyInt_AsLongLong' is not needed and will not be
      emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE PY_LONG_LONG __Pyx_PyInt_AsLongLong(PyObject* x) {
                                  ^
../src/clients/lib/python/xmmsapi.c:34931:42: warning: function '__Pyx_PyInt_AsSignedLongLong' is not needed and will not be
      emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE signed PY_LONG_LONG __Pyx_PyInt_AsSignedLongLong(PyObject* x) {
                                         ^
../src/clients/lib/python/xmmsapi.c:29396:32: warning: unused function '__pyx_f_9xmmsutils_to_unicode' [-Wunused-function]
static CYTHON_INLINE PyObject *__pyx_f_9xmmsutils_to_unicode(char *__pyx_v_s) {
                               ^
1 warning and 1 error generated.
22 warnings generated.
Waf: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/_build_'
Build failed
 -> task failed (exit status 1): 
	{task 4391337744: cxx playback.cpp -> playback.cpp.1.o}
['/usr/bin/g++', '-g', '-O0', '-fdiagnostics-show-option', '-fPIC', '-compatibility_version', '1', '-current_version', '1', '-fPIC', '-DPIC', '-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/_build_', '-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o', '-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/_build_/src/include', '-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/include', '-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/_build_/src/includepriv', '-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/includepriv', '-I/opt/local/include', '-DUSE_BUNDLES', '../src/clients/lib/xmmsclient++/playback.cpp', '-c', '-o', 'src/clients/lib/xmmsclient++/playback.cpp.1.o']
 -> task failed (exit status 1): 
	{task 4391337616: cxx medialib.cpp -> medialib.cpp.1.o}
['/usr/bin/g++', '-g', '-O0', '-fdiagnostics-show-option', '-fPIC', '-compatibility_version', '1', '-current_version', '1', '-fPIC', '-DPIC', '-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/_build_', '-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o', '-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/_build_/src/include', '-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/include', '-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/_build_/src/includepriv', '-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/includepriv', '-I/opt/local/include', '-DUSE_BUNDLES', '../src/clients/lib/xmmsclient++/medialib.cpp', '-c', '-o', 'src/clients/lib/xmmsclient++/medialib.cpp.1.o']
 -> task failed (exit status 1): 
	{task 4391336336: cxx client.cpp -> client.cpp.1.o}
['/usr/bin/g++', '-g', '-O0', '-fdiagnostics-show-option', '-fPIC', '-compatibility_version', '1', '-current_version', '1', '-fPIC', '-DPIC', '-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/_build_', '-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o', '-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/_build_/src/include', '-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/include', '-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/_build_/src/includepriv', '-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_xmms2/xmms2/work/xmms2-0.8DrO_o/src/includepriv', '-I/opt/local/include', '-DUSE_BUNDLES', '../src/clients/lib/xmmsclient++/client.cpp', '-c', '-o', 'src/clients/lib/xmmsclient++/client.cpp.1.o']

Change History (1)

comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Keywords: xmms2 not installing on removed
Summary: xmms2 not installing on yosemitexmms2 @0.8DrO_o: binding of reference to type 'Xmms::Coll::Coll' to a value of type 'const Xmms::Coll::Coll' drops qualifiers

MacPorts is using the latest available version of xmms2, "0.8DrO_o". Please ask the developers of xmms2 to fix this problem and release a new version. When they do, we can update the port to that new version.

Note: See TracTickets for help on using tickets.